OpenSearch/core
Yannick Welsch e82a1f5cca Only allow the master to update the list of nodes in the cluster state (#21092)
The cluster state on a node is updated either
- by incoming cluster states that are received from the active master or
- by the node itself when it notices that the master has gone.

In the second case, the node adds the NO_MASTER_BLOCK and removes the current master as active master from its cluster state. In one particular case, it would also update the list of nodes, removing the master node that just failed. In the future, we want a clear separation between actions that can be executed by a master publishing a cluster state and a node locally updating its cluster state when no active master is around.
2016-10-26 09:24:03 +02:00
..
src Only allow the master to update the list of nodes in the cluster state (#21092) 2016-10-26 09:24:03 +02:00
build.gradle Upgrade Log4j 2 to version 2.7 2016-10-07 13:05:30 -05:00