Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
98150: kv: don't gossip node liveness on lease extensions r=erikgrinaker a=nvanbenschoten Informs: #97966 Before this change, we would gossip the entire node liveness range on each liveness lease extension (every few seconds). In cases where the liveness range is full of garbage, we have seen that this can be expensive. This change updates the post-lease change hook to only gossip all liveness records on lease changes, never on lease extensions. This is possible because there is no risk of lost incremental liveness updates on lease extensions. Release note: None Co-authored-by: Nathan VanBenschoten <[email protected]>
- Loading branch information