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/07 08:59:13 UTC

[JENKINS] Lucene-Solr-master-MacOSX (64bit/jdk-9) - Build # 4315 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4315/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([C80304378F95DAE5:1763A5E644B2B940]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
	at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:855)
	at org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:832)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	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 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.base/java.lang.Thread.run(Thread.java:844)
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">0</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)
	... 40 more


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=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([C80304378F95DAE5]: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=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)         at java.base@9/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9/java.lang.Thread.run(Thread.java:844)
	at __randomizedtesting.SeedInfo.seed([C80304378F95DAE5]:0)




Build Log:
[...truncated 12374 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 1015103 INFO  (SUITE-TestLazyCores-seed#[C80304378F95DAE5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/init-core-data-001
   [junit4]   2> 1015103 WARN  (SUITE-TestLazyCores-seed#[C80304378F95DAE5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 1015103 INFO  (SUITE-TestLazyCores-seed#[C80304378F95DAE5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1015104 INFO  (SUITE-TestLazyCores-seed#[C80304378F95DAE5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1015106 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1015131 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/solr.xml
   [junit4]   2> 1015138 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1015138 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1015139 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1015177 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015190 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015190 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015193 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1015198 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015200 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015200 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015205 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1015220 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015220 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection5, trusted=true
   [junit4]   2> 1015221 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015221 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1015221 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015221 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection5/data/]
   [junit4]   2> 1015221 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1015223 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015223 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection1, trusted=true
   [junit4]   2> 1015223 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015223 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015223 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection1/data/]
   [junit4]   2> 1015223 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015224 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection2, trusted=true
   [junit4]   2> 1015224 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015224 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015224 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection2/data/]
   [junit4]   2> 1015224 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015237 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015239 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015310 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015310 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015310 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1015312 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015312 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015313 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5b244eb8[collection5] main]
   [junit4]   2> 1015313 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection5/conf
   [junit4]   2> 1015314 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1015314 INFO  (coreLoadExecutor-5253-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015315 INFO  (searcherExecutor-5254-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@5b244eb8[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015317 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f9ca970[collection1] main]
   [junit4]   2> 1015317 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection1/conf
   [junit4]   2> 1015318 INFO  (coreLoadExecutor-5253-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015318 INFO  (searcherExecutor-5255-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5f9ca970[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015322 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015322 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015323 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1015324 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5279855d[collection2] main]
   [junit4]   2> 1015325 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection2/conf
   [junit4]   2> 1015325 INFO  (coreLoadExecutor-5253-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015326 INFO  (searcherExecutor-5256-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@5279855d[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015348 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015354 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1015356 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015356 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection3, trusted=true
   [junit4]   2> 1015356 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015356 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015357 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection3/data/]
   [junit4]   2> 1015361 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=94.0791015625, floorSegmentMB=1.427734375, forceMergeDeletesPctAllowed=19.857025933549952, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5684531879985067
   [junit4]   2> 1015419 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015419 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015421 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=36.189453125, floorSegmentMB=2.044921875, forceMergeDeletesPctAllowed=20.933568365266662, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015422 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@541dd61d[collection3] main]
   [junit4]   2> 1015423 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection3/conf
   [junit4]   2> 1015423 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015424 INFO  (searcherExecutor-5266-thread-1) [    ] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@541dd61d[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015432 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015438 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1015439 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015439 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection4, trusted=true
   [junit4]   2> 1015440 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015440 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015440 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/./collection4/data/]
   [junit4]   2> 1015445 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=91.7451171875, floorSegmentMB=0.44140625, forceMergeDeletesPctAllowed=23.642609088842203, segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7475876494579191
   [junit4]   2> 1015527 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015527 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015529 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=40.7626953125, floorSegmentMB=0.4462890625, forceMergeDeletesPctAllowed=6.969216252202164, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5294639549919837
   [junit4]   2> 1015529 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@59c167b8[collection4] main]
   [junit4]   2> 1015530 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-001/collection4/conf
   [junit4]   2> 1015530 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015531 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1126415892
   [junit4]   2> 1015531 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1015531 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@43510321: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@5d5fcc78
   [junit4]   2> 1015531 INFO  (searcherExecutor-5270-thread-1) [    ] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@59c167b8[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015537 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1015537 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f398d1a: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@526d33e
   [junit4]   2> 1015540 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1015540 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a3382d9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@cf31a6f
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-1) [    ] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@38383b60
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=943209312
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-2) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b2253ab
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-4) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@55611d97
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-5) [    ] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@7c175cb1
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-3) [    ] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@9bb4250
   [junit4]   2> 1015541 INFO  (coreCloseExecutor-5274-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2b241b99: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@167552e9
   [junit4]   2> 1015547 INFO  (coreCloseExecutor-5274-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1528976299
   [junit4]   2> 1015548 INFO  (coreCloseExecutor-5274-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e8dd590: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2db97d94
   [junit4]   2> 1015555 INFO  (coreCloseExecutor-5274-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=1432427927
   [junit4]   2> 1015556 INFO  (coreCloseExecutor-5274-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2466f7f8: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@268e6921
   [junit4]   2> 1015561 INFO  (coreCloseExecutor-5274-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection3, tag=2081905841
   [junit4]   2> 1015562 INFO  (coreCloseExecutor-5274-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@52a615c6: rootName = null, domain = solr.core.collection3, service url = null, agent id = null] for registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@4dd1c65e
   [junit4]   2> 1015567 INFO  (coreCloseExecutor-5274-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection4, tag=163267152
   [junit4]   2> 1015568 INFO  (coreCloseExecutor-5274-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@26bd404: rootName = null, domain = solr.core.collection4, service url = null, agent id = null] for registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@7b5e360
   [junit4]   2> 1015579 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[C80304378F95DAE5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1015580 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1015612 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/solr.xml
   [junit4]   2> 1015615 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1015616 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1015617 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1015647 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015656 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015656 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015657 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1015670 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015671 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015671 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015677 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1015678 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1015678 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1015679 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015679 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015679 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection5, trusted=true
   [junit4]   2> 1015679 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection1, trusted=true
   [junit4]   2> 1015679 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015679 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection1/data/]
   [junit4]   2> 1015680 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection5/data/]
   [junit4]   2> 1015683 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015683 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015683 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1015748 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015748 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015748 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1015748 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@425b443d[collection5] main]
   [junit4]   2> 1015748 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection5/conf
   [junit4]   2> 1015753 INFO  (coreLoadExecutor-5281-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015754 INFO  (searcherExecutor-5282-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@425b443d[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015754 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015754 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015755 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1015755 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015755 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015756 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@65336a64[collection2] main]
   [junit4]   2> 1015756 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection2/conf
   [junit4]   2> 1015757 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1015757 INFO  (coreLoadExecutor-5281-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015757 INFO  (searcherExecutor-5284-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@65336a64[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015757 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ddb9d4b[collection1] main]
   [junit4]   2> 1015758 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection1/conf
   [junit4]   2> 1015758 INFO  (coreLoadExecutor-5281-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015759 INFO  (searcherExecutor-5283-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4ddb9d4b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015764 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015778 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1015780 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015780 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection3, trusted=true
   [junit4]   2> 1015780 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015780 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015780 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection3/data/]
   [junit4]   2> 1015783 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=3.41015625, floorSegmentMB=2.0322265625, forceMergeDeletesPctAllowed=4.471499602742178, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.38892354213773817
   [junit4]   2> 1015830 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015830 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015831 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=23.0947265625, floorSegmentMB=0.724609375, forceMergeDeletesPctAllowed=25.64512425134125, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1015832 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f914169[collection3] main]
   [junit4]   2> 1015832 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection3/conf
   [junit4]   2> 1015833 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015834 INFO  (searcherExecutor-5294-thread-1) [    ] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@3f914169[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015838 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015843 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1015845 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015845 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection4, trusted=true
   [junit4]   2> 1015845 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015845 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015845 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection4/data/]
   [junit4]   2> 1015849 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.20387207418632614]
   [junit4]   2> 1015915 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1015915 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1015917 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=86.3017578125, floorSegmentMB=0.962890625, forceMergeDeletesPctAllowed=11.234693511785403, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3152740602258597
   [junit4]   2> 1015918 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2caf99f2[collection4] main]
   [junit4]   2> 1015918 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection4/conf
   [junit4]   2> 1015919 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1015920 INFO  (searcherExecutor-5298-thread-1) [    ] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@2caf99f2[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1015940 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1015948 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1015950 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1015950 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection6, trusted=true
   [junit4]   2> 1015950 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 'solr.core.collection6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1015950 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1015950 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection6/data/]
   [junit4]   2> 1015956 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=67.7607421875, floorSegmentMB=2.0458984375, forceMergeDeletesPctAllowed=24.35369961183332, segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1016042 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016042 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016045 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1436658200, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1016045 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@590234d3[collection6] main]
   [junit4]   2> 1016046 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection6/conf
   [junit4]   2> 1016047 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1016049 INFO  (searcherExecutor-5302-thread-1) [    ] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@590234d3[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016056 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1016062 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1016064 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1016064 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection7, trusted=true
   [junit4]   2> 1016064 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry 'solr.core.collection7') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016064 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1016064 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection7], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection7/data/]
   [junit4]   2> 1016068 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5156357052500246]
   [junit4]   2> 1016169 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016169 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016170 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1016171 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@54bca61d[collection7] main]
   [junit4]   2> 1016172 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection7/conf
   [junit4]   2> 1016173 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1016174 INFO  (searcherExecutor-5306-thread-1) [    ] o.a.s.c.SolrCore [collection7] Registered new searcher Searcher@54bca61d[collection7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016180 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1016187 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1016189 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1016189 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection8, trusted=true
   [junit4]   2> 1016190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection8' (registry 'solr.core.collection8') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1016190 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection8], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection8/data/]
   [junit4]   2> 1016196 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=6.994140625, floorSegmentMB=0.521484375, forceMergeDeletesPctAllowed=11.001983877374892, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7176609761828654
   [junit4]   2> 1016272 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016272 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016274 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=87.974609375, floorSegmentMB=1.376953125, forceMergeDeletesPctAllowed=29.168175627639435, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5474759705741922
   [junit4]   2> 1016275 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b45d640[collection8] main]
   [junit4]   2> 1016275 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection8/conf
   [junit4]   2> 1016276 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1016277 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection3]
   [junit4]   2> 1016277 INFO  (searcherExecutor-5310-thread-1) [    ] o.a.s.c.SolrCore [collection8] Registered new searcher Searcher@7b45d640[collection8] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016285 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1016305 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1016307 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1016307 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection9, trusted=true
   [junit4]   2> 1016307 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection9' (registry 'solr.core.collection9') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016307 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1016308 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection9], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/./collection9/data/]
   [junit4]   2> 1016312 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=32, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1016387 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016387 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016389 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=75.232421875, floorSegmentMB=0.455078125, forceMergeDeletesPctAllowed=2.399686173600335, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43931778506147356
   [junit4]   2> 1016390 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@404e33f0[collection9] main]
   [junit4]   2> 1016390 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-002/collection9/conf
   [junit4]   2> 1016391 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1016392 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
   [junit4]   2> 1016392 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@62217fc7
   [junit4]   2> 1016392 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection3, tag=1646362567
   [junit4]   2> 1016392 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5457c085: rootName = null, domain = solr.core.collection3, service url = null, agent id = null] for registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@2554cf10
   [junit4]   2> 1016393 INFO  (searcherExecutor-5314-thread-1) [    ] o.a.s.c.SolrCore [collection9] Registered new searcher Searcher@404e33f0[collection9] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016393 INFO  (Thread-2337) [    ] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2716cdec
   [junit4]   2> 1016408 INFO  (Thread-2337) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=655805932
   [junit4]   2> 1016408 INFO  (Thread-2337) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f03daa4: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@23354527
   [junit4]   2> 1016408 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1634066651
   [junit4]   2> 1016415 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1016415 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69e4a870: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@70237296
   [junit4]   2> 1016422 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1016422 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@158ce616: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@526d33e
   [junit4]   2> 1016428 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1016428 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@762a5e7c: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@cf31a6f
   [junit4]   2> 1016429 INFO  (coreCloseExecutor-5318-thread-1) [    ] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@3c9fb540
   [junit4]   2> 1016429 INFO  (coreCloseExecutor-5318-thread-2) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4d7bf719
   [junit4]   2> 1016429 INFO  (coreCloseExecutor-5318-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=1017099584
   [junit4]   2> 1016429 INFO  (coreCloseExecutor-5318-thread-3) [    ] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@1a726058
   [junit4]   2> 1016429 INFO  (coreCloseExecutor-5318-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e319a88: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@21cfbf02
   [junit4]   2> 1016429 INFO  (coreCloseExecutor-5318-thread-4) [    ] o.a.s.c.SolrCore [collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@24e50aa3
   [junit4]   2> 1016430 INFO  (coreCloseExecutor-5318-thread-5) [    ] o.a.s.c.SolrCore [collection7]  CLOSING SolrCore org.apache.solr.core.SolrCore@1db5a7f1
   [junit4]   2> 1016430 INFO  (coreCloseExecutor-5318-thread-6) [    ] o.a.s.c.SolrCore [collection8]  CLOSING SolrCore org.apache.solr.core.SolrCore@4607482c
   [junit4]   2> 1016430 INFO  (coreCloseExecutor-5318-thread-7) [    ] o.a.s.c.SolrCore [collection9]  CLOSING SolrCore org.apache.solr.core.SolrCore@65ebbdf9
   [junit4]   2> 1016439 INFO  (coreCloseExecutor-5318-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1299969817
   [junit4]   2> 1016439 INFO  (coreCloseExecutor-5318-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@178617e6: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@57224924
   [junit4]   2> 1016447 INFO  (coreCloseExecutor-5318-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection4, tag=443703384
   [junit4]   2> 1016448 INFO  (coreCloseExecutor-5318-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@135f1dcf: rootName = null, domain = solr.core.collection4, service url = null, agent id = null] for registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@32271ea8
   [junit4]   2> 1016457 INFO  (coreCloseExecutor-5318-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection6, tag=618990243
   [junit4]   2> 1016457 INFO  (coreCloseExecutor-5318-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@160c925: rootName = null, domain = solr.core.collection6, service url = null, agent id = null] for registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@7c495e3c
   [junit4]   2> 1016467 INFO  (coreCloseExecutor-5318-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection7, tag=498444273
   [junit4]   2> 1016467 INFO  (coreCloseExecutor-5318-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@57c95c97: rootName = null, domain = solr.core.collection7, service url = null, agent id = null] for registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@55b359db
   [junit4]   2> 1016476 INFO  (coreCloseExecutor-5318-thread-6) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection8, tag=1174882348
   [junit4]   2> 1016476 INFO  (coreCloseExecutor-5318-thread-6) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6e537a64: rootName = null, domain = solr.core.collection8, service url = null, agent id = null] for registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@44069696
   [junit4]   2> 1016487 INFO  (coreCloseExecutor-5318-thread-7) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection9, tag=1709948409
   [junit4]   2> 1016487 INFO  (coreCloseExecutor-5318-thread-7) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5081cf4c: rootName = null, domain = solr.core.collection9, service url = null, agent id = null] for registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@7e774e43
   [junit4]   2> 1016498 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[C80304378F95DAE5]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 1016501 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1016546 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/solr.xml
   [junit4]   2> 1016549 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1016549 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1016550 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1016597 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016629 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016629 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016632 INFO  (TEST-TestLazyCores.testRace-seed#[C80304378F95DAE5]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1016636 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1016651 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1016651 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1016658 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1016658 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1016675 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1016675 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/./collection2, trusted=true
   [junit4]   2> 1016676 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016676 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1016676 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/collection2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/./collection2/data/]
   [junit4]   2> 1016678 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1016680 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1016680 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/./collection1, trusted=true
   [junit4]   2> 1016681 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016681 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1016681 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/./collection1/data/]
   [junit4]   2> 1016681 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1016685 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1016691 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/./collection5, trusted=true
   [junit4]   2> 1016694 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1016694 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@413af52f
   [junit4]   2> 1016694 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1016694 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/collection5], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/./collection5/data/]
   [junit4]   2> 1016703 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=0.234375, floorSegmentMB=2.125, forceMergeDeletesPctAllowed=20.43548843419214, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1016780 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016780 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016783 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1016801 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016801 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016802 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1016806 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@305cf3c8[collection5] main]
   [junit4]   2> 1016806 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001/tempDir-003/collection5/conf
   [junit4]   2> 1016807 INFO  (coreLoadExecutor-5325-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1016808 INFO  (searcherExecutor-5328-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@305cf3c8[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1016812 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1016812 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1016814 INFO  (coreLoadExecutor-5325-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.43702752948874835]
   [junit4]   2> 1016814 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4efc0361[collection1] main]
   [junit4]   2> 1016815 INFO  (coreLoadExecutor-5325-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-0

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

04378F95DAE5]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_C80304378F95DAE5-001
   [junit4]   2> Dec 07, 2017 8:37:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 07, 2017 8:37:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Dec 07, 2017 8:37:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 07, 2017 8:37:51 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@42b5cf21), locale=sw, timezone=SystemV/CST6
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=2,free=153073920,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrVersionReplicationTest, TestReRankQParserPlugin, DirectUpdateHandlerOptimizeTest, SignatureUpdateProcessorFactoryTest, TestReplicationHandlerBackup, BlockJoinFacetDistribTest, TestScoreJoinQPNoScore, SolrMetricManagerTest, SuggestComponentContextFilterQueryTest, RegexBytesRefFilterTest, DistributedFacetPivotLongTailTest, TestRangeQuery, SolrGraphiteReporterTest, TestCopyFieldCollectionResource, CursorMarkTest, TestIndexingPerformance, TestPseudoReturnFields, MergeStrategyTest, BitVectorTest, TestFieldTypeResource, ClassificationUpdateProcessorIntegrationTest, TestReversedWildcardFilterFactory, TestPayloadScoreQParserPlugin, TestRetrieveFieldsOptimizer, TestChildDocTransformer, TestSchemaResource, TestEmbeddedSolrServerAdminHandler, TestCloudRecovery, OutOfBoxZkACLAndCredentialsProvidersTest, PrimUtilsTest, TestRawResponseWriter, TestCustomDocTransformer, PreAnalyzedUpdateProcessorTest, TestInPlaceUpdatesDistrib, TestLFUCache, TestExactSharedStatsCache, TestFieldCacheWithThreads, ShufflingReplicaListTransformerTest, QueryResultKeyTest, TestConfigSetsAPIExclusivity, TestUtilizeNode, TestClusterStateMutator, DeleteNodeTest, TestRealTimeGet, URLClassifyProcessorTest, OutputWriterTest, ForceLeaderTest, SpatialRPTFieldTypeTest, UtilsToolTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestCloudNestedDocsSort, V2ApiIntegrationTest, DeleteInactiveReplicaTest, TestManagedSynonymFilterFactory, TestCSVResponseWriter, TestUniqueKeyFieldResource, TestFieldCacheReopen, HighlighterMaxOffsetTest, CircularListTest, WordBreakSolrSpellCheckerTest, BigEndianAscendingWordDeserializerTest, TestInfoStreamLogging, TestFieldCacheSortRandom, CollectionTooManyReplicasTest, TestPHPSerializedResponseWriter, TestTolerantUpdateProcessorCloud, HdfsNNFailoverTest, MissingSegmentRecoveryTest, TestFieldSortValues, HdfsWriteToMultipleCollectionsTest, ConjunctionSolrSpellCheckerTest, TestDynamicFieldResource, TestFuzzyAnalyzedSuggestions, TestCollectionsAPIViaSolrCloudCluster, TestJmxIntegration, TestLeaderInitiatedRecoveryThread, TestCloudPivotFacet, XmlUpdateRequestHandlerTest, TestDistribDocBasedVersion, TestManagedSchema, DateRangeFieldTest, BasicDistributedZkTest, TestExclusionRuleCollectionAccess, InfoHandlerTest, DataDrivenBlockJoinTest, TestAtomicUpdateErrorCases, TestSQLHandlerNonCloud, TestLockTree, FieldAnalysisRequestHandlerTest, DisMaxRequestHandlerTest, SolrJmxReporterTest, SortByFunctionTest, OverseerCollectionConfigSetProcessorTest, TestSolrCloudSnapshots, DirectUpdateHandlerTest, TestInitQParser, DistribJoinFromCollectionTest, HdfsTlogReplayBufferedWhileIndexingTest, ConfigSetsAPITest, ZkControllerTest, ScriptEngineTest, MinimalSchemaTest, BasicAuthStandaloneTest, TestAnalyzeInfixSuggestions, BlobRepositoryCloudTest, TemplateUpdateProcessorTest, UniqFieldsUpdateProcessorFactoryTest, TestDynamicLoading, WrapperMergePolicyFactoryTest, TestUtils, NotRequiredUniqueKeyTest, RecoveryZkTest, TestSchemaVersionResource, DistributedQueryElevationComponentTest, BinaryUpdateRequestHandlerTest, DistributedSpellCheckComponentTest, TestRandomFlRTGCloud, SuggesterTSTTest, AsyncCallRequestStatusResponseTest, TestPullReplica, SuggesterFSTTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ShardRoutingTest, ZkStateWriterTest, PreAnalyzedFieldManagedSchemaCloudTest, ReturnFieldsTest, TestStressUserVersions, TestStreamBody, SimpleMLTQParserTest, SortSpecParsingTest, TestCloudManagedSchema, TestSlowCompositeReaderWrapper, AutoscalingHistoryHandlerTest, TestSolrCoreProperties, TestSolrConfigHandlerConcurrent, TestFiltering, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=C80304378F95DAE5 -Dtests.slow=true -Dtests.locale=sw -Dtests.timezone=SystemV/CST6 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C80304378F95DAE5]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12029, name=searcherExecutor-5382-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at java.base@9/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at java.base@9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.base@9/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at java.base@9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at java.base@9/java.lang.Thread.run(Thread.java:844)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C80304378F95DAE5]:0)
   [junit4] Completed [279/752 (1!)] on J0 in 34.21s, 9 tests, 3 errors <<< FAILURES!

[...truncated 41587 lines...]