Upgrade Netty to 4.1.93.Final#3975
Merged
Merged
Conversation
- Upgrade Netty to 4.1.93.Final and io_uring transport to 0.0.21.Final - includes netty-tcnative 2.0.61.Final Highlights: - Upgrade to latest netty-tcnative to fix memory leak in 4.1.93.Final netty/netty#13375 - native SSL implementation fixes in 4.1.91.Final https://twitter.com/normanmaurer/status/1642884593522032640 - performance improvements in 4.1.90.Final and 4.1.92.Final https://twitter.com/normanmaurer/status/1635671472566837248 https://twitter.com/normanmaurer/status/1650816576885538816 Release notes: https://netty.io/news/2023/03/14/4-1-90-Final.html https://netty.io/news/2023/04/03/4-1-91-Final.html https://netty.io/news/2023/04/25/4-1-92-Final.html https://netty.io/news/2023/05/25/4-1-93-Final.html
hangc0276
approved these changes
May 30, 2023
Contributor
|
@lhotari Just wondering, client performance over the network is super sensitive to netty version changes. At least in our experience. I wonder:
|
Contributor
|
we run performance tests daily/weekly against all the Pulsar and we would find regressions we usually update Netty in the Pulsar repo and automatically the Bookie and the BK client use the new version and it is pretty easy to see of there is a breaking change |
zymap
pushed a commit
that referenced
this pull request
Jun 19, 2023
- Upgrade Netty to 4.1.93.Final and io_uring transport to 0.0.21.Final - includes netty-tcnative 2.0.61.Final Highlights: - Upgrade to latest netty-tcnative to fix memory leak in 4.1.93.Final netty/netty#13375 - native SSL implementation fixes in 4.1.91.Final https://twitter.com/normanmaurer/status/1642884593522032640 - performance improvements in 4.1.90.Final and 4.1.92.Final https://twitter.com/normanmaurer/status/1635671472566837248 https://twitter.com/normanmaurer/status/1650816576885538816 Release notes: https://netty.io/news/2023/03/14/4-1-90-Final.html https://netty.io/news/2023/04/03/4-1-91-Final.html https://netty.io/news/2023/04/25/4-1-92-Final.html https://netty.io/news/2023/05/25/4-1-93-Final.html (cherry picked from commit f8d81f7)
Ghatage
pushed a commit
to sijie/bookkeeper
that referenced
this pull request
Jul 12, 2024
- Upgrade Netty to 4.1.93.Final and io_uring transport to 0.0.21.Final - includes netty-tcnative 2.0.61.Final Highlights: - Upgrade to latest netty-tcnative to fix memory leak in 4.1.93.Final netty/netty#13375 - native SSL implementation fixes in 4.1.91.Final https://twitter.com/normanmaurer/status/1642884593522032640 - performance improvements in 4.1.90.Final and 4.1.92.Final https://twitter.com/normanmaurer/status/1635671472566837248 https://twitter.com/normanmaurer/status/1650816576885538816 Release notes: https://netty.io/news/2023/03/14/4-1-90-Final.html https://netty.io/news/2023/04/03/4-1-91-Final.html https://netty.io/news/2023/04/25/4-1-92-Final.html https://netty.io/news/2023/05/25/4-1-93-Final.html
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes & Motivation
Highlights:
Release notes: