[
https://issues.apache.org/jira/browse/ZOOKEEPER-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13948365#comment-13948365
]
Hadoop QA commented on ZOOKEEPER-1878:
--------------------------------------
+1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12636969/ZOOKEEPER-1878-resets-autocreate-flag.patch
against trunk revision 1581522.
+1 @author. The patch does not contain any @author tags.
+1 tests included. The patch appears to include 3 new or modified tests.
+1 javadoc. The javadoc tool did not generate any warning messages.
+1 javac. The applied patch does not increase the total number of javac
compiler warnings.
+1 findbugs. The patch does not introduce any new Findbugs (version 1.3.9)
warnings.
+1 release audit. The applied patch does not increase the total number of
release audit warnings.
+1 core tests. The patch passed core unit tests.
+1 contrib tests. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1986//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1986//artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Console output:
https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/1986//console
This message is automatically generated.
> Inconsistent behavior in autocreation of dataDir and dataLogDir
> ---------------------------------------------------------------
>
> Key: ZOOKEEPER-1878
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1878
> Project: ZooKeeper
> Issue Type: Bug
> Components: quorum
> Affects Versions: 3.4.5
> Reporter: Rakesh R
> Assignee: Rakesh R
> Fix For: 3.4.7, 3.5.0
>
> Attachments: ZOOKEEPER-1878-resets-autocreate-flag.patch,
> ZOOKEEPER-1878.patch, ZOOKEEPER-1878.patch, ZOOKEEPER-1878_br_3_4.patch,
> ZOOKEEPER-1878_br_3_4.patch
>
>
> During the startup if dataDir is not exists server will auto create this. But
> when user specifies different dataLogDir location which doesn't exists the
> server will validate and startup will fail.
> {code}
> org.apache.zookeeper.server.quorum.QuorumPeerConfig$ConfigException: Error
> processing build\test3085582797504170966.junit.dir\zoo.cfg
> at
> org.apache.zookeeper.server.quorum.QuorumPeerConfig.parse(QuorumPeerConfig.java:123)
> at org.apache.zookeeper.server.ServerConfig.parse(ServerConfig.java:79)
> at
> org.apache.zookeeper.server.ZooKeeperServerMain.initializeAndRun(ZooKeeperServerMain.java:81)
> at
> org.apache.zookeeper.server.ZooKeeperServerMainTest$MainThread.run(ZooKeeperServerMainTest.java:92)
> Caused by: java.lang.IllegalArgumentException: dataLogDir
> build/test3085582797504170966.junit.dir/data_txnlog is missing.
> at
> org.apache.zookeeper.server.quorum.QuorumPeerConfig.parseProperties(QuorumPeerConfig.java:253)
> at
> org.apache.zookeeper.server.quorum.QuorumPeerConfig.parse(QuorumPeerConfig.java:119)
> ... 3 more
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)