Re: Add a new node of 3.11.5 in a 3.11.0 Cassandra Cluster

2020-05-09 Thread manish khandelwal
You should not bootstrap with mixed cluster. First you should upgrade and then bootstrap a new node. If you are not able to upgrade due to disk space constraints while running upgradesstable, then 1. Reduce the number of threads for upgradesstable (--jobs parameter). By default it is 2. You can do

Add a new node of 3.11.5 in a 3.11.0 Cassandra Cluster

2020-05-09 Thread Surbhi Gupta
Hi, We are facing some issue in bootstrapping new node in 3.11.0 and bootstrapping is failing. We have two tasks here : 1. Expand the cluster (Due to disk concern and dropped mutation) 2. Upgrade the cluster from 3.11.0 to 3.11.5 because of various bugs we are hitting in 3.11.0 . So my question h

Re: Fail to add a new node to a exist cluster

2017-05-04 Thread Alain RODRIGUEZ
Hello Kevin, here are a few thoughts and things you could try: each node has stored about 4TB When I joined a new node, I found that the process has not been completed > for more than a week So first thought is that this is a lot of data per node. I think the sweet spot is around 1-2 TB / node.

Fail to add a new node to a exist cluster

2017-05-03 Thread kevin
I have a Cassandra(v3.7) cluster with 31 nodes, each node’s hard configuration is 4cpu, 64GB memory, 8TB hard disk, and each node has stored about 4TB of data now. When I joined a new node, I found that the process has not been completed for more than a week, while the CPU load of new node and s

Re: Is there a way to add a new node to a cluster but not sync old data?

2015-01-22 Thread Ryan Svihla
>>> just for new data, and have no responsibility for old data. It *will* be >>>>> responsible for old data, it just won't *know* about the old data it >>>>> should be responsible for. Executing a repair will fix this, but only >>>>> because the exi

Re: Is there a way to add a new node to a cluster but not sync old data?

2015-01-22 Thread Kai Wang
am all the missing data to the new >>>> node. This will create more pressure on your cluster than just normal >>>> bootstrapping would have. >>>> >>>> I can't think of any reason you'd want to do that unless you needed to >>>> gr

Re: Is there a way to add a new node to a cluster but not sync old data?

2015-01-21 Thread Yatong Zhang
l stream all the missing data to the new >>> node. This will create more pressure on your cluster than just normal >>> bootstrapping would have. >>> >>> I can't think of any reason you'd want to do that unless you needed to >>> grow your cluster

Re: Is there a way to add a new node to a cluster but not sync old data?

2015-01-21 Thread Eric Stevens
g data to the new >> node. This will create more pressure on your cluster than just normal >> bootstrapping would have. >> >> I can't think of any reason you'd want to do that unless you needed to >> grow your cluster really quickly, and were ok with corrupting

Re: Is there a way to add a new node to a cluster but not sync old data?

2015-01-21 Thread Yatong Zhang
ootstrapping would have. > > I can't think of any reason you'd want to do that unless you needed to > grow your cluster really quickly, and were ok with corrupting your old data. > > On Sat, Jan 10, 2015 at 12:39 AM, Yatong Zhang > wrote: > >> Hi there, >>

Re: Is there a way to add a new node to a cluster but not sync old data?

2015-01-11 Thread Eric Stevens
l bootstrapping would have. I can't think of any reason you'd want to do that unless you needed to grow your cluster really quickly, and were ok with corrupting your old data. On Sat, Jan 10, 2015 at 12:39 AM, Yatong Zhang wrote: > Hi there, > > I am using C* 2.0.10 and I

Is there a way to add a new node to a cluster but not sync old data?

2015-01-09 Thread Yatong Zhang
Hi there, I am using C* 2.0.10 and I was trying to add a new node to a cluster(actually replace a dead node). But after added the new node some other nodes in the cluster had a very high work-load and affected the whole performance of the cluster. So I am wondering is there a way to add a new

Re: Re: Add a new node

2013-10-10 Thread
hi, thank you very much! ju wenguang From: Hannu Kröger Date: 2013-10-10 17:01 To: user; juwg Subject: Re: Re: Add a new node Hi, You don't need to restart for that either. Check this out: http://www.datastax.com/docs/1.1/cluster_management#replication-factor Cheers, Hannu 2013/

Re: Re: Add a new node

2013-10-10 Thread Hannu Kröger
y existed keyspace, can I change the number of replicas in > it's REPLICATION option? > If so, do I need to restart the whole cluster? > > Thanaks in advance. > > ju wenguang > > *From:* Hannu Kröger > *Date:* 2013-10-10 16:10 > *To:* user ; juwg > *Subjec

Re: Re: Add a new node

2013-10-10 Thread
10-10 16:10 To: user; juwg Subject: Re: Add a new node Hello, No you don't need to. Check this out: http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html#cassandra/operations/ops_add_node_to_cluster_t.html Cheers, Hannu 2013/10/10 juwg Hi all, I want to ask a basic qu

Re: Add a new node

2013-10-10 Thread Hannu Kröger
Hello, No you don't need to. Check this out: http://www.datastax.com/documentation/cassandra/2.0/webhelp/index.html#cassandra/operations/ops_add_node_to_cluster_t.html Cheers, Hannu 2013/10/10 juwg > ** > Hi all, > > I want to ask a basic question: To add a new node to Cas

Add a new node

2013-10-10 Thread
Hi all, I want to ask a basic question: To add a new node to Cassandra system, do I need to restart the Cassandra system? thanks juwenguang jn shangjie

Add a new node

2013-10-10 Thread
Hi all, I want to ask a basic question: To add a new node to Cassandra system, do I need to restart the Cassandra system? thanks juwenguang jn shangjie

Add a new node

2013-10-10 Thread juwg
Hi all, I want to ask a basic question: To add a new node to Cassandra system, do I need to restart the Cassandra system? thanks juwenguang jn shangjie

Re: Getting error on adding seed to add a new node

2012-06-04 Thread Pushpalanka Jayawardhana
Hi, As it is said in cassandra.yaml, you need to define it as # Ex: *"* ,,*"* whole list as one String. On Mon, Jun 4, 2012 at 1:17 PM, Prakrati Agrawal < prakrati.agra...@mu-sigma.com> wrote: > Dear all, > > ** ** > > I am trying to add a new node to my ex

Getting error on adding seed to add a new node

2012-06-04 Thread Prakrati Agrawal
Dear all, I am trying to add a new node to my existing one node Cassandra. So I edited the seeds value in the cassandra.yaml and added the ip addresses of both the nodes. But its giving me the following error: ERROR 13:16:48,342 Fatal configuration error error while parsing a block mapping in

Re: Tried to add a new node but f*ed up

2010-10-21 Thread Aaron Morton
Check your tokens are correct using the algorithm discussed on this page http://wiki.apache.org/cassandra/Operations If all ok run a node tool cleanup to remove any data the nodes are no longer responsible for. (see section on bootstrapping in the link above) Finally, the load *may* include tom

Tried to add a new node but f*ed up

2010-10-20 Thread Mark
I tried adding a new node and rebalanced the ring via nodetool move but ending up in a weird state. Blew away all data from 2 nodes (out of 3) and manually set tokens but its completely unbalanced. [r...@cassandra1 apache-cassandra]# bin/nodetool --host localhost --port 8080 ring Address