-
Notifications
You must be signed in to change notification settings - Fork 981
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
DRILL-8514: Bump zookeeper to 3.9.3 #2967
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Letian Jiang <letian.jiang@outlook.com>
Upgrading zookeeper is not that easy. The CI build has already failed with an issue around protobuf. |
Ok. Thanks for the information. |
@letian-jiang Why don't you try also updating the HBase client? Drill is currently running version 2.5 and there is a newer version available on MavenCentral. |
I created #2968 - maybe we can hold off with zookeeper upgrade until we know if that can be merged ok |
@pjfanning @letian-jiang All the other dependency libraries have been updated. Please rebase on current master and let's see if we can get this working. |
@cgivre Done. Could you rerun the CI? |
The hadoop-2 build failure was because this setting is too small
Could you change it to this?
|
Signed-off-by: Letian Jiang <letian.jiang@outlook.com>
Error: Errors: |
@pjfanning @cgivre Is it ok to simply rerun the CI again? This maybe an accidental error. |
The test issues seem related to the zookeeper upgrade. |
I think we should delay this and instead concentrate on upgrading the version of Phoenix that we use. The newer version of Phoenix seems to use newer HBase and Zookeeper versions. |
I don't know much about Phoenix and upgrading its version is not straightforward - #2972 Another option here is to look at shading the zookeeper classes and including those in one of the Drill jars so that we can upgrade the zookeeper version used by the Drill code but not affect the version used by Phoenix plugin. |
I think the shading option would work. If someone is using Phoenix and runs into issues we can revisit. |
Thanks for the advice. I will try this in the comming weeks. |
Bump zookeeper to 3.9.3
https://issues.apache.org/jira/browse/DRILL-8514