-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 7.0.0-rc0, 7.1.0-rc0
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
v7.0
-
Sharding NYC 2023-05-15
-
135
The MovePrimaryCoordinator will attempt to find an existing MovePrimaryDonor after a step up. However, if the MovePrimaryCoordinator is already aborted while stepping up, _runImpl() is never called, instead proceeding immediately to _cleanupOnAbort(). In this case, the coordinator will never find the existing donor, and as a result never try to clean it up.
- is related to
-
SERVER-77115 Investigate Why move_primary_donor_cleaned_up_if_coordinator_steps_up_aborted.js Fails Without Sleep
- Closed