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 0AE4373CC for ; Thu, 1 Dec 2011 18:34:42 +0000 (UTC) Received: (qmail 18031 invoked by uid 500); 1 Dec 2011 18:34:37 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 17988 invoked by uid 500); 1 Dec 2011 18:34:37 -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 17945 invoked by uid 99); 1 Dec 2011 18:34:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 18:34:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of driftx@gmail.com designates 209.85.215.172 as permitted sender) Received: from [209.85.215.172] (HELO mail-ey0-f172.google.com) (209.85.215.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2011 18:34:30 +0000 Received: by eabm6 with SMTP id m6so2854444eab.31 for ; Thu, 01 Dec 2011 10:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=nBfK4EuNHjcRZG5aOXTl/7t4f4kh8tU1ulp8zScfYPo=; b=ubNMD/HOR3eUWN60csErsxCxgIpM1I4qUwJ4J5rMg2sTKN7zC7D5McA4fjjqFF1RKr 7EZEQJoO2y+z/dwGrczwmtXCeGN5D3wKgLERWNVnpeaGFAgIdzljkCGZPFcOuppPrhXZ yiiX++Wf2DGDl2/7BWmoInYgwDZ30NbCNGLxc= Received: by 10.216.30.198 with SMTP id k48mr485388wea.110.1322764450208; Thu, 01 Dec 2011 10:34:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.200.88 with HTTP; Thu, 1 Dec 2011 10:33:49 -0800 (PST) In-Reply-To: <1322763963291-7051526.post@n2.nabble.com> References: <1322763963291-7051526.post@n2.nabble.com> From: Brandon Williams Date: Thu, 1 Dec 2011 12:33:49 -0600 Message-ID: Subject: Re: decommissioned not show being gossipped To: user@cassandra.apache.org Cc: cassandra-user@incubator.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 Thu, Dec 1, 2011 at 12:26 PM, huyle wrote: > Hi, > > We have 2 nodes have been decommissioned from the cluster running 1.0.3. > However, the live nodes still making references to the decommissioned nod= es > 3 days after the nodes were decommissioned. =A0Nodetool does not show the > decommissioned noes. Here are sample log entries: How in sync are the clocks in the cluster? -Brandon