You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/12/08 17:25:55 UTC

[JENKINS] Lucene-Solr-7.2-Linux (32bit/jdk1.8.0_144) - Build # 31 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/31/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseG1GC

6 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) Thread[id=7118, name=searcherExecutor-2756-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=7118, name=searcherExecutor-2756-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([1834B8F65DD67582]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=7118, name=searcherExecutor-2756-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=7118, name=searcherExecutor-2756-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([1834B8F65DD67582]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.client.solrj.request.TestV2Request

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request:     1) Thread[id=366, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request: 
   1) Thread[id=366, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([B8D326E83C980B90]:0)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient

Error Message:
Error from server at https://127.0.0.1:41805/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at https://127.0.0.1:41805/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([B8D326E83C980B90:2125AD58992B83FB]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
	at org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
	at org.apache.solr.client.solrj.request.TestV2Request.testCloudSolrClient(TestV2Request.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient

Error Message:
Error from server at https://127.0.0.1:43173/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException: Error from server at https://127.0.0.1:43173/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([B8D326E83C980B90:60CB3EC29DAC19B7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException.create(HttpSolrClient.java:829)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.request.TestV2Request.assertSuccess(TestV2Request.java:42)
	at org.apache.solr.client.solrj.request.TestV2Request.doTest(TestV2Request.java:72)
	at org.apache.solr.client.solrj.request.TestV2Request.testHttpSolrClient(TestV2Request.java:62)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([1834B8F65DD67582:C754192796F11627]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=*:*
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
	... 41 more




Build Log:
[...truncated 12271 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 690844 INFO  (SUITE-TestLazyCores-seed#[1834B8F65DD67582]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/init-core-data-001
   [junit4]   2> 690845 WARN  (SUITE-TestLazyCores-seed#[1834B8F65DD67582]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=33 numCloses=33
   [junit4]   2> 690845 INFO  (SUITE-TestLazyCores-seed#[1834B8F65DD67582]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 690846 INFO  (SUITE-TestLazyCores-seed#[1834B8F65DD67582]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 690848 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 690866 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 690897 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 690908 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 690908 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 690912 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001
   [junit4]   2> 690912 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1, core1, badConfig2, badConfig1, badSchema2, core2]
   [junit4]   2> 690912 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 690924 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 690925 INFO  (coreLoadExecutor-2557-thread-1) [    x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 690928 INFO  (coreLoadExecutor-2557-thread-3) [    x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 690931 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 690932 INFO  (coreLoadExecutor-2557-thread-3) [    x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 690934 INFO  (coreLoadExecutor-2557-thread-1) [    x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 690934 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 690934 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core1, trusted=true
   [junit4]   2> 690934 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' (registry 'solr.core.core1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 690934 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 690934 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core1/data/]
   [junit4]   2> 690937 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1454890960054457]
   [junit4]   2> 690941 INFO  (coreLoadExecutor-2557-thread-3) [    x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 690941 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 690946 INFO  (coreLoadExecutor-2557-thread-3) [    x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 690947 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 690949 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 690949 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core2, trusted=true
   [junit4]   2> 690950 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry 'solr.core.core2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 690950 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 690950 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core2/data/]
   [junit4]   2> 690952 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1454890960054457]
   [junit4]   2> 690992 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 690992 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 690993 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=70.982421875, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=3.0879113530660063, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 690994 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d6b59c[core1] main]
   [junit4]   2> 690994 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core1/conf
   [junit4]   2> 690995 INFO  (coreLoadExecutor-2557-thread-2) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 690996 INFO  (searcherExecutor-2558-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@d6b59c[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691002 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691002 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691004 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=70.982421875, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=3.0879113530660063, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 691004 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.s.SolrIndexSearcher Opening [Searcher@d14d79[core2] main]
   [junit4]   2> 691004 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/core2/conf
   [junit4]   2> 691005 INFO  (coreLoadExecutor-2557-thread-1) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691006 INFO  (searcherExecutor-2559-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@d14d79[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691007 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691007 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@876e82 commitCommandVersion:0
   [junit4]   2> 691045 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1442865[core1] main]
   [junit4]   2> 691045 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691047 INFO  (searcherExecutor-2558-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1442865[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 691048 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691050 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691050 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691050 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    ] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691062 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691067 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 691069 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691069 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig1, trusted=true
   [junit4]   2> 691069 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691069 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691069 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 691072 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=85.1591796875, floorSegmentMB=1.310546875, forceMergeDeletesPctAllowed=18.319092663750485, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.25718084347681086
   [junit4]   2> 691139 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691139 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691140 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=27, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=58.4423828125, floorSegmentMB=1.3759765625, forceMergeDeletesPctAllowed=1.6314498099849961, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4415628144212056
   [junit4]   2> 691140 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10e27b3[badConfig1] main]
   [junit4]   2> 691141 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig1/conf
   [junit4]   2> 691141 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691142 INFO  (searcherExecutor-2572-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@10e27b3[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691149 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691154 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 691162 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691162 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig2, trusted=true
   [junit4]   2> 691162 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691162 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691162 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 691165 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.5634765625, noCFSRatio=0.6924336267853778]
   [junit4]   2> 691216 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691216 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691217 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=89.86328125, floorSegmentMB=1.173828125, forceMergeDeletesPctAllowed=7.560143429225573, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23907923822364935
   [junit4]   2> 691217 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52ed44[badConfig2] main]
   [junit4]   2> 691218 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badConfig2/conf
   [junit4]   2> 691218 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691219 INFO  (searcherExecutor-2576-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig2] Registered new searcher Searcher@52ed44[badConfig2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691226 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691231 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 691233 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691233 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema1, trusted=true
   [junit4]   2> 691233 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691233 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691233 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 691236 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7437228171675189]
   [junit4]   2> 691287 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691287 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691288 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=92.0283203125, floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=7.418485621687811, segmentsPerTier=29.0, maxCFSSegmentSizeMB=1.0419921875, noCFSRatio=1.0
   [junit4]   2> 691289 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e715f5[badSchema1] main]
   [junit4]   2> 691289 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema1/conf
   [junit4]   2> 691290 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691290 INFO  (searcherExecutor-2580-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema1] Registered new searcher Searcher@e715f5[badSchema1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691297 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691302 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 691304 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691304 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema2, trusted=true
   [junit4]   2> 691305 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691305 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691305 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema2/data/]
   [junit4]   2> 691307 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=63.8037109375, floorSegmentMB=1.3076171875, forceMergeDeletesPctAllowed=9.714021670882385, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 691360 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691360 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691361 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 691361 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15d61d6[badSchema2] main]
   [junit4]   2> 691362 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-001/badSchema2/conf
   [junit4]   2> 691362 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691363 INFO  (searcherExecutor-2584-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema2] Registered new searcher Searcher@15d61d6[badSchema2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691365 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691365 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@876e82 commitCommandVersion:0
   [junit4]   2> 691399 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@75133[core1] main]
   [junit4]   2> 691400 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691401 INFO  (searcherExecutor-2558-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@75133[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):c7)))}
   [junit4]   2> 691402 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691402 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691402 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691403 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691403 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691403 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1d7ab83 commitCommandVersion:0
   [junit4]   2> 691441 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ee7754[badConfig1] main]
   [junit4]   2> 691442 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691445 INFO  (searcherExecutor-2572-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@1ee7754[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 691446 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691448 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691448 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691449 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691450 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691451 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@d0c862 commitCommandVersion:0
   [junit4]   2> 691492 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f7b593[badSchema1] main]
   [junit4]   2> 691493 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691495 INFO  (searcherExecutor-2580-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema1] Registered new searcher Searcher@f7b593[badSchema1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 691497 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691498 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691499 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691500 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691500 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21255145
   [junit4]   2> 691500 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 691500 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cb6f93: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@c62f66
   [junit4]   2> 691510 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 691510 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@41d521: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4da271
   [junit4]   2> 691520 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 691520 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11d33dc: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@a99001
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@efab63
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core1, tag=15706979
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.c.SolrCore [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1785f89
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15371ac: rootName = null, domain = solr.core.core1, service url = null, agent id = null] for registry solr.core.core1 / com.codahale.metrics.MetricRegistry@4f6eca
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore org.apache.solr.core.SolrCore@251af3
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore org.apache.solr.core.SolrCore@1bc87b0
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore org.apache.solr.core.SolrCore@156199c
   [junit4]   2> 691521 INFO  (coreCloseExecutor-2594-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore org.apache.solr.core.SolrCore@10d2af4
   [junit4]   2> 691533 INFO  (coreCloseExecutor-2594-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core2, tag=24665993
   [junit4]   2> 691533 INFO  (coreCloseExecutor-2594-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a342d: rootName = null, domain = solr.core.core2, service url = null, agent id = null] for registry solr.core.core2 / com.codahale.metrics.MetricRegistry@13c6951
   [junit4]   2> 691545 INFO  (coreCloseExecutor-2594-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badSchema1, tag=2431731
   [junit4]   2> 691545 INFO  (coreCloseExecutor-2594-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@104a1a2: rootName = null, domain = solr.core.badSchema1, service url = null, agent id = null] for registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@616a9c
   [junit4]   2> 691558 INFO  (coreCloseExecutor-2594-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badSchema2, tag=29132720
   [junit4]   2> 691559 INFO  (coreCloseExecutor-2594-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@184c2d0: rootName = null, domain = solr.core.badSchema2, service url = null, agent id = null] for registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@1f64a37
   [junit4]   2> 691572 INFO  (coreCloseExecutor-2594-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badConfig1, tag=22419868
   [junit4]   2> 691573 INFO  (coreCloseExecutor-2594-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1c1a091: rootName = null, domain = solr.core.badConfig1, service url = null, agent id = null] for registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@e7b083
   [junit4]   2> 691583 INFO  (coreCloseExecutor-2594-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badConfig2, tag=17640180
   [junit4]   2> 691584 INFO  (coreCloseExecutor-2594-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@c5b50c: rootName = null, domain = solr.core.badConfig2, service url = null, agent id = null] for registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@13a2385
   [junit4]   2> 691596 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 691598 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 691610 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/solr.xml
   [junit4]   2> 691614 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 691615 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 691616 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 691644 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691654 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691654 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691656 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 691665 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691665 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691667 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691678 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 691678 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 691680 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691680 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection5, trusted=true
   [junit4]   2> 691680 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691680 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection1, trusted=true
   [junit4]   2> 691680 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 691681 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691681 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691681 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691681 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691681 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection5/data/]
   [junit4]   2> 691681 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection1/data/]
   [junit4]   2> 691683 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1454890960054457]
   [junit4]   2> 691683 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1454890960054457]
   [junit4]   2> 691683 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691683 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 691684 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691684 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691684 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection2/data/]
   [junit4]   2> 691704 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1454890960054457]
   [junit4]   2> 691769 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691769 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691770 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691770 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691770 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=70.982421875, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=3.0879113530660063, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 691770 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cfa42d[collection1] main]
   [junit4]   2> 691770 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691770 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691771 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection1/conf
   [junit4]   2> 691771 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=70.982421875, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=3.0879113530660063, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 691771 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@164d774[collection5] main]
   [junit4]   2> 691771 INFO  (coreLoadExecutor-2601-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691771 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection5/conf
   [junit4]   2> 691772 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=70.982421875, floorSegmentMB=0.8798828125, forceMergeDeletesPctAllowed=3.0879113530660063, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 691772 INFO  (coreLoadExecutor-2601-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691772 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1248c63[collection2] main]
   [junit4]   2> 691772 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection2/conf
   [junit4]   2> 691772 INFO  (searcherExecutor-2603-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@cfa42d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691773 INFO  (coreLoadExecutor-2601-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691773 INFO  (searcherExecutor-2602-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@164d774[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691774 INFO  (searcherExecutor-2604-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@1248c63[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691782 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691787 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 691789 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 691789 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection4, trusted=true
   [junit4]   2> 691790 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691790 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 691790 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/./collection4/data/]
   [junit4]   2> 691792 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 691847 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 691847 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 691849 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 691849 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@629f6b[collection4] main]
   [junit4]   2> 691849 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-002/collection4/conf
   [junit4]   2> 691850 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 691851 INFO  (searcherExecutor-2614-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@629f6b[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 691851 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 691851 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1b1ce09 commitCommandVersion:0
   [junit4]   2> 691887 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68128f[collection4] main]
   [junit4]   2> 691887 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 691889 INFO  (searcherExecutor-2614-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@68128f[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 691890 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691890 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 691890 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691891 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [collection4]  webapp=null path=null params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691891 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 691891 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=14674397
   [junit4]   2> 691891 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 691891 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8ec41d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1e628e7
   [junit4]   2> 691895 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 691895 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@102cd43: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4da271
   [junit4]   2> 691900 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 691900 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e0d04b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@a99001
   [junit4]   2> 691900 INFO  (coreCloseExecutor-2618-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c99a1d
   [junit4]   2> 691900 INFO  (coreCloseExecutor-2618-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@15dc8d5
   [junit4]   2> 691900 INFO  (coreCloseExecutor-2618-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@73b62
   [junit4]   2> 691900 INFO  (coreCloseExecutor-2618-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=29989405
   [junit4]   2> 691900 INFO  (coreCloseExecutor-2618-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d0aeb: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1583910
   [junit4]   2> 691901 INFO  (coreCloseExecutor-2618-thread-4-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@660e55
   [junit4]   2> 691908 INFO  (coreCloseExecutor-2618-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=22923477
   [junit4]   2> 691908 INFO  (coreCloseExecutor-2618-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18d5ba2: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@1076b80
   [junit4]   2> 691915 INFO  (coreCloseExecutor-2618-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection4, tag=473954
   [junit4]   2> 691915 INFO  (coreCloseExecutor-2618-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1aac0a7: rootName = null, domain = solr.core.collection4, service url = null, agent id = null] for registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@3fbb29
   [junit4]   2> 691922 INFO  (coreCloseExecutor-2618-thread-4-processing-x:badConfig1) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=6688341
   [junit4]   2> 691923 INFO  (coreCloseExecutor-2618-thread-4-processing-x:badConfig1) [    x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a95efc: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@1459b69
   [junit4]   2> 691931 INFO  (TEST-TestLazyCores.testLazySearch-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 691933 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 691942 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_1834B8F65DD67582-001/tempDir-003/solr.xml
   [junit4]   2> 691945 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 691945 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 691946 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 691973 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691982 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691982 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@330ba3
   [junit4]   2> 691984 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[1834B8F65DD67582]) [    x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 691993 INFO  (coreLoadExecutor-2625-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691993 INFO  (coreLoadExecutor-2625-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 691993 INFO  (coreLo

[...truncated too long message...]

e5 x:test_shard1_replica_n2] o.a.s.c.ZkContainer :org.apache.solr.common.SolrException: Error getting leader from zk for shard shard1
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1207)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1079)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.register(ZkController.java:1014)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.lambda$registerInZk$0(ZkContainer.java:181)
   [junit4]   2> 	at org.apache.solr.core.ZkContainer.registerInZk(ZkContainer.java:208)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.registerCore(CoreContainer.java:886)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1047)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:948)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: No registered leader was found after waiting for 1220000ms , collection: test slice: shard1 saw state=null with live_nodes=[]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:772)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:737)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.getLeader(ZkController.java:1178)
   [junit4]   2> 	... 44 more
   [junit4]   2> 
   [junit4]   2> 410028 INFO  (qtp8821493-246) [n:127.0.0.1:42793_solr c:test s:shard1 r:core_node5 x:test_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=test_shard1_replica_n2&action=CREATE&numShards=2&collection=test&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=389819
   [junit4]   2> 410029 ERROR (SUITE-TestV2Request-seed#[B8D326E83C980B90]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 410029 INFO  (SUITE-TestV2Request-seed#[B8D326E83C980B90]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45631 45631
   [junit4]   2> 410800 INFO  (Thread-29) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45631 45631
   [junit4]   2> 410801 WARN  (Thread-29) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/collections/test/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99139796437827594-127.0.0.1:42793_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.request.TestV2Request_B8D326E83C980B90-001
   [junit4]   2> Dec 08, 2017 5:20:33 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 08, 2017 5:20:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request: 
   [junit4]   2>    1) Thread[id=366, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 08, 2017 5:20:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=366, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]   2> Dec 08, 2017 5:20:53 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1327, maxMBSortInHeap=7.150340565722332, sim=RandomSimilarity(queryNorm=true): {}, locale=fr-LU, timezone=Europe/Helsinki
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=38669592,total=150994944
   [junit4]   2> NOTE: All tests run in this JVM: [NormalDistributionEvaluatorTest, CommonAdminParamsTest, JsonValidatorTest, SolrExampleEmbeddedTest, AppendEvaluatorTest, SolrPingTest, OrEvaluatorTest, FacetFieldTest, GraphTest, TestV2Request]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestV2Request -Dtests.seed=B8D326E83C980B90 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-LU -Dtests.timezone=Europe/Helsinki -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestV2Request (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.client.solrj.request.TestV2Request: 
   [junit4]    >    1) Thread[id=366, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestV2Request]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B8D326E83C980B90]:0)
   [junit4] Completed [132/146 (1!)] on J1 in 412.09s, 3 tests, 3 errors <<< FAILURES!

[...truncated 42301 lines...]