You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/09/29 20:49:37 UTC

[spark] branch master updated: [SPARK-45382][BUILD] Upgrade Netty to 4.1.99.Final

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

dongjoon 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 0b68e41cf79 [SPARK-45382][BUILD] Upgrade Netty to 4.1.99.Final
0b68e41cf79 is described below

commit 0b68e41cf79c155676e3677d1b4c4907bb5867c3
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Fri Sep 29 13:49:17 2023 -0700

    [SPARK-45382][BUILD] Upgrade Netty to 4.1.99.Final
    
    ### What changes were proposed in this pull request?
    
    This PR aims to Upgrade Netty to 4.1.99.Final.
    
    ### Why are the changes needed?
    
    Netty 4.1.99.Final is the first release where Netty community has Java 21 test coverage.
    - https://github.com/netty/netty/pull/13627
    
    It also fixes a bug which could lead to SIGSERV while running on JDK21+. Since the bug was introduced at `4.1.98.Final`, Apache Spark was not affected yet.
    - https://github.com/netty/netty/pull/13640
    
    Here is a full release note.
    - https://netty.io/news/2023/09/21/4-1-99-Final.html
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43180 from dongjoon-hyun/SPARK-45382.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 dev/deps/spark-deps-hadoop-3-hive-2.3 | 36 +++++++++++++++++------------------
 pom.xml                               |  2 +-
 2 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3 b/dev/deps/spark-deps-hadoop-3-hive-2.3
index de86d47b073..085316832bb 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -187,24 +187,24 @@ 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.96.Final//netty-all-4.1.96.Final.jar
-netty-buffer/4.1.96.Final//netty-buffer-4.1.96.Final.jar
-netty-codec-http/4.1.96.Final//netty-codec-http-4.1.96.Final.jar
-netty-codec-http2/4.1.96.Final//netty-codec-http2-4.1.96.Final.jar
-netty-codec-socks/4.1.96.Final//netty-codec-socks-4.1.96.Final.jar
-netty-codec/4.1.96.Final//netty-codec-4.1.96.Final.jar
-netty-common/4.1.96.Final//netty-common-4.1.96.Final.jar
-netty-handler-proxy/4.1.96.Final//netty-handler-proxy-4.1.96.Final.jar
-netty-handler/4.1.96.Final//netty-handler-4.1.96.Final.jar
-netty-resolver/4.1.96.Final//netty-resolver-4.1.96.Final.jar
-netty-transport-classes-epoll/4.1.96.Final//netty-transport-classes-epoll-4.1.96.Final.jar
-netty-transport-classes-kqueue/4.1.96.Final//netty-transport-classes-kqueue-4.1.96.Final.jar
-netty-transport-native-epoll/4.1.96.Final/linux-aarch_64/netty-transport-native-epoll-4.1.96.Final-linux-aarch_64.jar
-netty-transport-native-epoll/4.1.96.Final/linux-x86_64/netty-transport-native-epoll-4.1.96.Final-linux-x86_64.jar
-netty-transport-native-kqueue/4.1.96.Final/osx-aarch_64/netty-transport-native-kqueue-4.1.96.Final-osx-aarch_64.jar
-netty-transport-native-kqueue/4.1.96.Final/osx-x86_64/netty-transport-native-kqueue-4.1.96.Final-osx-x86_64.jar
-netty-transport-native-unix-common/4.1.96.Final//netty-transport-native-unix-common-4.1.96.Final.jar
-netty-transport/4.1.96.Final//netty-transport-4.1.96.Final.jar
+netty-all/4.1.99.Final//netty-all-4.1.99.Final.jar
+netty-buffer/4.1.99.Final//netty-buffer-4.1.99.Final.jar
+netty-codec-http/4.1.99.Final//netty-codec-http-4.1.99.Final.jar
+netty-codec-http2/4.1.99.Final//netty-codec-http2-4.1.99.Final.jar
+netty-codec-socks/4.1.99.Final//netty-codec-socks-4.1.99.Final.jar
+netty-codec/4.1.99.Final//netty-codec-4.1.99.Final.jar
+netty-common/4.1.99.Final//netty-common-4.1.99.Final.jar
+netty-handler-proxy/4.1.99.Final//netty-handler-proxy-4.1.99.Final.jar
+netty-handler/4.1.99.Final//netty-handler-4.1.99.Final.jar
+netty-resolver/4.1.99.Final//netty-resolver-4.1.99.Final.jar
+netty-transport-classes-epoll/4.1.99.Final//netty-transport-classes-epoll-4.1.99.Final.jar
+netty-transport-classes-kqueue/4.1.99.Final//netty-transport-classes-kqueue-4.1.99.Final.jar
+netty-transport-native-epoll/4.1.99.Final/linux-aarch_64/netty-transport-native-epoll-4.1.99.Final-linux-aarch_64.jar
+netty-transport-native-epoll/4.1.99.Final/linux-x86_64/netty-transport-native-epoll-4.1.99.Final-linux-x86_64.jar
+netty-transport-native-kqueue/4.1.99.Final/osx-aarch_64/netty-transport-native-kqueue-4.1.99.Final-osx-aarch_64.jar
+netty-transport-native-kqueue/4.1.99.Final/osx-x86_64/netty-transport-native-kqueue-4.1.99.Final-osx-x86_64.jar
+netty-transport-native-unix-common/4.1.99.Final//netty-transport-native-unix-common-4.1.99.Final.jar
+netty-transport/4.1.99.Final//netty-transport-4.1.99.Final.jar
 objenesis/3.3//objenesis-3.3.jar
 okhttp/3.12.12//okhttp-3.12.12.jar
 okio/1.15.0//okio-1.15.0.jar
diff --git a/pom.xml b/pom.xml
index 8a34f48382f..aab5b7a8443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
     <commons-cli.version>1.5.0</commons-cli.version>
     <bouncycastle.version>1.70</bouncycastle.version>
     <tink.version>1.9.0</tink.version>
-    <netty.version>4.1.96.Final</netty.version>
+    <netty.version>4.1.99.Final</netty.version>
     <!--
     If you are changing Arrow version specification, please check
     ./python/pyspark/sql/pandas/utils.py, and ./python/setup.py too.


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