Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 99D1010B87 for ; Thu, 1 Aug 2013 02:41:52 +0000 (UTC) Received: (qmail 44771 invoked by uid 500); 1 Aug 2013 02:41:50 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 44415 invoked by uid 500); 1 Aug 2013 02:41:48 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 44408 invoked by uid 99); 1 Aug 2013 02:41:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 02:41:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.8] (HELO aegis.apache.org) (140.211.11.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2013 02:41:42 +0000 Received: from aegis.apache.org (localhost [127.0.0.1]) by aegis.apache.org (Postfix) with ESMTP id 8B72DC00ED for ; Thu, 1 Aug 2013 02:41:21 +0000 (UTC) Date: Thu, 1 Aug 2013 02:40:58 +0000 (UTC) From: Apache Jenkins Server To: dev@lucene.apache.org Message-ID: <1209113889.2965.1375324881557.JavaMail.hudson@aegis> In-Reply-To: <1185840630.2918.1375312806578.JavaMail.hudson@aegis> References: <1185840630.2918.1375312806578.JavaMail.hudson@aegis> Subject: [JENKINS] Lucene-Solr-Tests-4.x-Java7 - Build # 1467 - Still Failing MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_2964_374142992.1375324859050" X-Jenkins-Job: Lucene-Solr-Tests-4.x-Java7 X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_2964_374142992.1375324859050 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: https://builds.apache.org/job/Lucene-Solr-Tests-4.x-Java7/1467/ 1 tests failed. FAILED: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribS= earch Error Message: IOException occured when talking to server at: http://127.0.0.1:48141 Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when = talking to server at: http://127.0.0.1:48141 =09at __randomizedtesting.SeedInfo.seed([B307A0B24796AA66:32E12EAA30C9CA5A]= :0) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:435) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:180) =09at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCustomColle= ctionsAPI(CollectionsAPIDistributedZkTest.java:764) =09at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(Collecti= onsAPIDistributedZkTest.java:159) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:835) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:57) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:606) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomized= Runner.java:1559) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(Random= izedRunner.java:79) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Random= izedRunner.java:737) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Random= izedRunner.java:773) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Random= izedRunner.java:787) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$= 1.evaluate(SystemPropertiesRestoreRule.java:53) =09at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRu= leSetupTeardownChained.java:50) =09at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFi= eldCacheSanity.java:51) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleT= hreadAndTestName.java:49) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:70) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:358) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTa= sk(ThreadLeakControl.java:782) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(Threa= dLeakControl.java:442) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran= domizedRunner.java:746) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Random= izedRunner.java:648) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Random= izedRunner.java:682) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Random= izedRunner.java:693) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$= 1.evaluate(SystemPropertiesRestoreRule.java:53) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStor= eClassName.java:42) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRule= AssertionsRequired.java:43) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:70) =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIg= noreTestSuites.java:55) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:358) =09at java.lang.Thread.run(Thread.java:724) Caused by: org.apache.http.conn.ConnectTimeoutException: Connect to 127.0.0= .1:48141 timed out =09at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSoc= ketFactory.java:129) =09at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnect= ion(DefaultClientConnectionOperator.java:180) =09at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedCli= entConnectionImpl.java:294) =09at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(Default= RequestDirector.java:645) =09at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultReq= uestDirector.java:480) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:906) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:805) =09at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpCl= ient.java:784) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:365) =09... 44 more Build Log: [...truncated 9708 lines...] [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest [junit4] 2> 610055 T1602 oas.BaseDistributedSearchTestCase.initHostCon= text Setting hostContext system property: / [junit4] 2> 610061 T1602 oas.SolrTestCaseJ4.setUp ###Starting testDist= ribSearch [junit4] 2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/= Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./solrtest-Collect= ionsAPIDistributedZkTest-1375323322286 [junit4] 2> 610063 T1602 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 2> 610064 T1603 oasc.ZkTestServer$ZKServerMain.runFromConfig = Starting server [junit4] 2> 610165 T1602 oasc.ZkTestServer.run start zk server on port= :48134 [junit4] 2> 610166 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 610170 T1609 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@3dc4360d name:ZooKeeperConnection= Watcher:127.0.0.1:48134 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 610170 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 610171 T1602 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 610188 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 610190 T1611 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@2d91242e name:ZooKeeperConnection= Watcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 610190 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 610191 T1602 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1 [junit4] 2> 610196 T1602 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/shards [junit4] 2> 610205 T1602 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection [junit4] 2> 610209 T1602 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/shards [junit4] 2> 610213 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/con= f1/solrconfig.xml [junit4] 2> 610214 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.xml [junit4] 2> 610221 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema= .xml [junit4] 2> 610222 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/schema.xml [junit4] 2> 610329 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/sto= pwords.txt [junit4] 2> 610330 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/stopwords.txt [junit4] 2> 610334 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/pro= twords.txt [junit4] 2> 610335 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/protwords.txt [junit4] 2> 610339 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/curr= ency.xml [junit4] 2> 610340 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/currency.xml [junit4] 2> 610344 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/open-exchange-rates.json to /config= s/conf1/open-exchange-rates.json [junit4] 2> 610344 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/open-exchange-rates.json [junit4] 2> 610348 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /con= figs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 610349 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 610353 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/= old_synonyms.txt [junit4] 2> 610354 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/old_synonyms.txt [junit4] 2> 610358 T1602 oasc.AbstractZkTestCase.putConfig put /usr/ho= me/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/sol= r-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/syno= nyms.txt [junit4] 2> 610359 T1602 oascc.SolrZkClient.makePath makePath: /config= s/conf1/synonyms.txt [junit4] 2> 610644 T1602 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 610649 T1602 oejs.AbstractConnector.doStart Started Socket= Connector@127.0.0.1:48137 [junit4] 2> 610650 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 610651 T1602 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 610651 T1602 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.CollectionsAPIDistributedZkTest-controljetty-1375323322589 [junit4] 2> 610652 T1602 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-controljetty-1375323322589/' [junit4] 2> 610692 T1602 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsA= PIDistributedZkTest-controljetty-1375323322589/solr.xml [junit4] 2> 610813 T1602 oasc.ConfigSolrXml. Config-defined core= root directory:=20 [junit4] 2> 610814 T1602 oasc.CoreContainer. New CoreContainer 9= 72130203 [junit4] 2> 610815 T1602 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-controljetty-1375323322589/] [junit4] 2> 610817 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 120000 [junit4] 2> 610818 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to: http:// [junit4] 2> 610818 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 610819 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 610819 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 610820 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 610820 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 610821 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 610821 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 610822 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&so= cketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4] 2> 610840 T1602 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:48134/solr [junit4] 2> 610841 T1602 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 610842 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 610856 T1622 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@206d61a6 name:ZooKeeperConnection= Watcher:127.0.0.1:48134 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 610856 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 610872 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&sock= etTimeout=3D120000&connTimeout=3D15000 [junit4] 2> 610885 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 610887 T1624 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@3cef3bd1 name:ZooKeeperConnection= Watcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 610888 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 610909 T1602 oascc.SolrZkClient.makePath makePath: /overse= er/queue [junit4] 2> 611016 T1602 oascc.SolrZkClient.makePath makePath: /overse= er/collection-queue-work [junit4] 2> 611032 T1602 oascc.SolrZkClient.makePath makePath: /live_n= odes [junit4] 2> 611063 T1602 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48137_ [junit4] 2> 611126 T1602 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48137_ [junit4] 2> 611154 T1602 oascc.SolrZkClient.makePath makePath: /overse= er_elect/election [junit4] 2> 611215 T1602 oascc.SolrZkClient.makePath makePath: /overse= er_elect/leader [junit4] 2> 611219 T1602 oasc.Overseer.start Overseer (id=3D9013318924= 9859587-127.0.0.1:48137_-n_0000000000) starting [junit4] 2> 611230 T1602 oascc.SolrZkClient.makePath makePath: /overse= er/queue-work [junit4] 2> 611241 T1626 oasc.OverseerCollectionProcessor.run Process = current queue of collection creations [junit4] 2> 611243 T1602 oascc.SolrZkClient.makePath makePath: /cluste= rstate.json [junit4] 2> 611246 T1602 oascc.SolrZkClient.makePath makePath: /aliase= s.json [junit4] 2> 611249 T1602 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 611252 T1625 oasc.Overseer$ClusterStateUpdater.run Startin= g to work on the main queue [junit4] 2> 611256 T1602 oasc.CorePropertiesLocator.discover Looking f= or core definitions underneath /usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-controljetty-1375323322589 [junit4] 2> 611425 T1602 oasc.CorePropertiesLocator.discoverUnder Foun= d core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPI= DistributedZkTest-controljetty-1375323322589/conf/ [junit4] 2> 611428 T1602 oasc.CorePropertiesLocator.discover Found 1 c= ore definitions [junit4] 2> 611429 T1602 oass.SolrDispatchFilter.init user.dir=3D/usr/= home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/s= olr-core/test/J1 [junit4] 2> 611430 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 611430 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&foll= owRedirects=3Dfalse [junit4] 2> 611446 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config: [junit4] 2> 611448 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 611456 T1629 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@f9efef name:ZooKeeperConnection W= atcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4] 2> 611457 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 611459 T1602 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 611462 T1602 oasc.ChaosMonkey.monkeyLog monkey: init - exp= ire sessions:true cause connection loss:true [junit4] 2> 611743 T1602 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 611747 T1602 oejs.AbstractConnector.doStart Started Socket= Connector@127.0.0.1:48141 [junit4] 2> 611747 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 611748 T1602 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 611749 T1602 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.CollectionsAPIDistributedZkTest-jetty1-1375323323686 [junit4] 2> 611749 T1602 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty1-1375323323686/' [junit4] 2> 611790 T1602 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsA= PIDistributedZkTest-jetty1-1375323323686/solr.xml [junit4] 2> 611879 T1602 oasc.ConfigSolrXml. Config-defined core= root directory:=20 [junit4] 2> 611880 T1602 oasc.CoreContainer. New CoreContainer 1= 095379916 [junit4] 2> 611881 T1602 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty1-1375323323686/] [junit4] 2> 611883 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 120000 [junit4] 2> 611883 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to: http:// [junit4] 2> 611884 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 611885 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 611885 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 611886 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 611886 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 611887 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 611887 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 611888 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&so= cketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4] 2> 611904 T1602 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:48134/solr [junit4] 2> 611905 T1602 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 611906 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 611912 T1640 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@2d7580fa name:ZooKeeperConnection= Watcher:127.0.0.1:48134 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 611912 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 611927 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&sock= etTimeout=3D120000&connTimeout=3D15000 [junit4] 2> 611938 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 611940 T1642 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@23ec797d name:ZooKeeperConnection= Watcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 611941 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 611953 T1602 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 612957 T1602 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48141_ [junit4] 2> 612959 T1602 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48141_ [junit4] 2> 612964 T1629 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 612964 T1642 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 612964 T1624 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 612971 T1602 oasc.CorePropertiesLocator.discover Looking f= or core definitions underneath /usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty1-1375323323686 [junit4] 2> 612977 T1602 oasc.CorePropertiesLocator.discoverUnder Foun= d core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPI= DistributedZkTest-jetty1-1375323323686/conf/ [junit4] 2> 613142 T1602 oasc.CorePropertiesLocator.discover Found 1 c= ore definitions [junit4] 2> 613144 T1602 oass.SolrDispatchFilter.init user.dir=3D/usr/= home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/s= olr-core/test/J1 [junit4] 2> 613144 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 613145 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&foll= owRedirects=3Dfalse [junit4] 2> 613441 T1602 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 613444 T1602 oejs.AbstractConnector.doStart Started Socket= Connector@127.0.0.1:48144 [junit4] 2> 613445 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 613445 T1602 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 613446 T1602 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.CollectionsAPIDistributedZkTest-jetty2-1375323325385 [junit4] 2> 613446 T1602 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty2-1375323325385/' [junit4] 2> 613487 T1602 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsA= PIDistributedZkTest-jetty2-1375323325385/solr.xml [junit4] 2> 613577 T1602 oasc.ConfigSolrXml. Config-defined core= root directory:=20 [junit4] 2> 613578 T1602 oasc.CoreContainer. New CoreContainer 1= 549477308 [junit4] 2> 613578 T1602 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty2-1375323325385/] [junit4] 2> 613580 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 120000 [junit4] 2> 613581 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to: http:// [junit4] 2> 613582 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 613582 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 613583 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 613583 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 613584 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 613584 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 613585 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 613585 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&so= cketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4] 2> 613602 T1602 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:48134/solr [junit4] 2> 613603 T1602 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 613604 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 613616 T1654 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@45ca2fb0 name:ZooKeeperConnection= Watcher:127.0.0.1:48134 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 613616 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 613620 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&sock= etTimeout=3D120000&connTimeout=3D15000 [junit4] 2> 613632 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 613634 T1656 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@4edaa2c1 name:ZooKeeperConnection= Watcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 613634 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 613647 T1602 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 614651 T1602 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48144_ [junit4] 2> 614662 T1602 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48144_ [junit4] 2> 614666 T1629 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 614666 T1642 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 614666 T1656 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 614666 T1624 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 614682 T1602 oasc.CorePropertiesLocator.discover Looking f= or core definitions underneath /usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty2-1375323325385 [junit4] 2> 614684 T1602 oasc.CorePropertiesLocator.discoverUnder Foun= d core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPI= DistributedZkTest-jetty2-1375323325385/conf/ [junit4] 2> 614852 T1602 oasc.CorePropertiesLocator.discover Found 1 c= ore definitions [junit4] 2> 614853 T1602 oass.SolrDispatchFilter.init user.dir=3D/usr/= home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/s= olr-core/test/J1 [junit4] 2> 614854 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 614854 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&foll= owRedirects=3Dfalse [junit4] 2> 615150 T1602 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 615154 T1602 oejs.AbstractConnector.doStart Started Socket= Connector@127.0.0.1:48147 [junit4] 2> 615154 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 615155 T1602 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 615156 T1602 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.CollectionsAPIDistributedZkTest-jetty3-1375323327095 [junit4] 2> 615156 T1602 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty3-1375323327095/' [junit4] 2> 615197 T1602 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsA= PIDistributedZkTest-jetty3-1375323327095/solr.xml [junit4] 2> 615256 T1602 oasc.ConfigSolrXml. Config-defined core= root directory:=20 [junit4] 2> 615257 T1602 oasc.CoreContainer. New CoreContainer 1= 533905903 [junit4] 2> 615258 T1602 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty3-1375323327095/] [junit4] 2> 615259 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 120000 [junit4] 2> 615259 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to: http:// [junit4] 2> 615260 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 615260 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 615261 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 615261 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 615261 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 615262 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 615262 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 615262 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&so= cketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4] 2> 615274 T1602 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:48134/solr [junit4] 2> 615275 T1602 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 615277 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 615279 T1668 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@62721e36 name:ZooKeeperConnection= Watcher:127.0.0.1:48134 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 615280 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 615283 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&sock= etTimeout=3D120000&connTimeout=3D15000 [junit4] 2> 615296 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 615297 T1670 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@3f467bb name:ZooKeeperConnection = Watcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 615298 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 615310 T1602 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 616314 T1602 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48147_ [junit4] 2> 616319 T1602 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48147_ [junit4] 2> 616324 T1629 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 616325 T1642 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 616324 T1624 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 616324 T1656 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 616324 T1670 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 616332 T1602 oasc.CorePropertiesLocator.discover Looking f= or core definitions underneath /usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty3-1375323327095 [junit4] 2> 616500 T1602 oasc.CorePropertiesLocator.discoverUnder Foun= d core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPI= DistributedZkTest-jetty3-1375323327095/conf/ [junit4] 2> 616501 T1602 oasc.CorePropertiesLocator.discover Found 1 c= ore definitions [junit4] 2> 616502 T1602 oass.SolrDispatchFilter.init user.dir=3D/usr/= home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/s= olr-core/test/J1 [junit4] 2> 616503 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 616503 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&foll= owRedirects=3Dfalse [junit4] 2> 616799 T1602 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 616802 T1602 oejs.AbstractConnector.doStart Started Socket= Connector@127.0.0.1:48150 [junit4] 2> 616803 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 616804 T1602 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 616804 T1602 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /usr/home/hudson/hudson-slave/workspace/Luc= ene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clo= ud.CollectionsAPIDistributedZkTest-jetty4-1375323328743 [junit4] 2> 616805 T1602 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty4-1375323328743/' [junit4] 2> 616845 T1602 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-= 4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsA= PIDistributedZkTest-jetty4-1375323328743/solr.xml [junit4] 2> 616935 T1602 oasc.ConfigSolrXml. Config-defined core= root directory:=20 [junit4] 2> 616936 T1602 oasc.CoreContainer. New CoreContainer 5= 64627662 [junit4] 2> 616936 T1602 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/usr/home/hudson/hudson-slave/workspace/Lucene-S= olr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Co= llectionsAPIDistributedZkTest-jetty4-1375323328743/] [junit4] 2> 616938 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 120000 [junit4] 2> 616939 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to: http:// [junit4] 2> 616939 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 616940 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 616940 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 616941 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 616942 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 616942 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 616943 T1602 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 616943 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnectionsPerHost=3D20&maxConnections=3D10000&so= cketTimeout=3D120000&connTimeout=3D15000&retry=3Dfalse [junit4] 2> 616959 T1602 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:48134/solr [junit4] 2> 616960 T1602 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 616961 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 616989 T1682 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@3b9d5030 name:ZooKeeperConnection= Watcher:127.0.0.1:48134 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 616989 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 616993 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D500&maxConnectionsPerHost=3D16&sock= etTimeout=3D120000&connTimeout=3D15000 [junit4] 2> 617005 T1602 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 617007 T1684 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@5ca4d997 name:ZooKeeperConnection= Watcher:127.0.0.1:48134/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 617008 T1602 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 617020 T1602 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 618024 T1602 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48150_ [junit4] 2> 618036 T1602 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48150_ [junit4] 2> 618040 T1670 oascc.ZkStateReader$3.process Updating live n= odes... (5) [junit4] 2> 618041 T1629 oascc.ZkStateReader$3.process Updating live n= odes... (5) [junit4] 2> 618041 T1642 oascc.ZkStateReader$3.process Updating live n= odes... (5) [junit4] 2> 618041 T1684 oascc.ZkStateReader$3.process Updating live n= odes... (5) [junit4] 2> 618041 T1624 oascc.ZkStateReader$3.process Updating live n= odes... (5) [junit4] 2> 618040 T1656 oascc.ZkStateReader$3.process Updating live n= odes... (5) [junit4] 2> 618055 T1602 oasc.CorePropertiesLocator.discover Looking f= or core definitions underneath /usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty4-1375323328743 [junit4] 2> 618058 T1602 oasc.CorePropertiesLocator.discoverUnder Foun= d core conf in /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.= x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPI= DistributedZkTest-jetty4-1375323328743/conf/ [junit4] 2> 618225 T1602 oasc.CorePropertiesLocator.discover Found 1 c= ore definitions [junit4] 2> 618226 T1602 oass.SolrDispatchFilter.init user.dir=3D/usr/= home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/s= olr-core/test/J1 [junit4] 2> 618227 T1602 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 618227 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&foll= owRedirects=3Dfalse [junit4] 2> 618243 T1602 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D128&maxConnectionsPerHost=3D32&foll= owRedirects=3Dfalse [junit4] 2> 618256 T1632 oasha.CollectionsHandler.handleCreateAction C= reating Collection : numShards=3D2&name=3Dnodes_used_collection&replication= Factor=3D2&action=3DCREATE&wt=3Djavabin&version=3D2 [junit4] 2> 618258 T1624 oasc.DistributedQueue$LatchChildWatcher.proce= ss Watcher fired on path: /overseer/collection-queue-work state: SyncConnec= ted type NodeChildrenChanged [junit4] 2> 618260 T1626 oasc.OverseerCollectionProcessor.run Overseer= Collection Processor: Get the message id:/overseer/collection-queue-work/q= n-0000000000 message:{ [junit4] 2> =09 "operation":"createcollection", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "name":"nodes_used_collection", [junit4] 2> =09 "replicationFactor":"2"} [junit4] 2> 618261 T1626 oasc.OverseerCollectionProcessor.processMessa= ge WARN OverseerCollectionProcessor.processMessage : createcollection , { [junit4] 2> =09 "operation":"createcollection", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "name":"nodes_used_collection", [junit4] 2> =09 "replicationFactor":"2"} [junit4] 2> 618767 T1625 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 618768 T1625 oasc.Overseer$ClusterStateUpdater.buildCollec= tion building a new collection: nodes_used_collection [junit4] 2> 618768 T1625 oasc.Overseer$ClusterStateUpdater.createColle= ction Create collection nodes_used_collection with shards [shard1, shard2] [junit4] 2> 618782 T1670 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 618782 T1684 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 618782 T1642 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 618782 T1656 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 618782 T1629 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 618782 T1624 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 618878 T1626 oasc.OverseerCollectionProcessor.createCollec= tion going to create cores replicas shardNames [shard1, shard2] , repFactor= : 2 [junit4] 2> 618878 T1626 oasc.OverseerCollectionProcessor.createCollec= tion Creating shard nodes_used_collection_shard1_replica1 as part of slice = shard1 of collection nodes_used_collection on 127.0.0.1:48144_ [junit4] 2> 618879 T1626 oasc.OverseerCollectionProcessor.createCollec= tion Creating shard nodes_used_collection_shard1_replica2 as part of slice = shard1 of collection nodes_used_collection on 127.0.0.1:48147_ [junit4] 2> 618880 T1626 oasc.OverseerCollectionProcessor.createCollec= tion Creating shard nodes_used_collection_shard2_replica1 as part of slice = shard2 of collection nodes_used_collection on 127.0.0.1:48141_ [junit4] 2> 618881 T1626 oasc.OverseerCollectionProcessor.createCollec= tion Creating shard nodes_used_collection_shard2_replica2 as part of slice = shard2 of collection nodes_used_collection on 127.0.0.1:48137_ [junit4] 2> 618884 T1660 oasc.ZkController.publish publishing core=3Dn= odes_used_collection_shard1_replica2 state=3Ddown [junit4] 2> 618884 T1633 oasc.ZkController.publish publishing core=3Dn= odes_used_collection_shard2_replica1 state=3Ddown [junit4] 2> 618884 T1646 oasc.ZkController.publish publishing core=3Dn= odes_used_collection_shard1_replica1 state=3Ddown [junit4] 2> 618885 T1614 oasc.ZkController.publish publishing core=3Dn= odes_used_collection_shard2_replica2 state=3Ddown [junit4] 2> 618886 T1660 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 618886 T1633 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 618887 T1646 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 618887 T1614 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 620288 T1625 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 620290 T1625 oasc.Overseer$ClusterStateUpdater.updateState= WARN Could not find collection node for nodes_used_collection, skipping pu= blish state [junit4] 2> 620290 T1625 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "core_node_name":"core_node1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard_state":"active", [junit4] 2> =09 "core":"nodes_used_collection_shard1_replica2", [junit4] 2> =09 "collection":"nodes_used_collection", [junit4] 2> =09 "shard_range":null, [junit4] 2> =09 "node_name":"127.0.0.1:48147_", [junit4] 2> =09 "base_url":"http://127.0.0.1:48147"} [junit4] 2> 620295 T1625 oasc.Overseer$ClusterStateUpdater.updateState= WARN Could not find collection node for nodes_used_collection, skipping pu= blish state [junit4] 2> 620296 T1625 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "core_node_name":"core_node2", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard_state":"active", [junit4] 2> =09 "core":"nodes_used_collection_shard2_replica1", [junit4] 2> =09 "collection":"nodes_used_collection", [junit4] 2> =09 "shard_range":null, [junit4] 2> =09 "node_name":"127.0.0.1:48141_", [junit4] 2> =09 "base_url":"http://127.0.0.1:48141"} [junit4] 2> 620307 T1625 oasc.Overseer$ClusterStateUpdater.updateState= WARN Could not find collection node for nodes_used_collection, skipping pu= blish state [junit4] 2> 620308 T1625 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "core_node_name":"core_node3", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard_state":"active", [junit4] 2> =09 "core":"nodes_used_collection_shard1_replica1", [junit4] 2> =09 "collection":"nodes_used_collection", [junit4] 2> =09 "shard_range":null, [junit4] 2> =09 "node_name":"127.0.0.1:48144_", [junit4] 2> =09 "base_url":"http://127.0.0.1:48144"} [junit4] 2> 620313 T1625 oasc.Overseer$ClusterStateUpdater.updateState= WARN Could not find collection node for nodes_used_collection, skipping pu= blish state [junit4] 2> 620313 T1625 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "core_node_name":"core_node4", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard_state":"active", [junit4] 2> =09 "core":"nodes_used_collection_shard2_replica2", [junit4] 2> =09 "collection":"nodes_used_collection", [junit4] 2> =09 "shard_range":null, [junit4] 2> =09 "node_name":"127.0.0.1:48137_", [junit4] 2> =09 "base_url":"http://127.0.0.1:48137"} [junit4] 2> 620325 T1656 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 620325 T1642 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 620325 T1684 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 620325 T1629 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 620325 T1624 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 620325 T1670 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 620889 T1660 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for nodes_used_collection_shard1_replica2 [junit4] 2> 620889 T1633 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for nodes_used_collection_shard2_replica1 [junit4] 2> 620889 T1646 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for nodes_used_collection_shard1_replica1 [junit4] 2> 620891 T1614 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for nodes_used_collection_shard2_replica2 [junit4] 2> 620891 T1646 oasc.CorePropertiesLocator.writePropertiesFil= e ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/w= orkspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apa= che.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375323325385/nodes_u= sed_collection_shard1_replica1/core.properties: java.io.FileNotFoundExcepti= on: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/sol= r/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributed= ZkTest-jetty2-1375323325385/nodes_used_collection_shard1_replica1/core.prop= erties (No such file or directory) [junit4] 2> 620891 T1633 oasc.CorePropertiesLocator.writePropertiesFil= e ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/w= orkspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apa= che.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375323323686/nodes_u= sed_collection_shard2_replica1/core.properties: java.io.FileNotFoundExcepti= on: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/sol= r/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributed= ZkTest-jetty1-1375323323686/nodes_used_collection_shard2_replica1/core.prop= erties (No such file or directory) [junit4] 2> 620891 T1660 oasc.CorePropertiesLocator.writePropertiesFil= e ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/w= orkspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apa= che.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375323327095/nodes_u= sed_collection_shard1_replica2/core.properties: java.io.FileNotFoundExcepti= on: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/sol= r/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributed= ZkTest-jetty3-1375323327095/nodes_used_collection_shard1_replica2/core.prop= erties (No such file or directory) [junit4] 2> 620892 T1633 oasc.CoreContainer.create Creating SolrCore '= nodes_used_collection_shard2_replica1' using instanceDir: /usr/home/hudson/= hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/tes= t/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375323= 323686/nodes_used_collection_shard2_replica1 [junit4] 2> 620892 T1614 oasc.CorePropertiesLocator.writePropertiesFil= e ERROR Couldn't persist core properties to /usr/home/hudson/hudson-slave/w= orkspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apa= che.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375323322589/n= odes_used_collection_shard2_replica2/core.properties: java.io.FileNotFoundE= xception: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Jav= a7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistr= ibutedZkTest-controljetty-1375323322589/nodes_used_collection_shard2_replic= a2/core.properties (No such file or directory) [junit4] 2> 620892 T1646 oasc.CoreContainer.create Creating SolrCore '= nodes_used_collection_shard1_replica1' using instanceDir: /usr/home/hudson/= hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/tes= t/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375323= 325385/nodes_used_collection_shard1_replica1 [junit4] 2> 620894 T1614 oasc.CoreContainer.create Creating SolrCore '= nodes_used_collection_shard2_replica2' using instanceDir: /usr/home/hudson/= hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/tes= t/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1= 375323322589/nodes_used_collection_shard2_replica2 [junit4] 2> 620893 T1633 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:nodes_used_collection [junit4] 2> 620893 T1660 oasc.CoreContainer.create Creating SolrCore '= nodes_used_collection_shard1_replica2' using instanceDir: /usr/home/hudson/= hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/tes= t/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375323= 327095/nodes_used_collection_shard1_replica2 [junit4] 2> 620896 T1660 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:nodes_used_collection [junit4] 2> 620895 T1614 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:nodes_used_collection [junit4] 2> 620894 T1646 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:nodes_used_collection [junit4] 2> 620897 T1660 oasc.ZkController.createCollectionZkNode Crea= ting collection in ZooKeeper:nodes_used_collection [junit4] 2> 620896 T1633 oasc.ZkController.createCollectionZkNode Crea= ting collection in ZooKeeper:nodes_used_collection [junit4] 2> 620898 T1646 oasc.ZkController.createCollectionZkNode Crea= ting collection in ZooKeeper:nodes_used_collection [junit4] 2> 620898 T1660 oasc.ZkController.getConfName Looking for col= lection configName [junit4] 2> 620897 T1614 oasc.ZkController.createCollectionZkNode Crea= ting collection in ZooKeeper:nodes_used_collection [junit4] 2> 620899 T1646 oasc.ZkController.getConfName Looking for col= lection configName [junit4] 2> 620898 T1633 oasc.ZkController.getConfName Looking for col= lection configName [junit4] 2> 620900 T1660 oasc.ZkController.getConfName Only one config= set found in zk - using it:conf1 [junit4] 2> 620900 T1614 oasc.ZkController.getConfName Looking for col= lection configName [junit4] 2> 620901 T1646 oasc.ZkController.getConfName Only one config= set found in zk - using it:conf1 [junit4] 2> 620901 T1660 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection [junit4] 2> 620902 T1646 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection [junit4] 2> 620901 T1633 oasc.ZkController.getConfName Only one config= set found in zk - using it:conf1 [junit4] 2> 620902 T1614 oasc.ZkController.getConfName Only one config= set found in zk - using it:conf1 [junit4] 2> 620903 T1633 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection [junit4] 2> 620904 T1614 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection [junit4] 2> 620905 T1646 oasc.ZkController.readConfigName Load collect= ion config from:/collections/nodes_used_collection [junit4] 2> 620905 T1660 oasc.ZkController.readConfigName Load collect= ion config from:/collections/nodes_used_collection [junit4] 2> 620907 T1633 oasc.ZkController.readConfigName Load collect= ion config from:/collections/nodes_used_collection [junit4] 2> 620960 T1614 oasc.ZkController.readConfigName Load collect= ion config from:/collections/nodes_used_collection [junit4] 2> 620960 T1646 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty2-1375323325385/nodes_used_collection_shar= d1_replica1/' [junit4] 2> 620961 T1633 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty1-1375323323686/nodes_used_collection_shar= d2_replica1/' [junit4] 2> 620961 T1660 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-jetty3-1375323327095/nodes_used_collection_shar= d1_replica2/' [junit4] 2> 620962 T1614 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/usr/home/hudson/hudson-slave/workspace/Lucene-Sol= r-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.Coll= ectionsAPIDistributedZkTest-controljetty-1375323322589/nodes_used_collectio= n_shard2_replica2/' [junit4] 2> 621135 T1614 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_45 [junit4] 2> 621136 T1633 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_45 [junit4] 2> 621136 T1660 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_45 [junit4] 2> 621137 T1646 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_45 [junit4] 2> 621215 T1614 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 621215 T1633 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 621216 T1660 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 621218 T1646 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 621318 T1633 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 621318 T1614 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 621319 T1660 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 621320 T1646 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 621352 T1633 oass.IndexSchema.readSchema [nodes_used_colle= ction_shard2_replica1] Schema name=3Dtest [junit4] 2> 621352 T1614 oass.IndexSchema.readSchema [nodes_used_colle= ction_shard2_replica2] Schema name=3Dtest [junit4] 2> 621353 T1646 oass.IndexSchema.readSchema [nodes_used_colle= ction_shard1_replica1] Schema name=3Dtest [junit4] 2> 621353 T1660 oass.IndexSchema.readSchema [nodes_used_colle= ction_shard1_replica2] Schema name=3Dtest [junit4] 2> 622240 T1633 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622240 T1614 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622241 T1633 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622242 T1646 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622242 T1614 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622243 T1633 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 622243 T1646 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622242 T1660 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622245 T1646 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 622245 T1660 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 622244 T1614 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 622246 T1660 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 622256 T1633 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 622257 T1660 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 622258 T1614 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 622259 T1646 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 622261 T1633 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 622262 T1660 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 622262 T1614 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 622263 T1646 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 622282 T1633 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622282 T1646 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622282 T1660 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622282 T1614 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622288 T1633 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622288 T1646 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622289 T1660 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622289 T1614 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 622315 T1633 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622316 T1646 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622316 T1614 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622316 T1660 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622317 T1633 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622318 T1646 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622318 T1614 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622319 T1614 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622318 T1633 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622320 T1614 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622319 T1660 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622321 T1660 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622319 T1646 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622322 T1614 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622323 T1614 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622322 T1660 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622320 T1633 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622323 T1614 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 622322 T1646 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 622325 T1660 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622326 T1660 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622325 T1614 oasc.SolrCore. [nodes_used_collection_s= hard2_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/works= pace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375323322589/nodes= _used_collection_shard2_replica2/, dataDir=3D/usr/home/hudson/hudson-slave/= workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.ap= ache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375323322589/= /nodes_used_collection_shard2_replica2/data/ [junit4] 2> 622326 T1646 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622327 T1646 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622326 T1660 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 622325 T1633 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 622328 T1660 oasc.SolrCore. [nodes_used_collection_s= hard1_replica2] Opening new SolrCore at /usr/home/hudson/hudson-slave/works= pace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375323327095/nodes_used_= collection_shard1_replica2/, dataDir=3D/usr/home/hudson/hudson-slave/worksp= ace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375323327095//nodes_used_= collection_shard1_replica2/data/ [junit4] 2> 622328 T1646 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 622327 T1614 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@31a089a6 [junit4] 2> 622330 T1646 oasc.SolrCore. [nodes_used_collection_s= hard1_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/works= pace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375323325385/nodes_used_= collection_shard1_replica1/, dataDir=3D/usr/home/hudson/hudson-slave/worksp= ace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375323325385//nodes_used_= collection_shard1_replica1/data/ [junit4] 2> 622329 T1660 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@31a089a6 [junit4] 2> 622328 T1633 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 622331 T1614 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-controljetty-1375323322589//nodes_used_collection_shard2_re= plica2/data [junit4] 2> 622330 T1646 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@31a089a6 [junit4] 2> 622332 T1614 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-controljetty-1375323322589//nodes_used_co= llection_shard2_replica2/data/index/ [junit4] 2> 622332 T1660 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-jetty3-1375323327095//nodes_used_collection_shard1_replica2= /data [junit4] 2> 622333 T1646 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-jetty2-1375323325385//nodes_used_collection_shard1_replica1= /data [junit4] 2> 622332 T1633 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 622334 T1646 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty2-1375323325385//nodes_used_collecti= on_shard1_replica1/data/index/ [junit4] 2> 622333 T1660 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty3-1375323327095//nodes_used_collecti= on_shard1_replica2/data/index/ [junit4] 2> 622333 T1614 oasc.SolrCore.initIndex WARN [nodes_used_coll= ection_shard2_replica2] Solr index directory '/usr/home/hudson/hudson-slave= /workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.a= pache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1375323322589= /nodes_used_collection_shard2_replica2/data/index' doesn't exist. Creating = new index... [junit4] 2> 622335 T1660 oasc.SolrCore.initIndex WARN [nodes_used_coll= ection_shard1_replica2] Solr index directory '/usr/home/hudson/hudson-slave= /workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.a= pache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1375323327095/nodes= _used_collection_shard1_replica2/data/index' doesn't exist. Creating new in= dex... [junit4] 2> 622335 T1646 oasc.SolrCore.initIndex WARN [nodes_used_coll= ection_shard1_replica1] Solr index directory '/usr/home/hudson/hudson-slave= /workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.a= pache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1375323325385/nodes= _used_collection_shard1_replica1/data/index' doesn't exist. Creating new in= dex... [junit4] 2> 622334 T1633 oasc.SolrCore. [nodes_used_collection_s= hard2_replica1] Opening new SolrCore at /usr/home/hudson/hudson-slave/works= pace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.= solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375323323686/nodes_used_= collection_shard2_replica1/, dataDir=3D/usr/home/hudson/hudson-slave/worksp= ace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.s= olr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375323323686//nodes_used_= collection_shard2_replica1/data/ [junit4] 2> 622337 T1646 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-jetty2-1375323325385//nodes_used_collection_shard1_replica1= /data/index [junit4] 2> 622337 T1660 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-jetty3-1375323327095//nodes_used_collection_shard1_replica2= /data/index [junit4] 2> 622336 T1614 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-controljetty-1375323322589//nodes_used_collection_shard2_re= plica2/data/index [junit4] 2> 622337 T1633 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@31a089a6 [junit4] 2> 622340 T1633 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-jetty1-1375323323686//nodes_used_collection_shard2_replica1= /data [junit4] 2> 622341 T1633 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/usr/home/hudson/hudson-slave/workspace/Luce= ne-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.apache.solr.clou= d.CollectionsAPIDistributedZkTest-jetty1-1375323323686//nodes_used_collecti= on_shard2_replica1/data/index/ [junit4] 2> 622341 T1633 oasc.SolrCore.initIndex WARN [nodes_used_coll= ection_shard2_replica1] Solr index directory '/usr/home/hudson/hudson-slave= /workspace/Lucene-Solr-Tests-4.x-Java7/solr/build/solr-core/test/J1/./org.a= pache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1375323323686/nodes= _used_collection_shard2_replica1/data/index' doesn't exist. Creating new in= dex... [junit4] 2> 622342 T1633 oasc.CachingDirectoryFactory.get return new d= irectory for /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-= Java7/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDi= stributedZkTest-jetty1-1375323323686//nodes_used_collection_shard2_replica1= /data/index [junit4] 2> 622345 T1646 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirWrapper(org.apache.lucene.store.= RAMDirectory@6494d9e5 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@3345872b),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 622345 T1614 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirWrapper(org.apache.lucene.store.= RAMDirectory@630806a0 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@5d753dcc),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 622345 T1660 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirWrapper(org.apache.lucene.store.= RAMDirectory@3277d2 lockFactory=3Dorg.apache.lucene.store.NativeFSLockFacto= ry@7a8ccb4a),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 622346 T1614 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 622345 T1646 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 622346 T1660 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 622348 T1633 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirWrapper(org.apache.lucene.store.= RAMDirectory@4f0214df lockFactory=3Dorg.apache.lucene.store.NativeFSLockFac= tory@25e57459),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 622349 T1633 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 622353 T1614 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 622354 T1614 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 622354 T1646 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 622355 T1660 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 622355 T1646 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 622355 T1614 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 622355 T1660 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 622355 T1633 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 622357 T1614 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 622356 T1646 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 622358 T1614 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 622359 T1614 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 622357 T1633 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 622357 T1660 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 622359 T1614 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 622361 T1660 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 622361 T1614 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 622361 T1660 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 622362 T1660 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 622359 T1646 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 622362 T1660 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 622363 T1646 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 622364 T1646 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 622362 T1614 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 622360 T1633 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 622364 T1646 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 622366 T1633 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 622364 T1660 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 622366 T1633 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 622367 T1660 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 622366 T1646 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 622367 T1633 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 622368 T1646 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 622368 T1633 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 622370 T1633 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 622370 T1633 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 622394 T1660 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 622394 T1633 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 622394 T1646 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 622394 T1614 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 622407 T1660 oass.SolrIndexSearcher. Opening Searche= r@56662b1 main [junit4] 2> 622407 T1633 oass.SolrIndexSearcher. Opening Searche= r@3caa4963 main [junit4] 2> 622408 T1614 oass.SolrIndexSearcher. Opening Searche= r@1222312 main [junit4] 2> 622407 T1646 oass.SolrIndexSearcher. Opening Searche= r@19427d56 main [junit4] 2> 622409 T1660 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 622409 T1660 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 622410 T1614 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 622410 T1646 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 622410 T1614 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 622410 T1633 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 622411 T1646 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 622412 T1633 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 622415 T1691 oasc.SolrCore.registerSearcher [nodes_used_co= llection_shard1_replica2] Registered new searcher Searcher@56662b1 main{Sta= ndardDirectoryReader(segments_1:1)} [junit4] 2> 622416 T1694 oasc.SolrCore.registerSearcher [nodes_used_co= llection_shard2_replica2] Registered new searcher Searcher@1222312 main{Sta= ndardDirectoryReader(segments_1:1)} [junit4] 2> 622417 T1693 oasc.SolrCore.registerSearcher [nodes_used_co= llection_shard1_replica1] Registered new searcher Searcher@19427d56 main{St= andardDirectoryReader(segments_1:1)} [junit4] 2> 622417 T1692 oasc.SolrCore.registerSearcher [nodes_used_co= llection_shard2_replica1] Registered new searcher Searcher@3caa4963 main{St= andardDirectoryReader(segments_1:1)} [junit4] 2> 622418 T1660 oasc.CoreContainer.registerCore registering c= ore: nodes_used_collection_shard1_replica2 [junit4] 2> 622418 T1660 oasc.ZkController.register Register replica -= core:nodes_used_collection_shard1_replica2 address:http://127.0.0.1:48147 = collection:nodes_used_collection shard:shard1 [junit4] 2> 622418 T1614 oasc.CoreContainer.registerCore registering c= ore: nodes_used_collection_shard2_replica2 [junit4] 2> 622419 T1660 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D10000&maxConnectionsPerHost=3D20&co= nnTimeout=3D15000&socketTimeout=3D30000&retry=3Dfalse [junit4] 2> 622419 T1614 oasc.ZkController.register Register replica -= core:nodes_used_collection_shard2_replica2 address:http://127.0.0.1:48137 = collection:nodes_used_collection shard:shard2 [junit4] 2> 622420 T1633 oasc.CoreContainer.registerCore registering c= ore: nodes_used_collection_shard2_replica1 [junit4] 2> 622419 T1646 oasc.CoreContainer.registerCore registering c= ore: nodes_used_collection_shard1_replica1 [junit4] 2> 622420 T1633 oasc.ZkController.register Register replica -= core:nodes_used_collection_shard2_replica1 address:http://127.0.0.1:48141 = collection:nodes_used_collection shard:shard2 [junit4] 2> 622420 T1614 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D10000&maxConnectionsPerHost=3D20&co= nnTimeout=3D15000&socketTimeout=3D30000&retry=3Dfalse [junit4] 2> 622421 T1633 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D10000&maxConnectionsPerHost=3D20&co= nnTimeout=3D15000&socketTimeout=3D30000&retry=3Dfalse [junit4] 2> 622421 T1646 oasc.ZkController.register Register replica -= core:nodes_used_collection_shard1_replica1 address:http://127.0.0.1:48144 = collection:nodes_used_collection shard:shard1 [junit4] 2> 622423 T1646 oascsi.HttpClientUtil.createClient Creating n= ew http client, config:maxConnections=3D10000&maxConnectionsPerHost=3D20&co= nnTimeout=3D15000&socketTimeout=3D30000&retry=3Dfalse [junit4] 2> 622450 T1614 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection/leader_elect/shard2/election [junit4] 2> 622451 T1633 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection/leader_elect/shard2/election [junit4] 2> 622451 T1646 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection/leader_elect/shard1/election [junit4] 2> 622450 T1660 oascc.SolrZkClient.makePath makePath: /collec= tions/nodes_used_collection/leader_elect/shard1/election [junit4] 2> 622504 T1660 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard1 [junit4] 2> 622504 T1633 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard2 [junit4] 2> 622517 T1660 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 622517 T1633 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 622518 T1660 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> 622518 T1633 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> 622518 T1660 oasc.SyncStrategy.sync Sync replicas to http:= //127.0.0.1:48147/nodes_used_collection_shard1_replica2/ [junit4] 2> 622519 T1633 oasc.SyncStrategy.sync Sync replicas to http:= //127.0.0.1:48141/nodes_used_collection_shard2_replica1/ [junit4] 2> 622519 T1660 oasu.PeerSync.sync PeerSync: core=3Dnodes_use= d_collection_shard1_replica2 url=3Dhttp://127.0.0.1:48147 START replicas=3D= [http://127.0.0.1:48144/nodes_used_collection_shard1_replica1/] nUpdates=3D= 100 [junit4] 2> 622520 T1633 oasu.PeerSync.sync PeerSync: core=3Dnodes_use= d_collection_shard2_replica1 url=3Dhttp://127.0.0.1:48141 START replicas=3D= [http://127.0.0.1:48137/nodes_used_collection_shard2_replica2/] nUpdates=3D= 100 [junit4] 2> 622521 T1660 oasu.PeerSync.sync PeerSync: core=3Dnodes_use= d_collection_shard1_replica2 url=3Dhttp://127.0.0.1:48147 DONE. We have no= versions. sync failed. [junit4] 2> 622521 T1633 oasu.PeerSync.sync PeerSync: core=3Dnodes_use= d_collection_shard2_replica1 url=3Dhttp://127.0.0.1:48141 DONE. We have no= versions. sync failed. [junit4] 2> 622522 T1633 oasc.SyncStrategy.syncReplicas Leader's attem= pt to sync with shard failed, moving to the next candidate [junit4] 2> 622521 T1660 oasc.SyncStrategy.syncReplicas Leader's attem= pt to sync with shard failed, moving to the next candidate [junit4] 2> 622523 T1633 oasc.ShardLeaderElectionContext.runLeaderProc= ess We failed sync, b [...truncated too long message...] unit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnx= n.java:495) [junit4] 2>=20 [junit4] 2> 797181 T1684 oasc.LeaderElector$1.process WARN org.apache= .zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =3D Ses= sion expired for /collections/awholynewcollection_2/leader_elect/shard3/ele= ction [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:127) [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:51) [junit4] 2> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper= .java:1468) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:235) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:65) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:84) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$000(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$1.process(Leader= Elector.java:129) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:519) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:495) [junit4] 2>=20 [junit4] 2> 797181 T1684 oascc.ZkStateReader$3.process WARN ZooKeeper = watch triggered, but Solr cannot talk to ZK [junit4] 2> 797182 T1684 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/li= ve_nodes, has occurred - updating... (live nodes size: 2) [junit4] 2> 797182 T1684 oascc.ZkStateReader$2.process WARN ZooKeeper = watch triggered, but Solr cannot talk to ZK [junit4] 2> 797182 T1684 oasc.LeaderElector$1.process WARN org.apache= .zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =3D Ses= sion expired for /collections/new_implicit_coll_0/leader_elect/d/election [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:127) [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:51) [junit4] 2> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper= .java:1468) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:235) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:65) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:84) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$000(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$1.process(Leader= Elector.java:129) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:519) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:495) [junit4] 2>=20 [junit4] 2> 797183 T1684 oasc.LeaderElector$1.process WARN org.apache= .zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =3D Ses= sion expired for /overseer_elect/election [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:127) [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:51) [junit4] 2> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper= .java:1468) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:235) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:65) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:84) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$000(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$1.process(Leader= Elector.java:129) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:519) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:495) [junit4] 2>=20 [junit4] 2> 797184 T1684 oasc.LeaderElector$1.process WARN org.apache= .zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =3D Ses= sion expired for /collections/new_implicit_coll_1/leader_elect/b/election [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:127) [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:51) [junit4] 2> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper= .java:1468) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:235) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:65) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:232) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:84) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$000(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$1.process(Leader= Elector.java:129) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:519) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:495) [junit4] 2>=20 [junit4] 2> NOTE: test params are: codec=3DLucene42: {_route_=3DPostin= gsFormat(name=3DMemory doPackFST=3D true), range_facet_l=3DPostingsFormat(n= ame=3DTestBloomFilteredLucene41Postings), text=3DPostingsFormat(name=3DMemo= ry doPackFST=3D true), _version_=3DMockFixedIntBlock(blockSize=3D1663), int= Default=3DMockFixedIntBlock(blockSize=3D1663), id=3DPulsing41(freqCutoff=3D= 12 minBlockSize=3D13 maxBlockSize=3D88), timestamp=3DPostingsFormat(name=3D= TestBloomFilteredLucene41Postings), a_t=3DPostingsFormat(name=3DTestBloomFi= lteredLucene41Postings), range_facet_sl=3DPulsing41(freqCutoff=3D12 minBloc= kSize=3D13 maxBlockSize=3D88), range_facet_si=3DPostingsFormat(name=3DTestB= loomFilteredLucene41Postings), other_tl1=3DMockFixedIntBlock(blockSize=3D16= 63), multiDefault=3DPostingsFormat(name=3DTestBloomFilteredLucene41Postings= ), a_si=3DMockFixedIntBlock(blockSize=3D1663)}, docValues:{}, sim=3DDefault= Similarity, locale=3Dfr_CA, timezone=3DMideast/Riyadh88 [junit4] 2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.= 0_25 (64-bit)/cpus=3D16,threads=3D2,free=3D342212984,total=3D529530880 [junit4] 2> NOTE: All tests run in this JVM: [SpatialFilterTest, Numer= icFieldsTest, TestLazyCores, TestReload, TestLFUCache, TestClassNameShorten= ing, DistributedSpellCheckComponentTest, TestDynamicFieldCollectionResource= , TestCSVResponseWriter, FileUtilsTest, ChaosMonkeyNothingIsSafeTest, TestM= ergePolicyConfig, DateMathParserTest, TestInfoStreamLogging, TestSurroundQu= eryParser, TestReloadAndDeleteDocs, TestFastOutputStream, TestShardHandlerF= actory, DistributedTermsComponentTest, FieldAnalysisRequestHandlerTest, Tes= tRemoteStreaming, TestFaceting, PrimUtilsTest, HdfsUnloadDistributedZkTest,= OpenExchangeRatesOrgProviderTest, TestFuzzyAnalyzedSuggestions, TestDistri= butedGrouping, TestSchemaResource, QueryEqualityTest, AnalysisAfterCoreRelo= adTest, AssignTest, SynonymTokenizerTest, SolrInfoMBeanTest, MinimalSchemaT= est, TestLRUCache, TestTrie, HdfsBasicDistributedZk2Test, TestSearchPerf, T= estJmxMonitoredMap, TestRecoveryHdfs, TestFieldTypeResource, DebugComponent= Test, ExternalFileFieldSortTest, RequiredFieldsTest, BlockDirectoryTest, Lu= keRequestHandlerTest, DirectSolrConnectionTest, CachingDirectoryFactoryTest= , TimeZoneUtilsTest, TestQueryTypes, TestLMJelinekMercerSimilarityFactory, = LoggingHandlerTest, TestPropInjectDefaults, XsltUpdateRequestHandlerTest, T= estBadConfig, TestCollationField, TestSolrXml, IndexReaderFactoryTest, Show= FileRequestHandlerTest, TermsComponentTest, AddSchemaFieldsUpdateProcessorF= actoryTest, QueryElevationComponentTest, SolrCoreTest, ReturnFieldsTest, Mu= ltiTermTest, TestCoreDiscovery, TestCoreContainer, CurrencyFieldXmlFileTest= , BasicDistributedZk2Test, CollectionsAPIDistributedZkTest] [junit4] Completed on J1 in 187.89s, 1 test, 1 error <<< FAILURES! [...truncated 586 lines...] BUILD FAILED /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.x= ml:395: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.x= ml:375: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/build.x= ml:39: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/bu= ild.xml:181: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/solr/co= mmon-build.xml:449: The following error occurred while executing this line: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/= common-build.xml:1233: The following error occurred while executing this li= ne: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-4.x-Java7/lucene/= common-build.xml:876: There were test failures: 321 suites, 1350 tests, 1 e= rror, 34 ignored (6 assumptions) Total time: 56 minutes 40 seconds Build step 'Invoke Ant' marked build as failure Archiving artifacts Recording test results Email was triggered for: Failure Sending email for trigger: Failure ------=_Part_2964_374142992.1375324859050 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org ------=_Part_2964_374142992.1375324859050--