Remove stale secondaryOk=true requirement from getMore section

XMLWordPrintableJSON

    • Needed
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6335 Blocked
      CXX-3497 Blocked
      CSHARP-6048 Blocked
      GODRIVER-3913 Blocked
      JAVA-6207 Blocked
      NODE-7587 Blocked
      PYTHON-5830 Blocked
      PHPLIB-1855 Blocked
      RUBY-3882 Blocked
      RUST-2430 Blocked
      $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 */ } #scriptField td.willNotDo { background-color: #FF0000; /* Red color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-6335 Blocked CXX-3497 Blocked CSHARP-6048 Blocked GODRIVER-3913 Blocked JAVA-6207 Blocked NODE-7587 Blocked PYTHON-5830 Blocked PHPLIB-1855 Blocked RUBY-3882 Blocked RUST-2430 Blocked

      Summary

      The getMore section stated "The query flags passed to OP_QUERY for a getMore command MUST be secondaryOk=true when sent to a secondary", directly contradicting the "Interactions with OP_QUERY" section which stated secondaryOk SHOULD NOT be set on follow-up getMore/killCursors commands. The 2015-10-13 changelog reversed the original 2015-09-30 decision but the getMore section body was never updated. Remove the stale sentence.

      Motivation

      Who is the affected end user?

      Driver authors implementing find/getMore/killCursors.

      Is this issue urgent?

      No.

      Is this ticket only for tests?

      No — spec text correction.

      Acceptance Criteria

      PR merged: https://github.com/mongodb/specifications/pull/1940

            Assignee:
            Jérôme Tamarelle
            Reporter:
            Jérôme Tamarelle
            Kevin Albertson Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: