Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
-
Fully Compatible
-
ALL
-
v3.4, v3.2
-
Platforms 2017-01-23
-
0
Description
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}));
|