Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storepool: consider nodes dead after no gossip
In cockroachdb#97532 we removed a check that would consider stores as dead if they hadn't gossiped their store descriptor within the last `server.time_until_store_dead` period. This patch updates adds back in the dead check that was removed, so that stores which have not updated their store descriptor in gossip, in the last `server.time_until_store_dead` are considered dead. This is a mostly redundant check with node liveness mirroring this behavior, however necessary in some tests. Resolves: cockroachdb#97794 Release note: None
- Loading branch information