You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/06/29 21:01:14 UTC

[cassandra] branch cassandra-4.0 updated (0fc8768 -> 96884ee)

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a change to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 0fc8768  ninja-fix: update release docs for correct nexus terminology
     new 2d8b304  Ninja fix comments saying mx4j defaults to 0.0.0.0
     new c3ae22d  Merge branch 'cassandra-3.0' into cassandra-3.11
     new 96884ee  Merge branch 'cassandra-3.11' into cassandra-4.0

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 conf/cassandra-env.sh                             | 2 +-
 src/java/org/apache/cassandra/utils/Mx4jTool.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-3.11' into cassandra-4.0

Posted by br...@apache.org.
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 <br...@apache.org>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org