[Remote Store] Cluster State Applier thread blocked on remote store operations #12026
Labels
bug
Something isn't working
Cluster Manager
Storage:Durability
Issues and PRs related to the durability framework
Describe the bug
On remote store clusters, we can see cluster state applier thread is blocked on remote store calls. In case when the calls to remote store takes a lot of time, the node is not able to apply the cluster state and
LagDetector
on the cluster manager kicks it out .On cluster manager node :
Related component
Storage:Durability
To Reproduce
We see this when there are high amount of relocations in the cluster .
Expected behavior
For cluster state applier, we should have a dedicated threadpool, so that it doesn't get blocked on any resource - be it threadpool / connections etc.
Additional Details
Plugins
repository-s3
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: