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

db.printSlaveReplicationInfo()/rs.printSlaveReplicationInfo() can not work with ARBITER role

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • 2.6.11, 3.0.5, 3.1.5
    • Affects Version/s: 2.6.10
    • Component/s: Admin, Shell
    • Labels:
      None
    • Fully Compatible
    • Build 5 06/26/16

      rs.printSlaveReplicationInfo()\db.printSlaveReplicationInfo() both can't.

      mongo localhost:27018                                                                                                                                  
      MongoDB shell version: 2.6.10
      connecting to: localhost:27018/test
      SHARD04:ARBITER> db.printSlaveReplicationInfo()
      source: mgsh43.avoscloud.com:27018
      assert failed : how could this be null (getReplLag startOptimeDate)
      Error: assert failed : how could this be null (getReplLag startOptimeDate)
          at Error (<anonymous>)
          at doassert (src/mongo/shell/assert.js:11:14)
          at assert (src/mongo/shell/assert.js:20:5)
          at getReplLag (src/mongo/shell/db.js:768:9)
          at r (src/mongo/shell/db.js:809:13)
          at Array.forEach (native)
          at DB.printSlaveReplicationInfo (src/mongo/shell/db.js:821:24)
          at (shell):1:4
      2015-06-03T16:33:10.395+0800 Error: assert failed : how could this be null (getReplLag startOptimeDate) at src/mongo/shell/assert.js:13
      SHARD04:ARBITER> 
      

      And there are no exception msg in mongod log.

            Assignee:
            sam.kleinman Sam Kleinman (Inactive)
            Reporter:
            wujiangcheng Jiangcheng Wu
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: