15ad444c40
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> |
||
---|---|---|
.. | ||
java |