smiklosovic commented on code in PR #4226:
URL: https://github.com/apache/cassandra/pull/4226#discussion_r2231336044
##########
tools/bin/jmxtool:
##########
@@ -37,17 +37,6 @@ if [ -z "$CASSANDRA_CONF" -o -z "$CLASSPATH" ]; then
exit 1
fi
-# Run cassandra-env.sh to pick up JMX_PORT
Review Comment:
This might go away too. When looking into the command's implementation,
there is
````
@Option(title = "url", name = { "-u", "--url" }, description = "JMX
url to target")
private String targetUrl =
"service:jmx:rmi:///jndi/rmi://localhost:7199/jmxrmi";
````
which is supposed to drive this stuff. It was never receptive to JMX_PORT
afaict.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]