This is an automated email from the ASF dual-hosted git repository.
yangjie01 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 68862589a0c [SPARK-44296][BUILD] Upgrade dropwizard metrics 4.2.19
68862589a0c is described below
commit 68862589a0cc0c450434d3a1675bb241a5917f1b
Author: yangjie01 <[email protected]>
AuthorDate: Tue Jul 4 22:38:43 2023 +0800
[SPARK-44296][BUILD] Upgrade dropwizard metrics 4.2.19
### What changes were proposed in this pull request?
This pr aims upgrade dropwizard metrics to 4.2.19.
### Why are the changes needed?
The new version bring a bug fix related to metrics-jetty module:
- https://github.com/dropwizard/metrics/pull/3379
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass Github Actions
Closes #41849 from LuciferYang/SPARK-44296.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: yangjie01 <[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 910b1703c70..1cdf08f321e 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -177,11 +177,11 @@ log4j-slf4j2-impl/2.20.0//log4j-slf4j2-impl-2.20.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.18//metrics-core-4.2.18.jar
-metrics-graphite/4.2.18//metrics-graphite-4.2.18.jar
-metrics-jmx/4.2.18//metrics-jmx-4.2.18.jar
-metrics-json/4.2.18//metrics-json-4.2.18.jar
-metrics-jvm/4.2.18//metrics-jvm-4.2.18.jar
+metrics-core/4.2.19//metrics-core-4.2.19.jar
+metrics-graphite/4.2.19//metrics-graphite-4.2.19.jar
+metrics-jmx/4.2.19//metrics-jmx-4.2.19.jar
+metrics-json/4.2.19//metrics-json-4.2.19.jar
+metrics-jvm/4.2.19//metrics-jvm-4.2.19.jar
minlog/1.3.0//minlog-1.3.0.jar
netty-all/4.1.93.Final//netty-all-4.1.93.Final.jar
netty-buffer/4.1.93.Final//netty-buffer-4.1.93.Final.jar
diff --git a/pom.xml b/pom.xml
index 588f91155d6..2e29d1de0c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.18</codahale.metrics.version>
+ <codahale.metrics.version>4.2.19</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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]