-
Manish R Jain authored
Keep track of membership information for all nodes of all groups in the cluster, routing all information via raft group zero. Use this information to figure out the peers a new node should connect to, or if it should start as a single-node raft group. The peer flag is now only used to fill in the membership information of the cluster, with no assumptions being made for this peer to be part of any particular RAFT group (this was the behavior before).
Manish R Jain authoredKeep track of membership information for all nodes of all groups in the cluster, routing all information via raft group zero. Use this information to figure out the peers a new node should connect to, or if it should start as a single-node raft group. The peer flag is now only used to fill in the membership information of the cluster, with no assumptions being made for this peer to be part of any particular RAFT group (this was the behavior before).