client-rust
client-rust copied to clipboard
Why do we not resolve locks for pessimistic transactions?
I'm not sure if this is a feature or a bug.
Seems to me it's intentional. From tidb:
// Because we already waited on tikv, no need to Backoff here. // tikv default will wait 3s(also the maximum wait value) when lock error occurs