Hystrix
Hystrix copied to clipboard
fix thread pool error
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.
好的,我已收到。
For jdk 1.8 that no problem, but when you upgrade your jdk to 16 , will cause some problems.
好的,我已收到。