Re: Re : Decommissioned node appears in logs, and is sometimes marked as "UNREACHEABLE" in `nodetool describecluster`

2015-09-01 Thread Sebastian Estevez
Are they in the system.peers table? On Aug 28, 2015 4:21 PM, "sai krishnam raju potturi" wrote: > We are using DSE on our clusters. > > DSE version : 4.6.7 > Cassandra version : 2.0.14 > > thanks > Sai Potturi > > > > On Fri, Aug 28, 2015 at 3:40 PM, Robert Coli

Re: Re : Decommissioned node appears in logs, and is sometimes marked as UNREACHEABLE in `nodetool describecluster`

2015-08-28 Thread Nate McCall
Do they show up in nodetool gossipinfo? Either way, you probably need to invoke Gossiper.unsafeAssassinateEndpoints via JMX as described in step 1 here: http://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_gossip_purge.html On Fri, Aug 28, 2015 at 1:32 PM, sai krishnam raju potturi

Re : Decommissioned node appears in logs, and is sometimes marked as UNREACHEABLE in `nodetool describecluster`

2015-08-28 Thread sai krishnam raju potturi
hi; we decommissioned nodes in a datacenter a while back. Those nodes keep showing up in the logs, and also sometimes marked as UNREACHABLE when `nodetool describecluster` is run. However these nodes do not show up in `nodetool status` and `nodetool ring`. Below are a couple lines

Re: Re : Decommissioned node appears in logs, and is sometimes marked as UNREACHEABLE in `nodetool describecluster`

2015-08-28 Thread Robert Coli
On Fri, Aug 28, 2015 at 11:32 AM, sai krishnam raju potturi pskraj...@gmail.com wrote: we decommissioned nodes in a datacenter a while back. Those nodes keep showing up in the logs, and also sometimes marked as UNREACHABLE when `nodetool describecluster` is run. What version of