forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail start on obsolete indices documentation
Improved documentation on when nodes will refuse to start up. Issue elastic#27073
- Loading branch information
1 parent
e768136
commit eaa652b
Showing
3 changed files
with
17 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[float] | ||
[[breaking_70_node_changes]] | ||
=== Node start up | ||
|
||
[float] | ||
==== Nodes with left-behind data or metadata refuse to start | ||
Repurposing an existing node by changing node.master or node.data to false can leave lingering on-disk metadata and | ||
data around, which will not be accessible by the node's new role. Beside storing non-accessible data, this can lead | ||
to situations where dangling indices are imported even though the node might not be able to host any shards, leading | ||
to a red cluster health. To avoid this, | ||
|
||
* nodes with on-disk shard data and node.data set to false will refuse to start | ||
* nodes with on-disk index/shard data and both node.master and node.data set to false will refuse to start | ||
|
||
Beware that such role changes done prior to the 7.0 upgrade could prevent node start up in 7.0. |
This file was deleted.
Oops, something went wrong.