-
Notifications
You must be signed in to change notification settings - Fork 1.3k
CURATOR-596: Upgrade ZooKeeper to 3.7.1 #426
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
a88ad38 to
e227575
Compare
tisonkun
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.
Generally looks good. Perhaps we should add a curator-test-zk36 module for running tests with zookeeper 3.6.x to prevent regression? You may take a look at how curator-test-zk35 does now. I'm happy to review this patch :)
cc @kezhuw
`TestReadOnly` fails due to ZOOKEEPER-3863(apache/zookeeper#1380). ZOOKEEPER-3863 uses `QuorumPeerConfig.localSessionsEnabled` to toggle local sessions supports in `ReadOnlyZooKeeperServer`. This pr populates `QuorumPeerConfig.localSessionsEnabled` and `QuorumPeerConfig.localSessionsUpgradingEnabled` from system property `readonlymode.enabled` for simplicity.
eolivelli
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.
LGTM
e227575 to
b83a475
Compare
|
@tisonkun I have rebased this pr to master for 5.4.0-SNAPSHOT and push a fixup commit for module |
Signed-off-by: tison <[email protected]>
|
@kezhuw Thanks for your contribution! Merging if CI gives green. |
|
Merging... @kezhuw thank you very much! |
TestReadOnlyfails due to ZOOKEEPER-3863(apache/zookeeper#1380).ZOOKEEPER-3863 uses
QuorumPeerConfig.localSessionsEnabledto togglelocal sessions supports in
ReadOnlyZooKeeperServer.This pr populates
QuorumPeerConfig.localSessionsEnabledandQuorumPeerConfig.localSessionsUpgradingEnabledfrom system propertyreadonlymode.enabledfor simplicity.