comdb2
comdb2 copied to clipboard
Test modsnap txns running during truncate
The changes in this PR expose the following bug:
- a snapshot transaction latches its start LSN
- truncate runs
- the snapshot transaction sees new updates in its selects since these updates have commit LSNs lower than the latched snapshot start LSN
This is a draft. Finished PR will include fix