Skip to content

Commit

Permalink
Provide explanation of dangling indices, fixes #26008 (#26999)
Browse files Browse the repository at this point in the history
* Provide explanation of dangling indices, fixes #26008

Adjusted from PR review comments

* updates to suggested wording and minor typo fix.
  • Loading branch information
geekpete authored Jan 22, 2018
1 parent 3a43bb1 commit 1ae920c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/reference/modules/gateway.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ as long as the following conditions are met:
Recover as long as this many data nodes have joined the cluster.

NOTE: These settings only take effect on a full cluster restart.

=== Dangling indices

When a node joins the cluster, any shards stored in its local data directory
directory which do not already exist in the cluster will be imported into the
cluster. This functionality is intended as a best effort to help users who
lose all master nodes. If a new master node is started which is unaware of
the other indices in the cluster, adding the old nodes will cause the old
indices to be imported, instead of being deleted.

0 comments on commit 1ae920c

Please sign in to comment.