-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-18515. Backport HADOOP-17612 to branch-3.3(Upgrade Zookeeper to 3.6.3 and Curator to 5.2.0) #5097
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
…#3241) Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
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.
Thanks @melissayou for your contribution. I can see that you have another old PR for the same issue. #5067
Good to close one of them.
Yes @ashutoshcipher, we are considering splitting up the original 5067 one to smaller PRs so that's why I am creating new ones. I still want to keep 5067 open until this is resolved for my own reference. |
Thanks @melissayou. Incase you are planning to split it into multiple PRs. I think in that we can create a separate Uber JIRA and create multiple JIRAs under it according to split you are planning. It will make it easy to understand the split plan and reviewing each split. Any suggestions on this @virajith ? |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Yes, that makes sense @ashutoshcipher. @melissayou created https://issues.apache.org/jira/browse/HADOOP-18518 as the parent JIRA for all backports related to upgrading these libraries. |
The change looks good to me @melissayou. Can you fix the checkstyle? After that, I am good to merge this as the javac deprecations will be fixed by the other tickets under HADOOP-18518 |
@melissayou Thank you very much for your contribution, LGTM +1. |
💔 -1 overall
This message was automatically generated. |
The checkstyle failures exist in the original patch as well - fixing all those will change the patch substantially and it'll no longer be a clean cherrypick. In order to keep this as a simple cherrypick, I think we can ignore these. Will be merging PR. |
…o 3.6.3 and Curator to 5.2.0) (apache#5097) (apache#24) * HADOOP-17612. Upgrade Zookeeper to 3.6.3 and Curator to 5.2.0 (apache#3241) Signed-off-by: Akira Ajisaka <aajisaka@apache.org> Co-authored-by: Viraj Jasani <vjasani@apache.org> Co-authored-by: Melissa You <myou@linkedin.com> Co-authored-by: Viraj Jasani <vjasani@apache.org>
Description of PR
To port the change from trunk to branch-3.3. It's a clean cherry pick of commit ccfa072.
How was this patch tested?
mvn clean install -Pdist -Dtar -DskipTests -Dmaven.javadoc.skip builds successfully
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?