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 2011/04/14 16:27:06 UTC

[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7104 - Failure

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

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

Error Message:
KeeperErrorCode = ConnectionLoss for /collections/collection1/shards

Stack Trace:
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /collections/collection1/shards
	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:347)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:308)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:290)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:260)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:80)
	at org.apache.solr.cloud.AbstractDistributedZkTestCase.setUp(AbstractDistributedZkTestCase.java:47)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1232)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1160)


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

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:347)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:308)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:290)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:255)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:72)
	at org.apache.solr.cloud.AbstractZkTestCase.azt_beforeClass(AbstractZkTestCase.java:62)


REGRESSION:  org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration

Error Message:
null

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: 
	at org.apache.solr.core.CoreContainer.register(CoreContainer.java:517)
	at org.apache.solr.core.CoreContainer.register(CoreContainer.java:545)
	at org.apache.solr.cloud.CloudStateUpdateTest.testCoreRegistration(CloudStateUpdateTest.java:156)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1232)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1160)
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = ConnectionLoss for /collections/testcore/shards/lucene.zones.apache.org:1661_solr_testcore
	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:347)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:308)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:370)
	at org.apache.solr.cloud.ZkController.addZkShardsNode(ZkController.java:155)
	at org.apache.solr.cloud.ZkController.register(ZkController.java:481)
	at org.apache.solr.core.CoreContainer.register(CoreContainer.java:508)


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:347)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:308)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:290)
	at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:255)
	at org.apache.solr.cloud.AbstractZkTestCase.makeSolrZkNode(AbstractZkTestCase.java:128)
	at org.apache.solr.cloud.ZkSolrClientTest.testMakeRootNode(ZkSolrClientTest.java:57)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1232)
	at org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1160)




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



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


[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7108 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7108/

No tests ran.

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



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


[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7107 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7107/

No tests ran.

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



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


[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7106 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7106/

No tests ran.

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



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


[HUDSON] Lucene-Solr-tests-only-trunk - Build # 7105 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/7105/

No tests ran.

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



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