Clarify BulkWrite pre-flight check timing in collation spec

XMLWordPrintableJSON

    • Type: Spec Change
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Component/s: Bulk API
    • None
    • Needed
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-6336 Blocked
      CXX-3498 Blocked
      CSHARP-6049 Blocked
      GODRIVER-3914 Blocked
      JAVA-6208 Blocked
      NODE-7588 Blocked
      PYTHON-5831 Blocked
      PHPLIB-1856 Blocked
      RUBY-3883 Blocked
      RUST-2431 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-6336 Blocked CXX-3498 Blocked CSHARP-6049 Blocked GODRIVER-3914 Blocked JAVA-6208 Blocked NODE-7588 Blocked PYTHON-5831 Blocked PHPLIB-1856 Blocked RUBY-3883 Blocked RUST-2431 Blocked

      Summary

      The paragraph following the BulkWrite example used lowercase "must" (non-RFC 2119) and did not repeat the "MUST NOT send any operations" condition, leaving the rejection timing ambiguous (pre-flight vs. on first encountered error). Rewrite with RFC 2119 MUST and make the pre-flight nature explicit.

      Motivation

      Who is the affected end user?

      Driver authors implementing BulkWrite with collation validation on pre-3.4 servers.

      Is this issue urgent?

      No.

      Is this ticket only for tests?

      No — spec text clarification.

      Acceptance Criteria

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

            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: