Re: Replacing nodes disks

2014-12-21 Thread Ryan Svihla
Cassandra is designed to rebuild a node from other nodes, whether a node is dead by your hand because you killed it or fate is irrelevant, the process is the same, a "new node" can be the same hostname and ip or it can have totally different ones. On Sun, Dec 21, 2014 at 6:01 AM, Or Sher wrote: >

Re: installing cassandra

2014-12-21 Thread Ryan Svihla
Puppet, Chef, Ansible and I'm sure many others. I've personally worked with a number of people on all three, a quick google for "Puppet Cassandra" will give you a large number of examples and modules just for Puppet and Cassandra. On Sat, Dec 20, 2014 at 2:01 PM, Adaryl "Bob" Wakefield, MBA < adar

Re: Questions about bootrapping and compactions during bootstrapping

2014-12-21 Thread DuyHai Doan
"*Is it reasonable to do “nodetool disableautocompaction” on the bootstrapping node?*" --> It's a tricky question By default compaction is here to guarantee that you don't have too many small SSTables hurting the read path. Now in production I've seen some people disabling temporarily auto compact

Re: Replacing nodes disks

2014-12-21 Thread Or Sher
If I'll use the replace_address parameter with the same IP address, would that do the job? On Sun, Dec 21, 2014 at 11:20 AM, Or Sher wrote: > What I want to do is kind of replacing a dead node - > http://www.datastax.com/documentation/cassandra/2.0/cassandra/operations/ops_replace_node_t.html >

Re: Replacing nodes disks

2014-12-21 Thread Or Sher
What I want to do is kind of replacing a dead node - http://www.datastax.com/documentation/cassandra/2.0/cassandra/operations/ops_replace_node_t.html But replacing it with a clean node with the same IP and hostname. On Sun, Dec 21, 2014 at 9:53 AM, Or Sher wrote: > Thanks guys. > I have to repla