Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Sharding 2021-12-27, Sharding 2022-01-10, Sharding 2022-01-24
Description
Make TransactionParticipant throw a TransactionTooOld error in the following cases:
- We try to begin/continue/retry a retryable internal transaction with lsid=(id, uid, txnUUID, 5) after running retryable writes or a transaction with lsid=(id, uid) and txnNumber=6.
- We try to begin/continue/retry retryable writes or begin/continue a transaction with lsid=(id, uid) and txnNumber=5 after running a retryable internal transaction with lsid=(id, uid, txnUUID, 6).