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 88E5E9719 for ; Tue, 24 Apr 2012 10:12:02 +0000 (UTC) Received: (qmail 10882 invoked by uid 500); 24 Apr 2012 10:12:00 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 10301 invoked by uid 500); 24 Apr 2012 10:11:54 -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 10267 invoked by uid 99); 24 Apr 2012 10:11:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 10:11:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hosschao@gmail.com designates 209.85.210.172 as permitted sender) Received: from [209.85.210.172] (HELO mail-iy0-f172.google.com) (209.85.210.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 10:11:47 +0000 Received: by iazz13 with SMTP id z13so1007094iaz.31 for ; Tue, 24 Apr 2012 03:11:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=V0nCv/laMdbhvUzFxPEld/HXCpZ3pTp0lbpReeUsPbU=; b=PHfGjdwsBzShY3vTxlAlN3gZYljHxVpJIswbpt+Valv6TJ1lVSV10VKKHprGlJej5v 9ecNDEvF1yhanZJPO4WqWN7tfoQi8G6AGYCjgN4IDPpBlMFVajjrRinazlZDXEdCPzOJ 3stuJ1tZRF6xoTDVORKGxP/ItDNNrDC8eXn8QdMa24FReqhoMUYmlnRCm/cKvs2846Nu peeh6Mqr8+BQmu4Uo4J5IGrsPfEpiiqBUUD/D0pUQBx2OrSi+LLz/H0+HjsrlpfcXU3m vSjtVxibnSeovezKgGL5fm5oWW3/tHsypYUKZdWUAX22ekoQ7507DG1w4giGGa693CzY +rPg== MIME-Version: 1.0 Received: by 10.43.44.193 with SMTP id uh1mr13838134icb.3.1335262286708; Tue, 24 Apr 2012 03:11:26 -0700 (PDT) Received: by 10.231.61.9 with HTTP; Tue, 24 Apr 2012 03:11:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Apr 2012 18:11:26 +0800 Message-ID: Subject: Re: High latency of cassandra From: =?GB2312?B?wu2zrA==?= To: user@cassandra.apache.org Content-Type: multipart/alternative; boundary=bcaec51a76dc47fe1504be69fa6c X-Virus-Checked: Checked by ClamAV on apache.org --bcaec51a76dc47fe1504be69fa6c Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable Does any one have idea for this? Thanks~ 2012/4/24 =C2=ED=B3=AC > Hi all, > > I have some troubles of cassandra in my production: > > I build up a RPC server which using hector client to manipulate the > cassandra. Wired things happen nowadays: the latency of RPC sometimes > becames very high (10seconds~70seconds) in several minutes and reduce > to normal level (30ms in average) after that time. I investigate the > debug log of cassandra. During high latency time, the cassandra output > lots of message like: > "IncomingTcpConnection.java(116) Version is now 3. " > Seems everything be blocked during that time. > > Our settings as following: > The version of cassandra is 1.0.1 and hector version is 0.7.0 for the > compatible of thrift version which we use (0.5.0) > The cluster contains 4 nodes and all of them are seeds. The > gcgraceseconds is 0 since we needn't delete the data > > p.s. It works well for a long time (3 months) but becames crazy these > days after we push the new RPC server which supports bigger data > saving (2mb in average). I'm not sure if these is the reason. > > Hope getting your replay~~ > > Thanks, > > Chao. > --bcaec51a76dc47fe1504be69fa6c Content-Type: text/html; charset=GB2312 Content-Transfer-Encoding: quoted-printable
Does any one have idea for this? Thanks~

=
2012/4/24 =C2=ED=B3=AC <hosschao@gmail.com= >
Hi all,

I have some troubles of cassandra in my p= roduction:

I build up a RPC server which using hector c= lient to manipulate the
cassandra. Wired things happen nowadays: the latency of RPC sometimes=
becames very high (10seconds~70seconds) in several minutes= and reduce
to normal level (30ms in average) after that ti= me. I investigate the
debug log of cassandra. During high latency time, the cassandra outpu= t
lots of message like:
"IncomingTcpCo= nnection.java(116) Version is now 3. "
Seems everything be blocked during that time.

Our= settings as following:
The version of cassandra is 1.0.1 a= nd hector version is 0.7.0 for the
compatible of thrift version which we use (0.5.0)
The= cluster contains 4 nodes and all of them are seeds. The
gc= graceseconds is 0 since we needn't delete the data

p.s. It works well for a long time (3 months) but becames crazy t= hese
days after we push the new RPC server which supports b= igger data
saving (2mb in average). I'm not sure if the= se is the reason.

Hope getting your replay~~

Thanks,
=
Chao.

--bcaec51a76dc47fe1504be69fa6c--