We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a43bb1 commit 1ae920cCopy full SHA for 1ae920c
docs/reference/modules/gateway.asciidoc
@@ -48,3 +48,12 @@ as long as the following conditions are met:
48
Recover as long as this many data nodes have joined the cluster.
49
50
NOTE: These settings only take effect on a full cluster restart.
51
+
52
+=== Dangling indices
53
54
+When a node joins the cluster, any shards stored in its local data directory
55
+directory which do not already exist in the cluster will be imported into the
56
+cluster. This functionality is intended as a best effort to help users who
57
+lose all master nodes. If a new master node is started which is unaware of
58
+the other indices in the cluster, adding the old nodes will cause the old
59
+indices to be imported, instead of being deleted.
0 commit comments