scylla-jmx/src/main/java/org/apache/cassandra
Nadav Har'El f8b4dfed38 scylla-jmx: use ":", not "=", to build options list
Scylla's repair REST API (see scylla/api/storage_service.cc) takes all
repair options as one "options" string. The options are separated by ",",
and for each option, the name and value are separated by ":". The existing
code wrongly used "=" instead of ":", so this patch fixes it.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
2015-12-28 15:55:32 +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: use ":", not "=", to build options list 2015-12-28 15:55:32 +02:00
streaming Clean up after unused imports 2015-12-17 09:29:48 +02:00