Upgrade Zookeeper to 3.8.0#14601
Merged
codelipenghui merged 1 commit intoapache:masterfrom Mar 9, 2022
Merged
Conversation
eolivelli
approved these changes
Mar 8, 2022
Contributor
eolivelli
left a comment
There was a problem hiding this comment.
Lgtm
For reference I have sent a similar PR to bookkeeper repo
merlimat
approved these changes
Mar 8, 2022
hezhangjian
approved these changes
Mar 8, 2022
codelipenghui
approved these changes
Mar 9, 2022
michaeljmarshall
approved these changes
Mar 9, 2022
eolivelli
pushed a commit
to datastax/pulsar
that referenced
this pull request
Mar 21, 2022
(cherry picked from commit a21dc0e)
Nicklee007
pushed a commit
to Nicklee007/pulsar
that referenced
this pull request
Apr 20, 2022
nicoloboschi
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 28, 2022
(cherry picked from commit a21dc0e)
liangyepianzhou
pushed a commit
that referenced
this pull request
Dec 14, 2023
(cherry picked from commit a21dc0e)
nodece
pushed a commit
to nodece/pulsar
that referenced
this pull request
Feb 23, 2024
(cherry picked from commit a21dc0e)
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
Zookeeper 3.8.0 fixes issues when TLS is enabled. The issue was reported as #11070 and PR #14088 was marked to fix the issue. However it doesn't fix the problem and in testing, Zookeeper 3.8.0 upgrade was the only way to make Zookeeper TLS tests to pass in https://github.com/apache/pulsar-helm-chart .
Modifications