-
Notifications
You must be signed in to change notification settings - Fork 4.1k
kvserver: lease acquisition timeouts mask NotLeaseHolderError #85115
Copy link
Copy link
Closed
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Description
As seen in #84258, lease acquisition timeouts are returned as a TimeoutError wrapping the NotLeaseHolderError, which prevents the DistSender from handling these, instead returning them to the client.
Jira issue: CRDB-18049
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-kv-replicationRelating to Raft, consensus, and coordination.Relating to Raft, consensus, and coordination.C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.