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

db.printReplicationInfo() output has date issue

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL
    • Hide

      Start new 3 member RS.

      Insert data.
      Ensure data has been replicated by querying the secondaries.
      Run db.printReplicationInfo()

      Show
      Start new 3 member RS. Insert data. Ensure data has been replicated by querying the secondaries. Run db.printReplicationInfo()

      The dates for the first and last oplog events are incorrect:

      rs1:PRIMARY> db.printReplicationInfo()
      configured oplog size: 192MB
      log length start to end: 1.915999999968335secs (0hrs)
      oplog first event time: Sat Jan 17 1970 05:20:42 GMT+1000 (EST)
      oplog last event time: Sat Jan 17 1970 05:20:44 GMT+1000 (EST)
      now: Thu Apr 11 2013 11:43:36 GMT+1000 (EST)

      Possibly related to SERVER-9283 ???

            Assignee:
            Unassigned Unassigned
            Reporter:
            mattcampbell Matt Campbell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: