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 DD62711473 for ; Wed, 2 Jul 2014 19:41:58 +0000 (UTC) Received: (qmail 36361 invoked by uid 500); 2 Jul 2014 19:41:57 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 36290 invoked by uid 500); 2 Jul 2014 19:41:57 -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 36278 invoked by uid 99); 2 Jul 2014 19:41:57 -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 19:41:57 +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 19:41:52 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=serv1) by serv1.sd-datasolutions.de with esmtp (Exim 4.76) (envelope-from ) id 1X2QPJ-0003BW-NI for dev@lucene.apache.org; Wed, 02 Jul 2014 19:41:29 +0000 Date: Wed, 2 Jul 2014 19:40:52 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <998944608.35.1404330089719.JavaMail.jenkins@serv1.sd-datasolutions.de> In-Reply-To: <483992398.29.1404321457580.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <483992398.29.1404321457580.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0_20-ea-b15) - Build # 10585 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_34_418293543.1404330052532" X-Jenkins-Job: Lucene-Solr-4.x-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_34_418293543.1404330052532 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/10585/ Java: 32bit/jdk1.8.0_20-ea-b15 -client -XX:+UseParallelGC 1 tests failed. REGRESSION: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.testDistribSea= rch Error Message: shard1 is not consistent. Got 484 from http://127.0.0.1:40074/collection1l= astClient and got 464 from http://127.0.0.1:55217/collection1 Stack Trace: java.lang.AssertionError: shard1 is not consistent. Got 484 from http://12= 7.0.0.1:40074/collection1lastClient and got 464 from http://127.0.0.1:55217= /collection1 =09at __randomizedtesting.SeedInfo.seed([2ECAD5A24627DD4:830A2342533D1DE8]:= 0) =09at org.junit.Assert.fail(Assert.java:93) =09at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsist= ency(AbstractFullDistribZkTestBase.java:1139) =09at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsist= ency(AbstractFullDistribZkTestBase.java:1118) =09at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySaf= eLeaderTest.java:150) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:865) =09at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) =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 11446 lines...] [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4= .x-Linux/solr/build/solr-core/test/J1/./solr.cloud.ChaosMonkeySafeLeaderTes= t-2ECAD5A24627DD4-001/init-core-data-001 [junit4] 2> 826625 T4680 oas.SolrTestCaseJ4.buildSSLConfig Randomized = ssl (false) and clientAuth (false) [junit4] 2> 826626 T4680 oas.BaseDistributedSearchTestCase.initHostCon= text Setting hostContext system property: / [junit4] 2> 826631 T4680 oas.SolrTestCaseJ4.setUp ###Starting testDist= ribSearch [junit4] 2> 826631 T4680 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 826633 T4681 oasc.ZkTestServer$ZKServerMain.runFromConfig = Starting server [junit4] 2> 826732 T4680 oasc.ZkTestServer.run start zk server on port= :55820 [junit4] 2> 826734 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 826816 T4687 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@992d4f name:ZooKeeperConnection W= atcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None= path:null path:null type:None [junit4] 2> 826816 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 826817 T4680 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 826822 T4682 oazs.NIOServerCnxn.doIO WARN caught end of st= ream exception EndOfStreamException: Unable to read additional data from cl= ient sessionid 0x146f889de6f0000, likely client has closed socket [junit4] 2> =09at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOSe= rverCnxn.java:228) [junit4] 2> =09at org.apache.zookeeper.server.NIOServerCnxnFactory.run= (NIOServerCnxnFactory.java:208) [junit4] 2> =09at java.lang.Thread.run(Thread.java:745) [junit4] 2>=20 [junit4] 2> 826823 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 826826 T4689 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@2c036b name:ZooKeeperConnection W= atcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4] 2> 826827 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 826827 T4680 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1 [junit4] 2> 826832 T4680 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/shards [junit4] 2> 826834 T4680 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection [junit4] 2> 826837 T4680 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/shards [junit4] 2> 826839 T4680 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> 826840 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.xml [junit4] 2> 826844 T4680 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/col= lection1/conf/schema15.xml to /configs/conf1/schema.xml [junit4] 2> 826845 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/schema.xml [junit4] 2> 826848 T4680 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> 826849 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 826852 T4680 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> 826852 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/stopwords.txt [junit4] 2> 826855 T4680 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> 826856 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/protwords.txt [junit4] 2> 826858 T4680 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> 826859 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/currency.xml [junit4] 2> 826862 T4680 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> 826863 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/enumsConfig.xml [junit4] 2> 826866 T4680 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> 826867 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/open-exchange-rates.json [junit4] 2> 826870 T4680 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> 826871 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 826874 T4680 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> 826874 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/old_synonyms.txt [junit4] 2> 826877 T4680 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> 826877 T4680 oascc.SolrZkClient.makePath makePath: /config= s/conf1/synonyms.txt [junit4] 2> 827186 T4680 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 827189 T4680 oejs.AbstractConnector.doStart Started Select= ChannelConnector@127.0.0.1:49120 [junit4] 2> 827190 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 827191 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 827191 T4680 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002 [junit4] 2> 827192 T4680 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.Chaos= MonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/' [junit4] 2> 827219 T4680 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.ChaosMonke= ySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/solr.xml [junit4] 2> 827235 T4680 oasc.CoreContainer. New CoreContainer 1= 954462 [junit4] 2> 827235 T4680 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.Cha= osMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/] [junit4] 2> 827236 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 827236 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 827237 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 827237 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 827237 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 827238 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 827238 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 827238 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 827239 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 827239 T4680 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 827240 T4680 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 827240 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 827241 T4680 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:55820/solr [junit4] 2> 827241 T4680 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 827242 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 827243 T4700 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@a67879 name:ZooKeeperConnection W= atcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None= path:null path:null type:None [junit4] 2> 827243 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 827247 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 827249 T4702 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@d5cdb1 name:ZooKeeperConnection W= atcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4] 2> 827249 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 827252 T4680 oascc.SolrZkClient.makePath makePath: /overse= er/queue [junit4] 2> 827258 T4680 oascc.SolrZkClient.makePath makePath: /overse= er/collection-queue-work [junit4] 2> 827262 T4680 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-running [junit4] 2> 827265 T4680 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-completed [junit4] 2> 827268 T4680 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-failure [junit4] 2> 827279 T4680 oascc.SolrZkClient.makePath makePath: /live_n= odes [junit4] 2> 827282 T4680 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:49120_ [junit4] 2> 827283 T4680 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:49120_ [junit4] 2> 827286 T4680 oascc.SolrZkClient.makePath makePath: /overse= er_elect [junit4] 2> 827288 T4680 oascc.SolrZkClient.makePath makePath: /overse= er_elect/election [junit4] 2> 827292 T4680 oasc.OverseerElectionContext.runLeaderProcess= I am going to be the leader 127.0.0.1:49120_ [junit4] 2> 827292 T4680 oascc.SolrZkClient.makePath makePath: /overse= er_elect/leader [junit4] 2> 827294 T4680 oasc.Overseer.start Overseer (id=3D9203411343= 3698307-127.0.0.1:49120_-n_0000000000) starting [junit4] 2> 827301 T4680 oascc.SolrZkClient.makePath makePath: /overse= er/queue-work [junit4] 2> 827309 T4704 oasc.OverseerCollectionProcessor.run Process = current queue of collection creations [junit4] 2> 827309 T4680 oascc.SolrZkClient.makePath makePath: /cluste= rstate.json [junit4] 2> 827314 T4680 oascc.SolrZkClient.makePath makePath: /aliase= s.json [junit4] 2> 827317 T4680 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 827320 T4703 oasc.Overseer$ClusterStateUpdater.run Startin= g to work on the main queue [junit4] 2> 827326 T4705 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcontrol_collection [junit4] 2> 827326 T4705 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 827328 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 827328 T4705 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 827330 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 827332 T4703 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":"http://127.0.0.1:49120", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:49120_", [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> 827332 T4703 oasc.Overseer$ClusterStateUpdater.createColle= ction Create collection control_collection with shards [shard1] [junit4] 2> 827333 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard1 [junit4] 2> 827336 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 827338 T4702 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> 828328 T4705 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 828329 T4705 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:control_collection [junit4] 2> 828330 T4705 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 828330 T4705 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/control_collection [junit4] 2> 828331 T4705 oascc.ZkStateReader.readConfigName path=3D/co= llections/control_collection configName=3Dconf1 specified config exists in = ZooKeeper [junit4] 2> 828331 T4705 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.Chaos= MonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/' [junit4] 2> 828332 T4705 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-002/collection1/lib/.svn/' to classloader [junit4] 2> 828333 T4705 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-002/collection1/lib/classes/' to classloader [junit4] 2> 828333 T4705 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-002/collection1/lib/README' to classloader [junit4] 2> 828377 T4705 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_4_10 [junit4] 2> 828391 T4705 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 828392 T4705 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 828416 T4705 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 828558 T4705 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 828559 T4705 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 828561 T4705 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 828568 T4705 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 828600 T4705 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection control_collection [junit4] 2> 828600 T4705 oasc.SolrCore.initDirectoryFactory solr.Stand= ardDirectoryFactory [junit4] 2> 828601 T4705 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.ChaosMonkeySafeL= eaderTest-2ECAD5A24627DD4-001/tempDir-002/collection1/, dataDir=3D./solr.cl= oud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/control/data/ [junit4] 2> 828601 T4705 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@1ddb5eb [junit4] 2> 828602 T4705 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-001/control/data [junit4] 2> 828603 T4705 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD= 5A24627DD4-001/tempDir-001/control/data/index/ [junit4] 2> 828603 T4705 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-= 001/tempDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 828603 T4705 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-001/control/data/index [junit4] 2> 828604 T4705 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D30, maxMergeAtOnceExplicit=3D25, maxMergedSegmentMB= =3D66.427734375, floorSegmentMB=3D0.2822265625, forceMergeDeletesPctAllowed= =3D21.10059436423834, segmentsPerTier=3D10.0, maxCFSSegmentSizeMB=3D8.79609= 3022207999E12, noCFSRatio=3D1.0 [junit4] 2> 828609 T4705 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.ChaosMonkeySafeLeaderTest= -2ECAD5A24627DD4-001/tempDir-001/control/data/index,segFN=3Dsegments_1,gene= ration=3D1} [junit4] 2> 828609 T4705 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 828613 T4705 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 828613 T4705 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 828614 T4705 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 828614 T4705 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 828614 T4705 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 828614 T4705 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 828615 T4705 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 828615 T4705 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 828615 T4705 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 828616 T4705 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 828617 T4705 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 828617 T4705 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 828617 T4705 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 828618 T4705 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 828618 T4705 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 828619 T4705 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 828621 T4705 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 828622 T4705 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 828623 T4705 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 828624 T4705 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D16, maxMergeAtOnceExplicit=3D37, maxMergedSegmentMB= =3D5.2841796875, floorSegmentMB=3D1.5849609375, forceMergeDeletesPctAllowed= =3D15.809406819743806, segmentsPerTier=3D28.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D0.6112660040824726 [junit4] 2> 828625 T4705 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.ChaosMonkeySafeLeaderTest= -2ECAD5A24627DD4-001/tempDir-001/control/data/index,segFN=3Dsegments_1,gene= ration=3D1} [junit4] 2> 828625 T4705 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 828625 T4705 oass.SolrIndexSearcher. Opening Searche= r@5f722b[collection1] main [junit4] 2> 828626 T4705 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/control_collection [junit4] 2> 828627 T4705 oascc.ZkStateReader.readConfigName path=3D/co= llections/control_collection configName=3Dconf1 specified config exists in = ZooKeeper [junit4] 2> 828627 T4705 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 828627 T4705 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 828628 T4705 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 828628 T4705 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 828629 T4705 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 828629 T4705 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 828629 T4705 oasr.ManagedResource.notifyObserversDuringIni= t WARN No registered observers for /rest/managed [junit4] 2> 828629 T4705 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 828633 T4706 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@5f722b[collection1] main{StandardDirectory= Reader(segments_1:1:nrt)} [junit4] 2> 828634 T4705 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 828635 T4709 oasc.ZkController.register Register replica -= core:collection1 address:http://127.0.0.1:49120 collection:control_collect= ion shard:shard1 [junit4] 2> 828635 T4680 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 828636 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 828636 T4709 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/leader_elect/shard1/election [junit4] 2> 828637 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 828639 T4711 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@147675b name:ZooKeeperConnection = Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 828639 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 828640 T4680 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 828643 T4709 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard1 [junit4] 2> 828645 T4680 oasc.ChaosMonkey.monkeyLog monkey: init - exp= ire sessions:false cause connection loss:false [junit4] 2> 828646 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828647 T4709 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 828647 T4709 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C630 name=3Dcollection1 org.apache.solr.co= re.SolrCore@5ce879 url=3Dhttp://127.0.0.1:49120/collection1 node=3D127.0.0.= 1:49120_ C630_STATE=3Dcoll:control_collection core:collection1 props:{state= =3Ddown, base_url=3Dhttp://127.0.0.1:49120, core=3Dcollection1, node_name= =3D127.0.0.1:49120_} [junit4] 2> 828647 T4709 C630 P49120 oasc.SyncStrategy.sync Sync repli= cas to http://127.0.0.1:49120/collection1/ [junit4] 2> 828648 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 828648 T4709 C630 P49120 oasc.SyncStrategy.syncReplicas Sy= nc Success - now sync replicas to me [junit4] 2> 828649 T4709 C630 P49120 oasc.SyncStrategy.syncToMe http:/= /127.0.0.1:49120/collection1/ has no replicas [junit4] 2> 828649 T4709 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: http://127.0.0.1:49120/collection1/ shard1 [junit4] 2> 828649 T4709 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/leaders/shard1 [junit4] 2> 828653 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828657 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828663 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828766 T4711 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> 828766 T4702 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> 828811 T4709 oasc.ZkController.register We are http://127.= 0.0.1:49120/collection1/ and leader is http://127.0.0.1:49120/collection1/ [junit4] 2> 828812 T4709 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:49120 [junit4] 2> 828812 T4709 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 828812 T4709 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcontrol_collection [junit4] 2> 828812 T4709 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 828814 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828815 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828815 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828814 T4709 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 828816 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 828817 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D3 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "base_url":"http://127.0.0.1:49120", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:49120_", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "numShards":"3", [junit4] 2> =09 "core_node_name":"core_node1"} [junit4] 2> 828820 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 828921 T4702 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> 828922 T4711 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> 828966 T4680 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 1 [junit4] 2> 828967 T4680 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 828969 T4680 oejs.AbstractConnector.doStart Started Select= ChannelConnector@127.0.0.1:49814 [junit4] 2> 828970 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 828970 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 828971 T4680 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-2ECA= D5A24627DD4-001/tempDir-003 [junit4] 2> 828971 T4680 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A2462= 7DD4-001/tempDir-003/' [junit4] 2> 828989 T4680 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-= 001/tempDir-003/solr.xml [junit4] 2> 829002 T4680 oasc.CoreContainer. New CoreContainer 3= 2052573 [junit4] 2> 829002 T4680 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24= 627DD4-001/tempDir-003/] [junit4] 2> 829003 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 829003 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 829003 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 829004 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 829004 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 829004 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 829005 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 829005 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 829006 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 829006 T4680 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 829007 T4680 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 829007 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 829007 T4680 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:55820/solr [junit4] 2> 829008 T4680 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 829009 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 829011 T4722 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@112ef81 name:ZooKeeperConnection = Watcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:Non= e path:null path:null type:None [junit4] 2> 829011 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 829014 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 829016 T4724 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@da7ab5 name:ZooKeeperConnection W= atcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4] 2> 829016 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 829022 T4680 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 830026 T4680 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:49814_ [junit4] 2> 830028 T4680 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:49814_ [junit4] 2> 830031 T4702 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 830031 T4724 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 830031 T4711 oascc.ZkStateReader$3.process Updating live n= odes... (2) [junit4] 2> 830037 T4725 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 830038 T4725 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 830039 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 830039 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 830039 T4725 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 830040 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 830041 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 830042 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D3 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "base_url":"http://127.0.0.1:49814", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:49814_", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"3", [junit4] 2> =09 "core_node_name":null} [junit4] 2> 830042 T4703 oasc.Overseer$ClusterStateUpdater.createColle= ction Create collection collection1 with shards [shard1, shard2, shard3] [junit4] 2> 830043 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard2 [junit4] 2> 830049 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 830151 T4702 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> 830151 T4724 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> 830151 T4711 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> 831040 T4725 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 831041 T4725 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:collection1 [junit4] 2> 831041 T4725 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 831042 T4725 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 831043 T4725 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 831043 T4725 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A2462= 7DD4-001/tempDir-003/collection1/' [junit4] 2> 831044 T4725 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-003/collection1/lib/.svn/' to classloader [junit4] 2> 831045 T4725 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-003/collection1/lib/classes/' to classloader [junit4] 2> 831045 T4725 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-003/collection1/lib/README' to classloader [junit4] 2> 831083 T4725 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_4_10 [junit4] 2> 831096 T4725 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 831098 T4725 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 831108 T4725 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 831248 T4725 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 831250 T4725 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 831251 T4725 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 831254 T4725 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 831279 T4725 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection collection1 [junit4] 2> 831279 T4725 oasc.SolrCore.initDirectoryFactory solr.Stand= ardDirectoryFactory [junit4] 2> 831280 T4725 oasc.SolrCore. [collection1] Opening ne= w SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-003/collection1/, dataDir=3D./solr.cloud.ChaosMonkeySafeLeaderTest-2E= CAD5A24627DD4-001/tempDir-001/jetty1/ [junit4] 2> 831280 T4725 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@1ddb5eb [junit4] 2> 831281 T4725 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-001/jetty1 [junit4] 2> 831282 T4725 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD= 5A24627DD4-001/tempDir-001/jetty1/index/ [junit4] 2> 831282 T4725 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-= 001/tempDir-001/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 831282 T4725 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-001/jetty1/index [junit4] 2> 831283 T4725 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D30, maxMergeAtOnceExplicit=3D25, maxMergedSegmentMB= =3D66.427734375, floorSegmentMB=3D0.2822265625, forceMergeDeletesPctAllowed= =3D21.10059436423834, segmentsPerTier=3D10.0, maxCFSSegmentSizeMB=3D8.79609= 3022207999E12, noCFSRatio=3D1.0 [junit4] 2> 831288 T4725 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.ChaosMonkeySafeLeaderTest= -2ECAD5A24627DD4-001/tempDir-001/jetty1/index,segFN=3Dsegments_1,generation= =3D1} [junit4] 2> 831288 T4725 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 831294 T4725 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 831294 T4725 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 831295 T4725 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 831295 T4725 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 831295 T4725 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 831296 T4725 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 831296 T4725 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 831297 T4725 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 831297 T4725 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 831298 T4725 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 831299 T4725 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 831300 T4725 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 831300 T4725 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 831301 T4725 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 831301 T4725 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 831302 T4725 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 831304 T4725 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 831305 T4725 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 831305 T4725 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 831307 T4725 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D16, maxMergeAtOnceExplicit=3D37, maxMergedSegmentMB= =3D5.2841796875, floorSegmentMB=3D1.5849609375, forceMergeDeletesPctAllowed= =3D15.809406819743806, segmentsPerTier=3D28.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D0.6112660040824726 [junit4] 2> 831308 T4725 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.ChaosMonkeySafeLeaderTest= -2ECAD5A24627DD4-001/tempDir-001/jetty1/index,segFN=3Dsegments_1,generation= =3D1} [junit4] 2> 831308 T4725 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 831309 T4725 oass.SolrIndexSearcher. Opening Searche= r@8e5ee[collection1] main [junit4] 2> 831309 T4725 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 831310 T4725 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 831311 T4725 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 831311 T4725 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 831312 T4725 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 831312 T4725 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 831313 T4725 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 831313 T4725 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 831313 T4725 oasr.ManagedResource.notifyObserversDuringIni= t WARN No registered observers for /rest/managed [junit4] 2> 831314 T4725 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 831320 T4726 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@8e5ee[collection1] main{StandardDirectoryR= eader(segments_1:1:nrt)} [junit4] 2> 831323 T4725 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 831324 T4729 oasc.ZkController.register Register replica -= core:collection1 address:http://127.0.0.1:49814 collection:collection1 sha= rd:shard2 [junit4] 2> 831325 T4680 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 831325 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 831328 T4729 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leader_elect/shard2/election [junit4] 2> 831338 T4729 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard2 [junit4] 2> 831340 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831341 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831341 T4729 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 831341 T4729 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> 831341 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831342 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> ASYNC NEW_CORE C631 name=3Dcollection1 org.apache.solr.co= re.SolrCore@166b83b url=3Dhttp://127.0.0.1:49814/collection1 node=3D127.0.0= .1:49814_ C631_STATE=3Dcoll:collection1 core:collection1 props:{state=3Ddow= n, base_url=3Dhttp://127.0.0.1:49814, core=3Dcollection1, node_name=3D127.0= .0.1:49814_} [junit4] 2> 831342 T4729 C631 P49814 oasc.SyncStrategy.sync Sync repli= cas to http://127.0.0.1:49814/collection1/ [junit4] 2> 831343 T4729 C631 P49814 oasc.SyncStrategy.syncReplicas Sy= nc Success - now sync replicas to me [junit4] 2> 831343 T4729 C631 P49814 oasc.SyncStrategy.syncToMe http:/= /127.0.0.1:49814/collection1/ has no replicas [junit4] 2> 831343 T4729 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: http://127.0.0.1:49814/collection1/ shard2 [junit4] 2> 831344 T4729 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leaders/shard2 [junit4] 2> 831345 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831351 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831354 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831459 T4702 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> 831459 T4724 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> 831459 T4711 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> 831503 T4729 oasc.ZkController.register We are http://127.= 0.0.1:49814/collection1/ and leader is http://127.0.0.1:49814/collection1/ [junit4] 2> 831504 T4729 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:49814 [junit4] 2> 831504 T4729 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 831504 T4729 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcollection1 [junit4] 2> 831504 T4729 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 831507 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831507 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831508 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831508 T4729 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 831510 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 831511 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D3 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "base_url":"http://127.0.0.1:49814", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:49814_", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"3", [junit4] 2> =09 "core_node_name":"core_node1"} [junit4] 2> 831514 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 831617 T4724 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> 831617 T4702 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> 831617 T4711 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> 831643 T4680 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 2 [junit4] 2> 831643 T4680 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 831645 T4680 oejs.AbstractConnector.doStart Started Select= ChannelConnector@127.0.0.1:47220 [junit4] 2> 831646 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 831646 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 831647 T4680 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004 [junit4] 2> 831647 T4680 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.Chaos= MonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/' [junit4] 2> 831665 T4680 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.ChaosMonke= ySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/solr.xml [junit4] 2> 831675 T4680 oasc.CoreContainer. New CoreContainer 1= 9121847 [junit4] 2> 831675 T4680 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.Cha= osMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/] [junit4] 2> 831676 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 831677 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 831677 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 831677 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 831678 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 831678 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 831678 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 831679 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 831679 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 831680 T4680 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 831680 T4680 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 831680 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 831681 T4680 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:55820/solr [junit4] 2> 831681 T4680 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 831682 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 831683 T4740 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1bb164 name:ZooKeeperConnection W= atcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None= path:null path:null type:None [junit4] 2> 831684 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 831687 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 831688 T4742 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@145a7f1 name:ZooKeeperConnection = Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 831688 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 831694 T4680 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 832696 T4680 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:47220_ [junit4] 2> 832698 T4680 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:47220_ [junit4] 2> 832700 T4702 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 832701 T4711 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 832701 T4724 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 832700 T4742 oascc.ZkStateReader$3.process Updating live n= odes... (3) [junit4] 2> 832706 T4743 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 832706 T4743 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 832707 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 832707 T4743 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 832708 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 832708 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 832709 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 832710 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D3 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "base_url":"http://127.0.0.1:47220", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:47220_", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"3", [junit4] 2> =09 "core_node_name":null} [junit4] 2> 832710 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Collection already exists with numShards=3D3 [junit4] 2> 832711 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard3 [junit4] 2> 832716 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 832819 T4724 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> 832820 T4742 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> 832819 T4711 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> 832819 T4702 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> 833708 T4743 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 833708 T4743 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:collection1 [junit4] 2> 833709 T4743 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 833709 T4743 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 833710 T4743 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 833711 T4743 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.Chaos= MonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/' [junit4] 2> 833711 T4743 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-004/collection1/lib/.svn/' to classloader [junit4] 2> 833712 T4743 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-004/collection1/lib/classes/' to classloader [junit4] 2> 833712 T4743 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr= -core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/temp= Dir-004/collection1/lib/README' to classloader [junit4] 2> 833739 T4743 oasc.SolrConfig. Using Lucene MatchVers= ion: LUCENE_4_10 [junit4] 2> 833750 T4743 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 833752 T4743 oass.IndexSchema.readSchema Reading Solr Sche= ma from schema.xml [junit4] 2> 833759 T4743 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 834198 T4743 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 834200 T4743 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 834202 T4743 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 834206 T4743 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 834235 T4743 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection collection1 [junit4] 2> 834235 T4743 oasc.SolrCore.initDirectoryFactory solr.Stand= ardDirectoryFactory [junit4] 2> 834236 T4743 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.ChaosMonkeySafeL= eaderTest-2ECAD5A24627DD4-001/tempDir-004/collection1/, dataDir=3D./solr.cl= oud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty2/ [junit4] 2> 834236 T4743 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@1ddb5eb [junit4] 2> 834237 T4743 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-001/jetty2 [junit4] 2> 834237 T4743 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD= 5A24627DD4-001/tempDir-001/jetty2/index/ [junit4] 2> 834238 T4743 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-= 001/tempDir-001/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 834238 T4743 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/te= mpDir-001/jetty2/index [junit4] 2> 834240 T4743 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D30, maxMergeAtOnceExplicit=3D25, maxMergedSegmentMB= =3D66.427734375, floorSegmentMB=3D0.2822265625, forceMergeDeletesPctAllowed= =3D21.10059436423834, segmentsPerTier=3D10.0, maxCFSSegmentSizeMB=3D8.79609= 3022207999E12, noCFSRatio=3D1.0 [junit4] 2> 834245 T4743 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.ChaosMonkeySafeLeaderTest= -2ECAD5A24627DD4-001/tempDir-001/jetty2/index,segFN=3Dsegments_1,generation= =3D1} [junit4] 2> 834246 T4743 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 834250 T4743 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 834251 T4743 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 834252 T4743 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 834252 T4743 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 834252 T4743 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 834253 T4743 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 834253 T4743 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 834253 T4743 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 834254 T4743 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 834255 T4743 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 834255 T4743 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: solr.RealTimeGetHandler [junit4] 2> 834256 T4743 oasc.RequestHandlers.initHandlersFromConfig a= dding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 834256 T4743 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: solr.ReplicationHandler [junit4] 2> 834257 T4743 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: solr.UpdateRequestHandler [junit4] 2> 834257 T4743 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 834258 T4743 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 834260 T4743 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 834262 T4743 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 834262 T4743 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 834268 T4743 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePo= licy: maxMergeAtOnce=3D16, maxMergeAtOnceExplicit=3D37, maxMergedSegmentMB= =3D5.2841796875, floorSegmentMB=3D1.5849609375, forceMergeDeletesPctAllowed= =3D15.809406819743806, segmentsPerTier=3D28.0, maxCFSSegmentSizeMB=3D8.7960= 93022207999E12, noCFSRatio=3D0.6112660040824726 [junit4] 2> 834270 T4743 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.ChaosMonkeySafeLeaderTest= -2ECAD5A24627DD4-001/tempDir-001/jetty2/index,segFN=3Dsegments_1,generation= =3D1} [junit4] 2> 834270 T4743 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 834270 T4743 oass.SolrIndexSearcher. Opening Searche= r@98a3ab[collection1] main [junit4] 2> 834271 T4743 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 834272 T4743 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 834272 T4743 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 834273 T4743 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 834273 T4743 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 834274 T4743 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 834274 T4743 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 834275 T4743 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 834275 T4743 oasr.ManagedResource.notifyObserversDuringIni= t WARN No registered observers for /rest/managed [junit4] 2> 834275 T4743 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 834280 T4744 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@98a3ab[collection1] main{StandardDirectory= Reader(segments_1:1:nrt)} [junit4] 2> 834283 T4743 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 834284 T4747 oasc.ZkController.register Register replica -= core:collection1 address:http://127.0.0.1:47220 collection:collection1 sha= rd:shard3 [junit4] 2> 834284 T4680 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1 [junit4] 2> 834285 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 834285 T4747 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leader_elect/shard3/election [junit4] 2> 834291 T4747 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard3 [junit4] 2> 834293 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834294 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834294 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834295 T4747 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 834295 T4747 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> ASYNC NEW_CORE C632 name=3Dcollection1 org.apache.solr.co= re.SolrCore@4e8c6f url=3Dhttp://127.0.0.1:47220/collection1 node=3D127.0.0.= 1:47220_ C632_STATE=3Dcoll:collection1 core:collection1 props:{state=3Ddown= , base_url=3Dhttp://127.0.0.1:47220, core=3Dcollection1, node_name=3D127.0.= 0.1:47220_} [junit4] 2> 834295 T4747 C632 P47220 oasc.SyncStrategy.sync Sync repli= cas to http://127.0.0.1:47220/collection1/ [junit4] 2> 834296 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 834296 T4747 C632 P47220 oasc.SyncStrategy.syncReplicas Sy= nc Success - now sync replicas to me [junit4] 2> 834297 T4747 C632 P47220 oasc.SyncStrategy.syncToMe http:/= /127.0.0.1:47220/collection1/ has no replicas [junit4] 2> 834297 T4747 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: http://127.0.0.1:47220/collection1/ shard3 [junit4] 2> 834297 T4747 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leaders/shard3 [junit4] 2> 834299 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834303 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834308 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834412 T4724 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> 834412 T4711 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> 834412 T4742 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> 834413 T4702 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> 834456 T4747 oasc.ZkController.register We are http://127.= 0.0.1:47220/collection1/ and leader is http://127.0.0.1:47220/collection1/ [junit4] 2> 834456 T4747 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:47220 [junit4] 2> 834456 T4747 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 834456 T4747 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcollection1 [junit4] 2> 834457 T4747 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 834458 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834458 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834459 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834459 T4747 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 834460 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 834461 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D3 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "base_url":"http://127.0.0.1:47220", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:47220_", [junit4] 2> =09 "shard":"shard3", [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"3", [junit4] 2> =09 "core_node_name":"core_node2"} [junit4] 2> 834465 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 834567 T4724 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> 834567 T4702 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> 834567 T4711 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> 834567 T4742 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> 834585 T4680 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 3 [junit4] 2> 834586 T4680 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 834588 T4680 oejs.AbstractConnector.doStart Started Select= ChannelConnector@127.0.0.1:48650 [junit4] 2> 834589 T4680 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() [junit4] 2> 834589 T4680 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 834589 T4680 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-2ECA= D5A24627DD4-001/tempDir-005 [junit4] 2> 834590 T4680 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A2462= 7DD4-001/tempDir-005/' [junit4] 2> 834620 T4680 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.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-= 001/tempDir-005/solr.xml [junit4] 2> 834633 T4680 oasc.CoreContainer. New CoreContainer 2= 9470739 [junit4] 2> 834634 T4680 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D./solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24= 627DD4-001/tempDir-005/] [junit4] 2> 834634 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 834635 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 834635 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 834635 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 834636 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 834636 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 834636 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 834637 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 834637 T4680 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 834638 T4680 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 834639 T4680 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 834640 T4680 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 834640 T4680 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:55820/solr [junit4] 2> 834641 T4680 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 834642 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 834645 T4758 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@b4e4b3 name:ZooKeeperConnection W= atcher:127.0.0.1:55820 got event WatchedEvent state:SyncConnected type:None= path:null path:null type:None [junit4] 2> 834646 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 834652 T4680 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 834654 T4760 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1a27233 name:ZooKeeperConnection = Watcher:127.0.0.1:55820/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 834654 T4680 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 834665 T4680 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 835672 T4680 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:48650_ [junit4] 2> 835674 T4680 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:48650_ [junit4] 2> 835681 T4711 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 835681 T4760 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 835682 T4742 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 835681 T4724 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 835681 T4702 oascc.ZkStateReader$3.process Updating live n= odes... (4) [junit4] 2> 835686 T4761 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 835687 T4761 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 835689 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 835689 T4761 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 835690 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 835690 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 835692 T4703 oascc.ZkStateReader.updateClusterState Updati= ng cloud state from ZooKeeper...=20 [junit4] 2> 835694 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Update state numShards=3D3 message=3D{ [junit4] 2> =09 "operation":"state", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "base_url":"http://127.0.0.1:48650", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "node_name":"127.0.0.1:48650_", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "numShards":"3", [junit4] 2> =09 "core_node_name":null} [junit4] 2> 835694 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Collection already exists with numShards=3D3 [junit4] 2> 835695 T4703 oasc.Overseer$ClusterStateUpdater.updateState= Assigning new node to shard shard=3Dshard1 [junit4] 2> 835697 T4702 oasc.DistributedQueue$LatchChildWatcher.proce= ss LatchChildWatcher fired on path: /overseer/queue state: SyncConnected ty= pe NodeChildrenChanged [junit4] 2> 835799 T4724 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 835799 T4702 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 835799 T4742 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 835799 T4711 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 835799 T4760 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 4) [junit4] 2> 836690 T4761 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collec [...truncated too long message...] sMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempDir-001/jetty10/index.2014070= 2212722158 [CachedDir<>] [junit4] 2> 1002490 T5712 oasc.CachingDirectoryFactory.close Closing d= irectory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-= core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempD= ir-001/jetty10/index.20140702212722158 [junit4] 2> 1002491 T5712 oasc.CachingDirectoryFactory.closeCacheValue= looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/bui= ld/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-0= 01/tempDir-001/jetty10 [CachedDir<>] [junit4] 2> 1002491 T5712 oasc.CachingDirectoryFactory.close Closing d= irectory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-= core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempD= ir-001/jetty10 [junit4] 2> 1002491 T5712 oascc.ZkStateReader$3.process WARN ZooKeeper= watch triggered, but Solr cannot talk to ZK [junit4] 2> 1002564 T5616 C1857 P36228 oasc.SyncStrategy.sync WARN Clo= sed, skipping sync up. [junit4] 2> 1002565 T5616 oasc.ShardLeaderElectionContext.rejoinLeader= Election Not rejoining election because CoreContainer is shutdown [junit4] 2> 1002565 T5616 oasc.SolrCore.close [collection1] CLOSING S= olrCore org.apache.solr.core.SolrCore@a8697d [junit4] 2> 1002567 T5616 oasu.DirectUpdateHandler2.close closing Dire= ctUpdateHandler2{commits=3D22,autocommits=3D0,soft autocommits=3D0,optimize= s=3D0,rollbacks=3D0,expungeDeletes=3D0,docsPending=3D0,adds=3D0,deletesById= =3D0,deletesByQuery=3D0,errors=3D0,cumulative_adds=3D212,cumulative_deletes= ById=3D88,cumulative_deletesByQuery=3D0,cumulative_errors=3D0,transaction_l= ogs_total_size=3D16134,transaction_logs_total_number=3D1} [junit4] 2> 1002568 T5616 oasu.SolrCoreState.decrefSolrCoreState Closi= ng SolrCoreState [junit4] 2> 1002568 T5616 oasu.DefaultSolrCoreState.closeIndexWriter S= olrCoreState ref count has reached 0 - closing IndexWriter [junit4] 2> 1002568 T5616 oasu.DefaultSolrCoreState.closeIndexWriter c= losing IndexWriter with IndexWriterCloser [junit4] 2> 1002569 T5616 oasc.SolrCore.closeSearcher [collection1] Cl= osing main searcher on request. [junit4] 2> 1002570 T5616 oasc.CachingDirectoryFactory.close Closing S= tandardDirectoryFactory - 2 directories currently being tracked [junit4] 2> 1002570 T5616 oasc.CachingDirectoryFactory.closeCacheValue= looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/bui= ld/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-0= 01/tempDir-001/jetty11/index.20140702212629554 [CachedDir<>] [junit4] 2> 1002571 T5616 oasc.CachingDirectoryFactory.close Closing d= irectory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-= core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempD= ir-001/jetty11/index.20140702212629554 [junit4] 2> 1002571 T5616 oasc.CachingDirectoryFactory.closeCacheValue= looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/bui= ld/solr-core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-0= 01/tempDir-001/jetty11 [CachedDir<>] [junit4] 2> 1002571 T5616 oasc.CachingDirectoryFactory.close Closing d= irectory: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-= core/test/J1/solr.cloud.ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001/tempD= ir-001/jetty11 [junit4] 2> 1002572 T5616 oascc.ZkStateReader$3.process WARN ZooKeeper= watch triggered, but Solr cannot talk to ZK [junit4] 2> 1002572 T5616 oasc.LeaderElector$ElectionWatcher.process W= ARN org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperEr= rorCode =3D Session expired for /overseer_elect/election [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:127) [junit4] 2> =09at org.apache.zookeeper.KeeperException.create(KeeperEx= ception.java:51) [junit4] 2> =09at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper= .java: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> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins= /workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solr.cloud.= ChaosMonkeySafeLeaderTest-2ECAD5A24627DD4-001 [junit4] 2> NOTE: test params are: codec=3DLucene41, sim=3DRandomSimil= arityProvider(queryNorm=3Dtrue,coord=3Dyes): {}, locale=3Diw, timezone=3DEu= rope/Paris [junit4] 2> NOTE: Linux 3.8.0-42-generic i386/Oracle Corporation 1.8.0= _20-ea (32-bit)/cpus=3D8,threads=3D1,free=3D85126976,total=3D345505792 [junit4] 2> NOTE: All tests run in this JVM: [SearchHandlerTest, AutoC= ommitTest, TestBadConfig, DistributedDebugComponentTest, SuggesterFSTTest, = TestDocumentBuilder, TestShortCircuitedRequests, TermVectorComponentDistrib= utedTest, TestFieldResource, TestSweetSpotSimilarityFactory, TestNonDefined= SimilarityFactory, SimplePostToolTest, TestPseudoReturnFields, QueryParsing= Test, TestSimpleQParserPlugin, HdfsRecoveryZkTest, OutputWriterTest, TestMe= rgePolicyConfig, TestShardHandlerFactory, SolrIndexConfigTest, SampleTest, = TestRTGBase, TestXIncludeConfig, LukeRequestHandlerTest, LegacyHTMLStripCha= rFilterTest, BadCopyFieldTest, DOMUtilTest, TestPhraseSuggestions, ChaosMon= keyNothingIsSafeTest, CollectionsAPIAsyncDistributedZkTest, DocValuesTest, = TestBinaryField, TestDistributedMissingSort, DistanceFunctionTest, BinaryUp= dateRequestHandlerTest, TestSolrQueryParserResource, AnalyticsQueryTest, As= signTest, TestStandardQParsers, ScriptEngineTest, DistributedQueryComponent= CustomSortTest, RollingRestartTest, TestExtendedDismaxParser, TestOmitPosit= ions, ZkSolrClientTest, TimeZoneUtilsTest, MultiThreadedOCPTest, BasicDistr= ibutedZk2Test, TestQueryUtils, ResponseHeaderTest, TestIndexSearcher, Distr= ibutedQueryElevationComponentTest, IndexSchemaRuntimeFieldTest, LeaderElect= ionIntegrationTest, TestMiniSolrCloudCluster, SolrCoreTest, PreAnalyzedUpda= teProcessorTest, NumericFieldsTest, TestSolrJ, TestIndexingPerformance, Tes= tCloudManagedSchema, TestFieldTypeCollectionResource, TestQueryTypes, TestR= eplicationHandlerBackup, DocValuesMissingTest, TestPHPSerializedResponseWri= ter, FieldAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, TestSolrQu= eryParser, AtomicUpdatesTest, AddSchemaFieldsUpdateProcessorFactoryTest, Te= stRequestStatusCollectionAPI, AlternateDirectoryTest, TestIBSimilarityFacto= ry, DistributedSuggestComponentTest, TestRandomFaceting, HdfsLockFactoryTes= t, OverseerRolesTest, TestZkChroot, DirectSolrConnectionTest, SpatialFilter= Test, EnumFieldTest, CoreAdminRequestStatusTest, FullSolrCloudDistribCmdsTe= st, TestFileDictionaryLookup, TestCharFilters, HdfsCollectionsAPIDistribute= dZkTest, TestLMDirichletSimilarityFactory, TestDynamicFieldResource, Cachin= gDirectoryFactoryTest, ZkNodePropsTest, SpellingQueryConverterTest, Distrib= DocExpirationUpdateProcessorTest, TestFieldCollectionResource, BJQParserTes= t, PolyFieldTest, DebugComponentTest, CacheHeaderTest, ChaosMonkeySafeLeade= rTest] [junit4] Completed on J1 in 176.47s, 1 test, 1 failure <<< FAILURES! [...truncated 622 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, 1 failure, 37 ignored = (16 assumptions) Total time: 71 minutes 52 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_20-ea-b15 -clien= t -XX:+UseParallelGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ------=_Part_34_418293543.1404330052532 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_34_418293543.1404330052532--