-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Summary
The reset_snapshot(WT_SESSION *) method is rejecting read-only transactions in MongoDB.
The issue is similar in nature to WT-5330 in that the code at session_api.c is too restrictive by assuming that a transaction with an ID is a write transaction even if it has no modifications in it as given by the session->txn->mod_count.
- is depended on by
-
SERVER-62350 replace usage of read_before_oldest with reset_snapshot
- Closed
- is related to
-
WT-5330 Read-only transactions are being rolled back in MongoDB
- Closed