This is an automated email from the ASF dual-hosted git repository.

srowen 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 4b8b36834e2 [SPARK-42654][BUILD] Upgrade dropwizard metrics 4.2.17
4b8b36834e2 is described below

commit 4b8b36834e2902184088d171ee919cf5c5e3b9a3
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Sun Mar 5 20:32:45 2023 -0600

    [SPARK-42654][BUILD] Upgrade dropwizard metrics 4.2.17
    
    ### 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:
    
    - https://github.com/dropwizard/metrics/pull/3125
    - https://github.com/dropwizard/metrics/pull/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 <yangji...@baidu.com>
    Co-authored-by: YangJie <yangji...@baidu.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 dev/deps/spark-deps-hadoop-2-hive-2.3 | 10 +++++-----
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 10 +++++-----
 pom.xml                               |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2-hive-2.3 
b/dev/deps/spark-deps-hadoop-2-hive-2.3
index 3d338059d83..bc4baad4d0b 100644
--- a/dev/deps/spark-deps-hadoop-2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2-hive-2.3
@@ -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
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index b25f1680854..fee97a4e659 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -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
diff --git a/pom.xml b/pom.xml
index f233fe4654a..6e31e60db29 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.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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to