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
When we initially implemented overlap keys, SELECT FOR UPDATE didn't suffice to make writes conflict. There was some language in more recent CRDB releases that suggest it may work now. It's worth updating the e2e test suite with new CRDB versions and testing SELECT FOR UPDATE instead.
The text was updated successfully, but these errors were encountered:
When we initially implemented overlap keys,
SELECT FOR UPDATE
didn't suffice to make writes conflict. There was some language in more recent CRDB releases that suggest it may work now. It's worth updating the e2e test suite with new CRDB versions and testingSELECT FOR UPDATE
instead.The text was updated successfully, but these errors were encountered: