joint consensus
RU: joint consensus
The Raft mechanism for safely changing cluster membership. When transitioning from configuration C_old to C_new, the cluster first commits a joint entry C_old,new that requires a majority from both the old and the new set for any decision. Only after that entry is committed does the leader append and commit C_new, ensuring no two incompatible majorities can independently elect a leader during the transition.