Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
v5.0
-
Sharding 2021-08-23, Sharding 2021-09-06, Sharding 2021-09-20
-
1
Description
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; |
}
|
Attachments
Issue Links
- is depended on by
-
SERVER-53351 Add resharding fuzzer task with step-ups enabled for shards
-
- Closed
-