Randgalt commented on pull request #1369:
URL: https://github.com/apache/zookeeper/pull/1369#issuecomment-636298598


   Interesting - the test passes but it generates an exception somewhere on 
exit:
   
   ```
   log4j:WARN No appenders could be found for logger 
(org.apache.zookeeper.server.quorum.QuorumPeerConfig).
   log4j:WARN Please initialize the log4j system properly.
   log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
   java.lang.NullPointerException
        at 
org.apache.zookeeper.server.persistence.FileTxnSnapLog.fastForwardFromEdits(FileTxnSnapLog.java:321)
        at 
org.apache.zookeeper.server.ZKDatabase.fastForwardDataBase(ZKDatabase.java:300)
        at 
org.apache.zookeeper.server.ZooKeeperServer.shutdown(ZooKeeperServer.java:827)
        at 
org.apache.zookeeper.server.ZooKeeperServer.shutdown(ZooKeeperServer.java:778)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.shutdown(NIOServerCnxnFactory.java:912)
        at 
org.apache.curator.test.TestingZooKeeperMain.close(TestingZooKeeperMain.java:186)
        at 
org.apache.curator.test.TestingZooKeeperServer.stop(TestingZooKeeperServer.java:118)
        at 
org.apache.curator.test.TestingZooKeeperServer.close(TestingZooKeeperServer.java:130)
        at org.apache.curator.test.TestingServer.close(TestingServer.java:178)
        at 
org.apache.zookeeper.compatibility.TestApacheCuratorCompatibility.testBasicUsageOfApisAndRecipes(TestApacheCuratorCompatibility.java:64)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
        at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
        at 
com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33)
        at 
com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:230)
        at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:58)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to