-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HystrixCircuitBreaker allowRequest() doesn't have idempotent behaviour in latest release 1.5.18 #1946
Comments
1.5.11 was re-released as 1.5.18. See #1891 for explanation. |
The change might have fixed a race condition in HystrixCommandMetrics that could introduce memory leaks.
Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/HystrixCommandMetrics.java Lines 201 to 205 in 809104c
Hystrix/hystrix-core/src/main/java/com/netflix/hystrix/metric/consumer/BucketedCounterStream.java Lines 85 to 96 in 809104c
|
The master includes this change PR #1568, which made
allowRequest()
idempotent, which was released in 1.5.12. However the latest release 1.5.18 doesn't have it.Does anyone know why?
Thanks
The text was updated successfully, but these errors were encountered: