Details
-
Improvement
-
Resolution: Unresolved
-
Minor - P4
-
None
-
2.8.0-rc3
-
Replication
-
Fully Compatible
Description
> db.adminCommand({replSetStepDown:1})
|
{
|
"ok" : 0,
|
"errmsg" : "stepdown period must be longer than secondaryCatchUpPeriodSecs",
|
"code" : 2
|
}
|
So change it to this: secondaryCatchUpPeriodSecs(###)
And see if there are other cases where we error and don't include the current values.