Calle Wilund
ca3fa8de20
scylla-jmx: Fix tablemetricsobjectname breakage
Fixes #57 The usage of TableMetricsObjectName-yada-yada relies on translating the "fake" objectname to a canonical one on remote publication/serialization. However, the implementation of ObjectName.getInstance has changed in JDK (micro) updates so it no longer applies overridable methods -> wrong name published. Fix by doing explicit ObjectName instansiation. Message-Id: <20181023132005.23099-1-calle@scylladb.com>
Scylla JMX Server
Scylla JMX server implements the Apache Cassandra JMX interface for compatibility with tooling such as nodetool
. The JMX server uses Scylla's REST API to communicate with a Scylla server.
Compiling
To compile JMX server, run:
$ mvn package
Running
To start the JMX server, run:
$ ./scripts/scylla-jmx
To get help on supported options:
$ ./scripts/scylla-jmx --help
Description
Languages
Java
92.4%
Python
4.5%
Shell
3.1%