-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.0.10
-
Environment:NodeJS 8.11.2
-
Empty show more show less
retryWrites does not seem to work if any update command with multi=true are executed, but the only place to set retryWrites is on the connection string, and there seems to be no way to override or suppress this when updates to multiple documents are required.
I get this error:
MongoError: Cannot use (or request) retryable writes with multi=true
The retyWrites option should just be ignored where it is not supported, or there should be a way to suppress or override the setting with an options property
- backported by
-
DRIVERS-396 All writes retryable support
- Closed
-
NODE-1105 All writes retryable support
- Closed