Merge branch 'cassandra-4.0' into trunk

This commit is contained in:
Brandon Williams 2021-06-29 16:00:11 -05:00
commit 4c4e84fe78
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.password.file=/etc/cassandra/
# To use mx4j, an HTML interface for JMX, add mx4j-tools.jar to the lib/
# directory.
# See http://cassandra.apache.org/doc/latest/operating/metrics.html#jmx
# By default mx4j listens on 0.0.0.0:8081. Uncomment the following lines
# By default mx4j listens on the broadcast_address, port 8081. Uncomment the following lines
# to control its listen address and port.
#MX4J_ADDRESS="127.0.0.1"
#MX4J_PORT="8081"

View File

@ -32,7 +32,7 @@ import static org.apache.cassandra.config.CassandraRelevantProperties.MX4JPORT;
* If mx4j-tools is in the classpath call maybeLoad to load the HTTP interface of mx4j.
*
* The default port is 8081. To override that provide e.g. -Dmx4jport=8082
* The default listen address is 0.0.0.0. To override that provide -Dmx4jaddress=127.0.0.1
* The default listen address is the broadcast_address. To override that provide -Dmx4jaddress=127.0.0.1
*/
public class Mx4jTool
{