-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(BulkOp): run unordered bulk ops in serial
UnorderedBulkWrites that use either retryableWrites or transactions and require more than one batch have a chance to fail if the batches arrive at the server out of order. We will now conform to other drivers by executing batches serially. Fixes NODE-1934
- Loading branch information
1 parent
f35eecf
commit f548bd7
Showing
1 changed file
with
24 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters