Hystrix icon indicating copy to clipboard operation
Hystrix copied to clipboard

fix thread pool error

Open wangqianqianjun opened this issue 3 years ago • 3 comments
trafficstars

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.

wangqianqianjun avatar Dec 14 '21 13:12 wangqianqianjun

好的,我已收到。

ThinkingMan007 avatar Dec 14 '21 13:12 ThinkingMan007

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

wangqianqianjun avatar Apr 24 '22 15:04 wangqianqianjun

好的,我已收到。

ThinkingMan007 avatar Apr 24 '22 15:04 ThinkingMan007