Skip to content
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

Fix return value of HystrixCircuitBreakerImpl.isOpen when we lose the race to open a circuit #748

Merged

Conversation

mattrjacobs
Copy link
Contributor

Fixes #745

@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #90 FAILURE
Looks like there's a problem with this pull request

mattrjacobs added a commit that referenced this pull request Apr 8, 2015
Fix return value of HystrixCircuitBreakerImpl.isOpen when we lose the race to open a circuit
@mattrjacobs mattrjacobs merged commit 623111d into Netflix:master Apr 8, 2015
@mattrjacobs mattrjacobs deleted the fix-racy-circuit-breaker-isOpen branch April 8, 2015 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HystrixCircuitBreakerImpl isOpen can return false incorrectly
2 participants