Skip to content

Commit

Permalink
investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
rustagir committed Jan 22, 2025
1 parent 92339bb commit bdac4e1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions source/write/bulk-writes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -468,16 +468,13 @@ The following example performs multiple write operations by using the

.. output::

TODO... waiting on resolution of
https://jira.mongodb.org/browse/CLOUDP-288992 to test

..
TODO testing...
If any of the write operations fail, the driver raises a
``MongoBulkWriteException`` and does not perform any further individual operations.
``MongoBulkWriteException`` includes a ``BulkWriteError`` that can be accessed by using the
``MongoBulkWriteException.getWriteErrors()`` method, which provides details of the
individual failure.
AcknowledgedSummaryClientBulkWriteResult{insertedCount=1, matchedCount=1, ...}

If any of the write operations fail, the driver raises a
``ClientBulkWriteException`` and does not perform any further individual operations.
``ClientBulkWriteException`` includes a ``BulkWriteError`` that can be accessed by using the
``ClientBulkWriteException.getWriteErrors()`` method, which provides details of the
individual failure.

.. _java-rs-client-bulk-write-options:

Expand Down

0 comments on commit bdac4e1

Please sign in to comment.