Do I add the coordinating node IP to discovery seed hosts and cluster initial master nodes?
From the docs:
... use the
discovery.seed_hosts
setting to provide a list of other nodes in the cluster that are master-eligible ...
... you must explicitly list the names or IP addresses of the master-eligible nodes whose votes should be counted in the very first election. This list is set using the
cluster.initial_master_nodes
setting.
Thus both of these settings should normally only mention the master-eligible nodes.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.