scylla-jmx/src/main/java/org/apache/cassandra
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
..
db Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
gms FailureDetector: the ip address should have a leading slash 2015-12-24 17:21:07 +02:00
locator Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
metrics Clean up after unused imports 2015-12-17 09:29:48 +02:00
net Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service scylla-jmx: fix the forceRepairAsync() used by "nodetool repair" 2015-12-29 09:25:11 +02:00
streaming Clean up after unused imports 2015-12-17 09:29:48 +02:00