Uploaded image for project: 'Java Driver'
  1. Java Driver
  2. JAVA-5635

Specify how to handle unacknowledged+(ordered|verbose|multi-batch) bulk writes

    • Type: Icon: Spec Change Spec Change
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Affects Version/s: None
    • Component/s: Bulk API
    • None
    • Hide

      DRIVERS-2993:
      Summary of necessary driver changes

      Update behavior for MongoClient.bulkWrite:

      • Error if w:0 is used with ordered=true or verboseResults=true
      • Use w:0 for each batch for a multi-batch unacknowledged bulk write.

      Update and implement new tests.

      Commits for syncing spec/prose tests

      Show
      DRIVERS-2993 : Summary of necessary driver changes Update behavior for MongoClient.bulkWrite: Error if w:0 is used with ordered=true or verboseResults=true Use w:0 for each batch for a multi-batch unacknowledged bulk write. Update and implement new tests. Commits for syncing spec/prose tests https://github.com/mongodb/specifications/commit/c84488cb9cf185e31869547a6378a701124b4665
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      This ticket was split from DRIVERS-2993, please see that ticket for a detailed description.

            Assignee:
            valentin.kovalenko@mongodb.com Valentin Kavalenka
            Reporter:
            dbeng-pm-bot PM Bot
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: