Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45C1064C2 for ; Fri, 20 May 2011 07:40:06 +0000 (UTC) Received: (qmail 95579 invoked by uid 500); 20 May 2011 07:40:04 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 95520 invoked by uid 500); 20 May 2011 07:39:58 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 95511 invoked by uid 500); 20 May 2011 07:39:57 -0000 Delivered-To: apmail-incubator-cassandra-user@incubator.apache.org Received: (qmail 95508 invoked by uid 99); 20 May 2011 07:39:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:39:56 +0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RFC_ABUSE_POST,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of pankajsoni0126@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 May 2011 07:39:51 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1QNKJ0-0002fZ-Lx for cassandra-user@incubator.apache.org; Fri, 20 May 2011 00:39:30 -0700 Date: Fri, 20 May 2011 00:39:30 -0700 (PDT) From: pankajsoni0126 To: cassandra-user@incubator.apache.org Message-ID: <1305877170663-6384978.post@n2.nabble.com> In-Reply-To: References: <1305273344151-6358459.post@n2.nabble.com> Subject: Re: Inter node communication over UDP MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am working on version 0.7.6 of cassandra. I have been looking into the code to identify communication between nodes. it seems to me that both inter-node and servernode-client communication happens using thrift protocol, is my understanding correct? and the gossiper communication takes place using tcp and message queue? -- View this message in context: http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/Inter-node-communication-over-UDP-tp6358459p6384978.html Sent from the cassandra-user@incubator.apache.org mailing list archive at Nabble.com.