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

Include values in replSetFreeze error messages

    • Type: Icon: Improvement Improvement
    • Resolution: Unresolved
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 2.8.0-rc3
    • Component/s: Replication
    • Labels:
    • Replication
    • Fully Compatible

      > 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.

            Assignee:
            backlog-server-repl [DO NOT USE] Backlog - Replication Team
            Reporter:
            scotthernandez Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: