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

dongjoon pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new dad566c  [SPARK-36729][BUILD] Upgrade Netty from 4.1.63 to 4.1.68
dad566c is described below

commit dad566c1f286a885b4feb06bf3ca9d1c764803f7
Author: Kousuke Saruta <saru...@oss.nttdata.com>
AuthorDate: Sun Sep 12 10:07:27 2021 -0700

    [SPARK-36729][BUILD] Upgrade Netty from 4.1.63 to 4.1.68
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades Netty from `4.1.63` to `4.1.68`.
    
    All the changes from `4.1.64` to `4.1.68` are as follows.
    
    * 4.1.64 and 4.1.65
      * https://netty.io/news/2021/05/19/4-1-65-Final.html
    * 4.1.66
      * https://netty.io/news/2021/07/16/4-1-66-Final.html
    * 4.1.67
      * https://netty.io/news/2021/08/16/4-1-67-Final.html
    * 4.1.68
      * https://netty.io/news/2021/09/09/4-1-68-Final.html
    
    ### Why are the changes needed?
    
    Recently Netty `4.1.68` was released, which includes official M1 Mac 
support.
    * Add support for mac m1
      * https://github.com/netty/netty/pull/11666
    
    `4.1.65` also includes a critical bug fix which Spark might be affected.
    * JNI classloader deadlock with latest JDK version
      * https://github.com/netty/netty/issues/11209
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    CIs.
    
    Closes #33970 from sarutak/upgrade-netty-4.1.68.
    
    Authored-by: Kousuke Saruta <saru...@oss.nttdata.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit e1e19619b7366ad71ebaa3f11edf297c33c0f493)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 dev/deps/spark-deps-hadoop-2.7-hive-2.3 | 2 +-
 dev/deps/spark-deps-hadoop-3.2-hive-2.3 | 2 +-
 pom.xml                                 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-2.7-hive-2.3 
b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
index db6cb19..6ba3c86 100644
--- a/dev/deps/spark-deps-hadoop-2.7-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-2.7-hive-2.3
@@ -190,7 +190,7 @@ metrics-jmx/4.2.0//metrics-jmx-4.2.0.jar
 metrics-json/4.2.0//metrics-json-4.2.0.jar
 metrics-jvm/4.2.0//metrics-jvm-4.2.0.jar
 minlog/1.3.0//minlog-1.3.0.jar
-netty-all/4.1.63.Final//netty-all-4.1.63.Final.jar
+netty-all/4.1.68.Final//netty-all-4.1.68.Final.jar
 objenesis/2.6//objenesis-2.6.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.14.0//okio-1.14.0.jar
diff --git a/dev/deps/spark-deps-hadoop-3.2-hive-2.3 
b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
index ecc3a0d..326229b 100644
--- a/dev/deps/spark-deps-hadoop-3.2-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3.2-hive-2.3
@@ -161,7 +161,7 @@ metrics-jmx/4.2.0//metrics-jmx-4.2.0.jar
 metrics-json/4.2.0//metrics-json-4.2.0.jar
 metrics-jvm/4.2.0//metrics-jvm-4.2.0.jar
 minlog/1.3.0//minlog-1.3.0.jar
-netty-all/4.1.63.Final//netty-all-4.1.63.Final.jar
+netty-all/4.1.68.Final//netty-all-4.1.68.Final.jar
 objenesis/2.6//objenesis-2.6.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.14.0//okio-1.14.0.jar
diff --git a/pom.xml b/pom.xml
index 8092395..37f683d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,7 +754,7 @@
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-all</artifactId>
-        <version>4.1.63.Final</version>
+        <version>4.1.68.Final</version>
       </dependency>
       <dependency>
         <groupId>org.apache.derby</groupId>

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

Reply via email to