pub fn node_should_host_group(
group: RaftGroupId,
node_id: NodeId,
live_nodes: &[NodeId],
replication_factor: u32,
learner_factor: u32,
) -> boolExpand description
Whether node_id should run a local replica for group (voter or learner).