Page MenuHomePhabricator

Better handling of cluster-level shard routing allocation in Elastic cookbooks
Open, HighPublic

Description

Our rolling operation cookbook sets cluster-level shard allocation to primaries only, which speeds up operations. However, if the cookbook fails, this setting is never reverted.

This may lead to alerts for unassigned shards, as seen in T324939 .

Creating this ticket to:

  • Update rolling operation cookbook to re-enable cluster-level shard allocation for all shards (not just primaries) after a failure.