scylla-jmx/src/main/java/org/apache/cassandra
Amnon Heiman 67dca4da9d StorageService: Add notification suport for the repair command
This patch adds a notification support for the repair in StorageService.

When a repair command starts a timer is set to check the status of the
repair, when the repair complets it sends notification for the
successful or fail of the repair.

Because jconsole doesn't run method with variable number of parameters
an additional MBean method was added for async repair with only a
keyspace as its parameter.

All the forceAsycRepair methods are mapped to the asyncRepair metod that
replaces them in 2.2, when options will be supported in the repair, it
will be added to the jmx.

After this patch it is possible to register in the jconsole for
notification, perform a forceAsyncRepair and get the notification that
the repair complets
2015-08-27 21:02:28 +03:00
..
db Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
gms Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
locator JMX-API: Fix an endless loop in EndpointSnitchInfo 2015-05-19 18:01:53 +03:00
metrics Use APITimer in ColumnFamilyMetrics, CommitLogMetrics and LatencyMetrics 2015-07-14 18:10:53 +03:00
net JMX API rename the cloudius package to cloudius.urchin 2015-05-18 10:27:27 +03:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageService: Add notification suport for the repair command 2015-08-27 21:02:28 +03:00