Rakesh R created BOOKKEEPER-642:
-----------------------------------

             Summary: Bookie returns incorrect exitcode, ExitCode.ZK_REG_FAIL 
is getting overridden
                 Key: BOOKKEEPER-642
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-642
             Project: Bookkeeper
          Issue Type: Bug
          Components: bookkeeper-server
            Reporter: Rakesh R
            Assignee: Rakesh R
            Priority: Minor
             Fix For: 4.3.0


When bookie registration fails due to zookeeper exception, its not exiting with 
ExitCode.ZK_REG_FAIL.

Bookie.java
{code}
       try {
            registerBookie(conf);
        } catch (IOException e) {
            LOG.error("Couldn't register bookie with zookeeper, shutting down", 
e);
            shutdown(ExitCode.ZK_REG_FAIL);
        }
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to