Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-27352

Fix stepdown command in double_rollback.js

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.2.13, 3.4.2, 3.5.2
    • Affects Version/s: None
    • Component/s: Replication
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v3.4, v3.2
    • Platforms 2017-01-23
    • 0

      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}));
      

            Assignee:
            spencer.jackson@mongodb.com Spencer Jackson
            Reporter:
            siyuan.zhou@mongodb.com Siyuan Zhou
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: