-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gossip: reintroduce
GossipClientsKey
gossip
In 2114678, we stopped gossiping the connectivity graph via `GossipClientsKey`. However, this broke backwards compatibility with `cockroach node status` which relied on this key to determine `is_live` liveness. This patch partially reverts that change, by reintroducing gossip of these keys in mixed 22.1/22.2 clusters, but otherwise not using them for anything. We stop gossiping them in finalized 22.2 clusters, since the cost of gossiping these is significant in large clusters (which motivated their removal in the first place). This breaks backwards compatibility with <22.2.3, we'll just have to live with that. Epic: none Release note (bug fix): Fixed a bug where `cockroach node status` could incorrectly report nodes as `is_live = false` in mixed 22.1/22.2 clusters. The bug still exists between 22.2 patch versions before and after 22.2.3.
- Loading branch information
1 parent
62a0f7d
commit a6ee652
Showing
3 changed files
with
58 additions
and
0 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
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