As noticed in SERVER-77506, cluster cursors run getMores using only the "id" and "uid" fields from LogicalSessionId, so internal distributed transactions that set the txnNumber or txnUUID session fields can't successfully run getMore commands. Instead, those cursors should use all LogicalSessionId fields.
- is related to
-
SERVER-81586 Unrevert commit from SERVER-78786 on 7.0
- Closed