Skip to content

Commit 8870efc

Browse files
wayneguowyaooqinn
authored andcommitted
[SPARK-48581][BUILD] Upgrade dropwizard metrics to 4.2.26
### What changes were proposed in this pull request? Upgrade dropwizard metrics to 4.2.26. ### Why are the changes needed? There are some bug fixes as belows: - Correction for the Jetty-12 QTP metrics by dkaukov in dropwizard/metrics#4181 - Fix metrics for InstrumentedEE10Handler by zUniQueX in dropwizard/metrics#3928 The full release notes: https://github.com/dropwizard/metrics/releases/tag/v4.2.26 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Passed GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #46932 from wayneguow/codahale. Authored-by: Wei Guo <[email protected]> Signed-off-by: Kent Yao <[email protected]>
1 parent 334816a commit 8870efc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ log4j-layout-template-json/2.22.1//log4j-layout-template-json-2.22.1.jar
190190
log4j-slf4j2-impl/2.22.1//log4j-slf4j2-impl-2.22.1.jar
191191
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
192192
lz4-java/1.8.0//lz4-java-1.8.0.jar
193-
metrics-core/4.2.25//metrics-core-4.2.25.jar
194-
metrics-graphite/4.2.25//metrics-graphite-4.2.25.jar
195-
metrics-jmx/4.2.25//metrics-jmx-4.2.25.jar
196-
metrics-json/4.2.25//metrics-json-4.2.25.jar
197-
metrics-jvm/4.2.25//metrics-jvm-4.2.25.jar
193+
metrics-core/4.2.26//metrics-core-4.2.26.jar
194+
metrics-graphite/4.2.26//metrics-graphite-4.2.26.jar
195+
metrics-jmx/4.2.26//metrics-jmx-4.2.26.jar
196+
metrics-json/4.2.26//metrics-json-4.2.26.jar
197+
metrics-jvm/4.2.26//metrics-jvm-4.2.26.jar
198198
minlog/1.3.0//minlog-1.3.0.jar
199199
netty-all/4.1.110.Final//netty-all-4.1.110.Final.jar
200200
netty-buffer/4.1.110.Final//netty-buffer-4.1.110.Final.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
If you change codahale.metrics.version, you also need to change
152152
the link to metrics.dropwizard.io in docs/monitoring.md.
153153
-->
154-
<codahale.metrics.version>4.2.25</codahale.metrics.version>
154+
<codahale.metrics.version>4.2.26</codahale.metrics.version>
155155
<!-- Should be consistent with SparkBuild.scala and docs -->
156156
<avro.version>1.11.3</avro.version>
157157
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>

0 commit comments

Comments
 (0)