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.
23.98k stars 4.7k forks source link

hystrixtimer add removeOnCancelPolicy for ScheduledThreadPoolExecutor to void memory leak #1999

Open lovingcodesk opened 4 years ago

lovingcodesk commented 4 years ago

fix https://github.com/Netflix/Hystrix/issues/1998

lovingcodesk commented 4 years ago

I only modify one line code ,but fix some times for travis configuration

tweimer commented 3 years ago

Apart from the travis configuration change, it is a duplicate of #1976.

lovingcodesk commented 3 years ago

Apart from the travis configuration change, it is a duplicate of #1976. before #1976,i had commit pr some times ,those times travis configuration always had problem,so I delete them, only this time I passed