kvserver: lease acquisition timeouts mask NotLeaseHolderError
#85115
Labels
A-kv-replication
Relating to Raft, consensus, and coordination.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
As seen in #84258, lease acquisition timeouts are returned as a
TimeoutError
wrapping theNotLeaseHolderError
, which prevents the DistSender from handling these, instead returning them to the client.Jira issue: CRDB-18049
The text was updated successfully, but these errors were encountered: