Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-710

Deprecate oplogReplay find command option from CRUD spec

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Component/s: None
    • Labels:
      None
    • Hide

      The oplogReplay flag is now deprecated. Please update https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-query to mark the oplogReplay OP_QUERY wire protocol flag to reflect this.

      Any application which sets this flag can safely remove it when communicating with a 4.4 server. The flag is still needed to optimize oplog queries when communicating with a 4.2 or older server.

      Show
      The oplogReplay flag is now deprecated. Please update https://docs.mongodb.com/manual/reference/mongodb-wire-protocol/#op-query to mark the oplogReplay OP_QUERY wire protocol flag to reflect this. Any application which sets this flag can safely remove it when communicating with a 4.4 server. The flag is still needed to optimize oplog queries when communicating with a 4.2 or older server.
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      PHPC-1525 Fixed 1.8.0-beta1, 1.8.0
      CXX-1907 Works as Designed
      JAVA-3591 Fixed 4.1.0
      NODE-2423 Fixed 3.6.0
      MOTOR-487 Duplicate
      CSHARP-2898 Fixed 2.11.0
      RUBY-2079 Fixed 2.13.0.beta1
      CDRIVER-3485 Fixed 1.17.0-beta, 1.17.0
      GODRIVER-1462 Fixed 1.4.0
      PYTHON-2097 Fixed 3.11
      PHPLIB-520 Fixed 1.7.0-beta1, 1.7.0
      RUST-379 Works as Designed
      SWIFT-804 Won't Do
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion PHPC-1525 Fixed 1.8.0-beta1, 1.8.0 CXX-1907 Works as Designed JAVA-3591 Fixed 4.1.0 NODE-2423 Fixed 3.6.0 MOTOR-487 Duplicate CSHARP-2898 Fixed 2.11.0 RUBY-2079 Fixed 2.13.0.beta1 CDRIVER-3485 Fixed 1.17.0-beta, 1.17.0 GODRIVER-1462 Fixed 1.4.0 PYTHON-2097 Fixed 3.11 PHPLIB-520 Fixed 1.7.0-beta1, 1.7.0 RUST-379 Works as Designed SWIFT-804 Won't Do

      As of SERVER-36186 and server version 4.3.1, the oplogReplay option for find is ignored. The CRUD spec deprecated this option in 180729a for SPEC-1491.

      Drivers should deprecate the option in any documentation and code (if applicable). No other code changes are required, as a 4.3.1+ server will happily ignore the option if it is provided.

            Assignee:
            Unassigned Unassigned
            Reporter:
            kevin.arhelger@mongodb.com Kevin Arhelger
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: