scylla-jmx/src/main/java/org/apache/cassandra/service
Nadav Har'El 69c6913668 scylla-jmx: fix the forceRepairAsync() used by "nodetool repair"
"nodetool repair" ends up calling one of the dozen forceAsyncRepair()
functions. This function ignored its option rather than passing it on,
so this patch fixes that.

Note that there are still many more forceAsyncRepair() overloads which
similarly ignore their options, and it is possible that certain invocation
of "nodetool repair" will need them, so we will need to fix all of them
in the future.

After this patch, "nodetool repair" no longer works because now Scylla
needs to be fixed to understand the "parallelism" and "incremental" options
passed to it.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
2015-12-29 09:25:11 +02:00
..
CacheService.java Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
CacheServiceMBean.java Adding the CacheServiceMBean and CacheService 2015-06-24 16:48:56 +03:00
GCInspector.java Import the GCInspectorMXBean from origin 2015-12-07 13:00:07 +02:00
GCInspectorMXBean.java Import the GCInspectorMXBean from origin 2015-12-07 13:00:07 +02:00
StorageProxy.java Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
StorageProxyMBean.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
StorageService.java scylla-jmx: fix the forceRepairAsync() used by "nodetool repair" 2015-12-29 09:25:11 +02:00
StorageServiceMBean.java StorageService: Add notification suport for the repair command 2015-08-27 21:02:28 +03:00