Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

0.403.1

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 20 Sep 16:39
· 1855 commits to develop since this release
ad3b852
Type Description Link
Fix Serializable transactions no longer read from commitTimestamp + 1 when performing read-write conflict checking. Previously, they may have done so, which runs a data corruption risk where an ABA conflict may be obscured. Note that this risk is extremely small (owing to this requiring a very specific interleaving of execution, _transactions2, and in most cases serializability still being preserved even though the strict serializability AtlasDB normally offers may not be). #5637