Skip to content
Snippets Groups Projects
  • Manish R Jain's avatar
    c9c97952
    RAFT: Membership information · c9c97952
    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).
    RAFT: Membership information
    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).