You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During cluster state recovery, if cluster state is recovered from local disk, all shards would be initialized with ExistingStoreRecoverySource
This leads to shards being in unassigned state and index in red. We manually trigger _remotestore/_restore for such indices after recovery to turn them green.
linuxpi
changed the title
[BUG] [Remote Store] [Auto Restore] During cluster state recovery, if cluster state is recovered from local disk, all shards would be initialized with
[BUG] [Remote Store] [Auto Restore] Recover indices to green state after quorum loss recovery in remote backed clusters
Sep 12, 2023
Describe the bug
ExistingStoreRecoverySource
_remotestore/_restore
for such indices after recovery to turn them green.ExistingStoreRecoverySource
is not the best RecoverySource, they should be initialized withRemoteStoreRecoverySource
once we have completed [Remote Store] Optimize remote store restore flow to not download all the files from remote if local disk already has data #9984_remotestore/_restore
call when cluster state is recovered from local disk after quorum lossExpected behavior
After quorum loss recovery, if cluster state is recovered from local disk, remote backed indices should turn up green automatically
The text was updated successfully, but these errors were encountered: