You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Patrik Modesto <pa...@gmail.com> on 2011/11/09 08:28:41 UTC

decommissioned node still in "LoadMap" in JMX Management Console

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?

10.2.54.85 is the 9th node.

# nodetool -h 0 ring
Address         DC          Rack        Status State   Load
Owns    Token

        148873535527910577765226390751398592512
10.2.54.81      NG          RAC1        Up     Normal  95.49 GB
12.50%  0
192.168.54.81   GO          RAC1        Up     Normal  88.38 GB
12.50%  21267647932558653966460912964485513216
10.2.54.82      NG          RAC1        Up     Normal  77.83 GB
12.50%  42535295865117307932921825928971026432
192.168.54.82   GO          RAC1        Up     Normal  69.43 GB
12.50%  63802943797675961899382738893456539648
10.2.54.83      NG          RAC1        Up     Normal  76.18 GB
12.50%  85070591730234615865843651857942052864
192.168.54.83   GO          RAC1        Up     Normal  94.91 GB
12.50%  106338239662793269832304564822427566080
10.2.54.84      NG          RAC1        Up     Normal  68.04 GB
12.50%  127605887595351923798765477786913079296
192.168.54.84   GO          RAC1        Up     Normal  68.98 GB
12.50%  148873535527910577765226390751398592512

org.apache.cassandra.db:type=StorageService.LoadMap:
192.168.54.81	java.lang.String	89.33 GB	java.lang.String
192.168.54.83	java.lang.String	96.02 GB	java.lang.String
192.168.54.82	java.lang.String	69.99 GB	java.lang.String
192.168.54.84	java.lang.String	70.87 GB	java.lang.String
10.2.54.85	java.lang.String	122.2 GB	java.lang.String
10.2.54.84	java.lang.String	69.59 GB	java.lang.String
10.2.54.81	java.lang.String	95.62 GB	java.lang.String
10.2.54.82	java.lang.String	79.37 GB	java.lang.String
10.2.54.83	java.lang.String	76.61 GB	java.lang.String

Regards,
Patrik

Re: decommissioned node still in "LoadMap" in JMX Management Console

Posted by Brandon Williams <dr...@gmail.com>.
On Wed, Nov 9, 2011 at 1:28 AM, Patrik Modesto <pa...@gmail.com> 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