RE: [EXTERNAL] Re: Cassandra reaper

2018-04-26 Thread Durity, Sean R
, April 24, 2018 9:01 PM To: user@cassandra.apache.org Subject: [EXTERNAL] Re: Cassandra reaper Sure thing Abdul, That's great to hear! Unfortunately, the JMX authentication needs to be in the config file currently. And even if the JMX authentication was stored within Cassandra, we would still ne

Re: Cassandra reaper

2018-04-24 Thread Joaquin Casares
Sure thing Abdul, That's great to hear! Unfortunately, the JMX authentication needs to be in the config file currently. And even if the JMX authentication was stored within Cassandra, we would still need to store connection details within the yaml and storing the JMX authentication credentials wit

Re: Cassandra reaper

2018-04-24 Thread Abdul Patel
Thanks Joaquin, Yes i used the same and worked fine ..only thing is i had to add userid password ..which is somewhat annoyoing to keep in comfig file ..can i get reed of it and still store on reaper_db keyspace? Also how to clean reaper_db by deleting completed reaper information from gui? Or any

Re: Cassandra reaper

2018-04-24 Thread Joaquin Casares
Hello Abdul, Depending on what you want your backend to be stored on, you'll want to use a different file. So if you want your Reaper state to be stored within a Cassandra cluster, which I would recommend, use this file as your base file: https://github.com/thelastpickle/cassandra-reaper/blob/ma

Re: Cassandra reaper

2018-04-24 Thread Abdul Patel
Thanks But the differnce here is cassandra-reaper-caasandra has more paramters than the cassandra-reaper.yaml Can i just use the 1 file with all details or it looks for one specific file? On Tuesday, April 24, 2018, Joaquin Casares wrote: > Hello Abdul, > > You'll only want one: > > The yaml fi

Re: Cassandra reaper

2018-04-24 Thread Joaquin Casares
Hello Abdul, You'll only want one: The yaml file used by the service is located at /etc/cassandra-reaper/cassandra-reaper.yaml and alternate config templates can be found under /etc/cassandra-reaper/configs. It is recommended to create a new file with your specific configuration and symlink it as

Re: Cassandra reaper

2016-11-21 Thread Jai Bheemsen Rao Dhanwada
Done, thanks https://github.com/thelastpickle/cassandra-reaper/issues/22 On Mon, Nov 21, 2016 at 9:53 PM, Alexander Dejanovski < a...@thelastpickle.com> wrote: > Hi Jai, > > Reaper is fully open sourced and you should be able to add schedules. > Could you open an issue on GitHub and provide both

Re: Cassandra reaper

2016-11-21 Thread Alexander Dejanovski
Hi Jai, Reaper is fully open sourced and you should be able to add schedules. Could you open an issue on GitHub and provide both configuration and error output (if any) ? >> https://github.com/thelastpickle/cassandra-reaper/issues Thanks, On Tue, Nov 22, 2016 at 1:59 AM Jai Bheemsen Rao Dhanwad

Re: Cassandra reaper

2016-11-21 Thread Jai Bheemsen Rao Dhanwada
I noticed that I am not able to add schedules, but I can run repairs. Is there some limitation on the opensource for adding the schedules? On Mon, Nov 21, 2016 at 4:25 PM, Jai Bheemsen Rao Dhanwada < jaibheem...@gmail.com> wrote: > Hello Alexander, > > Thanks for the help, I couldn't get around

Re: Cassandra reaper

2016-11-21 Thread Jai Bheemsen Rao Dhanwada
Hello Alexander, Thanks for the help, I couldn't get around with my issue. but I started using : https://github.com/thelastpickle/cassandra-reaper it works like a charm :) I am using GUI, I just need to tweak/play with the configuration. Thanks again for the help On Tue, Nov 1, 2016 at 12:26 P

Re: Cassandra reaper

2016-11-01 Thread Jai Bheemsen Rao Dhanwada
ok thank you, I will try and update you. On Tue, Nov 1, 2016 at 10:57 AM, Alexander Dejanovski < a...@thelastpickle.com> wrote: > Running reaper with INFO level logging (that can be configured in the yaml > file), you should have a console output telling you what's going on. > > If you started re

Re: Cassandra reaper

2016-11-01 Thread Alexander Dejanovski
Running reaper with INFO level logging (that can be configured in the yaml file), you should have a console output telling you what's going on. If you started reaper with memory back end, restarting it will reset it and you'll have to register your cluster again, but if you used postgres it will r

Re: Cassandra reaper

2016-11-01 Thread Jai Bheemsen Rao Dhanwada
Cassandra version is 2.1.16 In my setup I don't see it is writting to any logs On Tue, Nov 1, 2016 at 10:25 AM, Alexander Dejanovski < a...@thelastpickle.com> wrote: > Do you have anything in the reaper logs that would show a failure of some > sort ? > Also, can you tell me which version of Cass

Re: Cassandra reaper

2016-11-01 Thread Alexander Dejanovski
Do you have anything in the reaper logs that would show a failure of some sort ? Also, can you tell me which version of Cassandra you're using ? Thanks On Tue, Nov 1, 2016 at 6:15 PM Jai Bheemsen Rao Dhanwada < jaibheem...@gmail.com> wrote: > Thanks Alex, > > Forgot to mention but I did add the

Re: Cassandra reaper

2016-11-01 Thread Jai Bheemsen Rao Dhanwada
Thanks Alex, Forgot to mention but I did add the cluster. See the status below. It says the status is running but I don't see any repair happening. this is in the same state from past 1 days. b/w there not much of data in cluster. [root@machine cassandra-reaper]# ./bin/spreaper status-repair 3 #

Re: Cassandra reaper

2016-11-01 Thread Alexander Dejanovski
Hi, The first step in using reaper is to add a cluster to it, as it is a tool that can manage multiple clusters and does not need to be executed on a Cassandra node (you can run in on any edge node you want). You should run : ./bin/spreaper add-cluster 127.0.0.1 Where you'll replace 127.0.0.1 by