The freelist.allocs
isn't rollbacked when a tx is rollbacked
#797
Labels
freelist.allocs
isn't rollbacked when a tx is rollbacked
#797
When a writing TXN allocates some pages from the freelist pages, they will be recorded in allocs. But if the TXN is rollbacked, the
allocs
won't be rollbacked.We need to add an unit test to reproduce this issue, then apply a patch to fix it.
The text was updated successfully, but these errors were encountered: