This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 8870efce19f2 [SPARK-48581][BUILD] Upgrade dropwizard metrics to 4.2.26
8870efce19f2 is described below
commit 8870efce19f2abb8419f835d29304ffa7cc53251
Author: Wei Guo <[email protected]>
AuthorDate: Wed Jun 12 15:41:40 2024 +0800
[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
https://github.com/dropwizard/metrics/pull/4181
- Fix metrics for InstrumentedEE10Handler by zUniQueX in
https://github.com/dropwizard/metrics/pull/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]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 10 +++++-----
pom.xml | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 4585b534e908..f1a575fb7446 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -190,11 +190,11 @@
log4j-layout-template-json/2.22.1//log4j-layout-template-json-2.22.1.jar
log4j-slf4j2-impl/2.22.1//log4j-slf4j2-impl-2.22.1.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
lz4-java/1.8.0//lz4-java-1.8.0.jar
-metrics-core/4.2.25//metrics-core-4.2.25.jar
-metrics-graphite/4.2.25//metrics-graphite-4.2.25.jar
-metrics-jmx/4.2.25//metrics-jmx-4.2.25.jar
-metrics-json/4.2.25//metrics-json-4.2.25.jar
-metrics-jvm/4.2.25//metrics-jvm-4.2.25.jar
+metrics-core/4.2.26//metrics-core-4.2.26.jar
+metrics-graphite/4.2.26//metrics-graphite-4.2.26.jar
+metrics-jmx/4.2.26//metrics-jmx-4.2.26.jar
+metrics-json/4.2.26//metrics-json-4.2.26.jar
+metrics-jvm/4.2.26//metrics-jvm-4.2.26.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.110.Final//netty-all-4.1.110.Final.jar
netty-buffer/4.1.110.Final//netty-buffer-4.1.110.Final.jar
diff --git a/pom.xml b/pom.xml
index bc81b810715b..c006a5a3234f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
If you change codahale.metrics.version, you also need to change
the link to metrics.dropwizard.io in docs/monitoring.md.
-->
- <codahale.metrics.version>4.2.25</codahale.metrics.version>
+ <codahale.metrics.version>4.2.26</codahale.metrics.version>
<!-- Should be consistent with SparkBuild.scala and docs -->
<avro.version>1.11.3</avro.version>
<aws.kinesis.client.version>1.12.0</aws.kinesis.client.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]