Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 521CB200B50 for ; Sat, 30 Jul 2016 00:11:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 50B66160AA6; Fri, 29 Jul 2016 22:11:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 95DDA160A79 for ; Sat, 30 Jul 2016 00:11:21 +0200 (CEST) Received: (qmail 61475 invoked by uid 500); 29 Jul 2016 22:11:20 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 61450 invoked by uid 99); 29 Jul 2016 22:11:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 22:11:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 863292C029E for ; Fri, 29 Jul 2016 22:11:20 +0000 (UTC) Date: Fri, 29 Jul 2016 22:11:20 +0000 (UTC) From: "Jason Brown (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-12346) Gossip 2.0 - introduce a Peer Sampling Service for partial cluster views MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 29 Jul 2016 22:11:22 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15400097#comment-15400097 ] Jason Brown commented on CASSANDRA-12346: ----------------------------------------- Here is the branch for an implementation of hyparview: ||hyparview|| |[branch|https://github.com/jasobrown/cassandra/tree/broadcast_hyparview]| |[dtest|http://cassci.datastax.com/view/Dev/view/jasobrown/job/jasobrown-broadcast_hyparview-dtest/]| |[testall|http://cassci.datastax.com/view/Dev/view/jasobrown/job/jasobrown-broadcast_hyparview-testall/]| I've documented it rather extensively, so I hope that aides the reviewer. There are still a couple of (very) minor things left to clean up, including the simulator (implemented as a long test), but that should not hinder any review, i think. > 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|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)