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 777ea12 commit 49d0f34Copy full SHA for 49d0f34
docs/reference/modules/node.asciidoc
@@ -82,6 +82,9 @@ cluster health to have a stable master node.
82
Any master-eligible node (all nodes by default) may be elected to become the
83
master node by the <<modules-discovery-zen,master election process>>.
84
85
+IMPORTANT: Master nodes must still access to the `data/` directory (just like
86
+`data` nodes) as this is where the cluster state is persisted between node restarts.
87
+
88
Indexing and searching your data is CPU-, memory-, and I/O-intensive work
89
which can put pressure on a node's resources. To ensure that your master
90
node is stable and not under pressure, it is a good idea in a bigger
0 commit comments