Build: 
http://jenkins.sd-datasolutions.de/job/Lucene-Solr-trunk-Linux-Java6-64/783/

2 tests failed.
REGRESSION:  org.apache.solr.cloud.FullSolrCloudTest.testDistribSearch

Error Message:
Server at http://localhost:59355/solr/collection1 returned non ok status:500, 
message:Server Error

Stack Trace:
org.apache.solr.common.SolrException: Server at 
http://localhost:59355/solr/collection1 returned non ok status:500, 
message:Server Error
        at 
__randomizedtesting.SeedInfo.seed([4DC43552E3C5B5D1:CC22BB4A949AD5ED]: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)


FAILED:  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([4DC43552E3C5B5D1:CC22BB4A949AD5ED]: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)




Build Log:
[...truncated 12120 lines...]
   [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/87752241203970050-127.0.0.1:38147_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:38147_solr",
   [junit4]   1>            "base_url":"http://127.0.0.1:38147/solr"}
   [junit4]   1>   /solr/clusterstate.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {
   [junit4]   1>         "collection1":{
   [junit4]   1>           "shard1":{
   [junit4]   1>             "127.0.0.1:53216_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:53216_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:53216/solr"},
   [junit4]   1>             "127.0.0.1:33590_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:33590_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:33590/solr"}},
   [junit4]   1>           "shard2":{
   [junit4]   1>             "127.0.0.1:37193_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:37193_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:37193/solr"},
   [junit4]   1>             "127.0.0.1:59355_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:59355_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:59355/solr"}}},
   [junit4]   1>         
"control_collection":{"control_shard":{"127.0.0.1:38147_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:38147_solr",
   [junit4]   1>               "base_url":"http://127.0.0.1:38147/solr"}}}}
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1> 
   [junit4]   2> 27051 T67 oascc.ZkStateReader$3.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 27051 T67 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> 27052 T67 oascc.ZkStateReader$2.process A cluster state change 
has occurred
   [junit4]   2> 27052 T67 oascc.ZkStateReader$2.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 27052 T67 oasc.LeaderElector$1.process WARNING  
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = 
Session expired for /collections/collection1/leader_elect/shard1/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> 27053 T67 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c0b049a 
name:ZooKeeperConnection Watcher:127.0.0.1:45353/solr got event WatchedEvent 
state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 27053 T67 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=FullSolrCloudTest 
-Dtests.method=testDistribSearch -Dtests.seed=4DC43552E3C5B5D1 
-Dtests.multiplier=3 -Dtests.locale=fr 
-Dtests.timezone=America/Argentina/Buenos_Aires -Dargs="-Dfile.encoding=UTF-8"
   [junit4]   1> 
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 27084 T9 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Lucene40: {}, 
sim=DefaultSimilarity, locale=fr, timezone=America/Argentina/Buenos_Aires
   [junit4]   2> NOTE: Linux 2.6.32-41-server amd64/Sun Microsystems Inc. 
1.6.0_32 (64-bit)/cpus=8,threads=7,free=133554000,total=229113856
   [junit4]   2> NOTE: All tests run in this JVM: [FullSolrCloudTest]
   [junit4]   2> 
   [junit4] Completed on J0 in 27.30s, 1 test, 1 error <<< FAILURES!
