Skip to content

Whitelisting / from Circuit Breaker Exception (#32325) #32666

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

Merged
merged 2 commits into from
Aug 8, 2018

Conversation

nssuresh2007
Copy link
Contributor

When Circuit Breaker has tripped, certain diagnostic requests like
"_cluster/health" succeed where as request to / fails with
503 Service Unavailable. This behavior is observed because of this
commit f32b700 where certain API paths are whitelisted from
Circuit Breaking exception, but / is not whitelisted.
Added / to circuit breaker whitelist so that it can be used for
diagnostic purposes

When Circuit Breaker has tripped, certain diagnostic requests like
"_cluster/health" succeed where as request to / fails with
503 Service Unavailable. This behavior is observed because of this
commit f32b700 where certain API paths are whitelisted from
Circuit Breaking exception, but / is not whitelisted.
Added / to circuit breaker whitelist so that it can be used for
diagnostic purposes
@dliappis dliappis requested a review from dakrone August 7, 2018 07:59
@dliappis dliappis added the :Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload label Aug 7, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@dliappis dliappis added :Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload and removed :Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload labels Aug 7, 2018
Copy link
Member

@dakrone dakrone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM, thanks @nssuresh2007, I'll merge this shortly.

@dakrone
Copy link
Member

dakrone commented Aug 7, 2018

@elasticmachine test this please

@dakrone dakrone self-assigned this Aug 7, 2018
@dakrone
Copy link
Member

dakrone commented Aug 7, 2018

@elasticmachine test this please

1 similar comment
@dakrone
Copy link
Member

dakrone commented Aug 7, 2018

@elasticmachine test this please

@dakrone dakrone merged commit 7fdf898 into elastic:master Aug 8, 2018
dakrone pushed a commit that referenced this pull request Aug 8, 2018
When Circuit Breaker has tripped, certain diagnostic requests like
"_cluster/health" succeed where as request to / fails with
503 Service Unavailable. This behavior is observed because of this
commit f32b700 where certain API paths are whitelisted from
Circuit Breaking exception, but / is not whitelisted.
Added / to circuit breaker whitelist so that it can be used for
diagnostic purposes
@nssuresh2007 nssuresh2007 deleted the whitelist-ping-from-cb branch August 9, 2018 12:57
@jimczi jimczi added v7.0.0-beta1 and removed v7.0.0 labels Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Circuit Breakers Track estimates of memory consumption to prevent overload >enhancement v6.5.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants