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
kvcoord: fix QueryLocks and LeaseInfo handling in txnWriteBuffer
This commit fixes an oversight in how we handled QueryLocks and
LeaseInfo requests in the txnWriteBuffer. We simply pass the request and
the response through, but we forgot to properly propagate the response
out. The bug was exposed in a recent refactor
65476fc.
Release note: None
0 commit comments