losfair / mvsqlite

Distributed, MVCC SQLite that runs on FoundationDB.
https://github.com/losfair/mvsqlite/wiki
Apache License 2.0
1.35k stars 38 forks source link

Dirty pages not cleared from the cache after commit failure #79

Closed losfair closed 1 year ago

losfair commented 1 year ago

Versions >= v0.1.18-9 && <= v0.2.0-1 contain a correctness issue where dirty pages are not cleared from the cache after a transaction failed to commit. This has been fixed in https://github.com/losfair/mvsqlite/commit/cb6f3f8e62feac3c9390dac8d74267c21d26b8da.

DO NOT USE releases in this version range.