ZK_TIMEOUT typo in client/server configuration
----------------------------------------------

                 Key: BOOKKEEPER-129
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-129
             Project: Bookkeeper
          Issue Type: Bug
          Components: bookkeeper-client, bookkeeper-server
    Affects Versions: 4.0.0
            Reporter: Sijie Guo
             Fix For: 4.0.0


there is a typo ZK_TIMEOUT in client/server configuration:

{code}
    public ClientConfiguration setZkTimeout(int zkTimeout) {
        setProperty(ZK_SERVERS, Integer.toString(zkTimeout));
        return this;
    }
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to