Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
3.0.0
-
None
-
Replication
-
Fully Compatible
-
ALL
-
0
Description
See ReplicationCoordinatorImpl::processReplSetFreeze:
if (_topCoord->getRole() == TopologyCoordinator::Role::candidate) {
|
// If we just unfroze and ended our stepdown period and we are a one node replica set,
|
// the topology coordinator will have gone into the candidate role to signal that we
|
// need to elect ourself.
|
_performPostMemberStateUpdateAction(kActionWinElection);
|
}
|
Later, when the votes are collected (and the election ends normally) an invariant will trip.
Attachments
Issue Links
- duplicates
-
SERVER-24811 replSetFreeze command can result in a crash if used during a dry-run election
-
- Closed
-