-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-41695][BUILD][3.3] Upgrade netty to 4.1.86.Final #39196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Change [SPARK-41695][BUILD] Upgrade netty to 4.1.86.Final to [SPARK-41695][BUILD][3.3] Upgrade netty to 4.1.86.Final |
|
Can one of the admins verify this patch? |
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this affect Apache Spark technically, @tobiasstadler ?
Does this PR introduce any user-facing change?Yes, all changes are caused by the change of Netty.
|
|
And this one #38981 |
|
Ok, I didn‘t read that. I guess it is better to close the PR. |
|
@tobiasstadler Right now, most of these PR's are related to Hadoop 2.7 which we will remove in spark 3.5 or 3.6. I also build spark master and scan code with sonar This one is for python and javascript and this is for java, scala and xml CC @panbingkun and @LuciferYang |
Is the problem detected by sonar worth fixing @bjornjorgensen ? |

What changes were proposed in this pull request?
Upgrade netty to 4.1.86.Final;
I cherry-picked
Why are the changes needed?
CVEs
Does this PR introduce any user-facing change?
No
How was this patch tested?
CI