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

Change OplogReader to send query as OpTime, not Date

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

      Now that we're exposing the SyncTail query in currentOp, it looks weird as a date:

      "query" : {
          "ts" : {
              "$gte" : ISODate("184032358-01--2147483647T05:06:59.688Z")
          }
      },
      

      It's also causing parsing problems for Python deserialization.

            Assignee:
            kristina Kristina Chodorow (Inactive)
            Reporter:
            kristina Kristina Chodorow (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: