Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 69753 invoked from network); 22 Mar 2010 17:43:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 17:43:06 -0000 Received: (qmail 65250 invoked by uid 500); 22 Mar 2010 17:43:05 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 65229 invoked by uid 500); 22 Mar 2010 17:43:05 -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 65221 invoked by uid 99); 22 Mar 2010 17:43:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 17:43:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jbellis@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 17:42:56 +0000 Received: by wyb29 with SMTP id 29so2609341wyb.31 for ; Mon, 22 Mar 2010 10:42:36 -0700 (PDT) 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=5sxeBuj/gjRnG8lZUhO8tysreeOdM4QvsReb17wBLt0=; b=NwzjTkG6bQsubZhrCO0HOeJGIEVBaN6NQ21Ap1zetxU7XBuhJLa391LBZj79MRYzNx 03EMjLDuqF7sjhubo9ITs3U98ZLPSZyChb8J5Y2Snn+enm58wJu9PNDxM0Dze6fHgqGv 3PpD/mPfz8aEPn/GqHjFDnsypxuGhuLi7j1HU= 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=BRd2qtL+Yd1dXcu0HMsgL3V0CUTf8m5uloTiLzgV9tMmkJfJm0VZHq0RImz93Dxxme v+lHnGuMhlw670tDuBHmKiOQ2Lwvm6gn9zVytQIk3Xrv8A4v3HhbID8CRL4s3Dic3iIJ 38R5i7Y3qlrnLAowW1KjsjwBqSjqlXBTKtk6o= MIME-Version: 1.0 Received: by 10.216.90.130 with SMTP id e2mr1627408wef.210.1269279756397; Mon, 22 Mar 2010 10:42:36 -0700 (PDT) In-Reply-To: <766B5A29D28DA442AB229AAEE2AFC44507DF67ABC4@SEAMBX.corp.real.com> References: <766B5A29D28DA442AB229AAEE2AFC44507DF67ABB8@SEAMBX.corp.real.com> <766B5A29D28DA442AB229AAEE2AFC44507DF67ABB9@SEAMBX.corp.real.com> <766B5A29D28DA442AB229AAEE2AFC44507DF67ABBA@SEAMBX.corp.real.com> <766B5A29D28DA442AB229AAEE2AFC44507DF67ABBC@SEAMBX.corp.real.com> <1269198496.909624213@192.168.2.230> <766B5A29D28DA442AB229AAEE2AFC44507DF67ABBD@SEAMBX.corp.real.com> <1269266932.91415708@192.168.2.228> <766B5A29D28DA442AB229AAEE2AFC44507DF67ABC4@SEAMBX.corp.real.com> From: Jonathan Ellis Date: Mon, 22 Mar 2010 12:42:15 -0500 Message-ID: Subject: Re: node repair To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Mar 22, 2010 at 11:53 AM, Todd Burruss wrote: > it's very possible if i thought it wasn't working. =A0is there a delay be= tween compation and streaming? yes, it can be a significant one if you have a lot of data. you can look at the compaction mbean for progress on that side of things.