[Branch 2.7] Upgrade Netty to 4.1.77.Final, Netty Tcnative, grpc and protobuf#16896
Closed
Jason918 wants to merge 11 commits intoapache:branch-2.7from
Closed
[Branch 2.7] Upgrade Netty to 4.1.77.Final, Netty Tcnative, grpc and protobuf#16896Jason918 wants to merge 11 commits intoapache:branch-2.7from
Jason918 wants to merge 11 commits intoapache:branch-2.7from
Conversation
This was referenced Aug 1, 2022
Contributor
Author
|
/pulsarbot run-failure-checks |
…che#15212) * Upgrade Netty to 4.1.76.Final and Netty Tcnative to 2.0.51.Final Fixes apache#14015 - release notes https://netty.io/news/2022/04/12/4-1-76-Final.html - contains fix for netty/netty#11695 * Upgrade grpc to 1.45.1 and protobuf to 3.19.2 - grpc < 1.45.1 is not compatible with Netty > 4.1.74.Final - grpc/grpc-java#9004 (cherry picked from commit 332a3c7)
…che#15646) - release notes https://netty.io/news/2022/05/06/2-1-77-Final.html - improves Alpine / musl compatibility - could help issues such as apache#14534 apache#11415 apache#11224 apache#10798 - improves shading compatibility - fixes a bug related to the native epoll transport and epoll_pwait2 (cherry picked from commit a8045fc)
c32e4c1 to
6572c36
Compare
Contributor
Author
|
/pulsarbot run-failure-checks |
50da02c to
852b82d
Compare
* upgrade BookKeeper to 4.14.0 * format code * upgrade bookkeeper to 4.14.1 to fix prometheus metric bug * update license Co-authored-by: chenhang <chenhang@bigo.sg>
* Upgraded bookkeeper to 4.13.0; grpc to 1.33 * updated LICENSE * fixed the rest of the license check * no idea why license check results on CI are different from local :/ * one more license fix * Integration tests failed to start container/service there because of java.lang.NoClassDefFoundError: io/perfmark/PerfMark * another try to get the permark.jar in * another take on perfmark.jar and integration tests * add perfmark.jar to LICENSE
Contributor
Author
|
Closing this PR for branch 2.7 Bookkeeper |
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.
Motivation
Cherry-pick #15212 and #15646 to branch 2.7
There are conflict when cherry-pick them directly.
Modifications
Cherry-pick #15212 and #15646 and resolve License error.
Verifying this change
Documentation
Check the box below or label this PR directly.
Need to update docs?
doc-not-needed