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 (Created) (JIRA)" <ji...@apache.org> on 2011/11/30 11:25:40 UTC

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

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

        

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

Posted by "Sijie Guo (Updated) (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ 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