Skip to content

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

Merged
mattrjacobs merged 1 commit intoNetflix:masterfrom
mattrjacobs:fix-racy-circuit-breaker-isOpen
Apr 8, 2015
Merged

Fix return value of HystrixCircuitBreakerImpl.isOpen when we lose the race to open a circuit#748
mattrjacobs merged 1 commit intoNetflix:masterfrom
mattrjacobs:fix-racy-circuit-breaker-isOpen

Conversation

@mattrjacobs
Copy link
Copy Markdown
Contributor

Fixes #745

@cloudbees-pull-request-builder
Copy link
Copy Markdown

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