Upgrade metrics to fix reconnect when reporting metrics. (backported)

Patch by dr3s and Jeff Jirsa; Reviewed by Mick Semb Wever for CASSANDRA-12924
This commit is contained in:
dr3s 2017-06-20 13:23:17 -04:00 committed by Mick Semb Wever
parent df9475086d
commit 14bfc94937
No known key found for this signature in database
GPG Key ID: E91335D77E3E87CB
10 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
3.11.3
* Update metrics to 3.1.5 (CASSANDRA-12924)
* Detect OpenJDK jvm type and architecture (CASSANDRA-12793)
* Don't use guava collections in the non-system keyspace jmx attributes (CASSANDRA-12271)
* Allow existing nodes to use all peers in shadow round (CASSANDRA-13851)

View File

@ -427,8 +427,8 @@
<dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" />
<dependency groupId="org.apache.cassandra" artifactId="cassandra-thrift" version="${version}" />
<dependency groupId="io.dropwizard.metrics" artifactId="metrics-core" version="3.1.0" />
<dependency groupId="io.dropwizard.metrics" artifactId="metrics-jvm" version="3.1.0" />
<dependency groupId="io.dropwizard.metrics" artifactId="metrics-core" version="3.1.5" />
<dependency groupId="io.dropwizard.metrics" artifactId="metrics-jvm" version="3.1.5" />
<dependency groupId="com.addthis.metrics" artifactId="reporter-config3" version="3.0.3" />
<dependency groupId="org.mindrot" artifactId="jbcrypt" version="0.3m" />
<dependency groupId="io.airlift" artifactId="airline" version="0.6" />

Binary file not shown.

BIN
lib/metrics-core-3.1.5.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.