Currently we log a message while opening and closing/aborting the transaction and the message records the snapshot id of that transaction. Due to SERVER-43685, we currently assign new snapshot id before committing/aborting the transaction. As a result, the snapshot id of commit/abort log message is not matching with open transaction snapshot id message.
- related to
-
SERVER-43685 Biggie storage engine should support snapshot ids
- Closed
-
SERVER-44577 Ensure WiredTiger cursors have started a transaction before reading data
- Closed