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 F28A511EA9 for ; Wed, 2 Jul 2014 17:18:06 +0000 (UTC) Received: (qmail 96098 invoked by uid 500); 2 Jul 2014 17:18:06 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 96040 invoked by uid 500); 2 Jul 2014 17:18:05 -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 96030 invoked by uid 99); 2 Jul 2014 17:18:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 17:18:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jenkins@thetaphi.de designates 188.138.97.18 as permitted sender) Received: from [188.138.97.18] (HELO serv1.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jul 2014 17:18:00 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=serv1) by serv1.sd-datasolutions.de with esmtp (Exim 4.76) (envelope-from ) id 1X2OA5-0004Fq-Io for dev@lucene.apache.org; Wed, 02 Jul 2014 17:17:37 +0000 Date: Wed, 2 Jul 2014 17:17:17 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <483992398.29.1404321457580.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10584 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_28_997533524.1404321437211" X-Jenkins-Job: Lucene-Solr-4.x-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_28_997533524.1404321437211 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10584/ Java: 32bit/jdk1.8.0_20-ea-b15 -server -XX:+UseG1GC 2 tests failed. REGRESSION: org.apache.solr.cloud.OverseerTest.testOverseerFailure Error Message: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0= .0.1:56226 within 30000 ms Stack Trace: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException= : Could not connect to ZooKeeper 127.0.0.1:56226 within 30000 ms =09at __randomizedtesting.SeedInfo.seed([A054FFA4380B9E7:E0DC009512556C6]:0= ) =09at org.apache.solr.common.cloud.SolrZkClient.(SolrZkClient.java:15= 1) =09at org.apache.solr.common.cloud.SolrZkClient.(SolrZkClient.java:10= 2) =09at org.apache.solr.common.cloud.SolrZkClient.(SolrZkClient.java:97= ) =09at org.apache.solr.common.cloud.SolrZkClient.(SolrZkClient.java:84= ) =09at org.apache.solr.cloud.AbstractZkTestCase.tryCleanPath(AbstractZkTestC= ase.java:181) =09at org.apache.solr.cloud.AbstractZkTestCase.tryCleanSolrZkNode(AbstractZ= kTestCase.java:177) =09at org.apache.solr.cloud.OverseerTest.testOverseerFailure(OverseerTest.j= ava:613) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:62) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:483) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomized= Runner.java:1618) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Random= izedRunner.java:827) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Random= izedRunner.java:863) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Random= izedRunner.java:877) =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:65) =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:365) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTa= sk(ThreadLeakControl.java:798) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(Threa= dLeakControl.java:458) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran= domizedRunner.java:836) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Random= izedRunner.java:738) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Random= izedRunner.java:772) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Random= izedRunner.java:783) =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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =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:65) =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:365) =09at java.lang.Thread.run(Thread.java:745) Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooK= eeper 127.0.0.1:56226 within 30000 ms =09at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(Conne= ctionManager.java:223) =09at org.apache.solr.common.cloud.SolrZkClient.(SolrZkClient.java:14= 3) =09... 47 more REGRESSION: org.apache.solr.cloud.RollingRestartTest.testDistribSearch Error Message: KeeperErrorCode =3D ConnectionLoss for /overseer_elect/leader Stack Trace: org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCo= de =3D ConnectionLoss for /overseer_elect/leader =09at __randomizedtesting.SeedInfo.seed([A054FFA4380B9E7:8BE3C1E234DFD9DB]:= 0) =09at org.apache.zookeeper.KeeperException.create(KeeperException.java:99) =09at org.apache.zookeeper.KeeperException.create(KeeperException.java:51) =09at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155) =09at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java= :277) =09at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java= :274) =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecut= or.java:73) =09at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:2= 74) =09at org.apache.solr.cloud.OverseerCollectionProcessor.getLeaderId(Oversee= rCollectionProcessor.java:488) =09at org.apache.solr.cloud.OverseerCollectionProcessor.getLeaderNode(Overs= eerCollectionProcessor.java:479) =09at org.apache.solr.cloud.RollingRestartTest.waitUntilOverseerDesignateIs= Leader(RollingRestartTest.java:126) =09at org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(Rolling= RestartTest.java:96) =09at org.apache.solr.cloud.RollingRestartTest.doTest(RollingRestartTest.ja= va:61) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:865) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:62) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:483) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomized= Runner.java:1618) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Random= izedRunner.java:827) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Random= izedRunner.java:863) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Random= izedRunner.java:877) =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:65) =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:365) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTa= sk(ThreadLeakControl.java:798) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(Threa= dLeakControl.java:458) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran= domizedRunner.java:836) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Random= izedRunner.java:738) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Random= izedRunner.java:772) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Random= izedRunner.java:783) =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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =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:65) =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:365) =09at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 11629 lines...] [junit4] Suite: org.apache.solr.cloud.RollingRestartTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4= .x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054F= FA4380B9E7-001/init-core-data-001 [junit4] 2> 777157 T4176 oas.SolrTestCaseJ4.buildSSLConfig Randomized = ssl (true) and clientAuth (true) [junit4] 2> 777158 T4176 oas.BaseDistributedSearchTestCase.initHostCon= text Setting hostContext system property: / [junit4] 2> 777160 T4176 oas.SolrTestCaseJ4.setUp ###Starting testDist= ribSearch [junit4] 2> 777161 T4176 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 777161 T4177 oasc.ZkTestServer$ZKServerMain.runFromConfig = Starting server [junit4] 2> 777261 T4176 oasc.ZkTestServer.run start zk server on port= :47146 [junit4] 2> 777262 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 777265 T4183 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@145364 name:ZooKeeperConnection W= atcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:None= path:null path:null type:None [junit4] 2> 777265 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 777265 T4176 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 777268 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 777269 T4185 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@187e7c5 name:ZooKeeperConnection = Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 777269 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 777269 T4176 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1 [junit4] 2> 777271 T4176 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/shards [junit4] 2> 777272 T4176 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection [junit4] 2> 777273 T4176 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/shards [junit4] 2> 777274 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 777275 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.xml [junit4] 2> 777277 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 777277 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/schema.xml [junit4] 2> 777279 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/so= lrconfig.snippet.randomindexconfig.xml [junit4] 2> 777280 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 777281 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 777282 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/stopwords.txt [junit4] 2> 777283 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 777283 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/protwords.txt [junit4] 2> 777285 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 777285 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/currency.xml [junit4] 2> 777288 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 777288 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/enumsConfig.xml [junit4] 2> 777291 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rate= s.json [junit4] 2> 777291 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/open-exchange-rates.json [junit4] 2> 777293 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLati= n1Accent.txt [junit4] 2> 777293 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 777295 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 777296 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/old_synonyms.txt [junit4] 2> 777297 T4176 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 777298 T4176 oascc.SolrZkClient.makePath makePath: /config= s/conf1/synonyms.txt [junit4] 2> 777300 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 777301 T4187 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@2a027c name:ZooKeeperConnection W= atcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4] 2> 777301 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 777541 T4176 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 777544 T4176 oejus.SslContextFactory.doStart Enabled Proto= cols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TL= Sv1, TLSv1.1, TLSv1.2] [junit4] 2> 777546 T4176 oejs.AbstractConnector.doStart Started SslSel= ectChannelConnector@127.0.0.1:33593 [junit4] 2> 777547 T4176 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 777548 T4176 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 777548 T4176 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: ./solr.cloud.RollingRestartTest-A054FFA4380= B9E7-001/tempDir-002 [junit4] 2> 777548 T4176 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-00= 1/tempDir-002/' [junit4] 2> 777558 T4176 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tem= pDir-002/solr.xml [junit4] 2> 777575 T3 oasu.ConcurrentLRUCache.finalize ERROR Concurren= tLRUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBL= E RESOURCE LEAK!!! [junit4] 2> 777577 T4176 oasc.CoreContainer. New CoreContainer 2= 9480431 [junit4] 2> 777578 T4176 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D./solr.cloud.RollingRestartTest-A054FFA4380B9E7-= 001/tempDir-002/] [junit4] 2> 777578 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 777578 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 777579 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 777580 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 777580 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 777580 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 777582 T4176 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 777582 T4176 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 777583 T4176 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 777583 T4176 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:47146/solr [junit4] 2> 777583 T4176 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 777584 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 777585 T4198 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@104866b name:ZooKeeperConnection = Watcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:Non= e path:null path:null type:None [junit4] 2> 777586 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 777588 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 777588 T4200 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1df4306 name:ZooKeeperConnection = Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 777588 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 777589 T4176 oascc.SolrZkClient.makePath makePath: /overse= er/queue [junit4] 2> 777591 T4176 oascc.SolrZkClient.makePath makePath: /overse= er/collection-queue-work [junit4] 2> 777593 T4176 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-running [junit4] 2> 777595 T4176 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-completed [junit4] 2> 777602 T4176 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-failure [junit4] 2> 777605 T4176 oascc.SolrZkClient.makePath makePath: /live_n= odes [junit4] 2> 777606 T4176 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:33593_ [junit4] 2> 777606 T4176 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:33593_ [junit4] 2> 777608 T4176 oascc.SolrZkClient.makePath makePath: /overse= er_elect [junit4] 2> 777609 T4176 oascc.SolrZkClient.makePath makePath: /overse= er_elect/election [junit4] 2> 777611 T4176 oasc.OverseerElectionContext.runLeaderProcess= I am going to be the leader 127.0.0.1:33593_ [junit4] 2> 777611 T4176 oascc.SolrZkClient.makePath makePath: /overse= er_elect/leader [junit4] 2> 777612 T4176 oasc.Overseer.start Overseer (id=3D9203355737= 4697476-127.0.0.1:33593_-n_0000000000) starting [junit4] 2> 777614 T4176 oascc.SolrZkClient.makePath makePath: /overse= er/queue-work [junit4] 2> 777623 T4202 oasc.OverseerCollectionProcessor.run Process = current queue of collection creations [junit4] 2> 777623 T4176 oascc.SolrZkClient.makePath makePath: /cluste= rstate.json [junit4] 2> 777625 T4176 oascc.SolrZkClient.makePath makePath: /aliase= s.json [junit4] 2> 777625 T4176 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 777627 T4201 oasc.Overseer$ClusterStateUpdater.run Startin= g to work on the main queue [junit4] 2> 777628 T4203 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcontrol_collection [junit4] 2> 777628 T4203 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 777628 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 777628 T4203 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 777629 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 777629 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D1 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "base_url":"https://127.0.0.1:33593", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:33593_", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "numShards":"1", [junit4] 2> =09 "core_node_name":null} [junit4] 2> 777629 T4201 oasc.Overseer$ClusterStateUpdater.createColle= ction Create collection control_collection with shards [shard1] [junit4] 2> 777630 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard1 [junit4] 2> 777630 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 777631 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 778629 T4203 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 778629 T4203 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:control_collection [junit4] 2> 778630 T4203 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 778630 T4203 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/control_collection [junit4] 2> 778630 T4203 oascc.ZkStateReader.readConfigName path=3D/co= llections/control_collection configName=3Dconf1 specified config exists in = ZooKeeper [junit4] 2> 778631 T4203 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-00= 1/tempDir-002/collection1/' [junit4] 2> 778631 T4203 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002= /collection1/lib/.svn/' to classloader [junit4] 2> 778631 T4203 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002= /collection1/lib/classes/' to classloader [junit4] 2> 778632 T4203 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-002= /collection1/lib/README' to classloader [junit4] 2> 778649 T4203 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_4_10 [junit4] 2> 778658 T4203 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 778660 T4203 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 778667 T4203 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 778754 T4203 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 778755 T4203 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 778755 T4203 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 778759 T4203 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 778760 T4203 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 778772 T4203 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 778775 T4203 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 778777 T4203 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 778777 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 778778 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 778778 T4203 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 778779 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 778779 T4203 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 778779 T4203 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection control_collection [junit4] 2> 778779 T4203 oasc.SolrCore.initDirectoryFactory solr.Stand= ardDirectoryFactory [junit4] 2> 778780 T4203 oasc.SolrCore. [collection1] Opening ne= w SolrCore at ./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 02/collection1/, dataDir=3D./solr.cloud.RollingRestartTest-A054FFA4380B9E7-= 001/tempDir-001/control/data/ [junit4] 2> 778780 T4203 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@5df260 [junit4] 2> 778781 T4203 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/so= lr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 01/control/data [junit4] 2> 778781 T4203 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D./solr.cloud.RollingRestartTest-A054FFA4380B= 9E7-001/tempDir-001/control/data/index/ [junit4] 2> 778781 T4203 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tem= pDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 778782 T4203 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/so= lr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 01/control/data/index [junit4] 2> 778782 T4203 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D10, maxMergeAtOnceExplicit=3D16, maxMergedSegmentMB= =3D22.806640625, floorSegmentMB=3D1.7470703125, forceMergeDeletesPctAllowed= =3D12.846891929602776, segmentsPerTier=3D30.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D0.49847484786435814 [junit4] 2> 778786 T4203 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-= 4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FF= A4380B9E7-001/tempDir-001/control/data/index,segFN=3Dsegments_1,generation= =3D1} [junit4] 2> 778786 T4203 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 778788 T4203 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 778788 T4203 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 778789 T4203 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 778789 T4203 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 778789 T4203 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 778789 T4203 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 778789 T4203 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 778790 T4203 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 778790 T4203 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 778790 T4203 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 778790 T4203 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 778791 T4203 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 778793 T4203 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 778794 T4203 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 778794 T4203 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 778795 T4203 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D29, maxMergeAtOnceExplicit=3D30, maxMergedSegmentMB= =3D22.3779296875, floorSegmentMB=3D1.4951171875, forceMergeDeletesPctAllowe= d=3D4.494182264132764, segmentsPerTier=3D17.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D1.0 [junit4] 2> 778795 T4203 oasc.SolrDeletionPolicy.onInit SolrDeletionPo= licy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-= 4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FF= A4380B9E7-001/tempDir-001/control/data/index,segFN=3Dsegments_1,generation= =3D1} [junit4] 2> 778795 T4203 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 778796 T4203 oass.SolrIndexSearcher. Opening Searche= r@1a1422c[collection1] main [junit4] 2> 778796 T4203 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/control_collection [junit4] 2> 778797 T4203 oascc.ZkStateReader.readConfigName path=3D/co= llections/control_collection configName=3Dconf1 specified config exists in = ZooKeeper [junit4] 2> 778797 T4203 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 778797 T4203 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 778797 T4203 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 778798 T4203 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 778798 T4203 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 778798 T4203 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 778798 T4203 oasr.ManagedResource.notifyObserversDuringIni= t WARN No registered observers for /rest/managed [junit4] 2> 778799 T4203 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 778800 T4204 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@1a1422c[collection1] main{StandardDirector= yReader(segments_1:1:nrt)} [junit4] 2> 778801 T4203 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 778802 T4207 oasc.ZkController.register Register replica -= core:collection1 address:https://127.0.0.1:33593 collection:control_collec= tion shard:shard1 [junit4] 2> 778802 T4176 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 778802 T4176 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 778804 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 778806 T4207 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/leader_elect/shard1/election [junit4] 2> 778806 T4209 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@143fc4b name:ZooKeeperConnection = Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 778806 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 778807 T4176 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 778811 T4207 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard1 [junit4] 2> 778812 T4176 oasc.ChaosMonkey.monkeyLog monkey: init - exp= ire sessions:false cause connection loss:false [junit4] 2> 778813 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778813 T4207 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 778813 T4207 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> 778814 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> ASYNC NEW_CORE C1251 name=3Dcollection1 org.apache.solr.c= ore.SolrCore@1ebdb7c url=3Dhttps://127.0.0.1:33593/collection1 node=3D127.0= .0.1:33593_ C1251_STATE=3Dcoll:control_collection core:collection1 props:{s= tate=3Ddown, base_url=3Dhttps://127.0.0.1:33593, core=3Dcollection1, node_n= ame=3D127.0.0.1:33593_} [junit4] 2> 778814 T4207 C1251 P33593 oasc.SyncStrategy.sync Sync repl= icas to https://127.0.0.1:33593/collection1/ [junit4] 2> 778814 T4207 C1251 P33593 oasc.SyncStrategy.syncReplicas S= ync Success - now sync replicas to me [junit4] 2> 778814 T4207 C1251 P33593 oasc.SyncStrategy.syncToMe https= ://127.0.0.1:33593/collection1/ has no replicas [junit4] 2> 778815 T4207 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: https://127.0.0.1:33593/collection1/ shard1 [junit4] 2> 778815 T4207 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/leaders/shard1 [junit4] 2> 778816 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778827 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778830 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778931 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 778931 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 778979 T4207 oasc.ZkController.register We are https://127= .0.0.1:33593/collection1/ and leader is https://127.0.0.1:33593/collection1= / [junit4] 2> 778979 T4207 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttps://127.0.0.1:33593 [junit4] 2> 778979 T4207 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 778979 T4207 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcontrol_collection [junit4] 2> 778980 T4207 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 778981 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778981 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778981 T4207 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 778981 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 778982 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 778982 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "base_url":"https://127.0.0.1:33593", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:33593_", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "core_node_name":"core_node1"} [junit4] 2> 778983 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 779084 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 779085 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 779093 T4176 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 1 [junit4] 2> 779094 T4176 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 779097 T4176 oejus.SslContextFactory.doStart Enabled Proto= cols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TL= Sv1, TLSv1.1, TLSv1.2] [junit4] 2> 779098 T4176 oejs.AbstractConnector.doStart Started SslSel= ectChannelConnector@127.0.0.1:49478 [junit4] 2> 779100 T4176 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 779100 T4176 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 779100 T4176 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenki= ns/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.clou= d.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003 [junit4] 2> 779101 T4176 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/work= space/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.Rolli= ngRestartTest-A054FFA4380B9E7-001/tempDir-003/' [junit4] 2> 779111 T4176 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace= /Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRes= tartTest-A054FFA4380B9E7-001/tempDir-003/solr.xml [junit4] 2> 779119 T4176 oasc.CoreContainer. New CoreContainer 2= 115909 [junit4] 2> 779119 T4176 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D../../../../../../../../../../mnt/ssd/jenkins/wo= rkspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.Rol= lingRestartTest-A054FFA4380B9E7-001/tempDir-003/] [junit4] 2> 779120 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 779120 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 779121 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 779122 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 779122 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 779122 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 779124 T4176 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 779125 T4176 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 779125 T4176 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 779125 T4176 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:47146/solr [junit4] 2> 779126 T4176 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 779126 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 779128 T4220 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@15795a3 name:ZooKeeperConnection = Watcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:Non= e path:null path:null type:None [junit4] 2> 779128 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 779131 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 779133 T4222 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1b80794 name:ZooKeeperConnection = Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 779133 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 779148 T4176 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 780150 T4176 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:49478_ [junit4] 2> 780152 T4176 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:49478_ [junit4] 2> 780155 T4200 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 780155 T4209 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 780155 T4222 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 780159 T4223 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 780160 T4223 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 780160 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 780160 T4223 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 780160 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 780161 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 780161 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 780161 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "base_url":"https://127.0.0.1:49478", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:49478_", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "core_node_name":null} [junit4] 2> 780162 T4201 oasc.Overseer$ClusterStateUpdater.createColle= ction Create collection collection1 with shards [shard1, shard2] [junit4] 2> 780162 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard2 [junit4] 2> 780163 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 780264 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 780264 T4222 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 780264 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781161 T4223 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 781161 T4223 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:collection1 [junit4] 2> 781161 T4223 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 781162 T4223 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 781162 T4223 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 781163 T4223 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/work= space/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.Rolli= ngRestartTest-A054FFA4380B9E7-001/tempDir-003/collection1/' [junit4] 2> 781163 T4223 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003= /collection1/lib/.svn/' to classloader [junit4] 2> 781163 T4223 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003= /collection1/lib/classes/' to classloader [junit4] 2> 781164 T4223 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-003= /collection1/lib/README' to classloader [junit4] 2> 781181 T4223 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_4_10 [junit4] 2> 781189 T4223 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 781190 T4223 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 781194 T4223 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 781305 T4223 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 781306 T4223 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 781306 T4223 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 781310 T4223 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 781311 T4223 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 781317 T4223 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 781319 T4223 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 781321 T4223 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 781322 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 781322 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 781322 T4223 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 781322 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 781323 T4223 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 781323 T4223 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection collection1 [junit4] 2> 781323 T4223 oasc.SolrCore.initDirectoryFactory solr.Stand= ardDirectoryFactory [junit4] 2> 781323 T4223 oasc.SolrCore. [collection1] Opening ne= w SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucen= e-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.RollingRestartTe= st-A054FFA4380B9E7-001/tempDir-003/collection1/, dataDir=3D./solr.cloud.Rol= lingRestartTest-A054FFA4380B9E7-001/tempDir-001/jetty1/ [junit4] 2> 781323 T4223 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@5df260 [junit4] 2> 781324 T4223 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/so= lr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 01/jetty1 [junit4] 2> 781324 T4223 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D./solr.cloud.RollingRestartTest-A054FFA4380B= 9E7-001/tempDir-001/jetty1/index/ [junit4] 2> 781324 T4223 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tem= pDir-001/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 781325 T4223 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/so= lr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 01/jetty1/index [junit4] 2> 781325 T4223 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D10, maxMergeAtOnceExplicit=3D16, maxMergedSegmentMB= =3D22.806640625, floorSegmentMB=3D1.7470703125, forceMergeDeletesPctAllowed= =3D12.846891929602776, segmentsPerTier=3D30.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D0.49847484786435814 [junit4] 2> 781329 T4223 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-= 4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FF= A4380B9E7-001/tempDir-001/jetty1/index,segFN=3Dsegments_1,generation=3D1} [junit4] 2> 781329 T4223 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 781331 T4223 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 781331 T4223 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 781331 T4223 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 781332 T4223 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 781332 T4223 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 781332 T4223 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 781332 T4223 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 781332 T4223 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 781333 T4223 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 781333 T4223 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 781333 T4223 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 781333 T4223 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 781334 T4223 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 781336 T4223 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 781337 T4223 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 781337 T4223 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 781338 T4223 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D29, maxMergeAtOnceExplicit=3D30, maxMergedSegmentMB= =3D22.3779296875, floorSegmentMB=3D1.4951171875, forceMergeDeletesPctAllowe= d=3D4.494182264132764, segmentsPerTier=3D17.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D1.0 [junit4] 2> 781338 T4223 oasc.SolrDeletionPolicy.onInit SolrDeletionPo= licy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-= 4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FF= A4380B9E7-001/tempDir-001/jetty1/index,segFN=3Dsegments_1,generation=3D1} [junit4] 2> 781339 T4223 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 781339 T4223 oass.SolrIndexSearcher. Opening Searche= r@1094f79[collection1] main [junit4] 2> 781339 T4223 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 781340 T4223 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 781340 T4223 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 781340 T4223 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 781340 T4223 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 781341 T4223 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 781341 T4223 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 781341 T4223 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 781341 T4223 oasr.ManagedResource.notifyObserversDuringIni= t WARN No registered observers for /rest/managed [junit4] 2> 781342 T4223 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 781344 T4224 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@1094f79[collection1] main{StandardDirector= yReader(segments_1:1:nrt)} [junit4] 2> 781345 T4223 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 781345 T4227 oasc.ZkController.register Register replica -= core:collection1 address:https://127.0.0.1:49478 collection:collection1 sh= ard:shard2 [junit4] 2> 781346 T4176 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 781346 T4227 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leader_elect/shard2/election [junit4] 2> 781346 T4176 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 781349 T4227 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard2 [junit4] 2> 781350 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781350 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781350 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781350 T4227 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 781351 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 781351 T4227 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C1252 name=3Dcollection1 org.apache.solr.c= ore.SolrCore@7e1798 url=3Dhttps://127.0.0.1:49478/collection1 node=3D127.0.= 0.1:49478_ C1252_STATE=3Dcoll:collection1 core:collection1 props:{state=3Dd= own, base_url=3Dhttps://127.0.0.1:49478, core=3Dcollection1, node_name=3D12= 7.0.0.1:49478_} [junit4] 2> 781351 T4227 C1252 P49478 oasc.SyncStrategy.sync Sync repl= icas to https://127.0.0.1:49478/collection1/ [junit4] 2> 781351 T4227 C1252 P49478 oasc.SyncStrategy.syncReplicas S= ync Success - now sync replicas to me [junit4] 2> 781351 T4227 C1252 P49478 oasc.SyncStrategy.syncToMe https= ://127.0.0.1:49478/collection1/ has no replicas [junit4] 2> 781352 T4227 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: https://127.0.0.1:49478/collection1/ shard2 [junit4] 2> 781352 T4227 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leaders/shard2 [junit4] 2> 781352 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781355 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781357 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781458 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781458 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781458 T4222 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781505 T4227 oasc.ZkController.register We are https://127= .0.0.1:49478/collection1/ and leader is https://127.0.0.1:49478/collection1= / [junit4] 2> 781506 T4227 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttps://127.0.0.1:49478 [junit4] 2> 781506 T4227 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 781506 T4227 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcollection1 [junit4] 2> 781506 T4227 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 781507 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781508 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781508 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781508 T4227 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 781509 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 781510 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "base_url":"https://127.0.0.1:49478", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:49478_", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "core_node_name":"core_node1"} [junit4] 2> 781511 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 781610 T4176 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 2 [junit4] 2> 781611 T4176 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 781612 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781613 T4222 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781612 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 2) [junit4] 2> 781614 T4176 oejus.SslContextFactory.doStart Enabled Proto= cols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TL= Sv1, TLSv1.1, TLSv1.2] [junit4] 2> 781614 T4176 oejs.AbstractConnector.doStart Started SslSel= ectChannelConnector@127.0.0.1:48074 [junit4] 2> 781616 T4176 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 781617 T4176 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 781617 T4176 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: ./solr.cloud.RollingRestartTest-A054FFA4380= B9E7-001/tempDir-004 [junit4] 2> 781617 T4176 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-00= 1/tempDir-004/' [junit4] 2> 781628 T4176 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/buil= d/solr-core/test/J1/./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tem= pDir-004/solr.xml [junit4] 2> 781636 T4176 oasc.CoreContainer. New CoreContainer 3= 556786 [junit4] 2> 781636 T4176 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D./solr.cloud.RollingRestartTest-A054FFA4380B9E7-= 001/tempDir-004/] [junit4] 2> 781637 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 781637 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 781638 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 781638 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 781638 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 781639 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 781639 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 781639 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 781640 T4176 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 781642 T4176 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 781643 T4176 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 781643 T4176 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 781644 T4176 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:47146/solr [junit4] 2> 781644 T4176 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 781645 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 781646 T4238 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@68e24a name:ZooKeeperConnection W= atcher:127.0.0.1:47146 got event WatchedEvent state:SyncConnected type:None= path:null path:null type:None [junit4] 2> 781647 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 781649 T4176 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 781650 T4240 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1d64e09 name:ZooKeeperConnection = Watcher:127.0.0.1:47146/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 781650 T4176 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 781661 T4176 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 782663 T4176 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48074_ [junit4] 2> 782664 T4176 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48074_ [junit4] 2> 782667 T4222 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 782667 T4240 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 782667 T4200 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 782667 T4209 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 782670 T4241 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 782671 T4241 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 782671 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 782672 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 782671 T4241 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 782672 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 782673 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 782673 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D2 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "base_url":"https://127.0.0.1:48074", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:48074_", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "core_node_name":null} [junit4] 2> 782673 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Collection already exists with numShards=3D2 [junit4] 2> 782674 T4201 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard1 [junit4] 2> 782675 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 782778 T4240 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 782778 T4222 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 782778 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 782778 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 783672 T4241 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 783673 T4241 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:collection1 [junit4] 2> 783673 T4241 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 783674 T4241 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 783675 T4241 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 783676 T4241 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.RollingRestartTest-A054FFA4380B9E7-00= 1/tempDir-004/collection1/' [junit4] 2> 783677 T4241 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004= /collection1/lib/.svn/' to classloader [junit4] 2> 783677 T4241 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004= /collection1/lib/classes/' to classloader [junit4] 2> 783678 T4241 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-004= /collection1/lib/README' to classloader [junit4] 2> 783711 T4241 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_4_10 [junit4] 2> 783722 T4241 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 783724 T4241 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 783728 T4241 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 783830 T4241 oass.ByteField.init WARN ByteField is depreca= ted and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 783831 T4241 oass.ShortField.init WARN ShortField is depre= cated and will be removed in 5.0. You should use TrieIntField instead. [junit4] 2> 783832 T4241 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 783835 T4241 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 783837 T4241 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 783844 T4241 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 783846 T4241 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 783848 T4241 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 783848 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 783848 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 783849 T4241 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 783849 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 783849 T4241 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 783849 T4241 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection collection1 [junit4] 2> 783850 T4241 oasc.SolrCore.initDirectoryFactory solr.Stand= ardDirectoryFactory [junit4] 2> 783850 T4241 oasc.SolrCore. [collection1] Opening ne= w SolrCore at ./solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 04/collection1/, dataDir=3D./solr.cloud.RollingRestartTest-A054FFA4380B9E7-= 001/tempDir-001/jetty2/ [junit4] 2> 783850 T4241 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@5df260 [junit4] 2> 783851 T4241 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/so= lr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 01/jetty2 [junit4] 2> 783851 T4241 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D./solr.cloud.RollingRestartTest-A054FFA4380B= 9E7-001/tempDir-001/jetty2/index/ [junit4] 2> 783851 T4241 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory './solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tem= pDir-001/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 783852 T4241 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/so= lr-core/test/J1/solr.cloud.RollingRestartTest-A054FFA4380B9E7-001/tempDir-0= 01/jetty2/index [junit4] 2> 783852 T4241 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D10, maxMergeAtOnceExplicit=3D16, maxMergedSegmentMB= =3D22.806640625, floorSegmentMB=3D1.7470703125, forceMergeDeletesPctAllowed= =3D12.846891929602776, segmentsPerTier=3D30.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D0.49847484786435814 [junit4] 2> 783856 T4241 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-= 4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FF= A4380B9E7-001/tempDir-001/jetty2/index,segFN=3Dsegments_1,generation=3D1} [junit4] 2> 783857 T4241 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 783859 T4241 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 783859 T4241 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 783859 T4241 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 783859 T4241 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 783859 T4241 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 783860 T4241 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 783860 T4241 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 783860 T4241 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 783860 T4241 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 783861 T4241 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 783862 T4241 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 783862 T4241 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 783862 T4241 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 783864 T4241 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 783865 T4241 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 783865 T4241 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 783866 T4241 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D29, maxMergeAtOnceExplicit=3D30, maxMergedSegmentMB= =3D22.3779296875, floorSegmentMB=3D1.4951171875, forceMergeDeletesPctAllowe= d=3D4.494182264132764, segmentsPerTier=3D17.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D1.0 [junit4] 2> 783866 T4241 oasc.SolrDeletionPolicy.onInit SolrDeletionPo= licy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-= 4.x-Linux/solr/build/solr-core/test/J1/solr.cloud.RollingRestartTest-A054FF= A4380B9E7-001/tempDir-001/jetty2/index,segFN=3Dsegments_1,generation=3D1} [junit4] 2> 783866 T4241 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 783867 T4241 oass.SolrIndexSearcher. Opening Searche= r@1cedc43[collection1] main [junit4] 2> 783867 T4241 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 783868 T4241 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 783868 T4241 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 783868 T4241 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 783868 T4241 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 783869 T4241 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 783869 T4241 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 783869 T4241 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 783869 T4241 oasr.ManagedResource.notifyObserversDuringIni= t WARN No registered observers for /rest/managed [junit4] 2> 783870 T4241 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 783872 T4242 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@1cedc43[collection1] main{StandardDirector= yReader(segments_1:1:nrt)} [junit4] 2> 783873 T4241 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 783874 T4245 oasc.ZkController.register Register replica -= core:collection1 address:https://127.0.0.1:48074 collection:collection1 sh= ard:shard1 [junit4] 2> 783874 T4176 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 783875 T4245 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leader_elect/shard1/election [junit4] 2> 783875 T4176 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 783879 T4245 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard1 [junit4] 2> 783880 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 783880 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 783880 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 783880 T4245 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 783881 T4245 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C1253 name=3Dcollection1 org.apache.solr.c= ore.SolrCore@c6dcf8 url=3Dhttps://127.0.0.1:48074/collection1 node=3D127.0.= 0.1:48074_ C1253_STATE=3Dcoll:collection1 core:collection1 props:{state=3Dd= own, base_url=3Dhttps://127.0.0.1:48074, core=3Dcollection1, node_name=3D12= 7.0.0.1:48074_} [junit4] 2> 783881 T4245 C1253 P48074 oasc.SyncStrategy.sync Sync repl= icas to https://127.0.0.1:48074/collection1/ [junit4] 2> 783881 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 783881 T4245 C1253 P48074 oasc.SyncStrategy.syncReplicas S= ync Success - now sync replicas to me [junit4] 2> 783881 T4245 C1253 P48074 oasc.SyncStrategy.syncToMe https= ://127.0.0.1:48074/collection1/ has no replicas [junit4] 2> 783882 T4245 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: https://127.0.0.1:48074/collection1/ shard1 [junit4] 2> 783882 T4245 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leaders/shard1 [junit4] 2> 783883 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 783885 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 783887 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 783988 T4240 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 783988 T4209 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 783988 T4200 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 783988 T4222 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 3) [junit4] 2> 784038 T4245 oasc.ZkController.register We are https://127= .0.0.1:48074/collection1/ and leader is https://127.0.0.1:48074/collection1= / [junit4] 2> 784038 T4245 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttps://127.0.0.1:48074 [junit4] 2> 784038 T4245 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 784038 T4245 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcollection1 [junit4] 2> 784038 T4245 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 784040 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 784040 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 784040 T4200 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 784041 T4245 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 784042 T4201 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 784043 T4201 oasc.Overseer$ClusterSta [...truncated too long message...] .run Overseer Loop exiting : 127.0.0.1:60465_solr [junit4] 2> 912883 T4629 oasc.LeaderElector$ElectionWatcher.process WA= RN org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErr= orCode =3D Session expired for /collections/collection1/leader_elect/shard3= /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:1472) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:260) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:257) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:73) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:257) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:94) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$200(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$ElectionWatcher.= process(LeaderElector.java:358) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:522) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:498) [junit4] 2>=20 [junit4] 2> 912882 T4611 oasc.LeaderElector$ElectionWatcher.process WA= RN org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErr= orCode =3D Session expired for /collections/collection1/leader_elect/shard9= /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:1472) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:260) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:257) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:73) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:257) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:94) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$200(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$ElectionWatcher.= process(LeaderElector.java:358) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:522) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:498) [junit4] 2>=20 [junit4] 2> 912882 T4605 oasc.LeaderElector$ElectionWatcher.process WA= RN org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErr= orCode =3D Session expired for /collections/collection1/leader_elect/shard1= 0/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:1472) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:260) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$6.execute(= SolrZkClient.java:257) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:73) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getChildre= n(SolrZkClient.java:257) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.checkIfIamLeader= (LeaderElector.java:94) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector.access$200(Leade= rElector.java:55) [junit4] 2> =09at org.apache.solr.cloud.LeaderElector$ElectionWatcher.= process(LeaderElector.java:358) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.processE= vent(ClientCnxn.java:522) [junit4] 2> =09at org.apache.zookeeper.ClientCnxn$EventThread.run(Clie= ntCnxn.java:498) [junit4] 2>=20 [junit4] 2> 912885 T4297 oas.SolrTestCaseJ4.initCore ####initCore [junit4] 2> 912884 T4773 oasc.Overseer$ClusterStateUpdater.checkIfIamS= tillLeader ERROR could not read the data org.apache.zookeeper.KeeperExcepti= on$SessionExpiredException: KeeperErrorCode =3D Session expired for /overse= er_elect/leader [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.getData(ZooKeeper.jav= a:1155) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$7.execute(= SolrZkClient.java:277) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$7.execute(= SolrZkClient.java:274) [junit4] 2> =09at org.apache.solr.common.cloud.ZkCmdExecutor.retryOper= ation(ZkCmdExecutor.java:73) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient.getData(So= lrZkClient.java:274) [junit4] 2> =09at org.apache.solr.cloud.Overseer$ClusterStateUpdater.c= heckIfIamStillLeader(Overseer.java:316) [junit4] 2> =09at org.apache.solr.cloud.Overseer$ClusterStateUpdater.a= ccess$300(Overseer.java:85) [junit4] 2> =09at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1= .run(Overseer.java:288) [junit4] 2>=20 [junit4] 2> 912884 T4587 oascc.ZkStateReader$3.process WARN ZooKeeper = watch triggered, but Solr cannot talk to ZK [junit4] 2> 912886 T4297 oas.SolrTestCaseJ4.initCore ####initCore end [junit4] 2> 915886 T4297 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J0/./solr.cloud.= OverseerTest-A054FFA4380B9E7-001 [junit4] 2> NOTE: test params are: codec=3DLucene41, sim=3DRandomSimil= arityProvider(queryNorm=3Dfalse,coord=3Dyes): {}, locale=3Dar_YE, timezone= =3DAsia/Bangkok [junit4] 2> NOTE: Linux 3.8.0-42-generic i386/Oracle Corporation 1.8.0= _20-ea (32-bit)/cpus=3D8,threads=3D1,free=3D177289512,total=3D299892736 [junit4] 2> NOTE: All tests run in this JVM: [TestHashPartitioner, Tes= tComponentsName, ZkCLITest, ZkControllerTest, DocValuesMultiTest, SpellChec= kCollatorTest, ReturnFieldsTest, AnalyticsMergeStrategyTest, DateMathParser= Test, SyncSliceTest, TestFoldingMultitermQuery, FieldMutatingUpdateProcesso= rTest, SuggesterTest, SliceStateTest, SpellPossibilityIteratorTest, CoreAdm= inHandlerTest, ShardRoutingTest, UnloadDistributedZkTest, TestExpandCompone= nt, TestAnalyzedSuggestions, TestStressRecovery, DocumentBuilderTest, Query= EqualityTest, PathHierarchyTokenizerFactoryTest, HdfsUnloadDistributedZkTes= t, OverseerStatusTest, PrimitiveFieldTypeTest, TestNonNRTOpen, TestStressVe= rsions, JsonLoaderTest, TestJmxIntegration, TestManagedSchema, TestManagedS= ynonymFilterFactory, SignatureUpdateProcessorFactoryTest, RecoveryZkTest, T= estTrie, ShowFileRequestHandlerTest, TestUtils, StatelessScriptUpdateProces= sorFactoryTest, ExternalFileFieldSortTest, CustomCollectionTest, CursorMark= Test, HighlighterConfigTest, TestCopyFieldCollectionResource, ResponseLogCo= mponentTest, TestSolrCoreProperties, TestSurroundQueryParser, TestCloudMana= gedSchemaConcurrent, PrimUtilsTest, XsltUpdateRequestHandlerTest, TestAddFi= eldRealTimeGet, TestBM25SimilarityFactory, HttpPartitionTest, BadIndexSchem= aTest, NotRequiredUniqueKeyTest, TestSolrXmlPersistor, TestConfig, TestSolr= IndexConfig, TestNRTOpen, TestFaceting, TestUniqueKeyFieldResource, TestQue= rySenderListener, ConnectionManagerTest, OpenExchangeRatesOrgProviderTest, = DirectUpdateHandlerTest, UpdateParamsTest, HighlighterTest, TestWordDelimit= erFilterFactory, TestManagedResource, TestManagedStopFilterFactory, Standar= dRequestHandlerTest, TestSolrXMLSerializer, TestRestManager, FastVectorHigh= lighterTest, HdfsBasicDistributedZk2Test, TestMaxScoreQueryParser, MinimalS= chemaTest, MigrateRouteKeyTest, SuggesterTSTTest, TestCodecSupport, Oversee= rCollectionProcessorTest, SolrTestCaseJ4Test, TestCoreDiscovery, ChangedSch= emaMergeTest, SolrCoreCheckLockOnStartupTest, TestLMJelinekMercerSimilarity= Factory, SSLMigrationTest, RAMDirectoryFactoryTest, TestSolr4Spatial, TestS= ort, TestReload, TestFuzzyAnalyzedSuggestions, TestAnalyzeInfixSuggestions,= TestDistributedSearch, HdfsBasicDistributedZkTest, BasicDistributedZkTest,= ChaosMonkeySafeLeaderTest, OverseerTest] [junit4] Completed on J0 in 58.44s, 9 tests, 1 error <<< FAILURES! [...truncated 601 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:467: The followi= ng error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:447: The followi= ng error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:45: The followin= g error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The = following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The fo= llowing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:496:= The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:12= 99: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:92= 3: There were test failures: 404 suites, 1654 tests, 2 errors, 37 ignored (= 16 assumptions) Total time: 71 minutes 7 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b15 -serve= r -XX:+UseG1GC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ------=_Part_28_997533524.1404321437211 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_28_997533524.1404321437211--