Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 98927 invoked from network); 4 Jun 2010 19:36:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Jun 2010 19:36:18 -0000 Received: (qmail 84100 invoked by uid 500); 4 Jun 2010 19:36:17 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 84001 invoked by uid 500); 4 Jun 2010 19:36:17 -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 83993 invoked by uid 99); 4 Jun 2010 19:36:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 19:36:17 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gdusbabek@gmail.com designates 209.85.160.172 as permitted sender) Received: from [209.85.160.172] (HELO mail-gy0-f172.google.com) (209.85.160.172) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jun 2010 19:36:12 +0000 Received: by gyh4 with SMTP id 4so1224784gyh.31 for ; Fri, 04 Jun 2010 12:35:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=xPetF8p+n1legrGGpQAez1nBL5kJMlLsYIwAWBvbBaI=; b=M4e9wAV5YkJtaqTellODseIxjrD7BB/+MXf/C8Gu+BT/RitWQmsZZJTBGk02MdgVga SXAhV2SL3GcxXayuFEw7pbRdsPiwYbCjlw/SeI4rZxQo/+0jTpMbyRnz8/nwf349X+dO XWS+O2VyAimAT7jPjJZgvNSKPoVca+pVakNbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=A3AsRHlKk5SNzSxtW6Vwce91VXqJ+CNUJTytMQqvwA35PsU5jBgzjG2a1Ac8XuC9e6 WPua66ls4IIaHAPoDSF1u9i7J6YVB4LOwFHxrlCiOjYfMCWDFX6khyKFpZ+guoXX55CG LUn00Ygm1xc8B2/OBmczwWuKL0zmFJM2M/neQ= MIME-Version: 1.0 Received: by 10.151.61.12 with SMTP id o12mr10955866ybk.449.1275680151247; Fri, 04 Jun 2010 12:35:51 -0700 (PDT) Received: by 10.150.92.12 with HTTP; Fri, 4 Jun 2010 12:35:51 -0700 (PDT) Reply-To: gdusbabek@gmail.com In-Reply-To: <20100604192647.GA999@panix.com> References: <20100604192647.GA999@panix.com> Date: Fri, 4 Jun 2010 12:35:51 -0700 Message-ID: Subject: Re: Expected wait while bootstrapping? From: Gary Dusbabek To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Most of the streaming messages are DEBUG, so you'll have to amp up logging. Gary. On Fri, Jun 4, 2010 at 12:26, Aaron Lav wrote: > I'm trying to bring up a new node. =A0The log on the new node says: > > INFO 19:00:47,794 Joining: getting bootstrap token > INFO 19:00:49,003 New token will be 9854626435259012793337607458761507713= 4 to assume load from /xx.xxx.xx.xxx > > I had expected to see messages about the beginning of anticompaction > on the host load is being assumed from, but I don't see them in that > host's log. > > I've tried restarting the node with the load and then the new node, > but still nothing happens. > > I've been waiting for ~15 minutes: how long should I expect to wait, and > is there anything further I can look at? > > =A0 Thanks, > =A0 Aaron Lav (asl2@pobox.com) >