Build:
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/781/
2 tests failed.
REGRESSION: org.apache.solr.cloud.BasicDistributedZkTest.testDistribSearch
Error Message:
expected:<409> but was:<500>
Stack Trace:
java.lang.AssertionError: expected:<409> but was:<500>
at
__randomizedtesting.SeedInfo.seed([20559460CE823F5E:A1B31A78B9DD5F62]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.BasicDistributedZkTest.doOptimisticLockingAndUpdating(BasicDistributedZkTest.java:367)
at
org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:292)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:680)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at
org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
at
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
REGRESSION: org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch
Error Message:
Server at http://localhost:60685/solr/collection1 returned non ok status:500,
message:Server Error
Stack Trace:
org.apache.solr.common.SolrException: Server at
http://localhost:60685/solr/collection1 returned non ok status:500,
message:Server Error
at
__randomizedtesting.SeedInfo.seed([20559460CE823F5E:A1B31A78B9DD5F62]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:375)
at
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:182)
at
org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
at
org.apache.solr.cloud.FullSolrCloudTest.index_specific(FullSolrCloudTest.java:498)
at
org.apache.solr.cloud.FullSolrCloudTest.brindDownShardIndexSomeDocsAndRecover(FullSolrCloudTest.java:713)
at
org.apache.solr.cloud.FullSolrCloudTest.doTest(FullSolrCloudTest.java:550)
at
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:680)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1969)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$1100(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:814)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:875)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:889)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
at
org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:32)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:821)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$700(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3$1.run(RandomizedRunner.java:669)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:695)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:734)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:745)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleReportUncaughtExceptions$1.evaluate(TestRuleReportUncaughtExceptions.java:68)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
at
org.apache.lucene.util.TestRuleIcuHack$1.evaluate(TestRuleIcuHack.java:51)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
at
org.apache.lucene.util.TestRuleNoInstanceHooksOverrides$1.evaluate(TestRuleNoInstanceHooksOverrides.java:53)
at
org.apache.lucene.util.TestRuleNoStaticHooksShadowing$1.evaluate(TestRuleNoStaticHooksShadowing.java:52)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:36)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:56)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:605)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.access$400(RandomizedRunner.java:132)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:551)
Build Log:
[...truncated 12098 lines...]
[junit4] 2> 21964 T97 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=6,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=36,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
[junit4] 2> 21965 T97 oasc.RecoveryStrategy.close WARNING Stopping
recovery for core collection1 zkNodeName=127.0.0.1:60685_solr_collection1
[junit4] 2> 22226 T166 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:50694
[junit4] 2> 22327 T97 oaz.ZooKeeper.close Session: 0x137c20e492b0006 closed
[junit4] 2> 22331 T97 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 22410 T97 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 1> /solr/collections/collection1/shards (0)
[junit4] 1> /solr/collections/collection1/leader_elect (2)
[junit4] 1> /solr/collections/collection1/leader_elect/shard1 (1)
[junit4] 1>
/solr/collections/collection1/leader_elect/shard1/election (2)
[junit4] 1>
/solr/collections/collection1/leader_elect/shard1/election/87752084369899523-127.0.0.1:54458_solr_collection1-n_0000000000
(0)
[junit4] 1>
/solr/collections/collection1/leader_elect/shard1/election/87752084369899525-127.0.0.1:33737_solr_collection1-n_0000000001
(0)
[junit4] 1> /solr/collections/collection1/leader_elect/shard2 (1)
[junit4] 1>
/solr/collections/collection1/leader_elect/shard2/election (1)
[junit4] 1>
/solr/collections/collection1/leader_elect/shard2/election/87752084369899526-127.0.0.1:60685_solr_collection1-n_0000000001
(0)
[junit4] 1> /solr/collections/collection1/leaders (2)
[junit4] 1> /solr/collections/collection1/leaders/shard1 (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "node_name":"127.0.0.1:54458_solr",
[junit4] 1> "base_url":"http://127.0.0.1:54458/solr"}
[junit4] 1> /solr/collections/collection1/leaders/shard2 (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "node_name":"127.0.0.1:60685_solr",
[junit4] 1> "base_url":"http://127.0.0.1:60685/solr"}
[junit4] 1> /solr/collections/control_collection (3)
[junit4] 1> DATA:
[junit4] 1> {"configName":"conf1"}
[junit4] 1> /solr/collections/control_collection/shards (0)
[junit4] 1> /solr/collections/control_collection/leader_elect (1)
[junit4] 1>
/solr/collections/control_collection/leader_elect/control_shard (1)
[junit4] 1>
/solr/collections/control_collection/leader_elect/control_shard/election (1)
[junit4] 1>
/solr/collections/control_collection/leader_elect/control_shard/election/87752084369899522-127.0.0.1:53410_solr_collection1-n_0000000000
(0)
[junit4] 1> /solr/collections/control_collection/leaders (1)
[junit4] 1>
/solr/collections/control_collection/leaders/control_shard (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "core":"collection1",
[junit4] 1> "node_name":"127.0.0.1:53410_solr",
[junit4] 1> "base_url":"http://127.0.0.1:53410/solr"}
[junit4] 1> /solr/clusterstate.json (0)
[junit4] 1> DATA:
[junit4] 1> {
[junit4] 1> "collection1":{
[junit4] 1> "shard1":{
[junit4] 1> "127.0.0.1:54458_solr_collection1":{
[junit4] 1> "shard":"shard1",
[junit4] 1> "leader":"true",
[junit4] 1> "state":"active",
[junit4] 1> "core":"collection1",
[junit4] 1> "collection":"collection1",
[junit4] 1> "node_name":"127.0.0.1:54458_solr",
[junit4] 1> "base_url":"http://127.0.0.1:54458/solr"},
[junit4] 1> "127.0.0.1:33737_solr_collection1":{
[junit4] 1> "shard":"shard1",
[junit4] 1> "state":"active",
[junit4] 1> "core":"collection1",
[junit4] 1> "collection":"collection1",
[junit4] 1> "node_name":"127.0.0.1:33737_solr",
[junit4] 1> "base_url":"http://127.0.0.1:33737/solr"}},
[junit4] 1> "shard2":{
[junit4] 1> "127.0.0.1:39128_solr_collection1":{
[junit4] 1> "shard":"shard2",
[junit4] 1> "leader":"true",
[junit4] 1> "state":"active",
[junit4] 1> "core":"collection1",
[junit4] 1> "collection":"collection1",
[junit4] 1> "node_name":"127.0.0.1:39128_solr",
[junit4] 1> "base_url":"http://127.0.0.1:39128/solr"},
[junit4] 1> "127.0.0.1:60685_solr_collection1":{
[junit4] 1> "shard":"shard2",
[junit4] 1> "state":"active",
[junit4] 1> "core":"collection1",
[junit4] 1> "collection":"collection1",
[junit4] 1> "node_name":"127.0.0.1:60685_solr",
[junit4] 1> "base_url":"http://127.0.0.1:60685/solr"}}},
[junit4] 1>
"control_collection":{"control_shard":{"127.0.0.1:53410_solr_collection1":{
[junit4] 1> "shard":"control_shard",
[junit4] 1> "leader":"true",
[junit4] 1> "state":"active",
[junit4] 1> "core":"collection1",
[junit4] 1> "collection":"control_collection",
[junit4] 1> "node_name":"127.0.0.1:53410_solr",
[junit4] 1> "base_url":"http://127.0.0.1:53410/solr"}}}}
[junit4] 1> /zookeeper (1)
[junit4] 1> DATA:
[junit4] 1>
[junit4] 1>
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=FullSolrCloudTest
-Dtests.method=testDistribSearch -Dtests.seed=20559460CE823F5E
-Dtests.multiplier=3 -Dtests.locale=zh_CN
-Dtests.timezone=America/Argentina/Rio_Gallegos -Dargs="-Dfile.encoding=UTF-8"
[junit4] 1>
[junit4] 2>
[junit4] > (@AfterClass output)
[junit4] 2> 22439 T97 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: test params are: codec=SimpleText,
sim=RandomSimilarityProvider(queryNorm=false,coord=true): {}, locale=zh_CN,
timezone=America/Argentina/Rio_Gallegos
[junit4] 2> NOTE: Linux 2.6.32-41-server amd64/Sun Microsystems Inc.
1.6.0_32 (64-bit)/cpus=8,threads=5,free=74996160,total=165281792
[junit4] 2> NOTE: All tests run in this JVM: [TestJmxMonitoredMap,
TestShingleFilterFactory, PeerSyncTest, BasicZkTest,
UniqFieldsUpdateProcessorFactoryTest, FullSolrCloudTest]
[junit4] 2>
[junit4] Completed on J0 in 22.46s, 1 test, 1 error <<< FAILURES!
[...truncated 2204 lines...]
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:286)
[junit4] 2> at
org.apache.solr.cloud.Overseer$CloudStateUpdater.amILeader(Overseer.java:174)
[junit4] 2> at
org.apache.solr.cloud.Overseer$CloudStateUpdater.run(Overseer.java:104)
[junit4] 2> at java.lang.Thread.run(Thread.java:662)
[junit4] 2>
[junit4] 2> 6219 T894 oasc.Overseer$CloudStateUpdater.amILeader According
to ZK I (id=87752095975997442-127.0.0.1:55108_solr-n_0000000000) am no longer a
leader.
[junit4] 2> 6715 T876 oazs.SessionTrackerImpl.run SessionTrackerImpl
exited loop!
[junit4] 2> 6970 T937 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 6970 T937 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20006 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 7168 T917 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 7169 T917 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20004 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 7556 T905 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 7656 T906 oascc.ZkStateReader$2.process WARNING ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 7656 T906 oasc.LeaderElector$1.process WARNING
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /overseer_elect/election
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
[junit4] 2> at
org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
[junit4] 2> at
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1249)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:266)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:263)
[junit4] 2> at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:65)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:263)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:91)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:57)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:120)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:531)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:507)
[junit4] 2>
[junit4] 2> 7657 T906 oascc.ConnectionManager.process Watcher
org.apache.solr.common.cloud.ConnectionManager@58786c40
name:ZooKeeperConnection Watcher:127.0.0.1:44673/solr got event WatchedEvent
state:Disconnected type:None path:null path:null type:None
[junit4] 2> 7656 T873 oaz.ZooKeeper.close Session: 0x137c210fcf20003 closed
[junit4] 2> 7657 T906 oascc.ZkStateReader$3.process Updating live nodes
[junit4] 2> 7657 T906 oascc.ZkStateReader$3.process WARNING ZooKeeper
watch triggered, but Solr cannot talk to ZK
[junit4] 2> 7657 T906 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4] 2> 7657 T873 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 7687 T929 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 7688 T929 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20005 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 7709 T873 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=383087233
[junit4] 2> 7710 T873 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@6d685b65
[junit4] 2> 7711 T873 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 7711 T873 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=6,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=1,adds=1,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=20,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
[junit4] 2> 8291 T937 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 8291 T937 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20006 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 8293 T917 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 8293 T917 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20004 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 8966 T929 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 8966 T929 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20005 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 9243 T873 C56 P52448 oasc.SolrDeletionPolicy.onCommit
SolrDeletionPolicy.onCommit: commits:num=2
[junit4] 2>
commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Java6-64/checkout/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1338990722288/jetty2/index,segFN=segments_2,generation=2,filenames=[_1_Lucene40_0.tim,
_1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _0_nrm.cfs,
_0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.prx, _1_Lucene40_0.tip, _1_nrm.cfe,
_0_Lucene40_0.tip, _1.fdx, _0_Lucene40_0.frq, _1.fdt, _1.si, _0_nrm.cfe,
segments_2, _0.fdx, _0.si, _0.fdt]
[junit4] 2>
commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux-Java6-64/checkout/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-1338990722288/jetty2/index,segFN=segments_3,generation=3,filenames=[_1_Lucene40_0.tim,
_2.si, _0_Lucene40_0.prx, _1.fnm, _1_Lucene40_0.tip, _2_Lucene40_0.tip,
_2_nrm.cfe, _0_Lucene40_0.frq, _2_Lucene40_0.tim, _2_nrm.cfs, _0.si,
_1_nrm.cfs, _0_Lucene40_0.tim, _0.fnm, _1_Lucene40_0.frq, _2.fdt, _0_nrm.cfs,
_2.fdx, _2.fnm, _0_Lucene40_0.tip, _1_nrm.cfe, _1_Lucene40_0.prx, _1.fdx,
_1.fdt, _2_Lucene40_0.frq, _2_Lucene40_0.prx, _1.si, _0_nrm.cfe, _0.fdx,
_0.fdt, segments_3]
[junit4] 2> 9244 T873 C56 P52448 oasc.SolrDeletionPolicy.updateCommits
newest commit = 3
[junit4] 2> 9747 T937 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 9748 T937 oaz.ClientCnxn$SendThread.run WARNING Session
0x137c210fcf20006 for server null, unexpected error, closing socket connection
and attempting reconnect java.net.ConnectException: Connection refused
[junit4] 2> at sun.nio.ch.SocketChannelImpl.checkConnect(Native
Method)
[junit4] 2> at
sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
[junit4] 2> at
org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146)
[junit4] 2>
[junit4] 2> 9984 T917 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 10084 T873 oaz.ZooKeeper.close Session: 0x137c210fcf20004
closed
[junit4] 2> 10085 T873 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 10136 T873 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=1830577424
[junit4] 2> 10137 T873 oasc.SolrCore.close [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@56eccfff
[junit4] 2> 10138 T873 oasc.SolrCore.closeSearcher [collection1] Closing
main searcher on request.
[junit4] 2> 10139 T873 oasu.DirectUpdateHandler2.close closing
DirectUpdateHandler2{commits=6,autocommits=0,soft
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=27,cumulative_deletesById=0,cumulative_deletesByQuery=3,cumulative_errors=0}
[junit4] 2> 10301 T929 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 10402 T873 oaz.ZooKeeper.close Session: 0x137c210fcf20005
closed
[junit4] 2> 10402 T873 oejsh.ContextHandler.doStop stopped
o.e.j.s.ServletContextHandler{/solr,null}
[junit4] 2> 10462 T873 oas.SolrTestCaseJ4.tearDown ###Ending
testDistribSearch
[junit4] 2> 11179 T937 oaz.ClientCnxn$SendThread.startConnect Opening
socket connection to server localhost.localdomain/127.0.0.1:44673
[junit4] 2> 11280 T873 oaz.ZooKeeper.close Session: 0x137c210fcf20006
closed
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=BasicDistributedZkTest -Dtests.method=testDistribSearch
-Dtests.seed=20559460CE823F5E -Dtests.multiplier=3 -Dtests.locale=sr_CS
-Dtests.timezone=Asia/Anadyr -Dargs="-Dfile.encoding=UTF-8"
[junit4] 2>
[junit4] > (@AfterClass output)
[junit4] 2> 11287 T873 oas.SolrTestCaseJ4.deleteCore ###deleteCore
[junit4] 2> NOTE: test params are: codec=Lucene40: {},
sim=DefaultSimilarity, locale=sr_CS, timezone=Asia/Anadyr
[junit4] 2> NOTE: Linux 2.6.32-41-server amd64/Sun Microsystems Inc.
1.6.0_32 (64-bit)/cpus=8,threads=4,free=24082520,total=230948864
[junit4] 2> NOTE: All tests run in this JVM: [TestJmxMonitoredMap,
TestShingleFilterFactory, PeerSyncTest, BasicZkTest,
UniqFieldsUpdateProcessorFactoryTest, FullSolrCloudTest, MultiTermTest,
TestArbitraryIndexDir, TestLMDirichletSimilarityFactory, CSVRequestHandlerTest,
TestDelimitedPayloadTokenFilterFactory, TestCJKWidthFilterFactory,
TestHunspellStemFilterFactory, LeaderElectionTest,
TestPersianNormalizationFilterFactory, DirectSolrConnectionTest,
DocumentBuilderTest, TestCSVLoader, TestPatternReplaceCharFilterFactory,
BasicFunctionalityTest, TestBrazilianStemFilterFactory,
NotRequiredUniqueKeyTest, TestWordDelimiterFilterFactory, CloudStateUpdateTest,
FieldAnalysisRequestHandlerTest, UpdateParamsTest, DateFieldTest, TestDocSet,
TestUAX29URLEmailTokenizerFactory, JsonLoaderTest, TestPhoneticFilterFactory,
TestRemoteStreaming, TestIndexSearcher, StandardRequestHandlerTest,
TestIrishLowerCaseFilterFactory, TestOmitPositions, TestKeepFilterFactory,
TestBinaryField, ShowFileRequestHandlerTest, TestTrie,
TestSynonymFilterFactory, SpellingQueryConverterTest, TestKStemFilterFactory,
TestPorterStemFilterFactory, MBeansHandlerTest, TestBeiderMorseFilterFactory,
TestPHPSerializedResponseWriter, LeaderElectionIntegrationTest,
TestBM25SimilarityFactory, SnowballPorterFilterFactoryTest,
TestStandardFactories, DirectUpdateHandlerTest,
TestNorwegianLightStemFilterFactory, TestJoin, TestNumberUtils,
SolrCoreCheckLockOnStartupTest, ConvertedLegacyTest, SolrCmdDistributorTest,
LoggingHandlerTest, TestMultiCoreConfBootstrap, TestPropInject,
HighlighterTest, PolyFieldTest, DisMaxRequestHandlerTest, SampleTest,
BadIndexSchemaTest, TestHTMLStripCharFilterFactory,
TestStemmerOverrideFilterFactory, TestQuerySenderNoQuery,
DefaultValueUpdateProcessorTest, HighlighterConfigTest,
TestLatvianStemFilterFactory, DoubleMetaphoneFilterFactoryTest,
TestFunctionQuery, TestHindiFilters, FieldMutatingUpdateProcessorTest,
TestReverseStringFilterFactory, WordBreakSolrSpellCheckerTest,
DistributedTermsComponentTest, DirectUpdateHandlerOptimizeTest, PluginInfoTest,
TestJapanesePartOfSpeechStopFilterFactory, TermVectorComponentTest,
TestRemoveDuplicatesTokenFilterFactory, TestQuerySenderListener,
MinimalSchemaTest, TestTurkishLowerCaseFilterFactory, PrimitiveFieldTypeTest,
TestItalianLightStemFilterFactory, BasicDistributedZkTest]
[junit4] 2>
[junit4] Completed on J0 in 11.30s, 1 test, 1 failure <<< FAILURES!
[...truncated 266 lines...]
[...truncated 14770 lines...]
[...truncated 14770 lines...]
[...truncated 14770 lines...]
[...truncated 14770 lines...]
[...truncated 14770 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]