-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Sharding 2021-11-15
-
2
- Add a parentLsid field to config.transactions entries for retryable internal transactions that stores the parent lsid of the internal session.
- Create a partial index for config.transactions on {parentLsid: 1, _id.txnNumber: 1, _id: 1} with partialFilterExpression {parentLsid: {$exists: true}}.
- is depended on by
-
SERVER-62020 [Retryability] Make retryable write statements executed with or without internal transactions retryable whether or not internal transactions are involved on retries
- Closed