push
github
raft: fix election deadlock when nodes have election_mode off Forcing nodes with `is_enabled=false` to always broadcast `is_leader_seen=false`. This allows candidate nodes to immediately clear witness map bits for non-participating nodes, enabling elections to proceed with only active participants. Closes #12018 NO_DOC=bugfix (cherry picked from commit 214b54ce7)
69150 of 116535 branches covered (59.34%)
1 of 1 new or added line in 1 file covered. (100.0%)
21 existing lines in 11 files now uncovered.103990 of 118739 relevant lines covered (87.58%)
1380406.35 hits per line