Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Won't Fix
-
None
Description
A Peer Sampling Service is a module that provides a partial view of a cluster to dependent modules. A node's partial view, combined with all other nodes' partial views, combine to create a fully-connected mesh over the cluster. This way, a given node does not need to have direct connections to every other node in the cluster, and can be much more efficient in terms of resource management as well as information dissemination. Peer Sampling Services by their nature must be self-healing and self-balancing to maintain the fully-connected mesh.
I propose we use an algorithm based on HyParView, which is a concrete algorithm for a Peer Sampling Service. HyParView has a clearly defined protocol, and is reasonably simple to implement.
Attachments
Attachments
Issue Links
- is required by
-
CASSANDRA-12345 Gossip 2.0
- Resolved
-
CASSANDRA-12347 Gossip 2.0 - broadcast tree for data dissemination
- Resolved