From cassandra-user-return-1612-apmail-incubator-cassandra-user-archive=incubator.apache.org@incubator.apache.org Thu Dec 03 21:57:27 2009 Return-Path: Delivered-To: apmail-incubator-cassandra-user-archive@minotaur.apache.org Received: (qmail 48254 invoked from network); 3 Dec 2009 21:57:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Dec 2009 21:57:27 -0000 Received: (qmail 27338 invoked by uid 500); 3 Dec 2009 21:57:27 -0000 Delivered-To: apmail-incubator-cassandra-user-archive@incubator.apache.org Received: (qmail 27326 invoked by uid 500); 3 Dec 2009 21:57:27 -0000 Mailing-List: contact cassandra-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-user@incubator.apache.org Delivered-To: mailing list cassandra-user@incubator.apache.org Received: (qmail 27317 invoked by uid 99); 3 Dec 2009 21:57:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 21:57:27 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jbellis@gmail.com designates 209.85.218.210 as permitted sender) Received: from [209.85.218.210] (HELO mail-bw0-f210.google.com) (209.85.218.210) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2009 21:57:25 +0000 Received: by bwz2 with SMTP id 2so1601605bwz.20 for ; Thu, 03 Dec 2009 13:57:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=FnHoo1ZYuF7kgeyggvqiDZRNSJAqU1NXdpZ3lg3/2Jo=; b=lb16EsMFtwxQXxQ6c+BjtWBcLkVQwFslgJTl3yYnS5A3ojDcQxrLfqX1fxtskR6ETM z+XwTGyBT8sszmcMhPZDwAI1M7FqxP7WreB26DMNsL+xpyhA/sm62WFaLazP8ErV1dcX o3eOGN/kt7tVEixoIBp1MnTVAdYd5b78d0C4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=GdIAgZ0xR+uD39EI/xculij2RBbeH8rR9Vdhe/i/82hlRQXljZy2tDrhPF3pe/8rQr 4EebMkkol5YFw9Re0yT6GQW0wDaaomLqv/UMEHikxnBOc5f496kf2znDoQRlvqG40d5R sJ5kkSw0w6SFV0WPrb2LdX67olaZH2rNZ82wg= MIME-Version: 1.0 Received: by 10.204.156.28 with SMTP id u28mr2320572bkw.74.1259877423248; Thu, 03 Dec 2009 13:57:03 -0800 (PST) In-Reply-To: <1259874044.2898.57.camel@btoddb-laptop> References: <59DD1BA8FD3C0F4C90771C18F2B5B53A4C850190C6@GVW0432EXB.americas.hpqcorp.net> <1259867005.2898.20.camel@btoddb-laptop> <1259868726.2898.25.camel@btoddb-laptop> <1259870391.2898.28.camel@btoddb-laptop> <1259872405.2898.48.camel@btoddb-laptop> <1259874044.2898.57.camel@btoddb-laptop> From: Jonathan Ellis Date: Thu, 3 Dec 2009 15:56:43 -0600 Message-ID: Subject: Re: Persistently increasing read latency To: cassandra-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable the lines like INFO [COMPACTION-POOL:1] [ColumnFamilyStore.java:932] Compacted to /home/bburruss/cassandra.884232-0.5.0-beta1/btoddb/data/uds/bucket-443-Data= .db. would seem to indicate that it's working. On Thu, Dec 3, 2009 at 3:00 PM, B. Todd Burruss wrote: > correct. =A0i just bounced again, ran: > > =A0 bin/nodeprobe -host gen-app02.dev.real.com -port 8080 compact > > this time i waited long enough to let it work. =A0a lot of logging went b= y > so i've attached it. =A0this log covers starting the server until after > nodeprobe was run. > > lemme know you got it. > > > > On Thu, 2009-12-03 at 14:51 -0600, Jonathan Ellis wrote: >> On Thu, Dec 3, 2009 at 2:33 PM, B. Todd Burruss wrot= e: >> > nothing - i have DEBUG level set and bounced the server. =A0i'll resta= rt >> > again. >> >> just to verify: you bounced, then did nodeprobe compact, and nothing was= logged? >> >> > cassandra spends a lot of time loading INDEXes >> >> that's normal, especially w/ a lot of uncompacted sstables > >