Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-9753

3.4 Release notes inaccurately state: rs.status() output to report on initial sync status and progress

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      https://docs.mongodb.com/master/release-notes/3.4/#improved-initial-sync

      Modified rs.status() output to report on initial sync status and progress.

      Turns out (as per DOCS-8598) that to get the initial sync info, you need to run:

      db.runCommand({replSetGetStatus: 1, initialSync: 1})
      

      Since rs.status() wraps vanilla command

      db.runCommand({ replSetGetStatus: 1 })
      

      , it does not return the initial sync information.

            Assignee:
            kay.kim@mongodb.com Kay Kim (Inactive)
            Reporter:
            eric.sommer@mongodb.com Eric Sommer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              4 years, 43 weeks, 3 days ago