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-2383 #101

Closed
wants to merge 2 commits into from
Closed

ZOOKEEPER-2383 #101

wants to merge 2 commits into from

Conversation

rakeshadr
Copy link
Contributor

No description provided.

public void run() {
try {
servcnxnf.startup(zks);
} catch (IOException | InterruptedException e) {
Copy link
Contributor

Choose a reason for hiding this comment

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

We can't have a multi-catch with Java 6, which is the earliest version we say we support in the docs.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you @fpj . I've separated out the catch block and done another commit in PR.

@fpj
Copy link
Contributor

fpj commented Dec 16, 2016

This is including the commit I just did for ZOOKEEPER-761, could you rebase your branch, please, @rakeshadr ?

@rakeshadr
Copy link
Contributor Author

oops, I've rebased it and hope the PR is clean now. Please take a look at this when you get some time. Thanks!

@asfgit asfgit closed this in eac693c Dec 21, 2016
asfgit pushed a commit that referenced this pull request Dec 22, 2016
Author: Rakesh Radhakrishnan <rakeshr@apache.org>

Reviewers: fpj <fpj@apache.org>, rgs <rgs@apache.org>, hanm <hanm@apache.org>

Closes #101 from rakeshadr/ZK-2383 and squashes the following commits:

4faa761 [Rakesh Radhakrishnan] ZOOKEEPER-2383: Startup race in ZooKeeperServer
d2078d0 [Rakesh Radhakrishnan] ZOOKEEPER-2383
lvfangmin pushed a commit to lvfangmin/zookeeper that referenced this pull request Jun 17, 2018
Author: Rakesh Radhakrishnan <rakeshr@apache.org>

Reviewers: fpj <fpj@apache.org>, rgs <rgs@apache.org>, hanm <hanm@apache.org>

Closes apache#101 from rakeshadr/ZK-2383 and squashes the following commits:

4faa761 [Rakesh Radhakrishnan] ZOOKEEPER-2383: Startup race in ZooKeeperServer
d2078d0 [Rakesh Radhakrishnan] ZOOKEEPER-2383
RokLenarcic pushed a commit to RokLenarcic/zookeeper that referenced this pull request Sep 3, 2022
Author: Rakesh Radhakrishnan <rakeshr@apache.org>

Reviewers: fpj <fpj@apache.org>, rgs <rgs@apache.org>, hanm <hanm@apache.org>

Closes apache#101 from rakeshadr/ZK-2383 and squashes the following commits:

4faa761 [Rakesh Radhakrishnan] ZOOKEEPER-2383: Startup race in ZooKeeperServer
d2078d0 [Rakesh Radhakrishnan] ZOOKEEPER-2383
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