Re: [Question] Automated cluster cleanup

2017-04-27 Thread Luigi Tagliamonte
Hello Ben, thank you for sharing the cassandra-reaper reposiroty and about the security advice. Regards L On Thu, Apr 27, 2017 at 4:54 PM, Ben Bromhead wrote: > Hi Luigi > > Under the hood, nodetool is actually just a command line wrapper around > certain JMX calls. If you

Re: [Question] Automated cluster cleanup

2017-04-27 Thread Ben Bromhead
Hi Luigi Under the hood, nodetool is actually just a command line wrapper around certain JMX calls. If you are looking to automate some more of commonplace nodetool actions, have a look at the nodetool source and it will show exactly what JMX calls (and parameters) are being passed. One thing to

[Question] Automated cluster cleanup

2017-04-27 Thread Luigi Tagliamonte
Hello Cassandra users, my cluster is getting bigger and I was looking into automating some tedious operations like the node cleanup after adding a new node to the cluster. I gave a quick search and I didn't find any good available option, so I decided to look into the JMX interface (In the