Skip to content

Commit 1ae920c

Browse files
authored
Provide explanation of dangling indices, fixes #26008 (#26999)
* Provide explanation of dangling indices, fixes #26008 Adjusted from PR review comments * updates to suggested wording and minor typo fix.
1 parent 3a43bb1 commit 1ae920c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/modules/gateway.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,12 @@ as long as the following conditions are met:
4848
Recover as long as this many data nodes have joined the cluster.
4949

5050
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

Comments
 (0)