New to Cassandra Reaper, do I need to put schedules for all keyspaces ?

80 views
Skip to first unread message

Sanjay Gupta

unread,
Aug 30, 2019, 3:31:47 PM8/30/19
to TLP Apache Cassandra Reaper users
Do I need to put schedule for all keyspaces ? Is it possible to do all keyspaces ?

Abdul Patel

unread,
Aug 30, 2019, 3:35:43 PM8/30/19
to Sanjay Gupta, TLP Apache Cassandra Reaper users
Yes its at keysoace level, you need to setup for each keyspace


On Friday, August 30, 2019, Sanjay Gupta <sanj...@gmail.com> wrote:
Do I need to put schedule for all keyspaces ? Is it possible to do all keyspaces ?

--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-reaper-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/d537cbab-36ef-4d63-a19a-a4d21b84c6e7%40googlegroups.com.

Sanjay Gupta

unread,
Aug 30, 2019, 5:22:33 PM8/30/19
to TLP Apache Cassandra Reaper users
Thanks Abdul Patel,
Is it possible to script it to automate all keyspaces or I would have to configure using GUI only. 

Abdul Patel

unread,
Aug 30, 2019, 5:38:05 PM8/30/19
to Sanjay Gupta, TLP Apache Cassandra Reaper users
I havent found a way to automate it, only option i saw is tbrough GUI ..


On Friday, August 30, 2019, Sanjay Gupta <sanj...@gmail.com> wrote:
Thanks Abdul Patel,
Is it possible to script it to automate all keyspaces or I would have to configure using GUI only. 

On Friday, 30 August 2019 12:35:43 UTC-7, Abdul Patel wrote:
Yes its at keysoace level, you need to setup for each keyspace

On Friday, August 30, 2019, Sanjay Gupta <sanj...@gmail.com> wrote:
Do I need to put schedule for all keyspaces ? Is it possible to do all keyspaces ?

--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-reaper-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/d537cbab-36ef-4d63-a19a-a4d21b84c6e7%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-reaper-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/b1bcbaf1-c14e-4339-962e-c667dc9e5eee%40googlegroups.com.

Jon Haddad

unread,
Aug 30, 2019, 8:41:17 PM8/30/19
to Abdul Patel, Sanjay Gupta, TLP Apache Cassandra Reaper users
You can build any automation you want that works with the rest api.

Here's the link:


Hope that helps, 
Jon

On Fri, Aug 30, 2019, 2:38 PM Abdul Patel <abd7...@gmail.com> wrote:
I havent found a way to automate it, only option i saw is tbrough GUI ..

On Friday, August 30, 2019, Sanjay Gupta <sanj...@gmail.com> wrote:
Thanks Abdul Patel,
Is it possible to script it to automate all keyspaces or I would have to configure using GUI only. 

On Friday, 30 August 2019 12:35:43 UTC-7, Abdul Patel wrote:
Yes its at keysoace level, you need to setup for each keyspace

On Friday, August 30, 2019, Sanjay Gupta <sanj...@gmail.com> wrote:
Do I need to put schedule for all keyspaces ? Is it possible to do all keyspaces ?

--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/CAHEGkNO7q9nhr-agaZ894oCYQZgE4g3q7WJ5nOy%3DQ9%2BfBDpuzA%40mail.gmail.com.

Oleksandr Shulgin

unread,
Sep 1, 2019, 4:56:17 AM9/1/19
to TLP Apache Cassandra Reaper users
On Fri, Aug 30, 2019 at 11:22 PM Sanjay Gupta <sanj...@gmail.com> wrote:

Is it possible to script it to automate all keyspaces or I would have to configure using GUI only. 

That begs a question: how many keyspaces do you have?..

--
Alex

Toby Cole

unread,
Dec 12, 2019, 9:58:59 AM12/12/19
to TLP Apache Cassandra Reaper users
Late to the party, but you could also look at using auto-scheduling, which creates schedules for each keyspace in your cluster spread across time so that they don't all kick off at once. Docs are here - http://cassandra-reaper.io/docs/configuration/reaper_specific/

Reid Pinchback

unread,
Dec 12, 2019, 10:14:12 AM12/12/19
to TLP Apache Cassandra Reaper users

One possible wrinkle to note.  If you have more a few keyspaces and if the execution of multiple schedules starts to overlap then you could find that reaper repeatedly checking on hosts then skipping them.

 

If you see that, it’s because of how reaper checks to see if a node is already busy with a repair.  It’s a very simple mechanism that basically just asks C* if any repair is running, not what the repair is for.  If memory serves, it’s just checking for existence of an mbean or thread pool whose name matches an expected prefix.

 

 

From: 'Toby Cole' via TLP Apache Cassandra Reaper users <tlp-apache-cassa...@googlegroups.com>
Reply-To: Toby Cole <to...@yelp.com>
Date: Thursday, December 12, 2019 at 9:59 AM
To: TLP Apache Cassandra Reaper users <tlp-apache-cassa...@googlegroups.com>
Subject: Re: New to Cassandra Reaper, do I need to put schedules for all keyspaces ?

 

Message from External Sender

--

You received this message because you are subscribed to the Google Groups "TLP Apache Cassandra Reaper users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to tlp-apache-cassandra-r...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlp-apache-cassandra-reaper-users/660b3d0a-bb7f-4f04-bd09-efaedd214035%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages