Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread sai krishnam raju potturi
hi; would unsafeassasinating a dead node maintain the replication factor like decommission process or removenode process? thanks

Re : Unable to bootstrap a new node

2015-10-31 Thread sai krishnam raju potturi
hi; we were trying to add in a new node to the cluster. It fails during the bootstrap process unable to gossip with seed nodes. We have not faced this earlier. 2015-10-31 12:30:15,779 [HANDSHAKE-/X.X.X.X] INFO OutboundTcpConnection Handshaking version with /X.X.X.X 2015-10-31 12:30:15,810 [HAN

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread Surbhi Gupta
You have to do few things before unsafe as sanitation . First run the nodetool decommission if the node is up and wait till streaming happens . You can check is the streaming is completed by nodetool netstats . If streaming is completed you can do unsafe assanitation . To answer your question

Re: Re : Unable to bootstrap a new node

2015-10-31 Thread Surbhi Gupta
Please send both the yaml file I.e. Seed and new node. Sent from my iPhone > On Oct 31, 2015, at 5:55 AM, sai krishnam raju potturi > wrote: > > hi; >we were trying to add in a new node to the cluster. It fails during the > bootstrap process unable to gossip with seed nodes. We have n

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread sai krishnam raju potturi
Thanks Surabhi. Decommission nor removenode did not work. We did not capture the tokens of the dead node. Any way we could make sure the replication of 3 is maintained? On Sat, Oct 31, 2015, 11:14 Surbhi Gupta wrote: > You have to do few things before unsafe as sanitation . First run the > nodet

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread Surbhi Gupta
Whether the node is down or up which you want to decommission? Sent from my iPhone > On Oct 31, 2015, at 8:24 AM, sai krishnam raju potturi > wrote: > > Thanks Surabhi. Decommission nor removenode did not work. We did not capture > the tokens of the dead node. Any way we could make sure the r

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread sai krishnam raju potturi
it's dead; and we had to do unsafeassassinate as other 2 methods did not work On Sat, Oct 31, 2015 at 11:30 AM, Surbhi Gupta wrote: > Whether the node is down or up which you want to decommission? > > Sent from my iPhone > > On Oct 31, 2015, at 8:24 AM, sai krishnam raju potturi < > pskraj...@gm

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread Surbhi Gupta
So have you already done unsafe assassination ? On 31 October 2015 at 08:37, sai krishnam raju potturi wrote: > it's dead; and we had to do unsafeassassinate as other 2 methods did not > work > > On Sat, Oct 31, 2015 at 11:30 AM, Surbhi Gupta > wrote: > >> Whether the node is down or up which y

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread sai krishnam raju potturi
yes Surbhi. On Sat, Oct 31, 2015 at 12:10 PM, Surbhi Gupta wrote: > So have you already done unsafe assassination ? > > On 31 October 2015 at 08:37, sai krishnam raju potturi < > pskraj...@gmail.com> wrote: > >> it's dead; and we had to do unsafeassassinate as other 2 methods did not >> work >>

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread Surbhi Gupta
Is the cluster using vnodes? Sent from my iPhone > On Oct 31, 2015, at 9:16 AM, sai krishnam raju potturi > wrote: > > yes Surbhi. > >> On Sat, Oct 31, 2015 at 12:10 PM, Surbhi Gupta >> wrote: >> So have you already done unsafe assassination ? >> >>> On 31 October 2015 at 08:37, sai krishn

Error code=1000

2015-10-31 Thread Eduardo Alfaia
Hi guys, Could you help me with this error? cassandra.Unavailable: code=1000 [Unavailable exception] message="Cannot achieve consistency level LOCAL_QUORUM" info={'required_replicas': 2, 'alive_replicas': 1, 'consistency': 'LOCAL_QUORUM’} I am using cassandra standalone Thanks

Re: Error code=1000

2015-10-31 Thread Ricardo Sancho
One or more of your nodes, depending on your replication factor, is not answering in time. Either they are down or have too much load that they are not able to answer every request before the timeout expires. On 31 Oct 2015 20:35, "Eduardo Alfaia" wrote: > Hi guys, > > Could you help me with this

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread sai krishnam raju potturi
yes Surbhi. On Sat, Oct 31, 2015 at 1:13 PM, Surbhi Gupta wrote: > Is the cluster using vnodes? > > Sent from my iPhone > > On Oct 31, 2015, at 9:16 AM, sai krishnam raju potturi < > pskraj...@gmail.com> wrote: > > yes Surbhi. > > On Sat, Oct 31, 2015 at 12:10 PM, Surbhi Gupta > wrote: > >> So

Re: Re : will Unsafeassaniate a dead node maintain the replication factor

2015-10-31 Thread Surbhi Gupta
If it is using vnodes then just run nodetool repair . It should fix the issue related to data if any. And then run nodetool cleanup Sent from my iPhone > On Oct 31, 2015, at 3:12 PM, sai krishnam raju potturi > wrote: > > yes Surbhi. > >> On Sat, Oct 31, 2015 at 1:13 PM, Surbhi Gupta >>