-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 5.0.0-rc0
-
Component/s: Sharding, Testing Infrastructure
-
Fully Compatible
-
ALL
-
v5.0
-
Sharding EMEA 2021-06-14
-
156
When we run read_concerns.js in sharded collection pass-through suites the command executed inside the transaction could potentially return a stale version error to the client because the mongos is not retrying those errors in the context of a transactions so the test should automatically retry in those cases (using one of those retry helper functions)
- is caused by
-
SERVER-57051 Shard may fail to notify that router was stale for command in multi-statement transaction
- Closed