forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51193][CORE] Upgrade Netty to 4.1.118.Final and netty-tcnative…
… to 2.0.70.Final ### What changes were proposed in this pull request? This PR aims to upgrade the following for Apache Spark 4.0.0. - netty to 4.1.118.Final - netty-tcnative to 2.0.70.Final ### Why are the changes needed? To bring the latest bug fixes - https://netty.io/news/2025/02/10/4-1-118-Final.html - https://github.com/netty/netty/releases/tag/netty-4.1.118.Final - netty/netty#14790 - SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine - Denial of Service attack on windows app using Netty, again ### Does this PR introduce _any_ user-facing change? No behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49923 from dongjoon-hyun/SPARK-51193. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information
1 parent
8e39b7f
commit 0a10232
Showing
2 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters