Re: Adding a New Node

2017-10-24 Thread shalom sagges
Thanks Kurt! That sorted things in my head. Much appreciated! On Tue, Oct 24, 2017 at 12:29 PM, kurt greaves wrote: > Your node shouldn't show up in DC1 in nodetool status from the other > nodes, this implies a configuration problem. Sounds like you haven't added > the new node to all the exi

Re: Adding a New Node

2017-10-24 Thread kurt greaves
Your node shouldn't show up in DC1 in nodetool status from the other nodes, this implies a configuration problem. Sounds like you haven't added the new node to all the existing nodes cassandra-topology.properties file. You don't need to do a rolling restart with PropertyFileSnitch, it should reload

Re: Adding a new node with the double of disk space

2017-08-19 Thread Jeff Jirsa
important factors, as well as the future growth of > the cluster and the expected size of any additional nodes. > > > > > > Sean Durity > > > > From: Jeff Jirsa [mailto:jji...@gmail.com] > Sent: Thursday, August 17, 2017 4:20 PM > To: cassandra

Re: RE: Adding a new node with the double of disk space

2017-08-19 Thread Subroto Barua
st 17, 2017 4:20 PM To: cassandra Subject: Re: Adding a new node with the double of disk space   If you really double the hardware in every way, it's PROBABLY reasonable to double num_tokens. It won't be quite the same as doubling all-the-things, because you still have a single

RE: Adding a new node with the double of disk space

2017-08-18 Thread Durity, Sean R
growth of the cluster and the expected size of any additional nodes. Sean Durity From: Jeff Jirsa [mailto:jji...@gmail.com] Sent: Thursday, August 17, 2017 4:20 PM To: cassandra Subject: Re: Adding a new node with the double of disk space If you really double the hardware in every way, it&#

Re: Adding a new node with the double of disk space

2017-08-18 Thread Carlos Rolo
I would preferably spin 2 JVMs inside the same hardware (if you double everything) than having to deal with what Jeff stated. Also certain operations are not really found of a large number of vnodes (eg. repair). There was a lot of improvements in the 3.x release cycle, but I do still tend to redu

Re: Adding a new node with the double of disk space

2017-08-17 Thread Jeff Jirsa
If you really double the hardware in every way, it's PROBABLY reasonable to double num_tokens. It won't be quite the same as doubling all-the-things, because you still have a single JVM, and you'll still have to deal with GC as you're now reading twice as much and generating twice as much garbage,

Re: Adding a new node with the double of disk space

2017-08-17 Thread Kevin O'Connor
Are you saying if a node had double the hardware capacity in every way it would be a bad idea to up num_tokens? I thought that was the whole idea of that setting though? On Thu, Aug 17, 2017 at 9:52 AM, Carlos Rolo wrote: > No. > > If you would double all the hardware on that node vs the others

Re: Adding a new node with the double of disk space

2017-08-17 Thread Carlos Rolo
No. If you would double all the hardware on that node vs the others would still be a bad idea. Keep the cluster uniform vnodes wise. Regards, Carlos Juzarte Rolo Cassandra Consultant / Datastax Certified Architect / Cassandra MVP Pythian - Love your data rolo@pythian | Twitter: @cjrolo | Skype

Re: Adding a New Node With The Same IP of an Old Node

2017-07-05 Thread Shalom Sagges
Thanks Nitan! Eventually it was a firewall issue related to the Centos7 node. Once fixed, the rolling restart resolved the issue completely. Thanks again! Shalom Sagges DBA T: +972-74-700-4035

Re: Adding a New Node With The Same IP of an Old Node

2017-07-04 Thread Nitan Kainth
Try rolling restart of cluster as solution for schema version mismatch. Sent from my iPhone > On Jul 4, 2017, at 8:31 AM, Shalom Sagges wrote: > > Hi Experts, > > My plan is to upgrade the C* nodes' OS from Centos6 to Centos7. > Since an upgrade wasn't recommended I needed to install new ma

Re: Adding a new node to Cassandra cluster

2012-06-04 Thread R. Verlangen
eloper - Big Data(I&D)| 9731648376 | > www.mu-sigma.com > > ** ** > > *From:* samal [mailto:samalgo...@gmail.com] > *Sent:* Monday, June 04, 2012 3:12 PM > > *To:* user@cassandra.apache.org > *Subject:* Re: Adding a new node to Cassandra cluster > > ** **

RE: Adding a new node to Cassandra cluster

2012-06-04 Thread Prakrati Agrawal
algo...@gmail.com] Sent: Monday, June 04, 2012 3:12 PM To: user@cassandra.apache.org Subject: Re: Adding a new node to Cassandra cluster If you use thrift API, you have to maintain lot of low level code by yourself which is already being polished by HLC hector, pycassa also with HLC your can ea

Re: Adding a new node to Cassandra cluster

2012-06-04 Thread samal
;D)| 9731648376 | >> www.mu-sigma.com >> >> ** ** >> >> *From:* R. Verlangen [mailto:ro...@us2.nl] >> *Sent:* Monday, June 04, 2012 2:44 PM >> *To:* user@cassandra.apache.org >> *Subject:* Re: Adding a new node to Cassandra cluster >>

Re: Adding a new node to Cassandra cluster

2012-06-04 Thread Roshni Rajagopal
t; Date: Mon, 4 Jun 2012 02:30:40 -0700 To: "user@cassandra.apache.org<mailto:user@cassandra.apache.org>" mailto:user@cassandra.apache.org>> Subject: Re: Adding a new node to Cassandra cluster You might consider using a higher level client (like Hector indeed). If you don't

Re: Adding a new node to Cassandra cluster

2012-06-04 Thread R. Verlangen
a.com > > ** ** > > *From:* R. Verlangen [mailto:ro...@us2.nl] > *Sent:* Monday, June 04, 2012 2:44 PM > *To:* user@cassandra.apache.org > *Subject:* Re: Adding a new node to Cassandra cluster > > ** ** > > Hi there, > > ** ** > > When you speak

RE: Adding a new node to Cassandra cluster

2012-06-04 Thread Prakrati Agrawal
Sent: Monday, June 04, 2012 2:44 PM To: user@cassandra.apache.org Subject: Re: Adding a new node to Cassandra cluster Hi there, When you speak to one node it will internally redirect the request to the proper node (local / external): but you won't be able to failover on a crash of the local

Re: Adding a new node to Cassandra cluster

2012-06-04 Thread R. Verlangen
Hi there, When you speak to one node it will internally redirect the request to the proper node (local / external): but you won't be able to failover on a crash of the localhost. For adding another node to the connection pool you should take a look at the documentation of your java client. Good l

Re: Adding a new node to already existing single-node-cluster cassandra

2012-03-13 Thread aaron morton
Sounds similar to http://www.mail-archive.com/user@cassandra.apache.org/msg20926.html Are you able to try adding the node again with logging set to DEBUG (in /etc/cassandra/log4j-server.properties) . (Please make sure the system directory is empty (/var/lib/cassandra/data/system) *NOTE* do not

Re: Adding a new node

2011-05-09 Thread aaron morton
Gossip should help them converge on the truth. Can you give an example of the different views from nodetool ring ? Also check the logs to see if there is anything been logged about endpoints. Hope that helps. - Aaron Morton Freelance Cassandra Developer @aaronmorton http://

Re: Adding a new node

2011-05-08 Thread Venkat Rama
Thanks for the pointer. I restarted entire cluster and started nodes at the same time. However, I still see the issue. The view is not consistant. Am running 0.7.5. In general, if a node with bad ring view starts first, then I guess the restart also doesnt help as it might be propagating its view

Re: Adding a new node

2011-05-08 Thread aaron morton
It is possible to change IP address of a node, background http://cassandra-user-incubator-apache-org.3065146.n2.nabble.com/change-node-IP-address-td6197607.html If you have already bought a new node back with a different IP and the nodes in the cluster have different views of the ring (nodetoo