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

Write commands spec refers to old value of "maxWriteBatchSize"

    • Type: Icon: Spec Change Spec Change
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • None
    • Component/s: None
    • Labels:
      None
    • Not Needed

      Summary

      The Request Size Limits section of the Write Commands Specification states the following:

      maxWriteBatchSize : currently 1000, this is the maximum number of inserts, updates, or deletes that can be included in a write batch. If more than this number of writes are included, the server cannot guarantee space in the response document to reply to the batch.

      The stated value of 1,000 for maxWriteBatchSize is stale, since it was changed to 100,000 as part of SERVER-13061. We should update the spec to state 100,000 as the current value. Alternatively we could change the spec to not refer to the current value so that it does not become stale in the future.

      Motivation

      Who is the affected end user?

      Spec change only.

      How does this affect the end user?

      It doesn't.

      How likely is it that this problem or use case will occur?

      N/A

      If the problem does occur, what are the consequences and how severe are they?

      N/A

      Is this issue urgent?

      Not urgent

      Is this ticket required by a downstream team?

      No

      Is this ticket only for tests?

      N/A

            Assignee:
            kaitlin.mahar@mongodb.com Kaitlin Mahar
            Reporter:
            david.storch@mongodb.com David Storch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: