Skip to main content

node_should_host_group

Function node_should_host_group 

Source
pub fn node_should_host_group(
    group: RaftGroupId,
    node_id: NodeId,
    live_nodes: &[NodeId],
    replication_factor: u32,
    learner_factor: u32,
) -> bool
Expand description

Whether node_id should run a local replica for group (voter or learner).