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 thread pool error #2022

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wangqianqianjun
Copy link

When the thread pool is dynamically expanded, and current thread pool maximum size < dynamicCoreSize , will throw exception and stop the current process.
So first need expand maximum size , then expand core size.

@ThinkingMan007
Copy link

ThinkingMan007 commented Dec 14, 2021 via email

@wangqianqianjun
Copy link
Author

For jdk 1.8 that no problem, but when you upgrade your jdk to 16 , will cause some problems.

@ThinkingMan007
Copy link

ThinkingMan007 commented Apr 24, 2022 via email

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.

None yet

2 participants