[...truncated 2264 lines...]
   [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> 7380 T809 oascc.ZkStateReader$3.process Updating live nodes
   [junit4]   2> 7380 T776 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 7380 T809 oascc.ZkStateReader$3.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 7381 T809 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 7433 T776 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=1999363427
   [junit4]   2> 7434 T776 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@ae757de
   [junit4]   2> 7435 T776 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 7435 T776 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> 7451 T776 C68 P50318 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-1338993157875/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-1338993157875/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> 7452 T776 C68 P50318 oasc.SolrDeletionPolicy.updateCommits 
newest commit = 3
   [junit4]   2> 7597 T832 oaz.ClientCnxn$SendThread.startConnect Opening 
socket connection to server localhost.localdomain/127.0.0.1:49493
   [junit4]   2> 7598 T832 oaz.ClientCnxn$SendThread.run WARNING Session 
0x137c23626f70005 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> 7706 T820 oaz.ClientCnxn$SendThread.startConnect Opening 
socket connection to server localhost.localdomain/127.0.0.1:49493
   [junit4]   2> 7807 T776 oaz.ZooKeeper.close Session: 0x137c23626f70004 closed
   [junit4]   2> 7807 T776 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 7844 T846 oaz.ClientCnxn$SendThread.startConnect Opening 
socket connection to server localhost.localdomain/127.0.0.1:49493
   [junit4]   2> 7845 T846 oaz.ClientCnxn$SendThread.run WARNING Session 
0x137c23626f70006 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> 7859 T776 oasc.CoreContainer.shutdown Shutting down 
CoreContainer instance=651897059
   [junit4]   2> 7860 T776 oasc.SolrCore.close [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2626d6f4
   [junit4]   2> 7861 T776 oasc.SolrCore.closeSearcher [collection1] Closing 
main searcher on request.
   [junit4]   2> 7862 T776 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> 8807 T821 oascc.ZkStateReader$3.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 8807 T821 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> 8808 T821 oascc.ZkStateReader$2.process A cluster state change 
has occurred
   [junit4]   2> 8808 T821 oascc.ZkStateReader$2.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 8808 T821 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@60d3cbb4 
name:ZooKeeperConnection Watcher:127.0.0.1:49493/solr got event WatchedEvent 
state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 8808 T821 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 9219 T846 oaz.ClientCnxn$SendThread.startConnect Opening 
socket connection to server localhost.localdomain/127.0.0.1:49493
   [junit4]   2> 9220 T846 oaz.ClientCnxn$SendThread.run WARNING Session 
0x137c23626f70006 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> 9439 T832 oaz.ClientCnxn$SendThread.startConnect Opening 
socket connection to server localhost.localdomain/127.0.0.1:49493
   [junit4]   2> 9540 T776 oaz.ZooKeeper.close Session: 0x137c23626f70005 closed
   [junit4]   2> 9541 T776 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 9603 T776 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 10540 T833 oascc.ZkStateReader$3.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 10540 T833 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7e596302 
name:ZooKeeperConnection Watcher:127.0.0.1:49493/solr got event WatchedEvent 
state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 10541 T833 oascc.ZkStateReader$2.process A cluster state 
change has occurred
   [junit4]   2> 10541 T833 oascc.ZkStateReader$2.process WARNING ZooKeeper 
watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 10541 T833 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> 10541 T833 oaz.ClientCnxn$EventThread.run EventThread shut down
   [junit4]   2> 10951 T846 oaz.ClientCnxn$SendThread.startConnect Opening 
socket connection to server localhost.localdomain/127.0.0.1:49493
   [junit4]   2> 11052 T776 oaz.ZooKeeper.close Session: 0x137c23626f70006 
closed
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicDistributedZkTest -Dtests.method=testDistribSearch 
-Dtests.seed=4DC43552E3C5B5D1 -Dtests.multiplier=3 -Dtests.locale=es_SV 
-Dtests.timezone=Pacific/Wake -Dargs="-Dfile.encoding=UTF-8"
   [junit4]   2>
   [junit4]    > (@AfterClass output)
   [junit4]   2> 11057 T776 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=SimpleText, 
sim=DefaultSimilarity, locale=es_SV, timezone=Pacific/Wake
   [junit4]   2> NOTE: Linux 2.6.32-41-server amd64/Sun Microsystems Inc. 
1.6.0_32 (64-bit)/cpus=8,threads=2,free=108714848,total=227344384
   [junit4]   2> NOTE: All tests run in this JVM: [FullSolrCloudTest, 
TestMergePolicyConfig, DateMathParserTest, TestCSVResponseWriter, 
TestStemmerOverrideFilterFactory, LoggingHandlerTest, 
LegacyHTMLStripCharFilterTest, TermVectorComponentTest, 
SpellCheckComponentTest, TestPHPSerializedResponseWriter, 
TestReverseStringFilterFactory, TimeZoneUtilsTest, CloudStateUpdateTest, 
MBeansHandlerTest, TestJmxMonitoredMap, PolyFieldTest, PeerSyncTest, 
TestGreekStemFilterFactory, TestGermanStemFilterFactory, 
SnowballPorterFilterFactoryTest, PluginInfoTest, TestBeiderMorseFilterFactory, 
TestPropInjectDefaults, TestHindiFilters, DirectSolrConnectionTest, 
TestDistributedSearch, LeaderElectionIntegrationTest, BasicFunctionalityTest, 
TestWordDelimiterFilterFactory, TestWriterPerf, 
UniqFieldsUpdateProcessorFactoryTest, TestPorterStemFilterFactory, 
TestArbitraryIndexDir, TestFoldingMultitermQuery, HighlighterTest, 
TestOmitPositions, TestJoin, TestQuerySenderNoQuery, CSVRequestHandlerTest, 
TestKeywordMarkerFilterFactory, TestBM25SimilarityFactory, 
CommonGramsFilterFactoryTest, IndexSchemaRuntimeFieldTest, 
FastVectorHighlighterTest, TestDFRSimilarityFactory, TestTrie, 
TestStopFilterFactory, DirectUpdateHandlerOptimizeTest, TestDocSet, 
PrimUtilsTest, RequestHandlersTest, SpatialFilterTest, StatsComponentTest, 
TestSynonymFilterFactory, TestStandardFactories, JsonLoaderTest, 
TestPersianNormalizationFilterFactory, ZkControllerTest, 
OpenExchangeRatesOrgProviderTest, TestReversedWildcardFilterFactory, 
TestDelimitedPayloadTokenFilterFactory, FullSolrCloudDistribCmdsTest, 
MinimalSchemaTest, TestLMJelinekMercerSimilarityFactory, 
TestHunspellStemFilterFactory, TestHTMLStripCharFilterFactory, 
TestPatternReplaceCharFilterFactory, MultiTermTest, 
TestLatvianStemFilterFactory, TestPseudoReturnFields, TestQuerySenderListener, 
TestPhoneticFilterFactory, TestHyphenationCompoundWordTokenFilterFactory, 
TestFrenchMinimalStemFilterFactory, TestTurkishLowerCaseFilterFactory, 
DateFieldTest, TestItalianLightStemFilterFactory, TestCSVLoader, 
NotRequiredUniqueKeyTest, TestDictionaryCompoundWordTokenFilterFactory, 
LengthFilterTest, TestEnglishMinimalStemFilterFactory, 
TestMultiCoreConfBootstrap, TestNumberUtils, FieldMutatingUpdateProcessorTest, 
TestNorwegianLightStemFilterFactory, TestKeepFilterFactory, TestFunctionQuery, 
TestRemoveDuplicatesTokenFilterFactory, WordBreakSolrSpellCheckerTest, 
ConvertedLegacyTest, SuggesterWFSTTest, StandardRequestHandlerTest, 
DirectUpdateHandlerTest, FieldAnalysisRequestHandlerTest, 
BasicDistributedZkTest]
   [junit4]   2> 
   [junit4] Completed on J0 in 11.07s, 1 test, 1 failure <<< FAILURES!
[...truncated 249 lines...]

[...truncated 14835 lines...]

[...truncated 14835 lines...]

[...truncated 14835 lines...]

[...truncated 14835 lines...]

[...truncated 14835 lines...]


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

Reply via email to