scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
22 stars 65 forks source link

scylla_node: pass -Dcom.scylladb.apiPort=10000 when running nodetool #559

Closed tchaikov closed 7 months ago

tchaikov commented 7 months ago

this pass the setting of "api_port" to nodetool-wrapper, so that it can override the "-p" option with the port number. otherwise "scylla nodetool" would not be able to access the API service by connecting to the JMX server.

tchaikov commented 7 months ago

the change on the nodetool side can be found at https://github.com/scylladb/scylla-tools-java/pull/380