Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20424/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

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

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

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

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


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

Error Message:
Exception during query

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




Build Log:
[...truncated 12168 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 856293 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/init-core-data-001
   [junit4]   2> 856294 WARN  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 856294 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 856295 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 856296 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 856302 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/solr.xml
   [junit4]   2> 856305 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 856326 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856332 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856332 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856334 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 856351 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856351 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856351 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856356 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 856357 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856357 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 856357 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 856357 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 856357 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856357 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856358 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection1/data/]
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection5/data/]
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection2/data/]
   [junit4]   2> 856359 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856361 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856361 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856404 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856404 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856404 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856405 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d15ee6[collection1] 
main]
   [junit4]   2> 856405 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection1/conf
   [junit4]   2> 856405 INFO  (coreLoadExecutor-3805-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856406 INFO  
(searcherExecutor-3806-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d15ee6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856414 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856414 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856415 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856415 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856415 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856415 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@14d2139[collection2] 
main]
   [junit4]   2> 856416 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection2/conf
   [junit4]   2> 856416 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856416 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@14e5319[collection5] 
main]
   [junit4]   2> 856416 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection5/conf
   [junit4]   2> 856416 INFO  (coreLoadExecutor-3805-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856417 INFO  
(searcherExecutor-3808-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@14d2139[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856417 INFO  (coreLoadExecutor-3805-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856417 INFO  
(searcherExecutor-3807-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@14e5319[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856430 INFO  (Thread-1809) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856435 INFO  (Thread-1809) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 856437 INFO  (Thread-1809) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856437 INFO  (Thread-1809) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection3,
 trusted=true
   [junit4]   2> 856438 INFO  (Thread-1809) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 
'solr.core.collection3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856438 INFO  (Thread-1809) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856438 INFO  (Thread-1809) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/./collection3/data/]
   [junit4]   2> 856440 INFO  (Thread-1809) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856485 INFO  (Thread-1809) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856485 INFO  (Thread-1809) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856486 INFO  (Thread-1809) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856486 INFO  (Thread-1809) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5832ef[collection3] main]
   [junit4]   2> 856486 INFO  (Thread-1809) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-001/collection3/conf
   [junit4]   2> 856487 INFO  (Thread-1809) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856489 INFO  
(searcherExecutor-3818-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@5832ef[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856489 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=340854
   [junit4]   2> 856489 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 856489 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1ade6e9: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@12bda61
   [junit4]   2> 856495 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 856495 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b65717: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@14690bf
   [junit4]   2> 856499 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 856499 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@11f06b8: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@15e5543
   [junit4]   2> 856500 INFO  (coreCloseExecutor-3822-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1764970
   [junit4]   2> 856500 INFO  (coreCloseExecutor-3822-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=24529264
   [junit4]   2> 856500 INFO  (coreCloseExecutor-3822-thread-2) [    
x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@113eaea
   [junit4]   2> 856500 INFO  (coreCloseExecutor-3822-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f8d53: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@193e0eb
   [junit4]   2> 856500 INFO  (coreCloseExecutor-3822-thread-3) [    
x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@10d504c
   [junit4]   2> 856500 INFO  (coreCloseExecutor-3822-thread-4) [    
x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1fcd88a
   [junit4]   2> 856505 INFO  (coreCloseExecutor-3822-thread-2) [    
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=18082538
   [junit4]   2> 856505 INFO  (coreCloseExecutor-3822-thread-2) [    
x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@163f8c2: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@f2e6d2
   [junit4]   2> 856512 INFO  (coreCloseExecutor-3822-thread-3) [    
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=17649740
   [junit4]   2> 856512 INFO  (coreCloseExecutor-3822-thread-3) [    
x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@189d5b1: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@6f7809
   [junit4]   2> 856530 INFO  (coreCloseExecutor-3822-thread-4) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=33347722
   [junit4]   2> 856530 INFO  (coreCloseExecutor-3822-thread-4) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1783963: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@13b14ff
   [junit4]   2> 856540 INFO  
(TEST-TestLazyCores.testRace-seed#[66010C140E1637BE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 856542 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 856553 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/solr.xml
   [junit4]   2> 856558 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 856582 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856588 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856589 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856590 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 856597 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856597 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856597 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856612 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 856613 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 856613 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 856613 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856613 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 856614 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856614 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856614 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection2/data/]
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection1/data/]
   [junit4]   2> 856615 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection5/data/]
   [junit4]   2> 856616 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856618 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856619 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856656 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856656 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856657 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856657 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@990f09[collection2] 
main]
   [junit4]   2> 856657 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection2/conf
   [junit4]   2> 856658 INFO  (coreLoadExecutor-3829-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856658 INFO  
(searcherExecutor-3830-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@990f09[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856667 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856667 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856667 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856667 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856668 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856668 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24104677480364592]
   [junit4]   2> 856668 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@140434c[collection1] 
main]
   [junit4]   2> 856668 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1697238[collection5] 
main]
   [junit4]   2> 856669 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection5/conf
   [junit4]   2> 856669 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection1/conf
   [junit4]   2> 856669 INFO  (coreLoadExecutor-3829-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856669 INFO  (coreLoadExecutor-3829-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856670 INFO  
(searcherExecutor-3832-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@140434c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856670 INFO  
(searcherExecutor-3831-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1697238[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856677 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856680 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 856695 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856695 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection3,
 trusted=true
   [junit4]   2> 856696 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 
'solr.core.collection3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856696 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856696 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection3/data/]
   [junit4]   2> 856698 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=39.5390625, 
floorSegmentMB=0.4541015625, forceMergeDeletesPctAllowed=13.22486113356244, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8009745412880122
   [junit4]   2> 856738 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856738 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856739 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=86.5107421875, 
floorSegmentMB=1.4267578125, forceMergeDeletesPctAllowed=1.1458187110697193, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 856740 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@168e56c[collection3] main]
   [junit4]   2> 856740 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection3/conf
   [junit4]   2> 856741 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856741 INFO  
(searcherExecutor-3842-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@168e56c[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856747 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856751 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 856752 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856752 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection6,
 trusted=true
   [junit4]   2> 856752 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 
'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856753 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856753 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection6/data/]
   [junit4]   2> 856755 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=60.9921875, 
floorSegmentMB=2.1875, forceMergeDeletesPctAllowed=3.344152737031024, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 856796 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856796 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856797 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 856797 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9036a7[collection6] main]
   [junit4]   2> 856797 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection6/conf
   [junit4]   2> 856798 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856799 INFO  
(searcherExecutor-3846-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@9036a7[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856804 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856808 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 856809 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856809 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection7,
 trusted=true
   [junit4]   2> 856810 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry 
'solr.core.collection7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856810 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856810 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection7],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection7/data/]
   [junit4]   2> 856812 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=5.431640625, 
floorSegmentMB=1.1328125, forceMergeDeletesPctAllowed=22.030472822614133, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 856863 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856863 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856864 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=79.6953125, 
floorSegmentMB=1.736328125, forceMergeDeletesPctAllowed=0.3181341608035848, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 856864 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1693720[collection7] main]
   [junit4]   2> 856864 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection7/conf
   [junit4]   2> 856865 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856865 INFO  
(searcherExecutor-3850-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@1693720[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856870 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856874 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 856875 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856875 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection8,
 trusted=true
   [junit4]   2> 856875 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection8' (registry 
'solr.core.collection8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856876 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856876 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection8],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection8/data/]
   [junit4]   2> 856878 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2914131812475863]
   [junit4]   2> 856917 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856917 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856918 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=27.70703125, 
floorSegmentMB=0.29296875, forceMergeDeletesPctAllowed=25.248528169663153, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.311913004491041
   [junit4]   2> 856918 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d1b91c[collection8] main]
   [junit4]   2> 856919 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection8/conf
   [junit4]   2> 856919 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856919 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection2]
   [junit4]   2> 856920 INFO  
(searcherExecutor-3854-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@1d1b91c[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856927 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 856931 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 856933 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 856933 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection9,
 trusted=true
   [junit4]   2> 856934 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection9' (registry 
'solr.core.collection9') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 856934 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 856934 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection9],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection9/data/]
   [junit4]   2> 856936 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1529279724, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 856991 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 856991 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 856992 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 856992 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@caef6c[collection9] main]
   [junit4]   2> 856992 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection9/conf
   [junit4]   2> 856993 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 856993 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection3]
   [junit4]   2> 856994 INFO  
(searcherExecutor-3858-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@caef6c[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 856994 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c0f950
   [junit4]   2> 856994 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=12646736
   [junit4]   2> 856994 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@da7f24: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@8cbad9
   [junit4]   2> 857003 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@ffa5fc
   [junit4]   2> 857003 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=16754172
   [junit4]   2> 857003 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@107607c: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@34ebf3
   [junit4]   2> 857017 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 857020 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 857021 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 857021 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 857036 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 
'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857037 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 857037 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/./collection2/data/]
   [junit4]   2> 857066 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 857066 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 857067 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=28.0, 
floorSegmentMB=1.87109375, forceMergeDeletesPctAllowed=8.52048235572802, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37188583481037696
   [junit4]   2> 857068 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@39960d[collection2] main]
   [junit4]   2> 857068 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-002/collection2/conf
   [junit4]   2> 857068 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 857069 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [collection6]
   [junit4]   2> 857069 INFO  (Thread-1824) [    ] o.a.s.c.SolrCore 
[collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@49373b
   [junit4]   2> 857069 INFO  (Thread-1824) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.core.collection6, tag=4798267
   [junit4]   2> 857069 INFO  (Thread-1824) [    ] o.a.s.m.r.SolrJmxReporter 
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8002f5: 
rootName = null, domain = solr.core.collection6, service url = null, agent id = 
null] for registry solr.core.collection6 / 
com.codahale.metrics.MetricRegistry@5dcfcd
   [junit4]   2> 857069 INFO  
(searcherExecutor-3862-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@39960d[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 857069 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.S.Request [collection2]  webapp=null path=null params={q=*:*} hits=0 
status=0 QTime=0
   [junit4]   2> 857071 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <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>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=*:*
   [junit4]   2> 857071 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound='10']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <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>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=*:*
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]   2>        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]   2>        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 857072 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=27300144
   [junit4]   2> 857073 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 857074 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@a90354: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@d83f5f
   [junit4]   2> 857079 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 857079 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@aa0520: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@14690bf
   [junit4]   2> 857082 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 857082 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b28b6a: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@15e5543
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@84f929
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@10e981d
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=8714537
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1022883: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@8eef46
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@d915b5
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f2b6da
   [junit4]   2> 857082 INFO  
(coreCloseExecutor-3866-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1bcf4e1
   [junit4]   2> 857087 INFO  
(coreCloseExecutor-3866-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=17733661
   [junit4]   2> 857087 INFO  
(coreCloseExecutor-3866-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c29d0b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@10cb5ce
   [junit4]   2> 857094 INFO  
(coreCloseExecutor-3866-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection7, tag=14226869
   [junit4]   2> 857094 INFO  
(coreCloseExecutor-3866-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@eb00e0: rootName = null, 
domain = solr.core.collection7, service url = null, agent id = null] for 
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@159f957
   [junit4]   2> 857101 INFO  
(coreCloseExecutor-3866-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection8, tag=15906522
   [junit4]   2> 857101 INFO  
(coreCloseExecutor-3866-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c961be: rootName = null, 
domain = solr.core.collection8, service url = null, agent id = null] for 
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@194569a
   [junit4]   2> 857108 INFO  
(coreCloseExecutor-3866-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection9, tag=29160673
   [junit4]   2> 857108 INFO  
(coreCloseExecutor-3866-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@155a96a: rootName = null, 
domain = solr.core.collection9, service url = null, agent id = null] for 
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@1985f3c
   [junit4]   2> 857117 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.method=testNoCommit -Dtests.seed=66010C140E1637BE -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-CA -Dtests.timezone=America/Jujuy 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.58s J0 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([66010C140E1637BE:B961ADC5C531541B]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <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>
   [junit4]    > </response>
   [junit4]    >        request was:q=*:*
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:877)
   [junit4]    >        ... 41 more
   [junit4]   2> 857119 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 857126 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/solr.xml
   [junit4]   2> 857138 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 857161 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857167 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857167 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857169 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[66010C140E1637BE]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 857175 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 857176 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 857176 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 857180 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 857181 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 857181 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 857190 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 857190 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/./collection2,
 trusted=true
   [junit4]   2> 857190 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 
'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857190 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 857190 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/./collection2/data/]
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/./collection5,
 trusted=true
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/./collection1,
 trusted=true
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 
'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@d16abe
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 857191 INFO  
(coreLoadExecutor-3873-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/./collection5/data/]
   [junit4]   2> 857192 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001/tempDir-003/./collection1/data/]
   [junit4]   2> 857193 INFO  
(coreLoadExecutor-3873-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 857194 INFO  
(coreLoadExecutor-3873-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1490744467, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 857194 INFO  (coreLoadExecutor-3873-thread-3-process

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

   x:collection6] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=29547315
   [junit4]   2> 865343 INFO  
(coreCloseExecutor-4126-thread-5-processing-x:collection3) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@fbc34f: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@9ffd05
   [junit4]   2> 865353 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[66010C140E1637BE]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 865354 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 865354 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=3630258
   [junit4]   2> 865354 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 865354 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 865355 INFO  
(SUITE-TestLazyCores-seed#[66010C140E1637BE]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_66010C140E1637BE-001
   [junit4]   2> Sep 06, 2017 12:08:25 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Sep 06, 2017 12:08:45 PM 
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=15701, name=searcherExecutor-3862-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Sep 06, 2017 12:08:45 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=15701, name=searcherExecutor-3862-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Sep 06, 2017 12:08:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=15701, name=searcherExecutor-3862-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-CA, timezone=America/Jujuy
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=2,free=117147024,total=383451136
   [junit4]   2> NOTE: All tests run in this JVM: [UpdateLogTest, 
HttpSolrCallGetCoreTest, DebugComponentTest, TestWriterPerf, TestRealTimeGet, 
HdfsRestartWhileUpdatingTest, ChangedSchemaMergeTest, UtilsToolTest, 
SpellCheckCollatorTest, InfixSuggestersTest, TestJettySolrRunner, 
TestUninvertingReader, DistributedFacetPivotLargeTest, TestLegacyTerms, 
IndexBasedSpellCheckerTest, TestDistributedSearch, TestIndexingPerformance, 
PeerSyncTest, TestPerFieldSimilarityWithDefaultOverride, 
SpellingQueryConverterTest, TestQuerySenderNoQuery, AliasIntegrationTest, 
UUIDFieldTest, TestImpersonationWithHadoopAuth, ZkStateWriterTest, 
TestRangeQuery, TestExtendedDismaxParser, TestMinMaxOnMultiValuedField, 
LeaderElectionIntegrationTest, TestRandomCollapseQParserPlugin, 
MBeansHandlerTest, SuggesterWFSTTest, UninvertDocValuesMergePolicyTest, 
SyncSliceTest, TestStressLiveNodes, ConfigSetsAPITest, 
TestCollationFieldDocValues, TestDocSet, 
DistributedQueryComponentOptimizationTest, QueryResultKeyTest, 
TestLMDirichletSimilarityFactory, TestUniqueKeyFieldResource, 
TestSchemaSimilarityResource, TestPrepRecovery, FullHLLTest, CursorMarkTest, 
TestFieldCache, TestNRTOpen, RecoveryAfterSoftCommitTest, 
CachingDirectoryFactoryTest, BlockCacheTest, TestSimpleQParserPlugin, 
CollectionsAPIAsyncDistributedZkTest, TestConfig, TestManagedSchemaAPI, 
TestXmlQParserPlugin, TestMultiWordSynonyms, TestLRUStatsCache, 
QueryElevationComponentTest, TestClassicSimilarityFactory, 
TestTolerantUpdateProcessorRandomCloud, TestSolrConfigHandlerCloud, 
DefaultValueUpdateProcessorTest, TestNamedUpdateProcessors, 
TestCloudJSONFacetJoinDomain, TestJoin, DocValuesMissingTest, UpdateParamsTest, 
NodeMutatorTest, TestStressLucene, OverseerStatusTest, 
ExternalFileFieldSortTest, CdcrReplicationDistributedZkTest, 
SpellCheckCollatorWithCollapseTest, TestPushWriter, TestFastOutputStream, 
DeleteNodeTest, HdfsChaosMonkeyNothingIsSafeTest, TestJsonRequest, 
TestCSVLoader, TestWordDelimiterFilterFactory, TestGeoJSONResponseWriter, 
JvmMetricsTest, DirectoryFactoryTest, TestSolrDeletionPolicy1, 
PreAnalyzedFieldManagedSchemaCloudTest, TestSolrCoreParser, 
LeaderFailureAfterFreshStartTest, SharedFSAutoReplicaFailoverTest, TestMacros, 
ZkNodePropsTest, TestCloudRecovery, TestHighlightDedupGrouping, 
BlockJoinFacetSimpleTest, HighlighterMaxOffsetTest, TestSchemaManager, 
TestExclusionRuleCollectionAccess, SolrCLIZkUtilsTest, 
TestSizeLimitedDistributedMap, TestSubQueryTransformerCrossCore, 
SolrIndexSplitterTest, FieldAnalysisRequestHandlerTest, 
DistributedSpellCheckComponentTest, OpenExchangeRatesOrgProviderTest, 
TestReplicaProperties, RankQueryTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=66010C140E1637BE -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-CA -Dtests.timezone=America/Jujuy -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=15701, name=searcherExecutor-3862-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([66010C140E1637BE]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=15701, name=searcherExecutor-3862-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([66010C140E1637BE]:0)
   [junit4] Completed [322/732 (1!)] on J0 in 32.14s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 43370 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to