Build: https://hudson.apache.org/hudson/job/Solr-trunk/1318/

6 tests failed.
REGRESSION:  org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration

Error Message:
null

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: 
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:441)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:294)
        at 
org.apache.solr.core.CoreContainer$Initializer.initialize(CoreContainer.java:243)
        at 
org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration(CloudStateUpdateTest.java:216)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:921)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:859)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for /collections
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
        at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1243)
        at 
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:199)
        at 
org.apache.solr.common.cloud.ZkStateReader.makeShardZkNodeWatches(ZkStateReader.java:184)
        at org.apache.solr.core.CoreContainer.load(CoreContainer.java:430)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.CloudStateUpdateTest

Error Message:
ERROR: SolrIndexSearcher opens=14 closes=13

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=14 
closes=13
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:128)
        at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:302)
        at 
org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:79)


REGRESSION:  org.apache.solr.cloud.ZkControllerTest.testUploadToCloud

Error Message:
KeeperErrorCode = ConnectionLoss for /configs/config1/velocity

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /configs/config1/velocity
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:637)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:348)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:309)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:291)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:256)
        at 
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:385)
        at 
org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:411)
        at org.apache.solr.cloud.ZkController.uploadToZK(ZkController.java:520)
        at org.apache.solr.cloud.ZkController.uploadToZK(ZkController.java:522)
        at 
org.apache.solr.cloud.ZkControllerTest.testUploadToCloud(ZkControllerTest.java:192)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:921)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:859)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ZkControllerTest

Error Message:
ERROR: SolrIndexSearcher opens=14 closes=13

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=14 
closes=13
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:128)
        at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:302)
        at 
org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:79)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ZkNodePropsTest

Error Message:
ERROR: SolrIndexSearcher opens=14 closes=13

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=14 
closes=13
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:128)
        at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:302)
        at 
org.apache.solr.SolrTestCaseJ4.afterClassSolrTestCase(SolrTestCaseJ4.java:79)


REGRESSION:  org.apache.solr.cloud.ZkSolrClientTest.testMakeRootNode

Error Message:
KeeperErrorCode = ConnectionLoss for /solr

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /solr
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
        at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:637)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:348)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:309)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:291)
        at 
org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:256)
        at 
org.apache.solr.cloud.AbstractZkTestCase.makeSolrZkNode(AbstractZkTestCase.java:126)
        at 
org.apache.solr.cloud.ZkSolrClientTest.testMakeRootNode(ZkSolrClientTest.java:57)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:921)
        at 
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:859)




Build Log (for compile errors):
[...truncated 8120 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to