Skip to content

Commit

Permalink
[SPARK-42654][BUILD] Upgrade dropwizard metrics 4.2.17
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This pr aims upgrade dropwizard metrics to 4.2.15.

### Why are the changes needed?
The new version bring some bug fix:

- dropwizard/metrics#3125
- dropwizard/metrics#3179

And the release notes as follows:

- https://github.com/dropwizard/metrics/releases/tag/v4.2.16
- https://github.com/dropwizard/metrics/releases/tag/v4.2.17

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass Github Actions

Closes #40254 from LuciferYang/SPARK-42654.

Lead-authored-by: yangjie01 <yangjie01@baidu.com>
Co-authored-by: YangJie <yangjie01@baidu.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
  • Loading branch information
LuciferYang authored and srowen committed Mar 6, 2023
1 parent 0ce63f3 commit 4b8b368
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions dev/deps/spark-deps-hadoop-2-hive-2.3
Expand Up @@ -194,11 +194,11 @@ log4j-slf4j2-impl/2.19.0//log4j-slf4j2-impl-2.19.0.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
mesos/1.4.3/shaded-protobuf/mesos-1.4.3-shaded-protobuf.jar
metrics-core/4.2.15//metrics-core-4.2.15.jar
metrics-graphite/4.2.15//metrics-graphite-4.2.15.jar
metrics-jmx/4.2.15//metrics-jmx-4.2.15.jar
metrics-json/4.2.15//metrics-json-4.2.15.jar
metrics-jvm/4.2.15//metrics-jvm-4.2.15.jar
metrics-core/4.2.17//metrics-core-4.2.17.jar
metrics-graphite/4.2.17//metrics-graphite-4.2.17.jar
metrics-jmx/4.2.17//metrics-jmx-4.2.17.jar
metrics-json/4.2.17//metrics-json-4.2.17.jar
metrics-jvm/4.2.17//metrics-jvm-4.2.17.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.89.Final//netty-all-4.1.89.Final.jar
netty-buffer/4.1.89.Final//netty-buffer-4.1.89.Final.jar
Expand Down
10 changes: 5 additions & 5 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Expand Up @@ -178,11 +178,11 @@ log4j-slf4j2-impl/2.19.0//log4j-slf4j2-impl-2.19.0.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
mesos/1.4.3/shaded-protobuf/mesos-1.4.3-shaded-protobuf.jar
metrics-core/4.2.15//metrics-core-4.2.15.jar
metrics-graphite/4.2.15//metrics-graphite-4.2.15.jar
metrics-jmx/4.2.15//metrics-jmx-4.2.15.jar
metrics-json/4.2.15//metrics-json-4.2.15.jar
metrics-jvm/4.2.15//metrics-jvm-4.2.15.jar
metrics-core/4.2.17//metrics-core-4.2.17.jar
metrics-graphite/4.2.17//metrics-graphite-4.2.17.jar
metrics-jmx/4.2.17//metrics-jmx-4.2.17.jar
metrics-json/4.2.17//metrics-json-4.2.17.jar
metrics-jvm/4.2.17//metrics-jvm-4.2.17.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.89.Final//netty-all-4.1.89.Final.jar
netty-buffer/4.1.89.Final//netty-buffer-4.1.89.Final.jar
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -152,7 +152,7 @@
If you changes codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
-->
<codahale.metrics.version>4.2.15</codahale.metrics.version>
<codahale.metrics.version>4.2.17</codahale.metrics.version>
<!-- Should be consistent with SparkBuild.scala and docs -->
<avro.version>1.11.1</avro.version>
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
Expand Down

0 comments on commit 4b8b368

Please sign in to comment.