Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 57: Add "-fork" option #1

Closed
wants to merge 4 commits into from

Conversation

kmgowda
Copy link

@kmgowda kmgowda commented Sep 6, 2019

Change log description
A new option "-fork" option is added; by default it is set o True; if it set to false, then new fixed thread pool is used.

Purpose of the change
Fixes pravega#57

What the code does
when user supplies -fork false; conventional thread pool is used; otherwise fork join pool is used.

Signed-off-by: Keshava Munegowda [email protected]

Keshava Munegowda added 4 commits September 6, 2019 15:41
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
Signed-off-by: Keshava Munegowda <[email protected]>
@kmgowda kmgowda closed this Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the option for thread pool executor
1 participant