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 <[email protected]>
  • Loading branch information
linuxpi authored and austintlee committed Oct 23, 2023
1 parent 7042fc9 commit c441231
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
import java.util.List;
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 c441231

Please sign in to comment.