[jira] [Updated] (CASSANDRA-12346) Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views

2019-06-12 Thread Jason Brown (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Brown updated CASSANDRA-12346:

Resolution: Won't Fix
Status: Resolved  (was: Open)

> Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views
> 
>
> Key: CASSANDRA-12346
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12346
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Legacy/Core
>Reporter: Jason Brown
>Assignee: Jason Brown
>Priority: Normal
>  Labels: gossip
>
> A [Peer Sampling 
> Service|http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf] 
> 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|http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf], which is 
> a concrete algorithm for a Peer Sampling Service. HyParView has a clearly 
> defined protocol, and is reasonably simple to implement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-12346) Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views

2018-06-02 Thread Jason Brown (JIRA)


 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Brown updated CASSANDRA-12346:

Fix Version/s: (was: 4.0)

> Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views
> 
>
> Key: CASSANDRA-12346
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12346
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Core
>Reporter: Jason Brown
>Assignee: Jason Brown
>Priority: Major
>  Labels: gossip
>
> A [Peer Sampling 
> Service|http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf] 
> 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|http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf], which is 
> a concrete algorithm for a Peer Sampling Service. HyParView has a clearly 
> defined protocol, and is reasonably simple to implement.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-12346) Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views

2016-11-03 Thread Nate McCall (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nate McCall updated CASSANDRA-12346:

Fix Version/s: 4.0

> Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views
> 
>
> Key: CASSANDRA-12346
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12346
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Core
>Reporter: Jason Brown
>Assignee: Jason Brown
>  Labels: gossip
> Fix For: 4.0
>
>
> A [Peer Sampling 
> Service|http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf] 
> 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|http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf], which is 
> a concrete algorithm for a Peer Sampling Service. HyParView has a clearly 
> defined protocol, and is reasonably simple to implement.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CASSANDRA-12346) Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views

2016-07-30 Thread Jeff Jirsa (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jeff Jirsa updated CASSANDRA-12346:
---
Description: 
A [Peer Sampling 
Service|http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf] 
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|http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf], which is a 
concrete algorithm for a Peer Sampling Service. HyParView has a clearly defined 
protocol, and is reasonably simple to implement.



  was:
A [Peer Sampling 
Service|infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf] 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 
(http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf], which is a concrete 
algorithm for a Peer Sampling Service. HyParView has a clearly defined 
protocol, and is reasonably simple to implement.




> Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views
> 
>
> Key: CASSANDRA-12346
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12346
> Project: Cassandra
>  Issue Type: Improvement
>  Components: Core
>Reporter: Jason Brown
>Assignee: Jason Brown
>  Labels: gossip
>
> A [Peer Sampling 
> Service|http://infoscience.epfl.ch/record/83409/files/neg--1184036295all.pdf] 
> 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|http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf], which is 
> a concrete algorithm for a Peer Sampling Service. HyParView has a clearly 
> defined protocol, and is reasonably simple to implement.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)