-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Op_Lock could not trigger pessimistic lock write conflict #428
Comments
It is not collapsed, it's stored in a different key space, so they don't conflict each other, the commit status of Op_Lock can still be checked by CheckTxnStatus. |
The |
OK, you can change it to be compatible. |
For optimistic transactions, the write conflict for
|
Consider such case
The last
PessimsiticLock
request should get an error since itsstartTS
is smaller than thecommitTS
of thetxn2
, but it succeeded.Seems
Op_Lock
write record could not be found from the storage engine or is collapsed without keeping a newset one?The text was updated successfully, but these errors were encountered: