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 5A7A1DA79 for ; Tue, 2 Oct 2012 11:26:29 +0000 (UTC) Received: (qmail 32424 invoked by uid 500); 2 Oct 2012 11:26:26 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 32395 invoked by uid 500); 2 Oct 2012 11:26:26 -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 32367 invoked by uid 99); 2 Oct 2012 11:26:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 11:26:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Viktor.Jevdokimov@adform.com designates 86.58.139.11 as permitted sender) Received: from [86.58.139.11] (HELO mail1.adform.com) (86.58.139.11) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 11:26:21 +0000 Received: from dkexc002.adform.com ([10.0.19.5]) by mail1.adform.com with XWall v3.47 ; Tue, 2 Oct 2012 14:25:59 +0300 Received: from DKEXC001.adform.com (10.0.8.3) by DKEXC002.adform.com (10.0.19.5) with Microsoft SMTP Server (TLS) id 14.2.283.3; Tue, 2 Oct 2012 14:26:01 +0300 Received: from DKEXC002.adform.com ([fe80::a869:727c:285c:fd3]) by DKEXC001.adform.com ([fe80::6d0c:ccd8:b690:688a%18]) with mapi id 14.02.0247.003; Tue, 2 Oct 2012 14:25:59 +0300 From: Viktor Jevdokimov To: "user@cassandra.apache.org" Subject: RE: Persistent connection among nodes to communicate and redirect request Thread-Topic: Persistent connection among nodes to communicate and redirect request Thread-Index: AQHNoIDXQIXnwQDTBkeZeVJamXKnKJel35mQ Date: Tue, 2 Oct 2012 11:26:00 +0000 Message-ID: <2C85E14562B39345BCCAD90B8E7955C91F9B67@DKEXC002.adform.com> References: <506AB483.5080407@directi.com> In-Reply-To: <506AB483.5080407@directi.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.95] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-XWALL-BCKS: auto X-Virus-Checked: Checked by ClamAV on apache.org 9160 is a client port. Nodes are using messaging service on storage_port (7= 000) for intra-node communication. Best regards / Pagarbiai Viktor Jevdokimov Senior Developer Email: Viktor.Jevdokimov@adform.com Phone: +370 5 212 3063 Fax: +370 5 261 0453 J. Jasinskio 16C, LT-01112 Vilnius, Lithuania Disclaimer: The information contained in this message and attachments is in= tended solely for the attention and use of the named addressee and may be c= onfidential. If you are not the intended recipient, you are reminded that t= he information remains the property of the sender. You must not use, disclo= se, distribute, copy, print or rely on this e-mail. If you have received th= is message in error, please contact the sender immediately and irrevocably = delete this message and any copies.> -----Original Message----- > From: Niteesh kumar [mailto:niteesh.k@directi.com] > Sent: Tuesday, October 02, 2012 12:32 > To: user@cassandra.apache.org > Subject: Persistent connection among nodes to communicate and redirect > request > > while looking at netstat table i observed that my cluster nodes not using > persistent connection to talk among themselves on port 9160 to redirect > request. I also observed that local write latency is around > 30-40 microsecond, while its takes around .5 miliseconds if the chosen no= de > is not the node responsible for the key for 50K QPS. I think this attribu= tes to > connection making time among servers as my servers are on same rack. > > how can i configure my servers to use persistent connection on port 9160 > thus exclude connection making time for each request that is redirected..= .