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 E02AF11647 for ; Tue, 23 Sep 2014 09:04:41 +0000 (UTC) Received: (qmail 51161 invoked by uid 500); 23 Sep 2014 09:04:40 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 51087 invoked by uid 500); 23 Sep 2014 09:04:40 -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 51077 invoked by uid 99); 23 Sep 2014 09:04:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Sep 2014 09:04:39 +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 (nike.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; Tue, 23 Sep 2014 09:04:06 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=serv1) by serv1.sd-datasolutions.de with esmtp (Exim 4.76) (envelope-from ) id 1XWM0z-00063v-8F for dev@lucene.apache.org; Tue, 23 Sep 2014 09:04:05 +0000 Date: Tue, 23 Sep 2014 09:03:51 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <1864056714.85.1411463045005.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_20) - Build # 11313 - Failure! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_84_955333632.1411463031119" X-Jenkins-Job: Lucene-Solr-trunk-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_84_955333632.1411463031119 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11313/ Java: 32bit/jdk1.8.0_20 -client -XX:+UseParallelGC 2 tests failed. REGRESSION: org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDist= ribSearch Error Message: Error CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create= core [halfcollection_shard1_replica1] Caused by: Could not get shard id fo= r core: halfcollection_shard1_replica1 Stack Trace: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: Error= CREATEing SolrCore 'halfcollection_shard1_replica1': Unable to create core= [halfcollection_shard1_replica1] Caused by: Could not get shard id for cor= e: halfcollection_shard1_replica1 =09at __randomizedtesting.SeedInfo.seed([8601EDE3FBF79870:7E763FB8CA8F84C]:= 0) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSo= lrServer.java:550) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:210) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:206) =09at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandli= ng(CollectionsAPIDistributedZkTest.java:583) =09at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(Collecti= onsAPIDistributedZkTest.java:205) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:869) =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.= java:62) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:43) =09at java.lang.reflect.Method.invoke(Method.java:483) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(Randomized= Runner.java:1618) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(Random= izedRunner.java:827) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(Random= izedRunner.java:863) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(Random= izedRunner.java:877) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$= 1.evaluate(SystemPropertiesRestoreRule.java:53) =09at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRu= leSetupTeardownChained.java:50) =09at org.apache.lucene.util.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) REGRESSION: org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.testD= istribSearch Error Message: No live SolrServers available to handle this request:[https://127.0.0.1:459= 02/nw, https://127.0.0.1:57567/nw, https://127.0.0.1:33972/nw] Stack Trace: org.apache.solr.client.solrj.SolrServerException: No live SolrServers avail= able to handle this request:[https://127.0.0.1:45902/nw, https://127.0.0.1:= 57567/nw, https://127.0.0.1:33972/nw] =09at __randomizedtesting.SeedInfo.seed([8601EDE3FBF79870:7E763FB8CA8F84C]:= 0) =09at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolr= Server.java:322) =09at org.apache.solr.client.solrj.impl.CloudSolrServer.sendRequest(CloudSo= lrServer.java:880) =09at org.apache.solr.client.solrj.impl.CloudSolrServer.requestWithRetryOnS= taleState(CloudSolrServer.java:658) =09at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrSe= rver.java:601) =09at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.removeAndWai= tForLastReplicaGone(DeleteLastCustomShardedReplicaTest.java:117) =09at org.apache.solr.cloud.DeleteLastCustomShardedReplicaTest.doTest(Delet= eLastCustomShardedReplicaTest.java:107) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:869) =09at sun.reflect.GeneratedMethodAccessor43.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.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleT= hreadAndTestName.java:49) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:65) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:365) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTa= sk(ThreadLeakControl.java:798) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(Threa= dLeakControl.java:458) =09at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(Ran= domizedRunner.java:836) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(Random= izedRunner.java:738) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(Random= izedRunner.java:772) =09at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(Random= izedRunner.java:783) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$= 1.evaluate(SystemPropertiesRestoreRule.java:53) =09at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBef= oreAfterRule.java:46) =09at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStor= eClassName.java:42) =09at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRul= e$1.evaluate(SystemPropertiesInvariantRule.java:55) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMeth= odsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRule= AssertionsRequired.java:43) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:65) =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIg= noreTestSuites.java:55) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:365) =09at java.lang.Thread.run(Thread.java:745) Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrExcep= tion: Could not remove replica : customcollreplicadeletion/a/core_node2 =09at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSo= lrServer.java:550) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:210) =09at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServ= er.java:206) =09at org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSo= lrServer.java:343) =09at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolr= Server.java:304) =09... 45 more Build Log: [...truncated 11522 lines...] [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-t= runk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistr= ibutedZkTest-8601EDE3FBF79870-001/init-core-data-001 [junit4] 2> 1122599 T2482 oas.SolrTestCaseJ4.buildSSLConfig Randomized= ssl (false) and clientAuth (false) [junit4] 2> 1122599 T2482 oas.BaseDistributedSearchTestCase.initHostCo= ntext Setting hostContext system property: / [junit4] 2> 1122606 T2482 oas.SolrTestCaseJ4.setUp ###Starting testDis= tribSearch [junit4] 2> 1122606 T2482 oasc.ZkTestServer.run STARTING ZK TEST SERVE= R [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 1122607 T2483 oasc.ZkTestServer$ZKServerMain.runFromConfig= Starting server [junit4] 2> 1122707 T2482 oasc.ZkTestServer.run start zk server on por= t:47586 [junit4] 2> 1122708 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1122709 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1122714 T2489 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@1738417 name:ZooKeeperConnection= Watcher:127.0.0.1:47586 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 1122715 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1122716 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1122716 T2482 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 1122722 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1122723 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1122725 T2491 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@28c35e name:ZooKeeperConnection = Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 1122725 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1122726 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1122726 T2482 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1 [junit4] 2> 1122732 T2482 oascc.SolrZkClient.makePath makePath: /colle= ctions/collection1/shards [junit4] 2> 1122737 T2482 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection [junit4] 2> 1122740 T2482 oascc.SolrZkClient.makePath makePath: /colle= ctions/control_collection/shards [junit4] 2> 1122743 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 1122743 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/solrconfig.xml [junit4] 2> 1122747 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 1122748 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/schema.xml [junit4] 2> 1122750 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1= /solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1122751 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 1122754 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 1122754 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/stopwords.txt [junit4] 2> 1122756 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 1122757 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/protwords.txt [junit4] 2> 1122759 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 1122760 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/currency.xml [junit4] 2> 1122762 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 1122763 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/enumsConfig.xml [junit4] 2> 1122765 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-r= ates.json [junit4] 2> 1122766 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/open-exchange-rates.json [junit4] 2> 1122768 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOL= atin1Accent.txt [junit4] 2> 1122769 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 1122771 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 1122772 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/old_synonyms.txt [junit4] 2> 1122774 T2482 oasc.AbstractZkTestCase.putConfig put /mnt/s= sd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/= collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 1122775 T2482 oascc.SolrZkClient.makePath makePath: /confi= gs/conf1/synonyms.txt [junit4] 2> Using new style solr.xml [junit4] 2> 1123109 T2482 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1123113 T2482 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:47187 [junit4] 2> 1123113 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4] 2> 1123113 T2482 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4] 2> 1123114 T2482 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-tru= nk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistrib= utedZkTest-8601EDE3FBF79870-001/tempDir-002 [junit4] 2> 1123114 T2482 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-002/' [junit4] 2> 1123138 T2482 oasc.ConfigSolr.fromFile Loading container c= onfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/b= uild/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601= EDE3FBF79870-001/tempDir-002/solr.xml [junit4] 2> 1123149 T2482 oasc.CorePropertiesLocator. Config-def= ined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-002 [junit4] 2> 1123150 T2482 oasc.CoreContainer. New CoreContainer = 7677857 [junit4] 2> 1123150 T2482 oasc.CoreContainer.load Loading cores into C= oreContainer [instanceDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Li= nux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZ= kTest-8601EDE3FBF79870-001/tempDir-002/] [junit4] 2> 1123151 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 90000 [junit4] 2> 1123151 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to:=20 [junit4] 2> 1123152 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4] 2> 1123152 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4] 2> 1123152 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4] 2> 1123153 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4] 2> 1123153 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4] 2> 1123153 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4] 2> 1123154 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4] 2> 1123154 T2482 oasu.UpdateShardHandler. Creating Upda= teShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dfalse [junit4] 2> 1123155 T2482 oasl.LogWatcher.createWatcher SLF4J impl is = org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1123155 T2482 oasl.LogWatcher.newRegisteredLogWatcher Regi= stering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1123155 T2482 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1123156 T2482 oasc.ZkContainer.initZooKeeper Zookeeper cli= ent=3D127.0.0.1:47586/solr [junit4] 2> 1123156 T2482 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4] 2> 1123156 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1123157 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1123158 T2502 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@fdc504 name:ZooKeeperConnection = Watcher:127.0.0.1:47586 got event WatchedEvent state:SyncConnected type:Non= e path:null path:null type:None [junit4] 2> 1123159 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1123159 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1123161 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1123162 T2504 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@1be4026 name:ZooKeeperConnection= Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 1123162 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1123164 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer/queue [junit4] 2> 1123166 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer/collection-queue-work [junit4] 2> 1123169 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer/collection-map-running [junit4] 2> 1123172 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer/collection-map-completed [junit4] 2> 1123174 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer/collection-map-failure [junit4] 2> 1123177 T2482 oascc.SolrZkClient.makePath makePath: /live_= nodes [junit4] 2> 1123179 T2482 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:47187_ [junit4] 2> 1123179 T2482 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:47187_ [junit4] 2> 1123184 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer_elect [junit4] 2> 1123188 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/election [junit4] 2> 1123192 T2482 oasc.Overseer.close Overseer (id=3Dnull) clo= sing [junit4] 2> 1123197 T2482 oasc.OverseerElectionContext.runLeaderProces= s I am going to be the leader 127.0.0.1:47187_ [junit4] 2> 1123198 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer_elect/leader [junit4] 2> 1123202 T2482 oasc.Overseer.start Overseer (id=3D925014995= 78941443-127.0.0.1:47187_-n_0000000000) starting [junit4] 2> 1123208 T2482 oascc.SolrZkClient.makePath makePath: /overs= eer/queue-work [junit4] 2> 1123225 T2482 oasc.OverseerAutoReplicaFailoverThread. Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDel= ay=3D10000 autoReplicaFailoverWaitAfterExpiration=3D10000 autoReplicaFailov= erBadNodeExpiration=3D60000 [junit4] 2> 1123226 T2506 oasc.OverseerCollectionProcessor.run Process= current queue of collection creations [junit4] 2> 1123227 T2482 oascc.SolrZkClient.makePath makePath: /clust= erstate.json [junit4] 2> 1123231 T2482 oascc.SolrZkClient.makePath makePath: /alias= es.json [junit4] 2> 1123235 T2482 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 1123244 T2505 oasc.Overseer$ClusterStateUpdater.run Starti= ng to work on the main queue [junit4] 2> 1123248 T2482 oasc.CorePropertiesLocator.discover Looking = for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistribu= tedZkTest-8601EDE3FBF79870-001/tempDir-002 [junit4] 2> 1123260 T2482 oasc.CorePropertiesLocator.discoverUnder Fou= nd core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bui= ld/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601ED= E3FBF79870-001/tempDir-002/conf/ [junit4] 2> 1123408 T2482 oasc.CorePropertiesLocator.discover Found 1 = core definitions [junit4] 2> 1123410 T2482 oass.SolrDispatchFilter.init user.dir=3D/mnt= /ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 1123411 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4] 2> 1123411 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1123412 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1123414 T2510 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@d903b name:ZooKeeperConnection W= atcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected type= :None path:null path:null type:None [junit4] 2> 1123415 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1123415 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1123417 T2482 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 1123425 T2482 oasc.ChaosMonkey.monkeyLog monkey: init - ex= pire sessions:false cause connection loss:false [junit4] 2> 1123425 T2482 oasc.AbstractFullDistribZkTestBase.createJet= tys Creating collection1 with stateFormat=3D2 [junit4] 2> 1123426 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1123427 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1123428 T2512 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@172fe34 name:ZooKeeperConnection= Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 1123429 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1123429 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1123433 T2513 oasc.DistributedQueue$LatchChildWatcher.proc= ess LatchChildWatcher fired on path: /overseer/queue state: SyncConnected t= ype NodeChildrenChanged [junit4] 2> 1123438 T2505 oasc.Overseer$ClusterStateUpdater.buildColle= ction building a new collection: collection1 [junit4] 2> 1123439 T2505 oasc.Overseer$ClusterStateUpdater.createColl= ection Create collection collection1 with shards [shard1, shard2] [junit4] 2> 1123439 T2505 oasc.Overseer$ClusterStateUpdater.createColl= ection state version collection1 2 [junit4] 2> 1123444 T2505 oasc.Overseer$ClusterStateUpdater.updateZkSt= ates going to create_collection /collections/collection1/state.json [junit4] 2> 1123446 T2513 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 1123446 T2514 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 1123758 T2482 oasc.AbstractFullDistribZkTestBase.createJet= tys create jetty 1 [junit4] 2> 1123759 T2482 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1123761 T2482 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:34567 [junit4] 2> 1123762 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4] 2> 1123762 T2482 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4] 2> 1123762 T2482 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-tru= nk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistrib= utedZkTest-8601EDE3FBF79870-001/tempDir-003 [junit4] 2> 1123763 T2482 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-003/' [junit4] 2> 1123783 T2482 oasc.ConfigSolr.fromFile Loading container c= onfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/b= uild/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601= EDE3FBF79870-001/tempDir-003/solr.xml [junit4] 2> 1123794 T2482 oasc.CorePropertiesLocator. Config-def= ined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-003 [junit4] 2> 1123795 T2482 oasc.CoreContainer. New CoreContainer = 9051148 [junit4] 2> 1123795 T2482 oasc.CoreContainer.load Loading cores into C= oreContainer [instanceDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Li= nux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZ= kTest-8601EDE3FBF79870-001/tempDir-003/] [junit4] 2> 1123796 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 90000 [junit4] 2> 1123796 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to:=20 [junit4] 2> 1123796 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4] 2> 1123797 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4] 2> 1123797 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4] 2> 1123797 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4] 2> 1123798 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4] 2> 1123798 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4] 2> 1123798 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4] 2> 1123799 T2482 oasu.UpdateShardHandler. Creating Upda= teShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dfalse [junit4] 2> 1123799 T2482 oasl.LogWatcher.createWatcher SLF4J impl is = org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1123800 T2482 oasl.LogWatcher.newRegisteredLogWatcher Regi= stering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1123800 T2482 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1123800 T2482 oasc.ZkContainer.initZooKeeper Zookeeper cli= ent=3D127.0.0.1:47586/solr [junit4] 2> 1123801 T2482 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4] 2> 1123801 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1123802 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1123803 T2525 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@131a5f6 name:ZooKeeperConnection= Watcher:127.0.0.1:47586 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 1123804 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1123804 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1123806 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1123806 T2527 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@cc9355 name:ZooKeeperConnection = Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 1123807 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1123812 T2482 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 1124819 T2482 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:34567_ [junit4] 2> 1124821 T2482 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:34567_ [junit4] 2> 1124830 T2482 oasc.Overseer.close Overseer (id=3Dnull) clo= sing [junit4] 2> 1124836 T2482 oasc.CorePropertiesLocator.discover Looking = for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistribu= tedZkTest-8601EDE3FBF79870-001/tempDir-003 [junit4] 2> 1124843 T2482 oasc.CorePropertiesLocator.discoverUnder Fou= nd core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bui= ld/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601ED= E3FBF79870-001/tempDir-003/conf/ [junit4] 2> 1124979 T2482 oasc.CorePropertiesLocator.discover Found 1 = core definitions [junit4] 2> 1124980 T2482 oass.SolrDispatchFilter.init user.dir=3D/mnt= /ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 1124980 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4] 2> 1125255 T2482 oasc.AbstractFullDistribZkTestBase.createJet= tys create jetty 2 [junit4] 2> 1125255 T2482 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1125257 T2482 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:34621 [junit4] 2> 1125258 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4] 2> 1125258 T2482 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4] 2> 1125259 T2482 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-tru= nk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistrib= utedZkTest-8601EDE3FBF79870-001/tempDir-004 [junit4] 2> 1125259 T2482 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-004/' [junit4] 2> 1125277 T2482 oasc.ConfigSolr.fromFile Loading container c= onfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/b= uild/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601= EDE3FBF79870-001/tempDir-004/solr.xml [junit4] 2> 1125289 T2482 oasc.CorePropertiesLocator. Config-def= ined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-004 [junit4] 2> 1125290 T2482 oasc.CoreContainer. New CoreContainer = 5239361 [junit4] 2> 1125290 T2482 oasc.CoreContainer.load Loading cores into C= oreContainer [instanceDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Li= nux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZ= kTest-8601EDE3FBF79870-001/tempDir-004/] [junit4] 2> 1125291 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 90000 [junit4] 2> 1125291 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to:=20 [junit4] 2> 1125291 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4] 2> 1125292 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4] 2> 1125292 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4] 2> 1125292 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4] 2> 1125292 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4] 2> 1125293 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4] 2> 1125293 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4] 2> 1125294 T2482 oasu.UpdateShardHandler. Creating Upda= teShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dfalse [junit4] 2> 1125294 T2482 oasl.LogWatcher.createWatcher SLF4J impl is = org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1125294 T2482 oasl.LogWatcher.newRegisteredLogWatcher Regi= stering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1125295 T2482 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1125295 T2482 oasc.ZkContainer.initZooKeeper Zookeeper cli= ent=3D127.0.0.1:47586/solr [junit4] 2> 1125295 T2482 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4] 2> 1125296 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1125296 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1125298 T2540 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@6e0cea name:ZooKeeperConnection = Watcher:127.0.0.1:47586 got event WatchedEvent state:SyncConnected type:Non= e path:null path:null type:None [junit4] 2> 1125298 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1125299 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1125301 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1125303 T2542 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@e58c6a name:ZooKeeperConnection = Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 1125303 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1125316 T2482 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 1126323 T2482 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:34621_ [junit4] 2> 1126325 T2482 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:34621_ [junit4] 2> 1126334 T2482 oasc.Overseer.close Overseer (id=3Dnull) clo= sing [junit4] 2> 1126339 T2482 oasc.CorePropertiesLocator.discover Looking = for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistribu= tedZkTest-8601EDE3FBF79870-001/tempDir-004 [junit4] 2> 1126345 T2482 oasc.CorePropertiesLocator.discoverUnder Fou= nd core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bui= ld/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601ED= E3FBF79870-001/tempDir-004/conf/ [junit4] 2> 1126471 T2482 oasc.CorePropertiesLocator.discover Found 1 = core definitions [junit4] 2> 1126473 T2482 oass.SolrDispatchFilter.init user.dir=3D/mnt= /ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 1126473 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4] 2> 1126745 T2482 oasc.AbstractFullDistribZkTestBase.createJet= tys create jetty 3 [junit4] 2> 1126746 T2482 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1126748 T2482 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:32970 [junit4] 2> 1126749 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4] 2> 1126750 T2482 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4] 2> 1126750 T2482 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenk= ins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/sol= r.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005 [junit4] 2> 1126750 T2482 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/wor= kspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud= .CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/' [junit4] 2> 1126775 T2482 oasc.ConfigSolr.fromFile Loading container c= onfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/b= uild/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/worksp= ace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.Co= llectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/solr.xml [junit4] 2> 1126789 T2482 oasc.CorePropertiesLocator. Config-def= ined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkin= s/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.= cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005 [junit4] 2> 1126790 T2482 oasc.CoreContainer. New CoreContainer = 30491368 [junit4] 2> 1126790 T2482 oasc.CoreContainer.load Loading cores into C= oreContainer [instanceDir=3D../../../../../../../../../../mnt/ssd/jenkins/w= orkspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.clo= ud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/] [junit4] 2> 1126791 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 90000 [junit4] 2> 1126791 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to:=20 [junit4] 2> 1126791 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4] 2> 1126792 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4] 2> 1126792 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4] 2> 1126792 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4] 2> 1126793 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4] 2> 1126793 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4] 2> 1126793 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4] 2> 1126794 T2482 oasu.UpdateShardHandler. Creating Upda= teShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dfalse [junit4] 2> 1126794 T2482 oasl.LogWatcher.createWatcher SLF4J impl is = org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1126795 T2482 oasl.LogWatcher.newRegisteredLogWatcher Regi= stering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1126795 T2482 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1126795 T2482 oasc.ZkContainer.initZooKeeper Zookeeper cli= ent=3D127.0.0.1:47586/solr [junit4] 2> 1126796 T2482 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4] 2> 1126796 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1126797 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1126798 T2555 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@1a5b12e name:ZooKeeperConnection= Watcher:127.0.0.1:47586 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 1126799 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1126800 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1126803 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1126804 T2557 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@69537b name:ZooKeeperConnection = Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 1126805 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1126816 T2482 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 1127825 T2482 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:32970_ [junit4] 2> 1127827 T2482 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:32970_ [junit4] 2> 1127836 T2482 oasc.Overseer.close Overseer (id=3Dnull) clo= sing [junit4] 2> 1127841 T2482 oasc.CorePropertiesLocator.discover Looking = for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/= jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp= /solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-00= 5 [junit4] 2> 1127855 T2482 oasc.CorePropertiesLocator.discoverUnder Fou= nd core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bui= ld/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspac= e/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.Coll= ectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/conf/ [junit4] 2> 1128040 T2482 oasc.CorePropertiesLocator.discover Found 1 = core definitions [junit4] 2> 1128041 T2482 oass.SolrDispatchFilter.init user.dir=3D/mnt= /ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 1128042 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4] 2> 1128334 T2482 oasc.AbstractFullDistribZkTestBase.createJet= tys create jetty 4 [junit4] 2> 1128335 T2482 oejs.Server.doStart jetty-8.1.10.v20130312 [junit4] 2> 1128337 T2482 oejs.AbstractConnector.doStart Started Selec= tChannelConnector@127.0.0.1:47245 [junit4] 2> 1128338 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() [junit4] 2> 1128338 T2482 oasc.SolrResourceLoader.locateSolrHome JNDI = not configured for solr (NoInitialContextEx) [junit4] 2> 1128338 T2482 oasc.SolrResourceLoader.locateSolrHome using= system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenk= ins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/sol= r.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-006 [junit4] 2> 1128339 T2482 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/wor= kspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud= .CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-006/' [junit4] 2> 1128379 T2482 oasc.ConfigSolr.fromFile Loading container c= onfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/b= uild/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/worksp= ace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.Co= llectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-006/solr.xml [junit4] 2> 1128397 T2482 oasc.CorePropertiesLocator. Config-def= ined core root directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkin= s/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.= cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-006 [junit4] 2> 1128398 T2482 oasc.CoreContainer. New CoreContainer = 12588938 [junit4] 2> 1128398 T2482 oasc.CoreContainer.load Loading cores into C= oreContainer [instanceDir=3D../../../../../../../../../../mnt/ssd/jenkins/w= orkspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.clo= ud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-006/] [junit4] 2> 1128399 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting socketTimeout to: 90000 [junit4] 2> 1128399 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting urlScheme to:=20 [junit4] 2> 1128400 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting connTimeout to: 15000 [junit4] 2> 1128400 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxConnectionsPerHost to: 20 [junit4] 2> 1128400 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting corePoolSize to: 0 [junit4] 2> 1128400 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maximumPoolSize to: 2147483647 [junit4] 2> 1128401 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting maxThreadIdleTime to: 5 [junit4] 2> 1128401 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting sizeOfQueue to: -1 [junit4] 2> 1128401 T2482 oashc.HttpShardHandlerFactory.getParameter S= etting fairnessPolicy to: false [junit4] 2> 1128402 T2482 oasu.UpdateShardHandler. Creating Upda= teShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dfalse [junit4] 2> 1128402 T2482 oasl.LogWatcher.createWatcher SLF4J impl is = org.slf4j.impl.Log4jLoggerFactory [junit4] 2> 1128403 T2482 oasl.LogWatcher.newRegisteredLogWatcher Regi= stering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 1128403 T2482 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 1128403 T2482 oasc.ZkContainer.initZooKeeper Zookeeper cli= ent=3D127.0.0.1:47586/solr [junit4] 2> 1128403 T2482 oasc.ZkController.checkChrootPath zkHost inc= ludes chroot [junit4] 2> 1128404 T2482 oascc.SolrZkClient.createZkCredentialsToAddA= utomatically Using default ZkCredentialsProvider [junit4] 2> 1128405 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1128406 T2570 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@187ce5e name:ZooKeeperConnection= Watcher:127.0.0.1:47586 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 1128407 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1128408 T2482 oascc.SolrZkClient.createZkACLProvider Using= default ZkACLProvider [junit4] 2> 1128410 T2482 oascc.ConnectionManager.waitForConnected Wai= ting for client to connect to ZooKeeper [junit4] 2> 1128411 T2572 oascc.ConnectionManager.process Watcher org.= apache.solr.common.cloud.ConnectionManager@c41c6c name:ZooKeeperConnection = Watcher:127.0.0.1:47586/solr got event WatchedEvent state:SyncConnected typ= e:None path:null path:null type:None [junit4] 2> 1128411 T2482 oascc.ConnectionManager.waitForConnected Cli= ent is connected to ZooKeeper [junit4] 2> 1128422 T2482 oascc.ZkStateReader.createClusterStateWatche= rsAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 1129430 T2482 oasc.ZkController.createEphemeralLiveNode Re= gister node as live in ZooKeeper:/live_nodes/127.0.0.1:47245_ [junit4] 2> 1129432 T2482 oascc.SolrZkClient.makePath makePath: /live_= nodes/127.0.0.1:47245_ [junit4] 2> 1129440 T2482 oasc.Overseer.close Overseer (id=3Dnull) clo= sing [junit4] 2> 1129444 T2482 oasc.CorePropertiesLocator.discover Looking = for core definitions underneath /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/= jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp= /solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-00= 6 [junit4] 2> 1129455 T2482 oasc.CorePropertiesLocator.discoverUnder Fou= nd core conf in /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bui= ld/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspac= e/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.Coll= ectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-006/conf/ [junit4] 2> 1129629 T2482 oasc.CorePropertiesLocator.discover Found 1 = core definitions [junit4] 2> 1129630 T2482 oass.SolrDispatchFilter.init user.dir=3D/mnt= /ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 1129631 T2482 oass.SolrDispatchFilter.init SolrDispatchFil= ter.init() done [junit4] 2> 1129637 T2523 oasha.CollectionsHandler.handleCreateAction = Creating Collection : replicationFactor=3D2&collection.configName=3Dconf1&r= outer.field=3DmyOwnField&name=3Dsolrj_collection&action=3DCREATE&numShards= =3D2&wt=3Djavabin&version=3D2 [junit4] 2> 1129640 T2513 oasc.DistributedQueue$LatchChildWatcher.proc= ess LatchChildWatcher fired on path: /overseer/collection-queue-work state:= SyncConnected type NodeChildrenChanged [junit4] 2> 1129642 T2506 oasc.OverseerCollectionProcessor.run Oversee= r Collection Processor: Get the message id:/overseer/collection-queue-work/= qn-0000000000 message:{ [junit4] 2> =09 "operation":"create", [junit4] 2> =09 "fromApi":"true", [junit4] 2> =09 "name":"solrj_collection", [junit4] 2> =09 "replicationFactor":"2", [junit4] 2> =09 "collection.configName":"conf1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "router.field":"myOwnField"} [junit4] 2> 1129643 T2575 oasc.OverseerCollectionProcessor.processMess= age WARN OverseerCollectionProcessor.processMessage : create , { [junit4] 2> =09 "operation":"create", [junit4] 2> =09 "fromApi":"true", [junit4] 2> =09 "name":"solrj_collection", [junit4] 2> =09 "replicationFactor":"2", [junit4] 2> =09 "collection.configName":"conf1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "router.field":"myOwnField"} [junit4] 2> 1129645 T2575 oasc.OverseerCollectionProcessor.createConfN= ode creating collections conf node /collections/solrj_collection=20 [junit4] 2> 1129646 T2575 oascc.SolrZkClient.makePath makePath: /colle= ctions/solrj_collection [junit4] 2> 1129653 T2513 oasc.DistributedQueue$LatchChildWatcher.proc= ess LatchChildWatcher fired on path: /overseer/queue state: SyncConnected t= ype NodeChildrenChanged [junit4] 2> 1129658 T2505 oasc.Overseer$ClusterStateUpdater.buildColle= ction building a new collection: solrj_collection [junit4] 2> 1129658 T2505 oasc.Overseer$ClusterStateUpdater.createColl= ection Create collection solrj_collection with shards [shard1, shard2] [junit4] 2> 1129659 T2505 oasc.Overseer$ClusterStateUpdater.createColl= ection state version solrj_collection 1 [junit4] 2> 1129661 T2543 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129661 T2558 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129662 T2573 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129661 T2528 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129662 T2513 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129662 T2514 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129753 T2575 oasc.OverseerCollectionProcessor.createColle= ction Creating SolrCores for new collection solrj_collection, shardNames [s= hard1, shard2] , replicationFactor : 2 [junit4] 2> 1129754 T2575 oasc.OverseerCollectionProcessor.createColle= ction Creating shard solrj_collection_shard1_replica1 as part of slice shar= d1 of collection solrj_collection on 127.0.0.1:34621_ [junit4] 2> 1129755 T2575 oasc.OverseerCollectionProcessor.createColle= ction Creating shard solrj_collection_shard1_replica2 as part of slice shar= d1 of collection solrj_collection on 127.0.0.1:32970_ [junit4] 2> 1129757 T2575 oasc.OverseerCollectionProcessor.createColle= ction Creating shard solrj_collection_shard2_replica1 as part of slice shar= d2 of collection solrj_collection on 127.0.0.1:47187_ [junit4] 2> 1129759 T2575 oasc.OverseerCollectionProcessor.createColle= ction Creating shard solrj_collection_shard2_replica2 as part of slice shar= d2 of collection solrj_collection on 127.0.0.1:34567_ [junit4] 2> 1129760 T2535 oasha.CoreAdminHandler.handleCreateAction co= re create command qt=3D/admin/cores&collection.configName=3Dconf1&name=3Dso= lrj_collection_shard1_replica1&action=3DCREATE&numShards=3D2&collection=3Ds= olrj_collection&shard=3Dshard1&wt=3Djavabin&version=3D2 [junit4] 2> 1129762 T2499 oasha.CoreAdminHandler.handleCreateAction co= re create command qt=3D/admin/cores&collection.configName=3Dconf1&name=3Dso= lrj_collection_shard2_replica1&action=3DCREATE&numShards=3D2&collection=3Ds= olrj_collection&shard=3Dshard2&wt=3Djavabin&version=3D2 [junit4] 2> 1129764 T2550 oasha.CoreAdminHandler.handleCreateAction co= re create command qt=3D/admin/cores&collection.configName=3Dconf1&name=3Dso= lrj_collection_shard1_replica2&action=3DCREATE&numShards=3D2&collection=3Ds= olrj_collection&shard=3Dshard1&wt=3Djavabin&version=3D2 [junit4] 2> 1129765 T2520 oasha.CoreAdminHandler.handleCreateAction co= re create command qt=3D/admin/cores&collection.configName=3Dconf1&name=3Dso= lrj_collection_shard2_replica2&action=3DCREATE&numShards=3D2&collection=3Ds= olrj_collection&shard=3Dshard2&wt=3Djavabin&version=3D2 [junit4] 2> 1129766 T2535 oasc.ZkController.publish publishing core=3D= solrj_collection_shard1_replica1 state=3Ddown collection=3Dsolrj_collection [junit4] 2> 1129767 T2550 oasc.ZkController.publish publishing core=3D= solrj_collection_shard1_replica2 state=3Ddown collection=3Dsolrj_collection [junit4] 2> 1129767 T2499 oasc.ZkController.publish publishing core=3D= solrj_collection_shard2_replica1 state=3Ddown collection=3Dsolrj_collection [junit4] 2> 1129768 T2513 oasc.DistributedQueue$LatchChildWatcher.proc= ess LatchChildWatcher fired on path: /overseer/queue state: SyncConnected t= ype NodeChildrenChanged [junit4] 2> 1129769 T2535 oasc.ZkController.waitForCoreNodeName look f= or our core node name [junit4] 2> 1129768 T2520 oasc.ZkController.publish publishing core=3D= solrj_collection_shard2_replica2 state=3Ddown collection=3Dsolrj_collection [junit4] 2> 1129770 T2499 oasc.ZkController.waitForCoreNodeName look f= or our core node name [junit4] 2> 1129769 T2550 oasc.ZkController.waitForCoreNodeName look f= or our core node name [junit4] 2> 1129771 T2520 oasc.ZkController.waitForCoreNodeName look f= or our core node name [junit4] 2> 1129776 T2505 oasc.Overseer$ClusterStateUpdater.updateStat= e Update state numShards=3D2 message=3D{ [junit4] 2> =09 "core":"solrj_collection_shard1_replica1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:34621", [junit4] 2> =09 "node_name":"127.0.0.1:34621_", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"solrj_collection", [junit4] 2> =09 "operation":"state"} [junit4] 2> 1129780 T2505 oasc.Overseer$ClusterStateUpdater.updateStat= e Update state numShards=3D2 message=3D{ [junit4] 2> =09 "core":"solrj_collection_shard1_replica2", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:32970", [junit4] 2> =09 "node_name":"127.0.0.1:32970_", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"solrj_collection", [junit4] 2> =09 "operation":"state"} [junit4] 2> 1129781 T2513 oasc.DistributedQueue$LatchChildWatcher.proc= ess LatchChildWatcher fired on path: /overseer/queue state: SyncConnected t= ype NodeChildrenChanged [junit4] 2> 1129782 T2505 oasc.Overseer$ClusterStateUpdater.updateStat= e Update state numShards=3D2 message=3D{ [junit4] 2> =09 "core":"solrj_collection_shard2_replica1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:47187", [junit4] 2> =09 "node_name":"127.0.0.1:47187_", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"solrj_collection", [junit4] 2> =09 "operation":"state"} [junit4] 2> 1129785 T2505 oasc.Overseer$ClusterStateUpdater.updateStat= e Update state numShards=3D2 message=3D{ [junit4] 2> =09 "core":"solrj_collection_shard2_replica2", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:34567", [junit4] 2> =09 "node_name":"127.0.0.1:34567_", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"solrj_collection", [junit4] 2> =09 "operation":"state"} [junit4] 2> 1129787 T2513 oasc.DistributedQueue$LatchChildWatcher.proc= ess LatchChildWatcher fired on path: /overseer/queue state: SyncConnected t= ype NodeChildrenChanged [junit4] 2> 1129788 T2543 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129788 T2514 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129788 T2513 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129788 T2528 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129788 T2573 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1129788 T2558 oascc.ZkStateReader$2.process A cluster stat= e change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clust= erstate.json, has occurred - updating... (live nodes size: 5) [junit4] 2> 1130769 T2535 oasc.ZkController.waitForShardId waiting to = find shard id in clusterstate for solrj_collection_shard1_replica1 [junit4] 2> 1130770 T2535 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:solrj_collection [junit4] 2> 1130771 T2499 oasc.ZkController.waitForShardId waiting to = find shard id in clusterstate for solrj_collection_shard2_replica1 [junit4] 2> 1130771 T2550 oasc.ZkController.waitForShardId waiting to = find shard id in clusterstate for solrj_collection_shard1_replica2 [junit4] 2> 1130772 T2535 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4] 2> 1130773 T2535 oascc.ZkStateReader.readConfigName Load coll= ection config from:/collections/solrj_collection [junit4] 2> 1130772 T2499 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:solrj_collection [junit4] 2> 1130772 T2520 oasc.ZkController.waitForShardId waiting to = find shard id in clusterstate for solrj_collection_shard2_replica2 [junit4] 2> 1130775 T2499 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4] 2> 1130776 T2499 oascc.ZkStateReader.readConfigName Load coll= ection config from:/collections/solrj_collection [junit4] 2> 1130772 T2550 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:solrj_collection [junit4] 2> 1130775 T2520 oasc.ZkController.createCollectionZkNode Che= ck for collection zkNode:solrj_collection [junit4] 2> 1130778 T2550 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4] 2> 1130778 T2550 oascc.ZkStateReader.readConfigName Load coll= ection config from:/collections/solrj_collection [junit4] 2> 1130775 T2535 oascc.ZkStateReader.readConfigName path=3D/c= ollections/solrj_collection configName=3Dconf1 specified config exists in Z= ooKeeper [junit4] 2> 1130778 T2520 oasc.ZkController.createCollectionZkNode Col= lection zkNode exists [junit4] 2> 1130780 T2520 oascc.ZkStateReader.readConfigName Load coll= ection config from:/collections/solrj_collection [junit4] 2> 1130777 T2499 oascc.ZkStateReader.readConfigName path=3D/c= ollections/solrj_collection configName=3Dconf1 specified config exists in Z= ooKeeper [junit4] 2> 1130780 T2550 oascc.ZkStateReader.readConfigName path=3D/c= ollections/solrj_collection configName=3Dconf1 specified config exists in Z= ooKeeper [junit4] 2> 1130779 T2535 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-004/solrj_collection_shard1_replica1/' [junit4] 2> 1130782 T2550 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/wor= kspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud= .CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/solrj_col= lection_shard1_replica2/' [junit4] 2> 1130781 T2520 oascc.ZkStateReader.readConfigName path=3D/c= ollections/solrj_collection configName=3Dconf1 specified config exists in Z= ooKeeper [junit4] 2> 1130781 T2499 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-002/solrj_collection_shard2_replica1/' [junit4] 2> 1130784 T2520 oasc.SolrResourceLoader. new SolrResou= rceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linu= x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkT= est-8601EDE3FBF79870-001/tempDir-003/solrj_collection_shard2_replica2/' [junit4] 2> 1130851 T2535 oasc.SolrConfig. Using Lucene MatchVer= sion: 6.0.0 [junit4] 2> 1130852 T2550 oasc.SolrConfig. Using Lucene MatchVer= sion: 6.0.0 [junit4] 2> 1130854 T2499 oasc.SolrConfig. Using Lucene MatchVer= sion: 6.0.0 [junit4] 2> 1130863 T2520 oasc.SolrConfig. Using Lucene MatchVer= sion: 6.0.0 [junit4] 2> 1130885 T2550 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4] 2> 1130886 T2499 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4] 2> 1130887 T2550 oass.IndexSchema.readSchema Reading Solr Sch= ema from schema.xml [junit4] 2> 1130889 T2499 oass.IndexSchema.readSchema Reading Solr Sch= ema from schema.xml [junit4] 2> 1130891 T2535 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4] 2> 1130893 T2535 oass.IndexSchema.readSchema Reading Solr Sch= ema from schema.xml [junit4] 2> 1130900 T2520 oasc.SolrConfig. Loaded SolrConfig: so= lrconfig.xml [junit4] 2> 1130901 T2520 oass.IndexSchema.readSchema Reading Solr Sch= ema from schema.xml [junit4] 2> 1130935 T2550 oass.IndexSchema.readSchema [solrj_collectio= n_shard1_replica2] Schema name=3Dtest [junit4] 2> 1130935 T2520 oass.IndexSchema.readSchema [solrj_collectio= n_shard2_replica2] Schema name=3Dtest [junit4] 2> 1130938 T2499 oass.IndexSchema.readSchema [solrj_collectio= n_shard2_replica1] Schema name=3Dtest [junit4] 2> 1130942 T2535 oass.IndexSchema.readSchema [solrj_collectio= n_shard1_replica1] Schema name=3Dtest [junit4] 2> 1131084 T2520 oass.OpenExchangeRatesOrgProvider.init Initi= alized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 1131091 T2520 oass.IndexSchema.readSchema default search f= ield in schema is text [junit4] 2> 1131094 T2520 oass.IndexSchema.readSchema unique key field= : id [junit4] 2> 1131119 T2499 oass.OpenExchangeRatesOrgProvider.init Initi= alized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 1131119 T2520 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131126 T2520 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131129 T2499 oass.IndexSchema.readSchema default search f= ield in schema is text [junit4] 2> 1131130 T2520 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131131 T2499 oass.IndexSchema.readSchema unique key field= : id [junit4] 2> 1131132 T2520 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131136 T2520 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131137 T2520 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131138 T2520 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131138 T2520 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131139 T2550 oass.OpenExchangeRatesOrgProvider.init Initi= alized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 1131139 T2520 oasc.CoreContainer.create Creating SolrCore = 'solrj_collection_shard2_replica2' using configuration from collection solr= j_collection [junit4] 2> 1131140 T2520 oasc.SolrCore.initDirectoryFactory org.apach= e.solr.core.MockDirectoryFactory [junit4] 2> 1131140 T2520 oasc.SolrCore. [solrj_collection_shard= 2_replica2] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-= trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDist= ributedZkTest-8601EDE3FBF79870-001/tempDir-003/solrj_collection_shard2_repl= ica2/, dataDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bu= ild/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601E= DE3FBF79870-001/tempDir-003/solrj_collection_shard2_replica2/data/ [junit4] 2> 1131141 T2520 oasc.JmxMonitoredMap. JMX monitoring i= s enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBe= anServer@1f1b296 [junit4] 2> 1131144 T2520 oasc.CachingDirectoryFactory.get return new = directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3= FBF79870-001/tempDir-003/solrj_collection_shard2_replica2/data [junit4] 2> 1131145 T2520 oasc.SolrCore.getNewIndexDir New index direc= tory detected: old=3Dnull new=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistribu= tedZkTest-8601EDE3FBF79870-001/tempDir-003/solrj_collection_shard2_replica2= /data/index/ [junit4] 2> 1131145 T2520 oasc.SolrCore.initIndex WARN [solrj_collecti= on_shard2_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene= -Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsA= PIDistributedZkTest-8601EDE3FBF79870-001/tempDir-003/solrj_collection_shard= 2_replica2/data/index' doesn't exist. Creating new index... [junit4] 2> 1131146 T2520 oasc.CachingDirectoryFactory.get return new = directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3= FBF79870-001/tempDir-003/solrj_collection_shard2_replica2/data/index [junit4] 2> 1131147 T2520 oasu.RandomMergePolicy. RandomMergePol= icy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [Alcoholic= MergePolicy: minMergeSize=3D0, mergeFactor=3D10, maxMergeSize=3D1689189644,= maxMergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeByDeletes= =3Dtrue, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.796093022207999= E12, noCFSRatio=3D0.1] [junit4] 2> 1131149 T2520 oasc.SolrDeletionPolicy.onCommit SolrDeletio= nPolicy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory(id=3D= lucene-52323b)),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 1131149 T2520 oasc.SolrDeletionPolicy.updateCommits newest= commit generation =3D 1 [junit4] 2> 1131150 T2550 oass.IndexSchema.readSchema default search f= ield in schema is text [junit4] 2> 1131152 T2550 oass.IndexSchema.readSchema unique key field= : id [junit4] 2> 1131157 T2535 oass.OpenExchangeRatesOrgProvider.init Initi= alized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 1131157 T2520 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "nodistrib" [junit4] 2> 1131158 T2520 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "dedupe" [junit4] 2> 1131159 T2520 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "de= dupe" [junit4] 2> 1131159 T2520 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "stored_sig" [junit4] 2> 1131159 T2520 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "st= ored_sig" [junit4] 2> 1131160 T2520 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 1131160 T2520 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1131161 T2499 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131161 T2520 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "di= strib-dup-test-chain-implicit" [junit4] 2> 1131161 T2520 oasc.SolrCore.loadUpdateProcessorChains no u= pdateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1131162 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1131163 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1131164 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1131164 T2535 oass.IndexSchema.readSchema default search f= ield in schema is text [junit4] 2> 1131165 T2499 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131165 T2520 oasc.RequestHandlers.initHandlersFromConfig = created standard: solr.StandardRequestHandler [junit4] 2> 1131167 T2535 oass.IndexSchema.readSchema unique key field= : id [junit4] 2> 1131167 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /get: solr.RealTimeGetHandler [junit4] 2> 1131167 T2520 oasc.RequestHandlers.initHandlersFromConfig = adding lazy requestHandler: solr.ReplicationHandler [junit4] 2> 1131168 T2499 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131168 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /replication: solr.ReplicationHandler [junit4] 2> 1131170 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /update: solr.UpdateRequestHandler [junit4] 2> 1131170 T2499 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131171 T2499 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131171 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /admin/: org.apache.solr.handler.admin.AdminHandlers [junit4] 2> 1131172 T2499 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131173 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 1131173 T2499 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131174 T2499 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131174 T2520 oasc.RequestHandlers.initHandlersFromConfig = created /admin/fileedit: solr.admin.EditFileRequestHandler [junit4] 2> 1131174 T2499 oasc.CoreContainer.create Creating SolrCore = 'solrj_collection_shard2_replica1' using configuration from collection solr= j_collection [junit4] 2> 1131175 T2499 oasc.SolrCore.initDirectoryFactory org.apach= e.solr.core.MockDirectoryFactory [junit4] 2> 1131176 T2499 oasc.SolrCore. [solrj_collection_shard= 2_replica1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-= trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDist= ributedZkTest-8601EDE3FBF79870-001/tempDir-002/solrj_collection_shard2_repl= ica1/, dataDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bu= ild/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601E= DE3FBF79870-001/tempDir-002/solrj_collection_shard2_replica1/data/ [junit4] 2> 1131177 T2499 oasc.JmxMonitoredMap. JMX monitoring i= s enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBe= anServer@1f1b296 [junit4] 2> 1131176 T2550 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131177 T2520 oashl.XMLLoader.init xsltCacheLifetimeSecond= s=3D60 [junit4] 2> 1131178 T2499 oasc.CachingDirectoryFactory.get return new = directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3= FBF79870-001/tempDir-002/solrj_collection_shard2_replica1/data [junit4] 2> 1131179 T2499 oasc.SolrCore.getNewIndexDir New index direc= tory detected: old=3Dnull new=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistribu= tedZkTest-8601EDE3FBF79870-001/tempDir-002/solrj_collection_shard2_replica1= /data/index/ [junit4] 2> 1131179 T2499 oasc.SolrCore.initIndex WARN [solrj_collecti= on_shard2_replica1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene= -Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsA= PIDistributedZkTest-8601EDE3FBF79870-001/tempDir-002/solrj_collection_shard= 2_replica1/data/index' doesn't exist. Creating new index... [junit4] 2> 1131180 T2520 oashl.XMLLoader.init xsltCacheLifetimeSecond= s=3D60 [junit4] 2> 1131180 T2550 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131181 T2499 oasc.CachingDirectoryFactory.get return new = directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3= FBF79870-001/tempDir-002/solrj_collection_shard2_replica1/data/index [junit4] 2> 1131182 T2499 oasu.RandomMergePolicy. RandomMergePol= icy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [Alcoholic= MergePolicy: minMergeSize=3D0, mergeFactor=3D10, maxMergeSize=3D1689189644,= maxMergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeByDeletes= =3Dtrue, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.796093022207999= E12, noCFSRatio=3D0.1] [junit4] 2> 1131183 T2520 oashl.XMLLoader.init xsltCacheLifetimeSecond= s=3D60 [junit4] 2> 1131183 T2499 oasc.SolrDeletionPolicy.onCommit SolrDeletio= nPolicy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory(id=3D= lucene-32b176)),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 1131184 T2499 oasc.SolrDeletionPolicy.updateCommits newest= commit generation =3D 1 [junit4] 2> 1131184 T2550 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131185 T2520 oashl.XMLLoader.init xsltCacheLifetimeSecond= s=3D60 [junit4] 2> 1131185 T2550 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131186 T2550 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131187 T2550 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131188 T2550 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131188 T2520 oasu.CommitTracker. Hard AutoCommit: d= isabled [junit4] 2> 1131188 T2550 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131189 T2520 oasu.CommitTracker. Soft AutoCommit: d= isabled [junit4] 2> 1131189 T2550 oasc.CoreContainer.create Creating SolrCore = 'solrj_collection_shard1_replica2' using configuration from collection solr= j_collection [junit4] 2> 1131190 T2550 oasc.SolrCore.initDirectoryFactory org.apach= e.solr.core.MockDirectoryFactory [junit4] 2> 1131191 T2550 oasc.SolrCore. [solrj_collection_shard= 1_replica2] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/j= enkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/= solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005= /solrj_collection_shard1_replica2/, dataDir=3D/mnt/ssd/jenkins/workspace/Lu= cene-Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../= ../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-cor= e/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-= 001/tempDir-005/solrj_collection_shard1_replica2/data/ [junit4] 2> 1131191 T2520 oasu.RandomMergePolicy. RandomMergePol= icy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergeP= olicy: maxMergeAtOnce=3D29, maxMergeAtOnceExplicit=3D18, maxMergedSegmentMB= =3D65.2333984375, floorSegmentMB=3D2.1748046875, forceMergeDeletesPctAllowe= d=3D27.712847795871962, segmentsPerTier=3D44.0, maxCFSSegmentSizeMB=3D8.796= 093022207999E12, noCFSRatio=3D0.4344243477098072 [junit4] 2> 1131191 T2499 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "nodistrib" [junit4] 2> 1131191 T2535 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131192 T2499 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "dedupe" [junit4] 2> 1131191 T2550 oasc.JmxMonitoredMap. JMX monitoring i= s enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBe= anServer@1f1b296 [junit4] 2> 1131193 T2499 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "de= dupe" [junit4] 2> 1131192 T2520 oasc.SolrDeletionPolicy.onInit SolrDeletionP= olicy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory(id=3D= lucene-52323b)),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 1131194 T2550 oasc.CachingDirectoryFactory.get return new = directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/= Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.Collec= tionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/solrj_collection= _shard1_replica2/data [junit4] 2> 1131193 T2499 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "stored_sig" [junit4] 2> 1131194 T2550 oasc.SolrCore.getNewIndexDir New index direc= tory detected: old=3Dnull new=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/= jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp= /solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-00= 5/solrj_collection_shard1_replica2/data/index/ [junit4] 2> 1131194 T2520 oasc.SolrDeletionPolicy.updateCommits newest= commit generation =3D 1 [junit4] 2> 1131195 T2550 oasc.SolrCore.initIndex WARN [solrj_collecti= on_shard1_replica2] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene= -Solr-trunk-Linux/solr/build/solr-core/test/J1/../../../../../../../../../.= ./mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/te= st/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest-8601EDE3FBF79870-001/= tempDir-005/solrj_collection_shard1_replica2/data/index' doesn't exist. Cre= ating new index... [junit4] 2> 1131196 T2535 oass.FileExchangeRateProvider.reload Reloadi= ng exchange rates from file currency.xml [junit4] 2> 1131195 T2499 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "st= ored_sig" [junit4] 2> 1131196 T2550 oasc.CachingDirectoryFactory.get return new = directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/= Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.Collec= tionsAPIDistributedZkTest-8601EDE3FBF79870-001/tempDir-005/solrj_collection= _shard1_replica2/data/index [junit4] 2> 1131197 T2499 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 1131197 T2520 oass.SolrIndexSearcher. Opening Search= er@5fdc5a[solrj_collection_shard2_replica2] main [junit4] 2> 1131197 T2550 oasu.RandomMergePolicy. RandomMergePol= icy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [Alcoholic= MergePolicy: minMergeSize=3D0, mergeFactor=3D10, maxMergeSize=3D1689189644,= maxMergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeByDeletes= =3Dtrue, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.796093022207999= E12, noCFSRatio=3D0.1] [junit4] 2> 1131198 T2520 oascc.ZkStateReader.readConfigName Load coll= ection config from:/collections/solrj_collection [junit4] 2> 1131199 T2535 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131198 T2499 oasup.UpdateRequestProcessorChain.init creat= ing updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 1131199 T2550 oasc.SolrDeletionPolicy.onCommit SolrDeletio= nPolicy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory(id=3D= lucene-139125a)),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 1131200 T2520 oascc.ZkStateReader.readConfigName path=3D/c= ollections/solrj_collection configName=3Dconf1 specified config exists in Z= ooKeeper [junit4] 2> 1131200 T2499 oasup.UpdateRequestProcessorChain.init inser= ting DistributedUpdateProcessorFactory into updateRequestProcessorChain "di= strib-dup-test-chain-implicit" [junit4] 2> 1131201 T2499 oasc.SolrCore.loadUpdateProcessorChains no u= pdateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 1131200 T2520 oasr.ManagedResourceStorage.newStorageIO Set= ting up ZooKeeper-based storage for the RestManager with znodeBase: /config= s/conf1 [junit4] 2> 1131200 T2535 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131202 T2535 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131200 T2550 oasc.SolrDeletionPolicy.updateCommits newest= commit generation =3D 1 [junit4] 2> 1131202 T2535 oass.OpenExchangeRatesOrgProvider.reload Rel= oading exchange rates from open-exchange-rates.json [junit4] 2> 1131202 T2499 oasc.RequestHandlers.initHandlersFromConfig = created /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1131201 T2520 oasr.ManagedResourceStorage$ZooKeeperStorage= IO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 1131204 T2520 oasr.RestManager.init Initializing RestManag= er with initArgs: {} [junit4] 2> 1131204 T2535 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 1131205 T2535 oass.OpenExchangeRatesOrgProvider$OpenExchan= geRates. WARN Expected key, got STRING [junit4] 2> 1131205 T2520 oasr.ManagedResourceStorage.load Reading _re= st_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 1131205 T2499 oasc.RequestHandlers.initHandlersFromConfig = created /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 1131206 T2520 oasr.ManagedResourceStorage$ZooKeeperStorage= IO.openInputStream No data found for znode /configs/conf1/_rest_managed.jso= n [junit4] 2> 1131207 T2520 oasr.ManagedResourceStorage.load Loaded null= at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 1131206 T2535 oasc.CoreContainer.create Creating SolrCore = 'solrj_collection_shard1_replica1' using c [...truncated too long message...] java:263) [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> 2545649 T7011 oaz.ClientCnxn$EventThread.processEvent ERRO= R Error while calling watcher java.util.concurrent.RejectedExecutionExcept= ion: Task java.util.concurrent.FutureTask@7472b5 rejected from java.util.co= ncurrent.ThreadPoolExecutor@5b8dfa[Terminated, pool size =3D 0, active thre= ads =3D 0, queued tasks =3D 0, completed tasks =3D 4] [junit4] 2> =09at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.= rejectedExecution(ThreadPoolExecutor.java:2047) [junit4] 2> =09at java.util.concurrent.ThreadPoolExecutor.reject(Threa= dPoolExecutor.java:823) [junit4] 2> =09at java.util.concurrent.ThreadPoolExecutor.execute(Thre= adPoolExecutor.java:1369) [junit4] 2> =09at java.util.concurrent.AbstractExecutorService.submit(= AbstractExecutorService.java:112) [junit4] 2> =09at org.apache.solr.common.cloud.SolrZkClient$3.process(= SolrZkClient.java:263) [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: reproduce with: ant test -Dtestcase=3DDeleteLastCus= tomShardedReplicaTest -Dtests.method=3DtestDistribSearch -Dtests.seed=3D860= 1EDE3FBF79870 -Dtests.multiplier=3D3 -Dtests.slow=3Dtrue -Dtests.locale=3Dz= h_TW -Dtests.timezone=3DAsia/Dhaka -Dtests.file.encoding=3DUTF-8 [junit4] ERROR 131s J0 | DeleteLastCustomShardedReplicaTest.testDistr= ibSearch <<< [junit4] > Throwable #1: org.apache.solr.client.solrj.SolrServerExcep= tion: No live SolrServers available to handle this request:[https://127.0.0= .1:45902/nw, https://127.0.0.1:57567/nw, https://127.0.0.1:33972/nw] [junit4] > =09at __randomizedtesting.SeedInfo.seed([8601EDE3FBF79870:= 7E763FB8CA8F84C]:0) [junit4] > =09at org.apache.solr.client.solrj.impl.LBHttpSolrServer.r= equest(LBHttpSolrServer.java:322) [junit4] > =09at org.apache.solr.client.solrj.impl.CloudSolrServer.se= ndRequest(CloudSolrServer.java:880) [junit4] > =09at org.apache.solr.client.solrj.impl.CloudSolrServer.re= questWithRetryOnStaleState(CloudSolrServer.java:658) [junit4] > =09at org.apache.solr.client.solrj.impl.CloudSolrServer.re= quest(CloudSolrServer.java:601) [junit4] > =09at org.apache.solr.cloud.DeleteLastCustomShardedReplica= Test.removeAndWaitForLastReplicaGone(DeleteLastCustomShardedReplicaTest.jav= a:117) [junit4] > =09at org.apache.solr.cloud.DeleteLastCustomShardedReplica= Test.doTest(DeleteLastCustomShardedReplicaTest.java:107) [junit4] > =09at org.apache.solr.BaseDistributedSearchTestCase.testDi= stribSearch(BaseDistributedSearchTestCase.java:869) [junit4] > =09at java.lang.Thread.run(Thread.java:745) [junit4] > Caused by: org.apache.solr.client.solrj.impl.HttpSolrServe= r$RemoteSolrException: Could not remove replica : customcollreplicadeletio= n/a/core_node2 [junit4] > =09at org.apache.solr.client.solrj.impl.HttpSolrServer.exe= cuteMethod(HttpSolrServer.java:550) [junit4] > =09at org.apache.solr.client.solrj.impl.HttpSolrServer.req= uest(HttpSolrServer.java:210) [junit4] > =09at org.apache.solr.client.solrj.impl.HttpSolrServer.req= uest(HttpSolrServer.java:206) [junit4] > =09at org.apache.solr.client.solrj.impl.LBHttpSolrServer.d= oRequest(LBHttpSolrServer.java:343) [junit4] > =09at org.apache.solr.client.solrj.impl.LBHttpSolrServer.r= equest(LBHttpSolrServer.java:304) [junit4] > =09... 45 more [junit4] 2> 2545684 T6945 oas.SolrTestCaseJ4.deleteCore ###deleteCore [junit4] 2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins= /workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/temp/solr.c= loud.DeleteLastCustomShardedReplicaTest-8601EDE3FBF79870-001 [junit4] 2> 131426 T6944 ccr.ThreadLeakControl.checkThreadLeaks WARNIN= G Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=3DAsserting(Lucene410): {}, d= ocValues:{}, sim=3DRandomSimilarityProvider(queryNorm=3Dtrue,coord=3Dyes): = {}, locale=3Dzh_TW, timezone=3DAsia/Dhaka [junit4] 2> NOTE: Linux 3.13.0-35-generic i386/Oracle Corporation 1.8.= 0_20 (32-bit)/cpus=3D8,threads=3D1,free=3D211011520,total=3D357564416 [junit4] 2> NOTE: All tests run in this JVM: [SuggesterWFSTTest, TimeZ= oneUtilsTest, TestSolrCoreProperties, TestFastOutputStream, DocValuesMultiT= est, TestFastWriter, SuggestComponentTest, TestNonDefinedSimilarityFactory,= TestManagedSchemaFieldResource, HdfsWriteToMultipleCollectionsTest, Direct= SolrSpellCheckerTest, DistributedSpellCheckComponentTest, LeaderElectionTes= t, PingRequestHandlerTest, TestStandardQParsers, TestDefaultSimilarityFacto= ry, TriLevelCompositeIdRoutingTest, PathHierarchyTokenizerFactoryTest, Test= SolrDeletionPolicy1, TestWordDelimiterFilterFactory, IndexBasedSpellChecker= Test, TestChildDocTransformer, TestCodecSupport, RequiredFieldsTest, JsonLo= aderTest, DistributedQueryComponentOptimizationTest, TestUniqueKeyFieldReso= urce, BadCopyFieldTest, TestReload, TestInitParams, TestReplicationHandler,= TestLuceneMatchVersion, TestBinaryResponseWriter, DirectUpdateHandlerTest,= TestClassNameShortening, TestTrie, SuggesterTSTTest, VMParamsZkACLAndCrede= ntialsProvidersTest, ClusterStateUpdateTest, TestPartialUpdateDeduplication= , TestFieldCollectionResource, HighlighterTest, TestHashPartitioner, TestTo= lerantSearch, ResponseLogComponentTest, TestRestManager, DisMaxRequestHandl= erTest, ReplicationFactorTest, TestRangeQuery, TestFileDictionaryLookup, SS= LMigrationTest, MBeansHandlerTest, HdfsCollectionsAPIDistributedZkTest, Tes= tCloudManagedSchema, PluginInfoTest, TestCoreDiscovery, MigrateRouteKeyTest= , TestFastLRUCache, FieldMutatingUpdateProcessorTest, TestSearchPerf, WordB= reakSolrSpellCheckerTest, TestFuzzyAnalyzedSuggestions, TestSolrXmlPersiste= nce, ShowFileRequestHandlerTest, ZkControllerTest, ConnectionManagerTest, A= tomicUpdatesTest, CoreAdminHandlerTest, TestDFRSimilarityFactory, SpellingQ= ueryConverterTest, TestSolr4Spatial, SuggesterTest, SolrCmdDistributorTest,= DocumentAnalysisRequestHandlerTest, TestDocSet, RollingRestartTest, TestSy= stemIdResolver, TestNoOpRegenerator, OpenExchangeRatesOrgProviderTest, DocE= xpirationUpdateProcessorFactoryTest, TestQuerySenderListener, QueryEquality= Test, TestSuggestSpellingConverter, TestStressRecovery, MinimalSchemaTest, = TestFaceting, TestRTGBase, TestFoldingMultitermQuery, DistribDocExpirationU= pdateProcessorTest, BasicFunctionalityTest, TestImplicitCoreProperties, Tes= tDynamicFieldResource, TestComplexPhraseQParserPlugin, ZkNodePropsTest, Sys= temInfoHandlerTest, TestSolrQueryParserDefaultOperatorResource, MoreLikeThi= sHandlerTest, TestFieldTypeResource, InfoHandlerTest, TestRemoteStreaming, = DistributedSuggestComponentTest, TestStressUserVersions, XsltUpdateRequestH= andlerTest, TestDynamicFieldCollectionResource, OverseerCollectionProcessor= Test, BasicDistributedZkTest, UnloadDistributedZkTest, SyncSliceTest, Overs= eerTest, LeaderElectionIntegrationTest, ShardRoutingTest, BasicZkTest, Reco= veryZkTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestDistributedS= earch, TestDistributedGrouping, TestRealTimeGet, TestStressReorder, TestStr= essVersions, HardAutoCommitTest, SimpleFacetsTest, SolrCoreTest, SpellCheck= ComponentTest, TestGroupingSearch, PeerSyncTest, SoftAutoCommitTest, Sugges= terFSTTest, SpatialFilterTest, PolyFieldTest, SchemaVersionSpecificBehavior= Test, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, DirectUpdateH= andlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, TestSurround= QueryParser, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, Pr= imitiveFieldTypeTest, TestOmitPositions, XmlUpdateRequestHandlerTest, TestV= alueSourceCache, TermVectorComponentTest, TestArbitraryIndexDir, LoggingHan= dlerTest, IndexSchemaTest, TestCollationField, ReturnFieldsTest, TestCSVRes= ponseWriter, CSVRequestHandlerTest, SearchHandlerTest, HighlighterConfigTes= t, TestSolrIndexConfig, CopyFieldTest, BadComponentTest, TestSolrDeletionPo= licy2, MultiTermTest, TestConfig, ExternalFileFieldSortTest, TestPostingsSo= lrHighlighter, SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoPara= msTest, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, URLCla= ssifyProcessorTest, ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestC= ursorMarkWithoutUniqueKey, TestHighlightDedupGrouping, AliasIntegrationTest= , AsyncMigrateRouteKeyTest, DeleteLastCustomShardedReplicaTest] [junit4] Completed on J0 in 131.72s, 1 test, 1 error <<< FAILURES! [...truncated 280 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:491: The follo= wing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:471: The follo= wing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:60: The follow= ing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:39: Th= e following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The = following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:49= 6: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:= 1358: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:= 961: There were test failures: 429 suites, 1774 tests, 2 errors, 45 ignored= (23 assumptions) Total time: 144 minutes 46 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 32bit/jdk1.8.0_20 -client -XX:+= UseParallelGC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ------=_Part_84_955333632.1411463031119 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_84_955333632.1411463031119--