Skip to content

Commit

Permalink
[SPARK-45382][BUILD] Upgrade Netty to 4.1.99.Final
Browse files Browse the repository at this point in the history
### 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.
- netty/netty#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.
- netty/netty#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 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Sep 29, 2023
1 parent bb59b48 commit 0b68e41
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 deletions dev/deps/spark-deps-hadoop-3-hive-2.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0b68e41

Please sign in to comment.