Skip to content
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

ZOOKEEPER-3865: fix backward-compatibility for ZooKeeperServer constructor #1383

Closed
wants to merge 1 commit into from

Conversation

symat
Copy link
Contributor

@symat symat commented Jun 16, 2020

In the fix of ZOOKEEPER-3829 I accidentally changed a public constructor of ZooKeeper server. I didn’t realize Curator is using it for testing (and maybe other Apache projects are doing so as well).

In this PR I restore the original constructor for branch-3.5 making it compatible with e.g. Curator 4.3.

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@symat
Copy link
Contributor Author

symat commented Jun 16, 2020

retest ant build

@symat
Copy link
Contributor Author

symat commented Jun 16, 2020

I see the ant job fails again around the C client build, without an obvious error message. I've seen this before... Anyway, it shouldn't be related to the PR I think.

@symat
Copy link
Contributor Author

symat commented Jun 16, 2020

retest maven build

@symat
Copy link
Contributor Author

symat commented Jun 18, 2020

retest ant build

@symat
Copy link
Contributor Author

symat commented Jun 22, 2020

@eolivelli do you think we can merge this? Only the ant job failed with some unrelated problems (and also the change is pretty harmless). I'm happy to merge if you agree but don't have the time.

@eolivelli
Copy link
Contributor

I can merge it tomorrow

@eolivelli
Copy link
Contributor

merging

eolivelli pushed a commit that referenced this pull request Jun 23, 2020
…uctor

In the fix of ZOOKEEPER-3829 I accidentally changed a public constructor of ZooKeeper server. I didn’t realize Curator is using it for testing (and maybe other Apache projects are doing so as well).

In this PR I restore the original constructor for branch-3.5 making it compatible with e.g. Curator 4.3.

Author: Mate Szalay-Beko <symat@apache.org>

Reviewers: Enrico Olivelli <eolivelli@apache.org>

Closes #1383 from symat/ZOOKEEPER-3865-branch-3.5
@eolivelli
Copy link
Contributor

pushed to branch-3.5
@symat please update JIRA accordingly

@eolivelli eolivelli closed this Jun 23, 2020
@symat
Copy link
Contributor Author

symat commented Jun 23, 2020

thanks!!
I updated the Jira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants