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

[hystrix-dashboard] isCircuitBreakerOpen is assumed to be a boolean #927

Merged

Conversation

chrisgray
Copy link
Contributor

isCircuitBreakeropen is assumed to be a boolean from the HystrixStream servlet, however these replace() operations assume that it is a string. There are certain instances where Turbine does not return back a String when isCircuitBreakerOpen is aggregated. This enforces the boolean to be a string first, regardless of what Turbine may/may not do.

… the HystrixStream servlet, however these replace() operations assume that it is a string. There are certain instances where Turbine does not return back a String when isCircuitBreakerOpen is aggregated. This enforces the boolean to be a string first, regardless of what Turbine may/may not do.
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #201 SUCCESS
This pull request looks good

@mattrjacobs
Copy link
Contributor

Thanks @chrisgray

mattrjacobs added a commit that referenced this pull request Oct 14, 2015
…reakeropen

[hystrix-dashboard] isCircuitBreakerOpen is assumed to be a boolean
@mattrjacobs mattrjacobs merged commit 3fd69e7 into Netflix:1.4.x Oct 14, 2015
mattrjacobs added a commit that referenced this pull request Oct 14, 2015
spencergibb added a commit to spring-cloud/spring-cloud-netflix that referenced this pull request Oct 15, 2015
spencergibb added a commit to spring-cloud/spring-cloud-netflix that referenced this pull request Oct 19, 2015
spencergibb added a commit to spring-cloud/spring-cloud-netflix that referenced this pull request Dec 9, 2015
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.

3 participants