69c6913668
"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> |
||
---|---|---|
.. | ||
com | ||
org/apache/cassandra |