scylla-jmx/src/main/java/org/apache/cassandra
Nadav Har'El 15ad444c40 scylla-jmx: implement forceRepairRangeAsync
Fix the stubbed implementation of forceRepairRangeAsync() which is
used, for example, when the "--start-token"/"--end-token" options are
passed to "nodetool repair".

forceRepairRangeAsync() works similarly to the existing forceRepairAsync()
just sending the additional start/end tokens as two new options to the
REST API. Unlike the parallel Cassandra code, we don't do any fancy
processing on these tokens to intersect them with the node's token ranges -
we'll do this intersection in the C++ code, where the repair is actually
done.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
Message-Id: <1455808238-25692-1-git-send-email-nyh@scylladb.com>
2016-02-21 11:36:31 +02:00
..
db CompactionManager: Fix compaction manager API URLs 2016-01-21 09:22:51 +02:00
gms Clean the jmxproxy output 2015-12-30 09:27:33 +02:00
locator Clean the jmxproxy output 2015-12-30 09:27:33 +02:00
metrics Remove leftover println from StreamingMetrics 2016-01-18 10:50:23 +02:00
net MessagingService: Ignore exception on the dropped messages thread 2016-02-18 14:54:53 +02:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service scylla-jmx: implement forceRepairRangeAsync 2016-02-21 11:36:31 +02:00
streaming StreamSummary: Accept null values 2015-12-31 12:44:34 +02:00