File tree 1 file changed +3
-2
lines changed
docs/reference/modules/discovery
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,9 @@ applies the required changes and publishes the updated cluster state to all the
188
188
other nodes in the cluster. Each node receives the publish message, acknowledges
189
189
it, but does *not* yet apply it. If the master does not receive acknowledgement
190
190
from at least `discovery.zen.minimum_master_nodes` nodes within a certain time
191
- (controlled by the `discovery.zen.commit_timeout` setting and defaults to 30
192
- seconds) the cluster state change is rejected.
191
+ (controlled by the `discovery.zen.commit_timeout` setting which defaults to 30
192
+ seconds, with negative values treated as 0 seconds) the cluster state change is
193
+ rejected.
193
194
194
195
Once enough nodes have responded, the cluster state is committed and a message
195
196
will be sent to all the nodes. The nodes then proceed to apply the new cluster
You can’t perform that action at this time.
0 commit comments