Cool. Just want to point out that if you're going to expose a command to
terminate a repair, it should also stop any related validations a sync tasks
that are in progress.
On May 18, 2017 at 6:02:16 PM, Cameron Zemek (came...@instaclustr.com) wrote:
Here is what I have done so far:
https://gi
Here is what I have done so far:
https://github.com/apache/cassandra/compare/trunk...instaclustr:repair_management
> I'm not sure what you mean by "coordinator repair commands". Do you mean
full repairs?
By coordinator repair I meant the repair command from the coordinator node.
That is the repai
I am looking to improve monitoring and management of repairs (so far I have
patch for adding ActiveRepairs to table/keyspace metrics) and come across
ActiveRepairServiceMBean but this appears to be limited to incremental
repairs. Is there a reason for this
The incremental repair stuff was just t
I am looking to improve monitoring and management of repairs (so far I have
patch for adding ActiveRepairs to table/keyspace metrics) and come across
ActiveRepairServiceMBean but this appears to be limited to incremental
repairs. Is there a reason for this?
I was looking to add something very simi