You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "Sijie Guo (Updated) (JIRA)" <ji...@apache.org> on 2011/11/30 11:37:39 UTC

[jira] [Updated] (BOOKKEEPER-129) ZK_TIMEOUT typo in client/server configuration

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sijie Guo updated BOOKKEEPER-129:
---------------------------------

    Attachment: BOOKKEEPER-129.patch

fix typo when setting zktimeout in client/server configurations.
                
> 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
>
>         Attachments: BOOKKEEPER-129.patch
>
>
> 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