[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13159981#comment-13159981
 ] 

Hudson commented on BOOKKEEPER-129:
-----------------------------------

Integrated in bookkeeper-trunk #255 (See 
[https://builds.apache.org/job/bookkeeper-trunk/255/])
    BOOKKEEPER-129: ZK_TIMEOUT typo in client/server configuration (Sijie via 
ivank)

ivank : 
Files : 
* /zookeeper/bookkeeper/trunk/CHANGES.txt
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java
* 
/zookeeper/bookkeeper/trunk/bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ServerConfiguration.java

                
> 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
>            Assignee: Ivan Kelly
>             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

        

Reply via email to