-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
95579: kvserver: fix store disable gossip lease override r=andrewbaptist a=kvoli In #93945 the store gossip logic was refactored to take into account the relative difference rather than cumulative number of changes. This led to a bug where disabling lease capacity changes from triggering gossip wasn't adhered to in all cases. This introduced a flake where `TestStoreRangeGossipOnSplits` and the underlying behavior being tested diverged slightly. This patch fixes the issue. Fixes: #95566 Release note: None Co-authored-by: Austen McClernon <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters