You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the issue is that the logical dependency tracker is not working because, in this test case, txn1 reads do not overlap with txn2 reads, so in the has_conflict, it cannot detect logical conflict as a new a3 written by txn2. Anyway, I need more work on the logical dependency tracker.
Write transactions are not serializable as stated.
See example below (one more here)
The text was updated successfully, but these errors were encountered: