Re: Yet another repair solution

2019-02-20 Thread Marcus Olsson
A small update here. There is now a 1.0.0 release available of our repair scheduler solution. https://github.com/ericsson/ecchronos There is a binary distribution available at https://search.maven.org/se arch?q=g:%22com.ericsson.bss.cassandra.ecchronos%22%20AND%20a:%22ecchro nos-binary%22 if you

Re: Yet another repair solution

2018-09-11 Thread Marcus Olsson
Sure thing! Up until now it has been running in an OSGi environment, so among other things I'm working towards both OSGi and a standalone application. It's designed to be tightly coupled with a single instance, where it keeps track of the repair state and performs repair of tables for that node o

Re: Yet another repair solution

2018-08-30 Thread Dinesh Joshi
In the meanwhile, do you think you could highlight the features of your repair solution / sidecar? Dinesh > On Aug 30, 2018, at 4:57 AM, Marcus Olsson wrote: > > Great to see that there is an interest! As there currently are some internal > dependencies etc. in place there is still some work

Re: Yet another repair solution

2018-08-30 Thread Marcus Olsson
Great to see that there is an interest! As there currently are some internal dependencies etc. in place there is still some work to be done before we can publish it. I would expect this to take at least a few weeks, to try set the correct expectations. Best Regards Marcus Olsson On tis, 2018-0

Re: Yet another repair solution

2018-08-28 Thread Vinay Chella
I am excited to see that the community is working on solving the critical problems in C* operations (e.g., repair, backups etc.,) with different solutions. Of course, learnings from these systems are key to designing the robust solution which works for everyone. Thanks, Vinay Chella On Tue, Aug

Re: Yet another repair solution

2018-08-28 Thread Roopa
+1 interested in seeing and understanding another repair solution. > On Aug 28, 2018, at 1:03 PM, Joseph Lynch wrote: > > I'm pretty interested in seeing and understanding your solution! When we > started on CASSANDRA-14346 reading your design documents and plan you > sketched out in CASSANDRA-

Re: Yet another repair solution

2018-08-28 Thread Joseph Lynch
I'm pretty interested in seeing and understanding your solution! When we started on CASSANDRA-14346 reading your design documents and plan you sketched out in CASSANDRA-10070 were really helpful in improving our design. I'm particularly interested in how the Scheduler/Job/Task APIs turned out (we'r

Re: Yet another repair solution

2018-08-28 Thread Jonathan Haddad
I'm also very interested. On Tue, Aug 28, 2018 at 8:47 AM Dinesh Joshi wrote: > > On Aug 28, 2018, at 6:33 AM, Marcus Olsson > wrote: > > > > Hi, > > > > With the risk of stirring the repair/side-car topic even further I'd > just like to mention that we have recently gotten approval to contri

Re: Yet another repair solution

2018-08-28 Thread Dinesh Joshi
> On Aug 28, 2018, at 6:33 AM, Marcus Olsson wrote: > > Hi, > > With the risk of stirring the repair/side-car topic even further I'd just > like to mention that we have recently gotten approval to contribute our > repair management side-car solution. > It's based on the proposal in > https:/