Skip to content

Exclude Snapshot Shard Status Update Requests from Circuit Breaker (#55376)#55383

Merged
original-brownbear merged 1 commit intoelastic:7.xfrom
original-brownbear:55376-7.x
Apr 17, 2020
Merged

Exclude Snapshot Shard Status Update Requests from Circuit Breaker (#55376)#55383
original-brownbear merged 1 commit intoelastic:7.xfrom
original-brownbear:55376-7.x

Conversation

@original-brownbear
Copy link
Copy Markdown
Contributor

Hotfix to not run into stuck snapshots because of master circuit breaking these requests.
Given that these requests are very small and much of the memory associated with them is already allocated
when the circuit breaker kicks in, the risk of this change introducing a higher chance of master running out
of memory should be very small.

Closes #54714

backport of #55376

…55376)

Hotfix to not run into stuck snapshots because of master circuit breaking these requests.
Given that these requests are very small and much of the memory associated with them is already allocated
when the circuit breaker kicks in, the risk of this change introducing a higher chance of master running out
of memory should be very small.

Closes #54714
@original-brownbear original-brownbear added :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport labels Apr 17, 2020
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@original-brownbear original-brownbear merged commit 60b8a5d into elastic:7.x Apr 17, 2020
@original-brownbear original-brownbear deleted the 55376-7.x branch April 17, 2020 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants