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

Fix behaviour for default executor #437

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

tamasjung
Copy link
Contributor

With zero corePoolSize and unlimited queue it doesn't increase the pool size and it keep using one single thread. If the intention was an unlimited queue with limited thread usage and keepAlive functionality with zero minimal thread then this change looks right for that.

With zero corePoolSize and unlimited queue it doesn't increase the pool size and it keep using one single thread. If the intention was an unlimited queue with limited thread usage and keepAlive functionality with zero minimal thread then this change looks right for that.
@CLAassistant
Copy link

CLAassistant commented Jan 3, 2023

CLA assistant check
All committers have signed the CLA.

@hlship hlship changed the title fix behaviour for default executor Fix behaviour for default executor Jan 4, 2023
@hlship hlship added the bug label Jan 4, 2023
@hlship hlship added this to the 1.2 milestone Jan 4, 2023
@hlship hlship merged commit 0735e9c into walmartlabs:master Jan 4, 2023
@tamasjung tamasjung deleted the fix-default-executor branch January 4, 2023 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants