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 8BFEF9D01 for ; Wed, 13 Jun 2012 11:40:38 +0000 (UTC) Received: (qmail 14882 invoked by uid 500); 13 Jun 2012 11:40:36 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 14860 invoked by uid 500); 13 Jun 2012 11:40:36 -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 14845 invoked by uid 500); 13 Jun 2012 11:40:35 -0000 Delivered-To: apmail-incubator-cassandra-user@incubator.apache.org Received: (qmail 14840 invoked by uid 99); 13 Jun 2012 11:40:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 11:40:35 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FSL_RCVD_USER,HTML_IMAGE_ONLY_16,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of springrider@gmail.com designates 209.85.217.175 as permitted sender) Received: from [209.85.217.175] (HELO mail-lb0-f175.google.com) (209.85.217.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jun 2012 11:40:29 +0000 Received: by lbol5 with SMTP id l5so1095878lbo.6 for ; Wed, 13 Jun 2012 04:40:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=6RmLUjsfqKyYp2DFRVKsdTW8NWn2iyQd0SpyZgsq+dI=; b=jnGM++ka4we3ao93BNibLyZY1qZmxoeCRUieWJ1MyiHhS4F2sQIX+eJ5bRKsgAJa4X hJrx8r59l68j5KyZBJbsm+Os3cVmResVoGdkSC5e/6l7QmxnYIFJyypdb13qkgyoP2Jq ps7o3Au9cEc5elENDGx9Zr1rsQ3oVwMqcNEZZZjhVBzZWIgt2mRbosRkHViekm2HzEMn 6R1e9eEaW0TC9uyx6JJaiiRar0DBjsOe+4fkmGnFXKvYO3zZVkneUywQtaUX+mxc9jM3 1iOr3KytmtwY1nUXPSCBre6tkKzah5h5Mai2oOp4VyFFH3HbE+oSLXHQxS0rOm0A67cT +oqQ== Received: by 10.112.47.231 with SMTP id g7mr6396165lbn.29.1339587608427; Wed, 13 Jun 2012 04:40:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.21.167 with HTTP; Wed, 13 Jun 2012 04:39:48 -0700 (PDT) From: Yan Chunlu Date: Wed, 13 Jun 2012 19:39:48 +0800 Message-ID: Subject: how to reduce latency? To: cassandra-user@incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec554d4588bbd7404c2590b4b X-Virus-Checked: Checked by ClamAV on apache.org --bcaec554d4588bbd7404c2590b4b Content-Type: text/plain; charset=ISO-8859-1 I have three nodes running cassandra 0.7.4 about two years, as showed below: 10.x.x.x Up Normal 138.07 GB 33.33% 0 10.x.x.x Up Normal 143.97 GB 33.33% 56713727820156410577229101238628035242 10.x.x.x Up Normal 137.33 GB 33.33% 113427455640312821154458202477256070484 the commitlog and data directory are separated on different disk(Western Digital WD RE3 WD1002FBYS 1TB). as the data size grow the reads and write time are keep increasing, slow down the website frequently. Based on the experience that every time using nodetool to maintain the nodes, could cost a very long time, consume a lot system resource(always ended nowhere), and cause my web service very unstable, I really have no idea what to do, upgrade seems not solving this either, I have a newer cluster with have the same configuration but version is 1.0.2, also got increasing latency, and the new system also suffering unstable problem... just wondering does that means I must add more nodes(which is also a painful and slow path)? [image: Inline image 1] --bcaec554d4588bbd7404c2590b4b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I have three nodes running cassandra 0.7.4 about two years, as showed = below:
10.x.x.x =A0 =A0 =A0Up =A0 =A0 Normal =A0138.07 GB = =A0 =A0 =A0 33.33% =A00 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0
10.x.x.x=A0 =A0 =A0Up =A0 =A0= Normal =A0143.97 GB =A0 =A0 =A0 33.33% =A056713727820156410577229101238628= 035242 =A0 =A0 =A0
10.x.x.x=A0 =A0 =A0 Up =A0 =A0 Normal =A0137.33 GB =A0 =A0 =A0 33.33% = =A0113427455640312821154458202477256070484=A0

the commitlog and data directory are separated on different disk(Western Di= gital WD RE3 WD1002FBYS 1TB).


as the data size grow the reads and writ= e time are keep increasing, slow down the website frequently.=A0
=
Based on the experience that every time using nodetool to ma= intain the nodes, could cost a very long time, consume a lot system resourc= e(always ended nowhere), =A0and cause my web service very unstable, I reall= y have no idea what to do, upgrade seems not solving this either, I have a = newer cluster with have the same configuration but version is 1.0.2, also g= ot increasing latency, and the new system also suffering unstable problem..= .

just wondering does that means I must add more nodes(wh= ich is also a painful and slow path)?



3D"Inline
--bcaec554d4588bbd7404c2590b4b--