Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.08k stars 4.7k forks source link

Hystrix.reset() doesn't reset thread poll properties #1960

Open zs1314zt opened 5 years ago

zs1314zt commented 5 years ago

when I use two thread concurrent to request, I found thread pool properties not reset sucess. because Hystrix.reset() clear threadPools first and clear threadPoolProperties second. if has one request between , threadPoolProperties.clear() will not effect.