-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Prioritize recovery of system indices #61660
Copy link
Copy link
Closed
Labels
:Distributed/RecoveryAnything around constructing a new shard, either from a local or a remote source.Anything around constructing a new shard, either from a local or a remote source.>enhancementTeam:DistributedMeta label for distributed team.Meta label for distributed team.
Metadata
Metadata
Assignees
Labels
:Distributed/RecoveryAnything around constructing a new shard, either from a local or a remote source.Anything around constructing a new shard, either from a local or a remote source.>enhancementTeam:DistributedMeta label for distributed team.Meta label for distributed team.
Type
Fields
Give feedbackNo fields configured for issues without a type.
During startup, system indices should be prioritized over the recovery of normal indices/user data so that the stack may be fully operational once user data is recovered.
Going beyond that, system indices themselves may need to be prioritized in terms of recovery operations as some system components may depend on others. We may be able to reuse the
orderthat exists on indices today in terms of prioritizing which system indices get recovered first.