Skip to content

Commit

Permalink
Remote Restore Cluster Metadata if local disk state lost after quorum…
Browse files Browse the repository at this point in the history
… loss recovery (opensearch-project#10447)

* Remote Restore Cluster Metadata if local disk state lost after quorum loss

Signed-off-by: bansvaru <bansvaru@amazon.com>
  • Loading branch information
linuxpi authored and austintlee committed Jan 19, 2024
1 parent b092906 commit 52b8d1a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import java.util.Locale;
import java.util.Map;
import java.util.Objects;
import java.util.concurrent.ExecutionException;

import static org.opensearch.cluster.coordination.ClusterBootstrapService.INITIAL_CLUSTER_MANAGER_NODES_SETTING;
import static org.opensearch.cluster.metadata.IndexMetadata.INDEX_READ_ONLY_SETTING;
Expand Down

0 comments on commit 52b8d1a

Please sign in to comment.