-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding, Testing Infrastructure
-
Fully Compatible
-
v5.0
-
Sharding 2021-08-23, Sharding 2021-09-06, Sharding 2021-09-20
-
1
A node closes its user connections as part of its transition to member state ROLLBACK. The ReshardingTest#stepUpNewPrimaryOnShard() method should swallow any network error when attempting to run the replSetStepUp command and move on to attempting to step up another secondary node.
const res = newPrimary.adminCommand({replSetStepUp: 1}); if (res.ok === 1) { replSet.awaitNodesAgreeOnPrimary(); assert.eq(newPrimary, replSet.getPrimary()); return; }
- is depended on by
-
SERVER-53351 Add resharding fuzzer task with step-ups enabled for shards
- Closed