kv: lease extensions can be rejected due to raft follower status #59179
Labels
A-kv-distribution
Relating to rebalancing and leasing.
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Currently, the
propBuf
can reject extensions of an existing lease because the current leaseholder is not the raft leader. This was not the intention of the rejection logic in thepropBuf
and should be avoided.This motivates a change like nvanbenschoten@b437722.
The text was updated successfully, but these errors were encountered: