-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v3.4, v3.2
-
Platforms 2017-01-23
-
0
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The following stepdown command in double_rollback.js will trigger an error "stepdown period must be longer than secondaryCatchUpPeriodSecs", because default secondaryCatchUpPeriodSecs is 10 seconds, greater than the given 1 second stepdown period.
assert.commandWorked(primary.adminCommand({replSetStepDown: 1}));