-
Type: Task
-
Resolution: Incomplete
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.0
-
Component/s: Command Operations
-
None
-
Environment:Test
I have a question on RetryableWrites. If a bulkWrite has a mix and match of insertOne,UpdateOne and UpdateMany and the MongoClient is configured to have RetryableWrites as true, will the InsertOne and UpdateOne operations retried and UpdateMany not retried in case of a Primary Switch Over.
Also is there a way to selectively turn on and off the retry write option as a parameter apart from setting it in the MongoClient.