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 03AB773E1 for ; Wed, 9 Nov 2011 12:02:31 +0000 (UTC) Received: (qmail 48239 invoked by uid 500); 9 Nov 2011 12:02:23 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 48210 invoked by uid 500); 9 Nov 2011 12:02:23 -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 48202 invoked by uid 99); 9 Nov 2011 12:02:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 12:02:23 +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 (athena.apache.org: domain of driftx@gmail.com designates 209.85.214.44 as permitted sender) Received: from [209.85.214.44] (HELO mail-bw0-f44.google.com) (209.85.214.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Nov 2011 12:02:17 +0000 Received: by bkbzv15 with SMTP id zv15so1579643bkb.31 for ; Wed, 09 Nov 2011 04:01:56 -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 :content-type; bh=T4noBrU4fg2pCncrhh0GJa/ngOVbVuRt2hp4yGZasGc=; b=sAGU3+oP6g2HgM0SFK1XKeUjUFbacOqtQXNMs5uZT/ZRLxnI1/ROl7SXSGEwI9gnwC bVoDYvYTDGs08h9pWlPqPuIKHUwIPr7xtq2fBNhnDJ1zj+ulZhh4qHAxGoVjeamq1mCW gnh1KpARieTxZYQdTzJ7oelZz9IC8f38jVOjg= Received: by 10.204.131.66 with SMTP id w2mr1480084bks.49.1320840116117; Wed, 09 Nov 2011 04:01:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.130.14 with HTTP; Wed, 9 Nov 2011 04:01:35 -0800 (PST) In-Reply-To: References: From: Brandon Williams Date: Wed, 9 Nov 2011 06:01:35 -0600 Message-ID: Subject: Re: decommissioned node still in "LoadMap" in JMX Management Console To: user@cassandra.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Wed, Nov 9, 2011 at 1:28 AM, Patrik Modesto wrote: > Hi, > > on our production cluster of 8 nodes which is running cassandra 0.8.7 > we still see in the MBean > "org.apache.cassandra.db:type=StorageService.LoadMap" in JMX > Management console the 9th node we added for testing for a short time. > After the testing we decommissioned the 9th node and has been > reinstalled for another use. The node is not reported by `nodetool > ring` not is it in > "org.apache.cassandra.db:type=StorageService.LiveNodes" MBean. > > Is it a feature or a bug? Appears to be a minor bug: https://issues.apache.org/jira/browse/CASSANDRA-3475 -Brandon