-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-24132 Upgrade to Apache ZooKeeper 3.5.7 #1453
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1530,9 +1530,8 @@ | |
| <protobuf.plugin.version>0.6.1</protobuf.plugin.version> | ||
| <thrift.path>thrift</thrift.path> | ||
| <thrift.version>0.12.0</thrift.version> | ||
| <zookeeper.version>3.4.14</zookeeper.version> | ||
| <!-- What ZooKeeper 3.4.x depends on and nothing more --> | ||
| <jline.version>0.9.94</jline.version> | ||
| <zookeeper.version>3.5.7</zookeeper.version> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we also update the jline version? I think it was added because of zookeeper, see https://issues.apache.org/jira/browse/HBASE-20108 zookeeper 3.5.7 is using jline 2.11 however, if we increment the JLine version, then the assembly:single maven target will fail, as the license part in JLine pom changed a bit (they named it 'The BSD License' instead of 'BSD License'). To make it work, we need to add a new supplement to supplemental-models.xml like: |
||
| <jline.version>2.11</jline.version> | ||
| <slf4j.version>1.7.30</slf4j.version> | ||
| <clover.version>4.0.3</clover.version> | ||
| <jamon-runtime.version>2.4.1</jamon-runtime.version> | ||
|
|
||
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.
add a rs all down check here to make the testcase stable.