You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/11/26 21:04:17 UTC

Lucene-Solr-tests-only-trunk - Build # 1889 - Failure

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1889/

6 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch

Error Message:
KeeperErrorCode = ConnectionLoss for /configs

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /configs
	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.AbstractZkTestCase.putConfig(AbstractZkTestCase.java:97)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:84)
	at org.apache.solr.cloud.AbstractDistributedZkTestCase.setUp(AbstractDistributedZkTestCase.java:47)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:950)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:888)


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

Error Message:
org.apache.solr.common.cloud.ZooKeeperException: 

Stack Trace:
java.lang.RuntimeException: org.apache.solr.common.cloud.ZooKeeperException: 
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:152)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:134)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:124)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:247)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:110)
	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:98)
	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:64)
Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
	at org.apache.solr.core.CoreContainer.register(CoreContainer.java:530)
	at org.apache.solr.util.TestHarness$Initializer.initialize(TestHarness.java:191)
	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:139)
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.setData(ZooKeeper.java:1038)
	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:225)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:355)
	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.cloud.ZkController.register(ZkController.java:486)
	at org.apache.solr.core.CoreContainer.register(CoreContainer.java:521)


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

Error Message:
ERROR: SolrIndexSearcher opens=1 closes=0

Stack Trace:
junit.framework.AssertionFailedError: ERROR: SolrIndexSearcher opens=1 closes=0
	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.CloudStateUpdateTest.testCoreRegistration

Error Message:
null

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: 
	at org.apache.solr.cloud.ZkController.init(ZkController.java:280)
	at org.apache.solr.cloud.ZkController.<init>(ZkController.java:133)
	at org.apache.solr.core.CoreContainer.initZooKeeper(CoreContainer.java:159)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:338)
	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:950)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:888)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /live_nodes
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:90)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1038)
	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:225)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:355)
	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.ZkController.init(ZkController.java:275)


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:950)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:888)


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

Error Message:
KeeperErrorCode = ConnectionLoss for /collections

Stack Trace:
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.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.ZkSolrClientTest.testReconnect(ZkSolrClientTest.java:81)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:950)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:888)




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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org