Description
Based on bug report from ykgarfield:
ServerConfig#parse(String[]) method has the following code:
public void parse(String[] args) {
...
if (args.length == 3)
if (args.length == 4)
{ maxClientCnxns = Integer.parseInt(args[3]); } }
```
So if args.length == 4 tickTime isn't parsed.
Attachments
Attachments
Issue Links
- relates to
-
ZOOKEEPER-2656 Fix ServerConfigTest#testValidArguments test case failures
- Closed
- links to