This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 96884ee70501604df864edf52437674b26e26dac Merge: 0fc8768 c3ae22d Author: Brandon Williams <[email protected]> AuthorDate: Tue Jun 29 15:59:50 2021 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 conf/cassandra-env.sh | 2 +- src/java/org/apache/cassandra/utils/Mx4jTool.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --cc conf/cassandra-env.sh index dd088df,7df3598..2e3c8c9 --- a/conf/cassandra-env.sh +++ b/conf/cassandra-env.sh @@@ -275,11 -296,11 +275,11 @@@ JVM_OPTS="$JVM_OPTS -Dcom.sun.managemen # To use mx4j, an HTML interface for JMX, add mx4j-tools.jar to the lib/ # directory. -# See http://cassandra.apache.org/doc/3.11/operating/metrics.html#jmx +# 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="-Dmx4jaddress=127.0.0.1" -#MX4J_PORT="-Dmx4jport=8081" +#MX4J_ADDRESS="127.0.0.1" +#MX4J_PORT="8081" # Cassandra uses SIGAR to capture OS metrics CASSANDRA-7838 # for SIGAR we have to set the java.library.path --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
