Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: use max timestamp during below-Raft scan to gossip liveness
This commit switches `MaybeGossipNodeLivenessRaftMuLocked` to evaluate its scan at the maximum timestamp instead of at the local node's HLC time. This ensures that we gossip the most recent liveness record, regardless of what timestamp it is written at.
- Loading branch information