Skip to content

fix thread pool error#2022

Open
wangqianqianjun wants to merge 1 commit into
Netflix:masterfrom
wangqianqianjun:master
Open

fix thread pool error#2022
wangqianqianjun wants to merge 1 commit into
Netflix:masterfrom
wangqianqianjun:master

Conversation

@wangqianqianjun

Copy link
Copy Markdown

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

ThinkingMan007 commented Dec 14, 2021 via email

Copy link
Copy Markdown

@wangqianqianjun

Copy link
Copy Markdown
Author

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

@ThinkingMan007

ThinkingMan007 commented Apr 24, 2022 via email

Copy link
Copy Markdown

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.

2 participants