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:
>
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
"*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
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
>
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