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
kvnemesis: fix CPut read validation in weak isolation levels
Previously, kvnemesis would attempt to validate the timestamp associated
with a CPut's read regardless of the isolation level. Since the read
component of CPut is non-locking, this validation is not correct
because the CPut's read is not refreshed in weak-isolation
transactions.
This commit treats the read of CPut similarly to other non-locking
reads; they are validated only for serializable transctions.
Part of: #64810
Release note: None
0 commit comments