-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-32490][BUILD] Upgrade netty-all to 4.1.51.Final #29299
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
|
Sounds fine, if it doesn't introduce behavior changes or anything. |
|
Jenkins test this please |
|
ok to test |
|
@LuciferYang, can you sync and rebase? then the tests should pass in GitHub Actions. |
|
Test build #126841 has finished for PR 29299 at commit
|
|
retest this please |
|
Test build #126878 has finished for PR 29299 at commit
|
|
retest this please |
|
Test build #126937 has finished for PR 29299 at commit
|
|
retest this please |
|
Test build #126938 has finished for PR 29299 at commit
|
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.
+1, LGTM. Thank you, @LuciferYang and all.
Merged to master. The Jenkins passed.
GitHub Action failure is irrelevant to this one. It failed with R installation again.
|
thx @dongjoon-hyun @maropu @HyukjinKwon @srowen , I'm very sorry that I've been busy with other things these days and haven't paid attention to this ... |
|
Hi, Netty is upgraded to 4.1.51.Final by this PR, but it is not released in latest spark artifact on maven repo. |
|
This was merged to Spark 3.1.0, not 3.0.1. Spark 3.1 is not released. |
This PR aims to bring the bug fixes from the latest netty version. - 4.1.48.Final: [https://github.com/netty/netty/milestone/223?closed=1](https://github.com/netty/netty/milestone/223?closed=1)(14 patches or issues) - 4.1.49.Final: [https://github.com/netty/netty/milestone/224?closed=1](https://github.com/netty/netty/milestone/224?closed=1)(48 patches or issues) - 4.1.50.Final: [https://github.com/netty/netty/milestone/225?closed=1](https://github.com/netty/netty/milestone/225?closed=1)(38 patches or issues) - 4.1.51.Final: [https://github.com/netty/netty/milestone/226?closed=1](https://github.com/netty/netty/milestone/226?closed=1)(53 patches or issues) No Pass the Jenkins with the existing tests. Closes apache#29299 from LuciferYang/upgrade-netty-version. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 0693d8b) Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to bring the bug fixes from the latest netty version.
Why are the changes needed?
Does this PR introduce any user-facing change?
No
How was this patch tested?
Pass the Jenkins with the existing tests.