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 61442100FD for ; Fri, 16 Jan 2015 22:19:17 +0000 (UTC) Received: (qmail 82068 invoked by uid 500); 16 Jan 2015 22:19:18 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 82022 invoked by uid 500); 16 Jan 2015 22:19:18 -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 82010 invoked by uid 99); 16 Jan 2015 22:19:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2015 22:19:17 +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; Fri, 16 Jan 2015 22:18:44 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=serv1) by serv1.sd-datasolutions.de with esmtp (Exim 4.76) (envelope-from ) id 1YCFDy-0002ma-C0 for dev@lucene.apache.org; Fri, 16 Jan 2015 22:18:38 +0000 Date: Fri, 16 Jan 2015 22:18:15 +0000 (UTC) From: Policeman Jenkins Server To: dev@lucene.apache.org Message-ID: <281777632.269.1421446718316.JavaMail.jenkins@serv1.sd-datasolutions.de> In-Reply-To: <740158879.265.1421441646953.JavaMail.jenkins@serv1.sd-datasolutions.de> References: <740158879.265.1421441646953.JavaMail.jenkins@serv1.sd-datasolutions.de> Subject: [JENKINS] Lucene-Solr-trunk-Linux (64bit/jdk1.8.0_40-ea-b20) - Build # 11620 - Still Failing! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_268_1664955024.1421446695019" X-Jenkins-Job: Lucene-Solr-trunk-Linux X-Jenkins-Result: FAILURE X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_268_1664955024.1421446695019 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/11620/ Java: 64bit/jdk1.8.0_40-ea-b20 -XX:-UseCompressedOops -XX:+UseG1GC 1 tests failed. FAILED: org.apache.solr.core.TestDynamicLoading.testDistribSearch Error Message: Could not successfully add blob after 150 attempts. Expecting 2 items. time= elapsed 15,554 output for url is { "responseHeader":{ "status":0, = "QTime":0}, "response":{ "numFound":1, "start":0, "docs":= [{ "id":"test/1", "md5":"f87f983cc90b6e64a367bf5b8ab5cc98",= "blobName":"test", "version":1, "timestamp":"2015-= 01-16T21:55:25.014Z", "size":5365}]}} Stack Trace: java.lang.AssertionError: Could not successfully add blob after 150 attempt= s. Expecting 2 items. time elapsed 15,554 output for url is { "responseHeader":{ "status":0, "QTime":0}, "response":{ "numFound":1, "start":0, "docs":[{ "id":"test/1", "md5":"f87f983cc90b6e64a367bf5b8ab5cc98", "blobName":"test", "version":1, "timestamp":"2015-01-16T21:55:25.014Z", "size":5365}]}} =09at __randomizedtesting.SeedInfo.seed([EB4D2B326838CD9B:6AABA52A1F67ADA7]= :0) =09at org.junit.Assert.fail(Assert.java:93) =09at org.apache.solr.handler.TestBlobHandler.postAndCheck(TestBlobHandler.= java:150) =09at org.apache.solr.core.TestDynamicLoading.dynamicLoading(TestDynamicLoa= ding.java:115) =09at org.apache.solr.core.TestDynamicLoading.doTest(TestDynamicLoading.jav= a:71) =09at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseD= istributedSearchTestCase.java:868) =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:497) =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:54) =09at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFai= lure.java:48) =09at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(Test= RuleIgnoreAfterMaxFailures.java:65) =09at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIg= noreTestSuites.java:55) =09at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(St= atementAdapter.java:36) =09at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.= run(ThreadLeakControl.java:365) =09at java.lang.Thread.run(Thread.java:745) Build Log: [...truncated 9259 lines...] [junit4] Suite: org.apache.solr.core.TestDynamicLoading [junit4] 2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-t= runk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading E= B4D2B326838CD9B-001/init-core-data-001 [junit4] 2> 803172 T3667 oas.SolrTestCaseJ4.buildSSLConfig Randomized = ssl (false) and clientAuth (false) [junit4] 2> 803172 T3667 oas.BaseDistributedSearchTestCase.initHostCon= text Setting hostContext system property: /jr_k/w [junit4] 2> 803174 T3667 oas.SolrTestCaseJ4.setUp ###Starting testDist= ribSearch [junit4] 2> 803174 T3667 oasc.ZkTestServer.run STARTING ZK TEST SERVER [junit4] 1> client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 803175 T3668 oasc.ZkTestServer$ZKServerMain.runFromConfig = Starting server [junit4] 2> 803275 T3667 oasc.ZkTestServer.run start zk server on port= :43896 [junit4] 2> 803275 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 803276 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 803292 T3675 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@7e64b7df name:ZooKeeperConnection= Watcher:127.0.0.1:43896 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 803293 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 803294 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 803294 T3667 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 803298 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 803299 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 803301 T3678 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@4f3de970 name:ZooKeeperConnection= Watcher:127.0.0.1:43896/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 803301 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 803302 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 803302 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1 [junit4] 2> 803304 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/shards [junit4] 2> 803307 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection [junit4] 2> 803309 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/shards [junit4] 2> 803313 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 803313 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.xml [junit4] 2> 803318 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 803318 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/schema.xml [junit4] 2> 803322 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/= solrconfig.snippet.randomindexconfig.xml [junit4] 2> 803323 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 803326 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 803327 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/stopwords.txt [junit4] 2> 803330 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 803330 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/protwords.txt [junit4] 2> 803333 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 803333 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/currency.xml [junit4] 2> 803335 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 803336 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/enumsConfig.xml [junit4] 2> 803338 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-ra= tes.json [junit4] 2> 803339 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/open-exchange-rates.json [junit4] 2> 803341 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLa= tin1Accent.txt [junit4] 2> 803342 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 803345 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 803346 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/old_synonyms.txt [junit4] 2> 803348 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 803348 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/synonyms.txt [junit4] 2> 803600 T3667 oejs.Server.doStart jetty-9.2.6.v20141205 [junit4] 2> 803601 T3667 oejsh.ContextHandler.doStart Started o.e.j.s.= ServletContextHandler@5449d45f{/jr_k/w,null,AVAILABLE} [junit4] 2> 803603 T3667 oejs.AbstractConnector.doStart Started Server= Connector@4a8b01f8{HTTP/1.1}{127.0.0.1:50786} [junit4] 2> 803603 T3667 oejs.Server.doStart Started @804978ms [junit4] 2> 803604 T3667 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 803604 T3667 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 803605 T3667 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D= 2B326838CD9B-001/tempDir-002 [junit4] 2> 803605 T3667 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux= /solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B32683= 8CD9B-001/tempDir-002/' [junit4] 2> 803617 T3667 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bu= ild/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-00= 1/tempDir-002/solr.xml [junit4] 2> 803625 T3667 oasc.CoreContainer. New CoreContainer 9= 54249208 [junit4] 2> 803626 T3667 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Lin= ux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326= 838CD9B-001/tempDir-002/] [junit4] 2> 803626 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 803626 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 803626 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 803627 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 803627 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnections to: 10000 [junit4] 2> 803627 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 803627 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 803628 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 803628 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 803628 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 803628 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting useRetries to: false [junit4] 2> 803629 T3667 oasu.UpdateShardHandler. Creating Updat= eShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dtrue [junit4] 2> 803629 T3667 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 803629 T3667 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 803629 T3667 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 803630 T3667 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:43896/solr [junit4] 2> 803630 T3667 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 803630 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 803631 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 803632 T3692 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1d62a0fe name:ZooKeeperConnection= Watcher:127.0.0.1:43896 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 803633 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 803633 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 803635 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 803636 T3695 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1c16c64b name:ZooKeeperConnection= Watcher:127.0.0.1:43896/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 803636 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 803637 T3667 oascc.SolrZkClient.makePath makePath: /overse= er/queue [junit4] 2> 803640 T3667 oascc.SolrZkClient.makePath makePath: /overse= er/collection-queue-work [junit4] 2> 803641 T3667 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-running [junit4] 2> 803642 T3667 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-completed [junit4] 2> 803644 T3667 oascc.SolrZkClient.makePath makePath: /overse= er/collection-map-failure [junit4] 2> 803645 T3667 oascc.SolrZkClient.makePath makePath: /live_n= odes [junit4] 2> 803646 T3667 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:50786_jr_k%2Fw [junit4] 2> 803646 T3667 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:50786_jr_k%2Fw [junit4] 2> 803647 T3667 oascc.SolrZkClient.makePath makePath: /overse= er_elect [junit4] 2> 803648 T3667 oascc.SolrZkClient.makePath makePath: /overse= er_elect/election [junit4] 2> 803649 T3667 oasc.Overseer.close Overseer (id=3Dnull) clos= ing [junit4] 2> 803650 T3667 oasc.OverseerElectionContext.runLeaderProcess= I am going to be the leader 127.0.0.1:50786_jr_k%2Fw [junit4] 2> 803650 T3667 oascc.SolrZkClient.makePath makePath: /overse= er_elect/leader [junit4] 2> 803651 T3667 oasc.Overseer.start Overseer (id=3D9315583986= 4537091-127.0.0.1:50786_jr_k%2Fw-n_0000000000) starting [junit4] 2> 803652 T3667 oascc.SolrZkClient.makePath makePath: /overse= er/queue-work [junit4] 2> 803655 T3667 oasc.OverseerAutoReplicaFailoverThread.= Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDela= y=3D10000 autoReplicaFailoverWaitAfterExpiration=3D30000 autoReplicaFailove= rBadNodeExpiration=3D60000 [junit4] 2> 803656 T3697 oasc.OverseerCollectionProcessor.run Process = current queue of collection creations [junit4] 2> 803656 T3667 oascc.SolrZkClient.makePath makePath: /cluste= rstate.json [junit4] 2> 803657 T3667 oascc.SolrZkClient.makePath makePath: /aliase= s.json [junit4] 2> 803658 T3667 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 803660 T3696 oasc.Overseer$ClusterStateUpdater.run Startin= g to work on the main queue [junit4] 2> 803661 T3699 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcontrol_collection [junit4] 2> 803661 T3699 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 803661 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 803661 T3699 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 803663 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 0, message =3D { [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:50786/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:50786_jr_k%2Fw", [junit4] 2> =09 "numShards":"1", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "operation":"state"} current state version: 0 [junit4] 2> 803663 T3696 oasco.ReplicaMutator.updateState Update state= numShards=3D1 message=3D{ [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:50786/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:50786_jr_k%2Fw", [junit4] 2> =09 "numShards":"1", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "operation":"state"} [junit4] 2> 803663 T3696 oasco.ClusterStateMutator.createCollection bu= ilding a new cName: control_collection [junit4] 2> 803663 T3696 oasco.ReplicaMutator.updateState Assigning ne= w node to shard shard=3Dshard1 [junit4] 2> 803664 T3695 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 804662 T3699 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 804662 T3699 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:control_collection [junit4] 2> 804662 T3699 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 804663 T3699 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/control_collection [junit4] 2> 804663 T3699 oascc.ZkStateReader.readConfigName path=3D/co= llections/control_collection configName=3Dconf1 specified config exists in = ZooKeeper [junit4] 2> 804663 T3699 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux= /solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B32683= 8CD9B-001/tempDir-002/collection1/' [junit4] 2> 804664 T3699 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-002/collection1/lib/.svn/' to classloader [junit4] 2> 804664 T3699 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-002/collection1/lib/classes/' to classloader [junit4] 2> 804664 T3699 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-002/collection1/lib/README' to classloader [junit4] 2> 804675 T3699 oasc.ZkController.watchZKConfDir watch zkdir = /configs/conf1 [junit4] 2> 804677 T3699 oasc.Config. loaded config solrconfig.x= ml with version 0=20 [junit4] 2> 804680 T3699 oasc.SolrConfig.refreshRequestParams current = version of requestparams : -1 [junit4] 2> 804685 T3699 oasc.SolrConfig. Using Lucene MatchVers= ion: 6.0.0 [junit4] 2> 804694 T3699 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 804695 T3699 oass.IndexSchema.readSchema Reading Solr Sche= ma from /configs/conf1/schema.xml [junit4] 2> 804699 T3699 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 804818 T3699 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 804822 T3699 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 804823 T3699 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 804830 T3699 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 804832 T3699 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 804833 T3699 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 804834 T3699 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 804834 T3699 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 804835 T3699 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 804835 T3699 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 804835 T3699 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 804835 T3699 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection control_collection [junit4] 2> 804836 T3699 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 804836 T3699 oasc.SolrCore. [collection1] Opening ne= w SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/t= empDir-002/collection1/, dataDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-t= runk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading E= B4D2B326838CD9B-001/tempDir-001/control/data/ [junit4] 2> 804836 T3699 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@2cf8b47f [junit4] 2> 804837 T3699 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/= solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/te= mpDir-001/control/data [junit4] 2> 804837 T3699 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk= -Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2= B326838CD9B-001/tempDir-001/control/data/index/ [junit4] 2> 804837 T3699 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr= /build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B= -001/tempDir-001/control/data/index' doesn't exist. Creating new index... [junit4] 2> 804837 T3699 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/= solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/te= mpDir-001/control/data/index [junit4] 2> 804837 T3699 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicM= ergePolicy: minMergeSize=3D0, mergeFactor=3D10, maxMergeSize=3D1197110, max= MergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeByDeletes=3Dtru= e, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.796093022207999E12, n= oCFSRatio=3D0.1] [junit4] 2> 804838 T3699 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory@4dc42= daa lockFactory=3Dorg.apache.lucene.store.SingleInstanceLockFactory@7522c70= 2),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 804838 T3699 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 804840 T3699 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 804841 T3699 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 804841 T3699 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 804841 T3699 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 804841 T3699 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 804842 T3699 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 804842 T3699 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 804842 T3699 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 804842 T3699 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 804843 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 804843 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 804843 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 804843 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 804844 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 804844 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 804844 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 804844 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 804845 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 804845 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 804845 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 804846 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 804846 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 804846 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHa= ndler [junit4] 2> 804846 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 804847 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 804847 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 804847 T3699 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 804848 T3699 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 804849 T3699 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 804850 T3699 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 804850 T3699 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 804851 T3699 oasc.SolrCore.initStatsCache Using default st= atsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 804852 T3699 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 804852 T3699 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 804852 T3699 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteS= izeMergePolicy: minMergeSize=3D1677721, mergeFactor=3D37, maxMergeSize=3D21= 47483648, maxMergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeBy= Deletes=3Dtrue, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.79609302= 2207999E12, noCFSRatio=3D1.0] [junit4] 2> 804852 T3699 oasc.SolrDeletionPolicy.onInit SolrDeletionPo= licy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory@4dc42= daa lockFactory=3Dorg.apache.lucene.store.SingleInstanceLockFactory@7522c70= 2),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 804853 T3699 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 804853 T3699 oass.SolrIndexSearcher. Opening Searche= r@736d92f8[collection1] main [junit4] 2> 804853 T3699 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/control_collection [junit4] 2> 804854 T3699 oascc.ZkStateReader.readConfigName path=3D/co= llections/control_collection configName=3Dconf1 specified config exists in = ZooKeeper [junit4] 2> 804854 T3699 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 804854 T3699 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 804854 T3699 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 804854 T3699 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 804855 T3699 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 804855 T3699 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 804855 T3699 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 804855 T3699 oash.ReplicationHandler.inform Commits will b= e reserved for 10000 [junit4] 2> 804856 T3699 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 804856 T3700 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@736d92f8[collection1] main{ExitableDirecto= ryReader(UninvertingDirectoryReader())} [junit4] 2> 804856 T3703 oasc.ZkController.register Register replica -= core:collection1 address:http://127.0.0.1:50786/jr_k/w collection:control_= collection shard:shard1 [junit4] 2> 804857 T3667 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 804857 T3667 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 804857 T3703 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/leader_elect/shard1/election [junit4] 2> 804857 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 804858 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 804859 T3706 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@259ba57d name:ZooKeeperConnection= Watcher:127.0.0.1:43896/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 804859 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 804860 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 804860 T3667 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 804860 T3703 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard1 [junit4] 2> 804862 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 804862 T3703 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 804862 T3703 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> 804862 T3667 oasc.ChaosMonkey.monkeyLog monkey: init - exp= ire sessions:false cause connection loss:false [junit4] 2> ASYNC NEW_CORE C1741 name=3Dcollection1 org.apache.solr.c= ore.SolrCore@740279ad url=3Dhttp://127.0.0.1:50786/jr_k/w/collection1 node= =3D127.0.0.1:50786_jr_k%2Fw C1741_STATE=3Dcoll:control_collection core:coll= ection1 props:{core=3Dcollection1, base_url=3Dhttp://127.0.0.1:50786/jr_k/w= , node_name=3D127.0.0.1:50786_jr_k%2Fw, state=3Ddown} [junit4] 2> 804862 T3703 C1741 P50786 oasc.SyncStrategy.sync Sync repl= icas to http://127.0.0.1:50786/jr_k/w/collection1/ [junit4] 2> 804863 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "operation":"leader", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"control_collection"} current state vers= ion: 1 [junit4] 2> 804863 T3667 oasc.AbstractFullDistribZkTestBase.createJett= ys Creating collection1 with stateFormat=3D2 [junit4] 2> 804863 T3703 C1741 P50786 oasc.SyncStrategy.syncReplicas S= ync Success - now sync replicas to me [junit4] 2> 804863 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 804863 T3703 C1741 P50786 oasc.SyncStrategy.syncToMe http:= //127.0.0.1:50786/jr_k/w/collection1/ has no replicas [junit4] 2> 804864 T3703 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: http://127.0.0.1:50786/jr_k/w/collection1/ shard1 [junit4] 2> 804864 T3703 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/leaders/shard1 [junit4] 2> 804864 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 804865 T3709 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@2a49b1b8 name:ZooKeeperConnection= Watcher:127.0.0.1:43896/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 804865 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 804865 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 804866 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 804867 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 2, message =3D { [junit4] 2> =09 "operation":"create", [junit4] 2> =09 "name":"collection1", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "stateFormat":2} current state version: 1 [junit4] 2> 804868 T3696 oasco.ClusterStateMutator.createCollection bu= ilding a new cName: collection1 [junit4] 2> 804873 T3695 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 804874 T3706 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 804877 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "operation":"leader", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "base_url":"http://127.0.0.1:50786/jr_k/w", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "state":"active"} current state version: 2 [junit4] 2> 804878 T3696 oasco.ZkStateWriter.writePendingUpdates going= to create_collection /collections/collection1/state.json [junit4] 2> 804879 T3706 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 804881 T3710 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 804881 T3706 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 804917 T3703 oasc.ZkController.register We are http://127.= 0.0.1:50786/jr_k/w/collection1/ and leader is http://127.0.0.1:50786/jr_k/w= /collection1/ [junit4] 2> 804918 T3703 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:50786/jr_k/w [junit4] 2> 804918 T3703 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 804918 T3703 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcontrol_collection [junit4] 2> 804918 T3703 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 804919 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 804920 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "core_node_name":"core_node1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:50786/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:50786_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "operation":"state"} current state version: 4 [junit4] 2> 804920 T3696 oasco.ReplicaMutator.updateState Update state= numShards=3D2 message=3D{ [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "core_node_name":"core_node1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:50786/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:50786_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "shard":"shard1", [junit4] 2> =09 "collection":"control_collection", [junit4] 2> =09 "operation":"state"} [junit4] 2> 805022 T3695 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 805023 T3706 oascc.ZkStateReader$2.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/cluste= rstate.json, has occurred - updating... (live nodes size: 1) [junit4] 2> 805128 T3667 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 1 [junit4] 2> 805129 T3667 oejs.Server.doStart jetty-9.2.6.v20141205 [junit4] 2> 805130 T3667 oejsh.ContextHandler.doStart Started o.e.j.s.= ServletContextHandler@4058fa5{/jr_k/w,null,AVAILABLE} [junit4] 2> 805131 T3667 oejs.AbstractConnector.doStart Started Server= Connector@bf4a163{HTTP/1.1}{127.0.0.1:44443} [junit4] 2> 805131 T3667 oejs.Server.doStart Started @806506ms [junit4] 2> 805132 T3667 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 805132 T3667 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 805132 T3667 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trun= k-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D= 2B326838CD9B-001/tempDir-003 [junit4] 2> 805133 T3667 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux= /solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B32683= 8CD9B-001/tempDir-003/' [junit4] 2> 805144 T3667 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bu= ild/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-00= 1/tempDir-003/solr.xml [junit4] 2> 805153 T3667 oasc.CoreContainer. New CoreContainer 1= 056890940 [junit4] 2> 805153 T3667 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Lin= ux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326= 838CD9B-001/tempDir-003/] [junit4] 2> 805154 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 805154 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 805154 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 805154 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 805155 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnections to: 10000 [junit4] 2> 805155 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 805155 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 805155 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 805155 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 805156 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 805156 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting useRetries to: false [junit4] 2> 805156 T3667 oasu.UpdateShardHandler. Creating Updat= eShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dtrue [junit4] 2> 805157 T3667 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 805157 T3667 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 805157 T3667 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 805157 T3667 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:43896/solr [junit4] 2> 805158 T3667 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 805158 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 805158 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 805160 T3724 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@5fb03401 name:ZooKeeperConnection= Watcher:127.0.0.1:43896 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 805160 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 805161 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 805162 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 805163 T3727 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@4eea615b name:ZooKeeperConnection= Watcher:127.0.0.1:43896/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 805163 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 805166 T3667 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 806169 T3667 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:44443_jr_k%2Fw [junit4] 2> 806170 T3667 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:44443_jr_k%2Fw [junit4] 2> 806173 T3667 oasc.Overseer.close Overseer (id=3Dnull) clos= ing [junit4] 2> 806176 T3728 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 806176 T3728 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 806177 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 806177 T3728 oasc.ZkController.preRegister Registering wat= ch for external collection collection1 [junit4] 2> 806177 T3728 oascc.ZkStateReader.addZkWatch addZkWatch col= lection1 [junit4] 2> 806178 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:44443/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:44443_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "operation":"state"} current state version: 5 [junit4] 2> 806178 T3728 oascc.ZkStateReader.addZkWatch Updating colle= ction state at /collections/collection1/state.json from ZooKeeper...=20 [junit4] 2> 806178 T3696 oasco.ReplicaMutator.updateState Update state= numShards=3D2 message=3D{ [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:44443/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:44443_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "operation":"state"} [junit4] 2> 806178 T3696 oasco.ReplicaMutator.updateState Collection a= lready exists with numShards=3D2 [junit4] 2> 806179 T3696 oasco.ReplicaMutator.updateState Assigning ne= w node to shard shard=3Dshard2 [junit4] 2> 806179 T3728 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 0=20 [junit4] 2> 806179 T3728 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 806281 T3696 oasco.ZkStateWriter.writePendingUpdates going= to update_collection /collections/collection1/state.json version: 0 [junit4] 2> 806281 T3727 oascc.ZkStateReader$7.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collec= tions/collection1/state.json, has occurred - updating...=20 [junit4] 2> 806282 T3727 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 1=20 [junit4] 2> 807179 T3728 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 807179 T3728 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:collection1 [junit4] 2> 807180 T3728 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 807180 T3728 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 807181 T3728 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 807181 T3728 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux= /solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B32683= 8CD9B-001/tempDir-003/collection1/' [junit4] 2> 807182 T3728 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-003/collection1/lib/.svn/' to classloader [junit4] 2> 807182 T3728 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-003/collection1/lib/classes/' to classloader [junit4] 2> 807182 T3728 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-003/collection1/lib/README' to classloader [junit4] 2> 807195 T3728 oasc.ZkController.watchZKConfDir watch zkdir = /configs/conf1 [junit4] 2> 807197 T3728 oasc.Config. loaded config solrconfig.x= ml with version 0=20 [junit4] 2> 807201 T3728 oasc.SolrConfig.refreshRequestParams current = version of requestparams : -1 [junit4] 2> 807205 T3728 oasc.SolrConfig. Using Lucene MatchVers= ion: 6.0.0 [junit4] 2> 807215 T3728 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 807216 T3728 oass.IndexSchema.readSchema Reading Solr Sche= ma from /configs/conf1/schema.xml [junit4] 2> 807221 T3728 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 807322 T3728 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 807326 T3728 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 807327 T3728 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 807334 T3728 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 807336 T3728 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 807337 T3728 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 807338 T3728 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 807339 T3728 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 807339 T3728 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 807339 T3728 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 807339 T3728 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 807340 T3728 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection collection1 [junit4] 2> 807340 T3728 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 807340 T3728 oasc.SolrCore. [collection1] Opening ne= w SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build= /solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/t= empDir-003/collection1/, dataDir=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-t= runk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading E= B4D2B326838CD9B-001/tempDir-001/jetty1/ [junit4] 2> 807340 T3728 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@2cf8b47f [junit4] 2> 807341 T3728 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/= solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/te= mpDir-001/jetty1 [junit4] 2> 807341 T3728 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk= -Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2= B326838CD9B-001/tempDir-001/jetty1/index/ [junit4] 2> 807341 T3728 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr= /build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B= -001/tempDir-001/jetty1/index' doesn't exist. Creating new index... [junit4] 2> 807341 T3728 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/= solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/te= mpDir-001/jetty1/index [junit4] 2> 807342 T3728 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicM= ergePolicy: minMergeSize=3D0, mergeFactor=3D10, maxMergeSize=3D1197110, max= MergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeByDeletes=3Dtru= e, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.796093022207999E12, n= oCFSRatio=3D0.1] [junit4] 2> 807342 T3728 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory@1513c= 926 lockFactory=3Dorg.apache.lucene.store.SingleInstanceLockFactory@2d87be9= 6),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 807342 T3728 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 807344 T3728 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 807345 T3728 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 807345 T3728 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 807345 T3728 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 807345 T3728 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 807345 T3728 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 807345 T3728 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 807346 T3728 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 807346 T3728 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 807346 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 807346 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 807347 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 807347 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 807347 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 807347 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 807348 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 807348 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 807348 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 807349 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 807350 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 807350 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 807350 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 807351 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHa= ndler [junit4] 2> 807351 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 807351 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 807352 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 807352 T3728 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 807353 T3728 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 807354 T3728 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 807355 T3728 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 807355 T3728 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 807356 T3728 oasc.SolrCore.initStatsCache Using default st= atsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 807356 T3728 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 807357 T3728 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 807357 T3728 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteS= izeMergePolicy: minMergeSize=3D1677721, mergeFactor=3D37, maxMergeSize=3D21= 47483648, maxMergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeBy= Deletes=3Dtrue, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.79609302= 2207999E12, noCFSRatio=3D1.0] [junit4] 2> 807357 T3728 oasc.SolrDeletionPolicy.onInit SolrDeletionPo= licy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory@1513c= 926 lockFactory=3Dorg.apache.lucene.store.SingleInstanceLockFactory@2d87be9= 6),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 807358 T3728 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 807358 T3728 oass.SolrIndexSearcher. Opening Searche= r@37a0128d[collection1] main [junit4] 2> 807358 T3728 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 807359 T3728 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 807359 T3728 oasr.ManagedResourceStorage.newStorageIO Sett= ing up ZooKeeper-based storage for the RestManager with znodeBase: /configs= /conf1 [junit4] 2> 807359 T3728 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1 [junit4] 2> 807359 T3728 oasr.RestManager.init Initializing RestManage= r with initArgs: {} [junit4] 2> 807359 T3728 oasr.ManagedResourceStorage.load Reading _res= t_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 807360 T3728 oasr.ManagedResourceStorage$ZooKeeperStorageI= O.openInputStream No data found for znode /configs/conf1/_rest_managed.json [junit4] 2> 807360 T3728 oasr.ManagedResourceStorage.load Loaded null = at path _rest_managed.json using ZooKeeperStorageIO:path=3D/configs/conf1 [junit4] 2> 807360 T3728 oasr.RestManager.init Initializing 0 register= ed ManagedResources [junit4] 2> 807360 T3728 oash.ReplicationHandler.inform Commits will b= e reserved for 10000 [junit4] 2> 807361 T3729 oasc.SolrCore.registerSearcher [collection1] = Registered new searcher Searcher@37a0128d[collection1] main{ExitableDirecto= ryReader(UninvertingDirectoryReader())} [junit4] 2> 807361 T3728 oasc.CoreContainer.registerCore registering c= ore: collection1 [junit4] 2> 807362 T3732 oasc.ZkController.register Register replica -= core:collection1 address:http://127.0.0.1:44443/jr_k/w collection:collecti= on1 shard:shard2 [junit4] 2> 807362 T3667 oass.SolrDispatchFilter.init user.dir=3D/mnt/= ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1 [junit4] 2> 807362 T3667 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init() done [junit4] 2> 807362 T3732 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leader_elect/shard2/election [junit4] 2> 807366 T3732 oasc.ShardLeaderElectionContext.runLeaderProc= ess Running the leader process for shard shard2 [junit4] 2> 807367 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 807367 T3732 oasc.ShardLeaderElectionContext.waitForReplic= asToComeUp Enough replicas found to continue. [junit4] 2> 807367 T3732 oasc.ShardLeaderElectionContext.runLeaderProc= ess I may be the new leader - try and sync [junit4] 2> 807367 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "operation":"leader", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"collection1"} current state version: 5 [junit4] 2> ASYNC NEW_CORE C1742 name=3Dcollection1 org.apache.solr.c= ore.SolrCore@541a5e75 url=3Dhttp://127.0.0.1:44443/jr_k/w/collection1 node= =3D127.0.0.1:44443_jr_k%2Fw C1742_STATE=3Dcoll:collection1 core:collection1= props:{core=3Dcollection1, base_url=3Dhttp://127.0.0.1:44443/jr_k/w, node_= name=3D127.0.0.1:44443_jr_k%2Fw, state=3Ddown} [junit4] 2> 807367 T3732 C1742 P44443 oasc.SyncStrategy.sync Sync repl= icas to http://127.0.0.1:44443/jr_k/w/collection1/ [junit4] 2> 807368 T3732 C1742 P44443 oasc.SyncStrategy.syncReplicas S= ync Success - now sync replicas to me [junit4] 2> 807368 T3732 C1742 P44443 oasc.SyncStrategy.syncToMe http:= //127.0.0.1:44443/jr_k/w/collection1/ has no replicas [junit4] 2> 807368 T3732 oasc.ShardLeaderElectionContext.runLeaderProc= ess I am the new leader: http://127.0.0.1:44443/jr_k/w/collection1/ shard2 [junit4] 2> 807368 T3696 oasco.ZkStateWriter.writePendingUpdates going= to update_collection /collections/collection1/state.json version: 1 [junit4] 2> 807368 T3732 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/leaders/shard2 [junit4] 2> 807369 T3727 oascc.ZkStateReader$7.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collec= tions/collection1/state.json, has occurred - updating...=20 [junit4] 2> 807369 T3727 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 2=20 [junit4] 2> 807372 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 807372 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "operation":"leader", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "base_url":"http://127.0.0.1:44443/jr_k/w", [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "state":"active"} current state version: 5 [junit4] 2> 807373 T3696 oasco.ZkStateWriter.writePendingUpdates going= to update_collection /collections/collection1/state.json version: 2 [junit4] 2> 807374 T3727 oascc.ZkStateReader$7.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collec= tions/collection1/state.json, has occurred - updating...=20 [junit4] 2> 807374 T3727 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 3=20 [junit4] 2> 807422 T3732 oasc.ZkController.register We are http://127.= 0.0.1:44443/jr_k/w/collection1/ and leader is http://127.0.0.1:44443/jr_k/w= /collection1/ [junit4] 2> 807423 T3732 oasc.ZkController.register No LogReplay neede= d for core=3Dcollection1 baseURL=3Dhttp://127.0.0.1:44443/jr_k/w [junit4] 2> 807423 T3732 oasc.ZkController.checkRecovery I am the lead= er, no recovery necessary [junit4] 2> 807423 T3732 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Dactive collection=3Dcollection1 [junit4] 2> 807423 T3732 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 807424 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 807425 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "core_node_name":"core_node1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:44443/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:44443_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "operation":"state"} current state version: 5 [junit4] 2> 807425 T3696 oasco.ReplicaMutator.updateState Update state= numShards=3D2 message=3D{ [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "core_node_name":"core_node1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:44443/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:44443_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"active", [junit4] 2> =09 "shard":"shard2", [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "operation":"state"} [junit4] 2> 807426 T3696 oasco.ZkStateWriter.writePendingUpdates going= to update_collection /collections/collection1/state.json version: 3 [junit4] 2> 807426 T3732 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 3=20 [junit4] 2> 807426 T3727 oascc.ZkStateReader$7.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collec= tions/collection1/state.json, has occurred - updating...=20 [junit4] 2> 807427 T3727 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 4=20 [junit4] 2> 807635 T3667 oasc.AbstractFullDistribZkTestBase.createJett= ys create jetty 2 [junit4] 2> 807636 T3667 oejs.Server.doStart jetty-9.2.6.v20141205 [junit4] 2> 807637 T3667 oejsh.ContextHandler.doStart Started o.e.j.s.= ServletContextHandler@54152968{/jr_k/w,null,AVAILABLE} [junit4] 2> 807638 T3667 oejs.AbstractConnector.doStart Started Server= Connector@52f3b4ed{HTTP/1.1}{127.0.0.1:44683} [junit4] 2> 807638 T3667 oejs.Server.doStart Started @809013ms [junit4] 2> 807638 T3667 oass.SolrDispatchFilter.init SolrDispatchFilt= er.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a [junit4] 2> 807639 T3667 oasc.SolrResourceLoader.locateSolrHome JNDI n= ot configured for solr (NoInitialContextEx) [junit4] 2> 807639 T3667 oasc.SolrResourceLoader.locateSolrHome using = system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenki= ns/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr= .core.TestDynamicLoading EB4D2B326838CD9B-001/tempDir-004 [junit4] 2> 807639 T3667 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/work= space/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.T= estDynamicLoading EB4D2B326838CD9B-001/tempDir-004/' [junit4] 2> 807650 T3667 oasc.ConfigSolr.fromFile Loading container co= nfiguration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/bu= ild/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspa= ce/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.Test= DynamicLoading EB4D2B326838CD9B-001/tempDir-004/solr.xml [junit4] 2> 807658 T3667 oasc.CoreContainer. New CoreContainer 2= 141062532 [junit4] 2> 807659 T3667 oasc.CoreContainer.load Loading cores into Co= reContainer [instanceDir=3D../../../../../../../../../../mnt/ssd/jenkins/wo= rkspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core= .TestDynamicLoading EB4D2B326838CD9B-001/tempDir-004/] [junit4] 2> 807659 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting socketTimeout to: 90000 [junit4] 2> 807659 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting urlScheme to:=20 [junit4] 2> 807660 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting connTimeout to: 15000 [junit4] 2> 807660 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnectionsPerHost to: 20 [junit4] 2> 807660 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxConnections to: 10000 [junit4] 2> 807660 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting corePoolSize to: 0 [junit4] 2> 807661 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maximumPoolSize to: 2147483647 [junit4] 2> 807661 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting maxThreadIdleTime to: 5 [junit4] 2> 807661 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting sizeOfQueue to: -1 [junit4] 2> 807661 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting fairnessPolicy to: false [junit4] 2> 807661 T3667 oashc.HttpShardHandlerFactory.getParameter Se= tting useRetries to: false [junit4] 2> 807662 T3667 oasu.UpdateShardHandler. Creating Updat= eShardHandler HTTP client with params: socketTimeout=3D340000&connTimeout= =3D45000&retry=3Dtrue [junit4] 2> 807662 T3667 oasl.LogWatcher.createWatcher SLF4J impl is o= rg.slf4j.impl.Log4jLoggerFactory [junit4] 2> 807662 T3667 oasl.LogWatcher.newRegisteredLogWatcher Regis= tering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)] [junit4] 2> 807663 T3667 oasc.CoreContainer.load Host Name: 127.0.0.1 [junit4] 2> 807663 T3667 oasc.ZkContainer.initZooKeeper Zookeeper clie= nt=3D127.0.0.1:43896/solr [junit4] 2> 807663 T3667 oasc.ZkController.checkChrootPath zkHost incl= udes chroot [junit4] 2> 807663 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 807664 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 807665 T3746 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@64db6497 name:ZooKeeperConnection= Watcher:127.0.0.1:43896 got event WatchedEvent state:SyncConnected type:No= ne path:null path:null type:None [junit4] 2> 807666 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 807666 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 807668 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 807669 T3749 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@155b9506 name:ZooKeeperConnection= Watcher:127.0.0.1:43896/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 807669 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 807673 T3667 oascc.ZkStateReader.createClusterStateWatcher= sAndUpdate Updating cluster state from ZooKeeper...=20 [junit4] 2> 808676 T3667 oasc.ZkController.createEphemeralLiveNode Reg= ister node as live in ZooKeeper:/live_nodes/127.0.0.1:44683_jr_k%2Fw [junit4] 2> 808677 T3667 oascc.SolrZkClient.makePath makePath: /live_n= odes/127.0.0.1:44683_jr_k%2Fw [junit4] 2> 808681 T3667 oasc.Overseer.close Overseer (id=3Dnull) clos= ing [junit4] 2> 808685 T3750 oasc.ZkController.publish publishing core=3Dc= ollection1 state=3Ddown collection=3Dcollection1 [junit4] 2> 808685 T3750 oasc.ZkController.publish numShards not found= on descriptor - reading it from system property [junit4] 2> 808686 T3695 oasc.DistributedQueue$LatchWatcher.process No= deChildrenChanged fired on path /overseer/queue state SyncConnected [junit4] 2> 808686 T3750 oasc.ZkController.preRegister Registering wat= ch for external collection collection1 [junit4] 2> 808687 T3750 oascc.ZkStateReader.addZkWatch addZkWatch col= lection1 [junit4] 2> 808687 T3696 oasc.Overseer$ClusterStateUpdater.run process= Message: queueSize: 1, message =3D { [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:44683/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:44683_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "operation":"state"} current state version: 5 [junit4] 2> 808687 T3750 oascc.ZkStateReader.addZkWatch Updating colle= ction state at /collections/collection1/state.json from ZooKeeper...=20 [junit4] 2> 808687 T3696 oasco.ReplicaMutator.updateState Update state= numShards=3D2 message=3D{ [junit4] 2> =09 "core":"collection1", [junit4] 2> =09 "roles":null, [junit4] 2> =09 "base_url":"http://127.0.0.1:44683/jr_k/w", [junit4] 2> =09 "node_name":"127.0.0.1:44683_jr_k%2Fw", [junit4] 2> =09 "numShards":"2", [junit4] 2> =09 "state":"down", [junit4] 2> =09 "shard":null, [junit4] 2> =09 "collection":"collection1", [junit4] 2> =09 "operation":"state"} [junit4] 2> 808688 T3696 oasco.ReplicaMutator.updateState Collection a= lready exists with numShards=3D2 [junit4] 2> 808688 T3750 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 4=20 [junit4] 2> 808688 T3696 oasco.ReplicaMutator.updateState Assigning ne= w node to shard shard=3Dshard1 [junit4] 2> 808688 T3750 oasc.ZkController.waitForCoreNodeName look fo= r our core node name [junit4] 2> 808689 T3696 oasco.ZkStateWriter.writePendingUpdates going= to update_collection /collections/collection1/state.json version: 4 [junit4] 2> 808689 T3749 oascc.ZkStateReader$7.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collec= tions/collection1/state.json, has occurred - updating...=20 [junit4] 2> 808689 T3727 oascc.ZkStateReader$7.process A cluster state= change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collec= tions/collection1/state.json, has occurred - updating...=20 [junit4] 2> 808690 T3749 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 5=20 [junit4] 2> 808690 T3727 oascc.ZkStateReader.updateWatchedCollection U= pdating data for collection1 to ver 5=20 [junit4] 2> 809689 T3750 oasc.ZkController.waitForShardId waiting to f= ind shard id in clusterstate for collection1 [junit4] 2> 809689 T3750 oasc.ZkController.createCollectionZkNode Chec= k for collection zkNode:collection1 [junit4] 2> 809689 T3750 oasc.ZkController.createCollectionZkNode Coll= ection zkNode exists [junit4] 2> 809689 T3750 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 809690 T3750 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 809691 T3750 oasc.SolrResourceLoader. new SolrResour= ceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/work= space/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.T= estDynamicLoading EB4D2B326838CD9B-001/tempDir-004/collection1/' [junit4] 2> 809691 T3750 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-004/collection1/lib/.svn/' to classloader [junit4] 2> 809691 T3750 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-004/collection1/lib/classes/' to classloader [junit4] 2> 809692 T3750 oasc.SolrResourceLoader.replaceClassLoader Ad= ding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/so= lr-core/test/J1/temp/solr.core.TestDynamicLoading%20EB4D2B326838CD9B-001/te= mpDir-004/collection1/lib/README' to classloader [junit4] 2> 809702 T3750 oasc.ZkController.watchZKConfDir watch zkdir = /configs/conf1 [junit4] 2> 809704 T3750 oasc.Config. loaded config solrconfig.x= ml with version 0=20 [junit4] 2> 809708 T3750 oasc.SolrConfig.refreshRequestParams current = version of requestparams : -1 [junit4] 2> 809712 T3750 oasc.SolrConfig. Using Lucene MatchVers= ion: 6.0.0 [junit4] 2> 809721 T3750 oasc.SolrConfig. Loaded SolrConfig: sol= rconfig.xml [junit4] 2> 809722 T3750 oass.IndexSchema.readSchema Reading Solr Sche= ma from /configs/conf1/schema.xml [junit4] 2> 809726 T3750 oass.IndexSchema.readSchema [collection1] Sch= ema name=3Dtest [junit4] 2> 809841 T3750 oass.OpenExchangeRatesOrgProvider.init Initia= lized with rates=3Dopen-exchange-rates.json, refreshInterval=3D1440. [junit4] 2> 809844 T3750 oass.IndexSchema.readSchema default search fi= eld in schema is text [junit4] 2> 809845 T3750 oass.IndexSchema.readSchema unique key field:= id [junit4] 2> 809852 T3750 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 809854 T3750 oass.FileExchangeRateProvider.reload Reloadin= g exchange rates from file currency.xml [junit4] 2> 809855 T3750 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 809855 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 809856 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 809856 T3750 oass.OpenExchangeRatesOrgProvider.reload Relo= ading exchange rates from open-exchange-rates.json [junit4] 2> 809857 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Unknown key IMPORTANT NOTE [junit4] 2> 809857 T3750 oass.OpenExchangeRatesOrgProvider$OpenExchang= eRates. WARN Expected key, got STRING [junit4] 2> 809857 T3750 oasc.CoreContainer.create Creating SolrCore '= collection1' using configuration from collection collection1 [junit4] 2> 809858 T3750 oasc.SolrCore.initDirectoryFactory org.apache= .solr.core.MockDirectoryFactory [junit4] 2> 809858 T3750 oasc.SolrCore. [collection1] Opening ne= w SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucen= e-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicL= oading EB4D2B326838CD9B-001/tempDir-004/collection1/, dataDir=3D/mnt/ssd/je= nkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/temp/s= olr.core.TestDynamicLoading EB4D2B326838CD9B-001/tempDir-001/jetty2/ [junit4] 2> 809858 T3750 oasc.JmxMonitoredMap. JMX monitoring is= enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBea= nServer@2cf8b47f [junit4] 2> 809859 T3750 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/= solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/te= mpDir-001/jetty2 [junit4] 2> 809859 T3750 oasc.SolrCore.getNewIndexDir New index direct= ory detected: old=3Dnull new=3D/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk= -Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2= B326838CD9B-001/tempDir-001/jetty2/index/ [junit4] 2> 809859 T3750 oasc.SolrCore.initIndex WARN [collection1] So= lr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr= /build/solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B= -001/tempDir-001/jetty2/index' doesn't exist. Creating new index... [junit4] 2> 809859 T3750 oasc.CachingDirectoryFactory.get return new d= irectory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/= solr-core/test/J1/temp/solr.core.TestDynamicLoading EB4D2B326838CD9B-001/te= mpDir-001/jetty2/index [junit4] 2> 809860 T3750 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicM= ergePolicy: minMergeSize=3D0, mergeFactor=3D10, maxMergeSize=3D1197110, max= MergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeByDeletes=3Dtru= e, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.796093022207999E12, n= oCFSRatio=3D0.1] [junit4] 2> 809860 T3750 oasc.SolrDeletionPolicy.onCommit SolrDeletion= Policy.onCommit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory@1e56e= 127 lockFactory=3Dorg.apache.lucene.store.SingleInstanceLockFactory@7315290= a),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 809860 T3750 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 809863 T3750 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "nodistrib" [junit4] 2> 809863 T3750 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "dedupe" [junit4] 2> 809863 T3750 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "ded= upe" [junit4] 2> 809863 T3750 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "stored_sig" [junit4] 2> 809863 T3750 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "sto= red_sig" [junit4] 2> 809863 T3750 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-explicit" [junit4] 2> 809864 T3750 oasup.UpdateRequestProcessorChain.init creati= ng updateRequestProcessorChain "distrib-dup-test-chain-implicit" [junit4] 2> 809864 T3750 oasup.UpdateRequestProcessorChain.init insert= ing DistributedUpdateProcessorFactory into updateRequestProcessorChain "dis= trib-dup-test-chain-implicit" [junit4] 2> 809864 T3750 oasc.SolrCore.loadUpdateProcessorChains no up= dateRequestProcessorChain defined as default, creating implicit default [junit4] 2> 809864 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /update: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 809865 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/json: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 809865 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/csv: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 809865 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /update/json/docs: org.apache.solr.handler.UpdateRequestHandler [junit4] 2> 809865 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /config: org.apache.solr.handler.SolrConfigHandler [junit4] 2> 809866 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /schema: org.apache.solr.handler.SchemaHandler [junit4] 2> 809866 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /replication: org.apache.solr.handler.ReplicationHandler [junit4] 2> 809866 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /get: org.apache.solr.handler.RealTimeGetHandler [junit4] 2> 809867 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler [junit4] 2> 809867 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/system: org.apache.solr.handler.admin.SystemInfoHandler [junit4] 2> 809867 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler [junit4] 2> 809868 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler [junit4] 2> 809868 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler [junit4] 2> 809868 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHa= ndler [junit4] 2> 809869 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/logging: org.apache.solr.handler.admin.LoggingHandler [junit4] 2> 809869 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/ping: org.apache.solr.handler.PingRequestHandler [junit4] 2> 809869 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated standard: solr.StandardRequestHandler [junit4] 2> 809870 T3750 oasc.RequestHandlers.initHandlersFromConfig c= reated /admin/file: solr.admin.ShowFileRequestHandler [junit4] 2> 809871 T3750 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 809872 T3750 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 809872 T3750 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 809873 T3750 oashl.XMLLoader.init xsltCacheLifetimeSeconds= =3D60 [junit4] 2> 809874 T3750 oasc.SolrCore.initStatsCache Using default st= atsCache cache: org.apache.solr.search.stats.LocalStatsCache [junit4] 2> 809874 T3750 oasu.CommitTracker. Hard AutoCommit: di= sabled [junit4] 2> 809874 T3750 oasu.CommitTracker. Soft AutoCommit: di= sabled [junit4] 2> 809875 T3750 oasu.RandomMergePolicy. RandomMergePoli= cy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteS= izeMergePolicy: minMergeSize=3D1677721, mergeFactor=3D37, maxMergeSize=3D21= 47483648, maxMergeSizeForForcedMerge=3D9223372036854775807, calibrateSizeBy= Deletes=3Dtrue, maxMergeDocs=3D2147483647, maxCFSSegmentSizeMB=3D8.79609302= 2207999E12, noCFSRatio=3D1.0] [junit4] 2> 809875 T3750 oasc.SolrDeletionPolicy.onInit SolrDeletionPo= licy.onInit: commits: num=3D1 [junit4] 2> =09=09commit{dir=3DMockDirectoryWrapper(RAMDirectory@1e56e= 127 lockFactory=3Dorg.apache.lucene.store.SingleInstanceLockFactory@7315290= a),segFN=3Dsegments_1,generation=3D1} [junit4] 2> 809875 T3750 oasc.SolrDeletionPolicy.updateCommits newest = commit generation =3D 1 [junit4] 2> 809876 T3750 oass.SolrIndexSearcher. Opening Searche= r@30471a80[collection1] main [junit4] 2> 809876 T3750 oascc.ZkStateReader.readConfigName Load colle= ction config from:/collections/collection1 [junit4] 2> 809877 T3750 oascc.ZkStateReader.readConfigName path=3D/co= llections/collection1 configName=3Dconf1 specified config exists in ZooKeep= er [junit4] 2> 809877 T3750 oasr.ManagedResourceStorage.newStorag [...truncated too long message...] nnected Client is connected to ZooKeeper [junit4] 2> 841817 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 841817 T3667 oascc.SolrZkClient.makePath makePath: /solr [junit4] 2> 841820 T3667 oascc.SolrZkClient.createZkCredentialsToAddAu= tomatically Using default ZkCredentialsProvider [junit4] 2> 841820 T3667 oascc.ConnectionManager.waitForConnected Wait= ing for client to connect to ZooKeeper [junit4] 2> 841822 T3875 oascc.ConnectionManager.process Watcher org.a= pache.solr.common.cloud.ConnectionManager@1b206552 name:ZooKeeperConnection= Watcher:127.0.0.1:36533/solr got event WatchedEvent state:SyncConnected ty= pe:None path:null path:null type:None [junit4] 2> 841822 T3667 oascc.ConnectionManager.waitForConnected Clie= nt is connected to ZooKeeper [junit4] 2> 841822 T3667 oascc.SolrZkClient.createZkACLProvider Using = default ZkACLProvider [junit4] 2> 841823 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1 [junit4] 2> 841824 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/collection1/shards [junit4] 2> 841825 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection [junit4] 2> 841827 T3667 oascc.SolrZkClient.makePath makePath: /collec= tions/control_collection/shards [junit4] 2> 841828 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml [junit4] 2> 841828 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.xml [junit4] 2> 841830 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/schema.xml to /configs/conf1/schema.xml [junit4] 2> 841831 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/schema.xml [junit4] 2> 841832 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/= solrconfig.snippet.randomindexconfig.xml [junit4] 2> 841833 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/solrconfig.snippet.randomindexconfig.xml [junit4] 2> 841834 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/stopwords.txt to /configs/conf1/stopwords.txt [junit4] 2> 841835 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/stopwords.txt [junit4] 2> 841836 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/protwords.txt to /configs/conf1/protwords.txt [junit4] 2> 841836 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/protwords.txt [junit4] 2> 841838 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/currency.xml to /configs/conf1/currency.xml [junit4] 2> 841838 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/currency.xml [junit4] 2> 841840 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml [junit4] 2> 841841 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/enumsConfig.xml [junit4] 2> 841843 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-ra= tes.json [junit4] 2> 841843 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/open-exchange-rates.json [junit4] 2> 841844 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLa= tin1Accent.txt [junit4] 2> 841844 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/mapping-ISOLatin1Accent.txt [junit4] 2> 841846 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt [junit4] 2> 841846 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/old_synonyms.txt [junit4] 2> 841847 T3667 oasc.AbstractZkTestCase.putConfig put /mnt/ss= d/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/c= ollection1/conf/synonyms.txt to /configs/conf1/synonyms.txt [junit4] 2> 841848 T3667 oascc.SolrZkClient.makePath makePath: /config= s/conf1/synonyms.txt [junit4] 2> 841850 T3667 oas.SolrTestCaseJ4.tearDown ###Ending testDow= n [junit4] 2> 841850 T3667 oasc.ZkTestServer.send4LetterWord connecting = to 127.0.0.1:36533 36533 [junit4] 2> 847267 T3865 oasc.ZkTestServer.send4LetterWord connecting = to 127.0.0.1:36533 36533 [junit4] 2> 847269 T3667 oas.SolrTestCaseJ4.tearDown ###Ending testDow= n [junit4] 2> 847269 T3667 oasc.ZkTestServer.send4LetterWord connecting = to 127.0.0.1:36533 36533 [junit4] 2> 847269 T3667 oas.SolrTestCaseJ4.tearDown ###Ending testDow= n [junit4] 2> 847269 T3667 oasc.ZkTestServer.send4LetterWord connecting = to 127.0.0.1:36533 36533 [junit4] 2> 847271 T3667 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/J1/temp/solr.c= ore.TestDynamicLoading EB4D2B326838CD9B-001 [junit4] 2> NOTE: test params are: codec=3DAsserting(Lucene50): {blobN= ame=3DPostingsFormat(name=3DLuceneVarGapFixedInterval), size=3DFSTOrd50, _v= ersion_=3DPostingsFormat(name=3DMockRandom), id=3DTestBloomFilteredLucenePo= stings(BloomFilteringPostingsFormat(Lucene50(blocksize=3D128))), version=3D= PostingsFormat(name=3DMockRandom), md5=3DPostingsFormat(name=3DLuceneVarGap= FixedInterval), timestamp=3DPostingsFormat(name=3DLuceneVarGapFixedInterval= )}, docValues:{}, sim=3DDefaultSimilarity, locale=3Dar_JO, timezone=3DEurop= e/Simferopol [junit4] 2> NOTE: Linux 3.13.0-43-generic amd64/Oracle Corporation 1.8= .0_40-ea (64-bit)/cpus=3D8,threads=3D1,free=3D120287072,total=3D536870912 [junit4] 2> NOTE: All tests run in this JVM: [SpellCheckComponentTest,= CollectionsAPIAsyncDistributedZkTest, TestBadConfig, QueryParsingTest, Tes= tIntervalFaceting, TestSolrXml, HdfsCollectionsAPIDistributedZkTest, EchoPa= ramsTest, DebugComponentTest, TestExactStatsCache, DistribCursorPagingTest,= UpdateParamsTest, TestBulkSchemaAPI, TestTrie, PolyFieldTest, CollectionsA= PIDistributedZkTest, ZkStateWriterTest, SignatureUpdateProcessorFactoryTest= , DistributedExpandComponentTest, TestDynamicFieldCollectionResource, FileU= tilsTest, StatsComponentTest, SearchHandlerTest, ZkSolrClientTest, Overridd= enZkACLAndCredentialsProvidersTest, TestSolrIndexConfig, TestFieldCollectio= nResource, FieldMutatingUpdateProcessorTest, TestLMJelinekMercerSimilarityF= actory, TestZkChroot, SuggesterTSTTest, TestMergePolicyConfig, TestExpandCo= mponent, DocumentBuilderTest, SimpleMLTQParserTest, HighlighterMaxOffsetTes= t, TestRealTimeGet, TestFreeTextSuggestions, AliasIntegrationTest, Currency= FieldOpenExchangeTest, UUIDUpdateProcessorFallbackTest, ResponseLogComponen= tTest, OverseerCollectionProcessorTest, QueryResultKeyTest, TestChildDocTra= nsformer, TimeZoneUtilsTest, CopyFieldTest, CurrencyFieldXmlFileTest, TestF= astLRUCache, TestSearchPerf, TestDefaultSimilarityFactory, TestReversedWild= cardFilterFactory, OverseerStatusTest, TestCloudSchemaless, OutOfBoxZkACLAn= dCredentialsProvidersTest, TestSchemaNameResource, TestRangeQuery, TermsCom= ponentTest, EnumFieldTest, StatelessScriptUpdateProcessorFactoryTest, Index= BasedSpellCheckerTest, TestJmxMonitoredMap, ZkNodePropsTest, TestConfigOver= lay, TestConfigSets, TestManagedStopFilterFactory, AnalyticsMergeStrategyTe= st, ConvertedLegacyTest, StressHdfsTest, FastVectorHighlighterTest, Spatial= FilterTest, WordBreakSolrSpellCheckerTest, DistribDocExpirationUpdateProces= sorTest, MigrateRouteKeyTest, OpenCloseCoreStressTest, TestOrdValues, TestC= ollationFieldDocValues, DistributedTermsComponentTest, BasicDistributedZk2T= est, TestSolrXmlPersistence, CSVRequestHandlerTest, SpellingQueryConverterT= est, AddSchemaFieldsUpdateProcessorFactoryTest, TestDynamicLoading] [junit4] Completed on J1 in 44.12s, 2 tests, 1 failure <<< FAILURES! [...truncated 874 lines...] BUILD FAILED /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:519: The follo= wing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The follo= wing error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:61: 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:187: The = following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:51= 0: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:= 1348: The following error occurred while executing this line: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:= 956: There were test failures: 463 suites, 1871 tests, 1 failure, 47 ignore= d (21 assumptions) Total time: 63 minutes 42 seconds Build step 'Invoke Ant' marked build as failure [description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b20 -XX:-U= seCompressedOops -XX:+UseG1GC Archiving artifacts Recording test results Email was triggered for: Failure - Any Sending email for trigger: Failure - Any ------=_Part_268_1664955024.1421446695019 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_268_1664955024.1421446695019--