-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
200
This test currently retries a transaction statement on retriable and network errors, but always uses the same txnNumber. If the original failure is due to a failover, and the retry is sent to a new primary, mongos will not attach startTransaction to the request (because mongos does not clear the transaction participant list until commit or starting a new transaction), and so the new primary will attempt to continue the transaction and fail to do so.