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

Hudson commented on ZOOKEEPER-2470:
-----------------------------------

FAILURE: Integrated in Jenkins build ZooKeeper-trunk #3206 (See 
[https://builds.apache.org/job/ZooKeeper-trunk/3206/])
ZOOKEEPER-2470: ServerConfig#parse(String[]) ignores tickTime (hanm: rev 
ef0a8ae686c100f1dc71d7526af962c635696466)
* (edit) src/java/main/org/apache/zookeeper/server/ServerConfig.java
* (add) src/java/test/org/apache/zookeeper/ServerConfigTest.java


> ServerConfig#parse(String[])  ignores tickTime
> ----------------------------------------------
>
>                 Key: ZOOKEEPER-2470
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2470
>             Project: ZooKeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.4.7, 3.5.1
>            Reporter: Alexander Shraer
>            Assignee: Edward Ribeiro
>            Priority: Trivial
>             Fix For: 3.4.10, 3.5.3, 3.6.0
>
>         Attachments: ZOOKEEPER-2470.patch
>
>
> Based on bug report from ykgarfield:
> ServerConfig#parse(String[]) method has the following code:
>     public void parse(String[] args) {
>         ...
>         if (args.length == 3) {
>                 tickTime = Integer.parseInt(args[2]);
>         }
>         if (args.length == 4) {
>                 maxClientCnxns = Integer.parseInt(args[3]);
>         }
>     }
>     ```
> So if args.length == 4 tickTime isn't parsed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to