Merged
Conversation
BewareMyPower
approved these changes
Nov 12, 2021
hangc0276
approved these changes
Nov 12, 2021
eolivelli
pushed a commit
to eolivelli/pulsar
that referenced
this pull request
Nov 29, 2021
dlg99
pushed a commit
to dlg99/pulsar
that referenced
this pull request
Dec 1, 2021
eolivelli
pushed a commit
to datastax/pulsar
that referenced
this pull request
Dec 1, 2021
* [Issue 9728] Upgrade GRPC and bookkeeper (apache#9729) * Upgraded bookkeeper to 4.13.0; grpc to 1.33 Fixes apache#10937 *Motivation* The previours bk version was introduce an incompatible issue with BouncyCastle FIPS. BookKeeper already fix this and we should upgrade the version to resolve the issue. For more information: apache#10937 *Modifications* * Upgrade to BookKeeper 4.14.3 (apache#12760) * Fixed additional post-cherry-pick conflicts Co-authored-by: hangc0276 <chenhang@apache.org> Co-authored-by: chenhang <chenhang@bigo.sg> Co-authored-by: Yong Zhang <zhangyong1025.zy@gmail.com> Co-authored-by: Matteo Merli <mmerli@apache.org>
codelipenghui
pushed a commit
that referenced
this pull request
Dec 22, 2021
(cherry picked from commit 9e30e26)
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
Upgrade BK to 4.14.3. This version solves the last direct metadata accesses to ZooKeeper for the bookies in garbage collection and the auto recovery leader election.