We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From the proto, negative wait_timeout means no wait:
wait_timeout
https://github.com/pingcap/kvproto/blob/9bb22e5a97fc47b9d27f4e053b44507217735f4d/proto/kvrpcpb.proto#L144
But now, LockNoWait is set to zero, which means the default timeout on TiKV
LockNoWait
client-go/kv/kv.go
Line 45 in b5eb031
This causes locking with LockNoWait to wait for the default timeout.
The text was updated successfully, but these errors were encountered:
sticnarf
Successfully merging a pull request may close this issue.
From the proto, negative
wait_timeout
means no wait:https://github.com/pingcap/kvproto/blob/9bb22e5a97fc47b9d27f4e053b44507217735f4d/proto/kvrpcpb.proto#L144
But now,
LockNoWait
is set to zero, which means the default timeout on TiKVclient-go/kv/kv.go
Line 45 in b5eb031
This causes locking with
LockNoWait
to wait for the default timeout.The text was updated successfully, but these errors were encountered: