You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2022/07/18 14:45:35 UTC

[cassandra-dtest] branch trunk updated: Upgrade Jolokia agent to 1.7 patch by Ekaterina Dimitrova; reviewed by Brandon Williams for CASSANDRA-17732

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

edimitrova pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4e93c84b Upgrade Jolokia agent to 1.7 patch by Ekaterina Dimitrova; reviewed by Brandon Williams for CASSANDRA-17732
4e93c84b is described below

commit 4e93c84b2c2e8f789a0a28704b23d675debc8e79
Author: Ekaterina Dimitrova <ek...@datastax.com>
AuthorDate: Tue Jul 5 19:20:12 2022 -0400

    Upgrade Jolokia agent to 1.7
    patch by Ekaterina Dimitrova; reviewed by Brandon Williams for CASSANDRA-17732
---
 lib/jolokia-jvm-1.6.2-agent.jar                        | Bin 465081 -> 0 bytes
 lib/jolokia-jvm-1.7.1-agent.jar                        | Bin 0 -> 488803 bytes
 ...2-agent.jar.txt => jolokia-jvm-1.7.1-agent.jar.txt} |   0
 tools/jmxutils.py                                      |   2 +-
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/jolokia-jvm-1.6.2-agent.jar b/lib/jolokia-jvm-1.6.2-agent.jar
deleted file mode 100644
index 68ee3e87..00000000
Binary files a/lib/jolokia-jvm-1.6.2-agent.jar and /dev/null differ
diff --git a/lib/jolokia-jvm-1.7.1-agent.jar b/lib/jolokia-jvm-1.7.1-agent.jar
new file mode 100644
index 00000000..fadd294f
Binary files /dev/null and b/lib/jolokia-jvm-1.7.1-agent.jar differ
diff --git a/lib/jolokia-jvm-1.6.2-agent.jar.txt b/lib/jolokia-jvm-1.7.1-agent.jar.txt
similarity index 100%
rename from lib/jolokia-jvm-1.6.2-agent.jar.txt
rename to lib/jolokia-jvm-1.7.1-agent.jar.txt
diff --git a/tools/jmxutils.py b/tools/jmxutils.py
index 05957f15..1b603447 100644
--- a/tools/jmxutils.py
+++ b/tools/jmxutils.py
@@ -9,7 +9,7 @@ import ccmlib.common as common
 
 logger = logging.getLogger(__name__)
 
-JOLOKIA_JAR = os.path.join(os.path.dirname(__file__), '..', 'lib', 'jolokia-jvm-1.6.2-agent.jar')
+JOLOKIA_JAR = os.path.join(os.path.dirname(__file__), '..', 'lib', 'jolokia-jvm-1.7.1-agent.jar')
 CLASSPATH_SEP = ';' if common.is_win() else ':'
 
 


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