Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20500/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -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=16561, name=searcherExecutor-4179-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=16561, name=searcherExecutor-4179-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([D03E314842FD5B6E]: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=16561, name=searcherExecutor-4179-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=16561, name=searcherExecutor-4179-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([D03E314842FD5B6E]: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([D03E314842FD5B6E:F5E909989DA38CB]: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">2</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 11934 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/init-core-data-001
   [junit4]   2> 766565 WARN  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1538 numCloses=1538
   [junit4]   2> 766566 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 766567 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 766567 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 766568 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 766576 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
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_D03E314842FD5B6E-001/tempDir-001/solr.xml
   [junit4]   2> 766578 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 766607 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 766611 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 766611 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 766613 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 766619 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766619 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766619 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766631 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 766631 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-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@172a8ac
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-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@172a8ac
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection2/data/]
   [junit4]   2> 766633 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection1/data/]
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-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@172a8ac
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766635 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection5/data/]
   [junit4]   2> 766637 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766673 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766673 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766673 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=216370651, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766673 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766673 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766674 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@54bc94a6[collection5] main]
   [junit4]   2> 766674 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/collection5/conf
   [junit4]   2> 766674 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=216370651, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766674 INFO  (coreLoadExecutor-4021-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766674 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a7ffa1a[collection2] main]
   [junit4]   2> 766674 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/collection2/conf
   [junit4]   2> 766675 INFO  (coreLoadExecutor-4021-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766675 INFO  
(searcherExecutor-4024-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@54bc94a6[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766675 INFO  
(searcherExecutor-4022-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@5a7ffa1a[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766678 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766679 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766679 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=216370651, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766680 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6daf1667[collection1] main]
   [junit4]   2> 766680 INFO  (coreLoadExecutor-4021-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_D03E314842FD5B6E-001/tempDir-001/collection1/conf
   [junit4]   2> 766680 INFO  (coreLoadExecutor-4021-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766681 INFO  
(searcherExecutor-4023-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6daf1667[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766686 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766690 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 766703 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766703 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/./collection3,
 trusted=true
   [junit4]   2> 766704 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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@172a8ac
   [junit4]   2> 766704 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766704 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection3/data/]
   [junit4]   2> 766705 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1186827766, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766746 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766746 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766747 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=69.0693359375, 
floorSegmentMB=0.8564453125, forceMergeDeletesPctAllowed=18.775439600677043, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=0.828125, 
noCFSRatio=0.12411374803329754
   [junit4]   2> 766747 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2be7cda9[collection3] main]
   [junit4]   2> 766747 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection3/conf
   [junit4]   2> 766748 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766748 INFO  
(searcherExecutor-4034-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@2be7cda9[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766753 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766757 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 766758 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766758 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection4,
 trusted=true
   [junit4]   2> 766758 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 766759 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766759 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection4/data/]
   [junit4]   2> 766760 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1996962121, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 766793 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766793 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766793 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=88.302734375, 
floorSegmentMB=0.4375, forceMergeDeletesPctAllowed=4.954997154046757, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 766794 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@378d87c8[collection4] main]
   [junit4]   2> 766794 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection4/conf
   [junit4]   2> 766794 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766795 INFO  
(searcherExecutor-4038-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@378d87c8[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766800 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766816 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 766818 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766818 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/./collection6,
 trusted=true
   [junit4]   2> 766818 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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@172a8ac
   [junit4]   2> 766818 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766818 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection6/data/]
   [junit4]   2> 766820 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=5.4775390625, 
floorSegmentMB=2.041015625, forceMergeDeletesPctAllowed=22.48634943510553, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.43401061629073956
   [junit4]   2> 766858 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766858 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766858 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=46.1689453125, 
floorSegmentMB=1.701171875, forceMergeDeletesPctAllowed=13.308777170388744, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25870716514526154
   [junit4]   2> 766859 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@713ce8ef[collection6] main]
   [junit4]   2> 766859 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection6/conf
   [junit4]   2> 766859 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766860 INFO  
(searcherExecutor-4042-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@713ce8ef[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766865 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766868 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 766869 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766869 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/./collection7,
 trusted=true
   [junit4]   2> 766870 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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@172a8ac
   [junit4]   2> 766870 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766870 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection7],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection7/data/]
   [junit4]   2> 766872 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=11.330078125, 
floorSegmentMB=1.46484375, forceMergeDeletesPctAllowed=15.535024959046433, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.572665239957295
   [junit4]   2> 766926 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 766926 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 766928 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=96.1953125, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=29.988447818475127, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6213514017369839
   [junit4]   2> 766929 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1f096224[collection7] main]
   [junit4]   2> 766929 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection7/conf
   [junit4]   2> 766930 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 766930 INFO  
(searcherExecutor-4046-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@1f096224[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 766939 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766961 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 766963 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 766963 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/./collection8,
 trusted=true
   [junit4]   2> 766964 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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@172a8ac
   [junit4]   2> 766964 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 766964 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection8],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection8/data/]
   [junit4]   2> 766966 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 767011 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767011 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767012 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.116050772203418]
   [junit4]   2> 767013 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@139d59f[collection8] 
main]
   [junit4]   2> 767013 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection8/conf
   [junit4]   2> 767014 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767014 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection3]
   [junit4]   2> 767015 INFO  
(searcherExecutor-4050-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@139d59f[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767022 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767026 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 767027 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767027 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/./collection9,
 trusted=true
   [junit4]   2> 767028 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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@172a8ac
   [junit4]   2> 767028 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767028 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection9],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-001/./collection9/data/]
   [junit4]   2> 767029 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=59.7138671875, 
floorSegmentMB=0.74609375, forceMergeDeletesPctAllowed=6.7829184734026455, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 767072 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767072 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767073 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=7.0087890625, 
floorSegmentMB=0.6728515625, forceMergeDeletesPctAllowed=1.4824611569912172, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 767073 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2bb5c9a8[collection9] main]
   [junit4]   2> 767074 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
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_D03E314842FD5B6E-001/tempDir-001/collection9/conf
   [junit4]   2> 767074 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767074 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection2]
   [junit4]   2> 767074 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2ef487c3
   [junit4]   2> 767074 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=787777475
   [junit4]   2> 767075 INFO  
(searcherExecutor-4054-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@2bb5c9a8[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767075 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6fb2564c: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@3bfe74e6
   [junit4]   2> 767085 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2be07b7c
   [junit4]   2> 767085 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=736131964
   [junit4]   2> 767085 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6672cd90: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@62792452
   [junit4]   2> 767094 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=597547980
   [junit4]   2> 767095 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 767095 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ca7514c: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@30e9f3b0
   [junit4]   2> 767099 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 767099 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@b66c2e4: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5b58a8ac
   [junit4]   2> 767103 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 767103 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5bed664b: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@2f286e5f
   [junit4]   2> 767103 INFO  
(coreCloseExecutor-4058-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4c5402a9
   [junit4]   2> 767103 INFO  
(coreCloseExecutor-4058-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=1280574121
   [junit4]   2> 767103 INFO  
(coreCloseExecutor-4058-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3c702dd2
   [junit4]   2> 767103 INFO  
(coreCloseExecutor-4058-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c5de9f8: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@701f19b8
   [junit4]   2> 767105 INFO  
(coreCloseExecutor-4058-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@53158480
   [junit4]   2> 767106 INFO  
(coreCloseExecutor-4058-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2083bd4c
   [junit4]   2> 767106 INFO  
(coreCloseExecutor-4058-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1dd1a983
   [junit4]   2> 767106 INFO  
(coreCloseExecutor-4058-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@30a66083
   [junit4]   2> 767108 INFO  
(coreCloseExecutor-4058-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1013984722
   [junit4]   2> 767108 INFO  
(coreCloseExecutor-4058-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b641a5e
   [junit4]   2> 767108 INFO  
(coreCloseExecutor-4058-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@715ee83b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6733cbb
   [junit4]   2> 767124 INFO  
(coreCloseExecutor-4058-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1393919104
   [junit4]   2> 767124 INFO  
(coreCloseExecutor-4058-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6192254e: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@59cf0d75
   [junit4]   2> 767129 INFO  
(coreCloseExecutor-4058-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=545504588
   [junit4]   2> 767129 INFO  
(coreCloseExecutor-4058-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f70ddaa: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@d760e2e
   [junit4]   2> 767136 INFO  
(coreCloseExecutor-4058-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection7, tag=500279683
   [junit4]   2> 767136 INFO  
(coreCloseExecutor-4058-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5971b87c: rootName = null, 
domain = solr.core.collection7, service url = null, agent id = null] for 
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@76072e00
   [junit4]   2> 767142 INFO  
(coreCloseExecutor-4058-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection8, tag=816210051
   [junit4]   2> 767142 INFO  
(coreCloseExecutor-4058-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@79abc75b: rootName = null, 
domain = solr.core.collection8, service url = null, agent id = null] for 
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@37d816e0
   [junit4]   2> 767149 INFO  
(coreCloseExecutor-4058-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection9, tag=459545182
   [junit4]   2> 767149 INFO  
(coreCloseExecutor-4058-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2e318bfd: rootName = null, 
domain = solr.core.collection9, service url = null, agent id = null] for 
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@7dd5a063
   [junit4]   2> 767155 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 767157 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 767168 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    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_D03E314842FD5B6E-001/tempDir-002/solr.xml
   [junit4]   2> 767172 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 767201 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767209 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767209 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767216 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 767224 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767225 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767248 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 767248 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 767249 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767249 INFO  
(coreLoadExecutor-4065-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_D03E314842FD5B6E-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 767250 INFO  
(coreLoadExecutor-4065-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@172a8ac
   [junit4]   2> 767250 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767250 INFO  
(coreLoadExecutor-4065-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_D03E314842FD5B6E-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/./collection1/data/]
   [junit4]   2> 767250 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767250 INFO  
(coreLoadExecutor-4065-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_D03E314842FD5B6E-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 767251 INFO  
(coreLoadExecutor-4065-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@172a8ac
   [junit4]   2> 767251 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767251 INFO  
(coreLoadExecutor-4065-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_D03E314842FD5B6E-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/./collection2/data/]
   [junit4]   2> 767252 INFO  
(coreLoadExecutor-4065-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=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767253 INFO  
(coreLoadExecutor-4065-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=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767257 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767262 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 767264 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767264 INFO  
(coreLoadExecutor-4065-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_D03E314842FD5B6E-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 767264 INFO  
(coreLoadExecutor-4065-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@172a8ac
   [junit4]   2> 767264 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767264 INFO  
(coreLoadExecutor-4065-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_D03E314842FD5B6E-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/./collection5/data/]
   [junit4]   2> 767268 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767309 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767310 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767311 INFO  
(coreLoadExecutor-4065-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=216370651, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767311 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6fdb50a[collection2] main]
   [junit4]   2> 767311 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    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_D03E314842FD5B6E-001/tempDir-002/collection2/conf
   [junit4]   2> 767312 INFO  
(coreLoadExecutor-4065-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767313 INFO  
(searcherExecutor-4067-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6fdb50a[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767318 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767318 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767319 INFO  
(coreLoadExecutor-4065-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=216370651, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767319 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17d4fe90[collection1] main]
   [junit4]   2> 767319 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    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_D03E314842FD5B6E-001/tempDir-002/collection1/conf
   [junit4]   2> 767320 INFO  
(coreLoadExecutor-4065-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767320 INFO  
(searcherExecutor-4066-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@17d4fe90[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767329 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767329 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767330 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=216370651, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767330 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@136a4a4c[collection5] main]
   [junit4]   2> 767331 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    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_D03E314842FD5B6E-001/tempDir-002/collection5/conf
   [junit4]   2> 767331 INFO  
(coreLoadExecutor-4065-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767332 INFO  
(searcherExecutor-4068-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@136a4a4c[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767362 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767366 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 767368 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767368 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    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_D03E314842FD5B6E-001/tempDir-002/./collection3,
 trusted=true
   [junit4]   2> 767369 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    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@172a8ac
   [junit4]   2> 767369 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767369 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    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_D03E314842FD5B6E-001/tempDir-002/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/./collection3/data/]
   [junit4]   2> 767372 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=49.6474609375, 
floorSegmentMB=1.1787109375, forceMergeDeletesPctAllowed=18.283424549859078, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 767438 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767438 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767438 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=4.181640625, 
floorSegmentMB=0.6279296875, forceMergeDeletesPctAllowed=20.02444742389012, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.12637187746336329
   [junit4]   2> 767439 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7b33429c[collection3] main]
   [junit4]   2> 767439 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    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_D03E314842FD5B6E-001/tempDir-002/collection3/conf
   [junit4]   2> 767440 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767440 INFO  
(searcherExecutor-4078-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@7b33429c[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767446 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767453 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 767457 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767457 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/./collection4,
 trusted=true
   [junit4]   2> 767458 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 
'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767458 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767458 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-002/./collection4/data/]
   [junit4]   2> 767460 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=32.0615234375, 
floorSegmentMB=0.267578125, forceMergeDeletesPctAllowed=26.08483334925852, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4638618587415254
   [junit4]   2> 767545 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 767546 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 767549 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=88.4296875, 
floorSegmentMB=1.509765625, forceMergeDeletesPctAllowed=26.88047747219356, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 767549 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6b8f4ebb[collection4] main]
   [junit4]   2> 767550 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    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_D03E314842FD5B6E-001/tempDir-002/collection4/conf
   [junit4]   2> 767550 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 767551 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=706708875
   [junit4]   2> 767551 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 767551 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7dccec7f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@3ef69dd3
   [junit4]   2> 767551 INFO  
(searcherExecutor-4082-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@6b8f4ebb[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767556 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 767556 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@46f02f36: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5b58a8ac
   [junit4]   2> 767559 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 767560 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39b03da5: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@2f286e5f
   [junit4]   2> 767560 INFO  
(coreCloseExecutor-4086-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ca1f59d
   [junit4]   2> 767560 INFO  
(coreCloseExecutor-4086-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7ed4b703
   [junit4]   2> 767560 INFO  
(coreCloseExecutor-4086-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=480376221
   [junit4]   2> 767560 INFO  
(coreCloseExecutor-4086-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c379fe4: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@584f6e78
   [junit4]   2> 767567 INFO  
(coreCloseExecutor-4086-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@54843e32
   [junit4]   2> 767567 INFO  
(coreCloseExecutor-4086-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1417952818
   [junit4]   2> 767567 INFO  
(coreCloseExecutor-4086-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b29849c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@2d1ec3c6
   [junit4]   2> 767573 INFO  
(coreCloseExecutor-4086-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@220ea14a
   [junit4]   2> 767574 INFO  
(coreCloseExecutor-4086-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=571384138
   [junit4]   2> 767574 INFO  
(coreCloseExecutor-4086-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@166a1029: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@3f04f0eb
   [junit4]   2> 767574 INFO  
(coreCloseExecutor-4086-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@15ac9819
   [junit4]   2> 767582 INFO  
(coreCloseExecutor-4086-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=2127869699
   [junit4]   2> 767582 INFO  
(coreCloseExecutor-4086-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@794d3c3c: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@4a3df40b
   [junit4]   2> 767593 INFO  
(coreCloseExecutor-4086-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=363632665
   [junit4]   2> 767593 INFO  
(coreCloseExecutor-4086-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@539b5840: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@36db8335
   [junit4]   2> 767615 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 767617 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 767627 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    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_D03E314842FD5B6E-001/tempDir-003/solr.xml
   [junit4]   2> 767631 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 767662 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767671 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767671 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@172a8ac
   [junit4]   2> 767681 INFO  
(TEST-TestLazyCores.testRace-seed#[D03E314842FD5B6E]) [    x:collection3] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 767690 INFO  
(coreLoadExecutor-4093-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767693 INFO  
(coreLoadExecutor-4093-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767724 INFO  
(coreLoadExecutor-4093-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 767727 INFO  
(coreLoadExecutor-4093-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 767727 INFO  
(coreLoadExecutor-4093-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767727 INFO  
(coreLoadExecutor-4093-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_D03E314842FD5B6E-001/tempDir-003/./collection2,
 trusted=true
   [junit4]   2> 767728 INFO  
(coreLoadExecutor-4093-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@172a8ac
   [junit4]   2> 767728 INFO  
(coreLoadExecutor-4093-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767729 INFO  
(coreLoadExecutor-4093-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_D03E314842FD5B6E-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-003/./collection2/data/]
   [junit4]   2> 767732 INFO  
(coreLoadExecutor-4093-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=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767732 INFO  
(coreLoadExecutor-4093-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 767734 INFO  
(coreLoadExecutor-4093-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767734 INFO  
(coreLoadExecutor-4093-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_D03E314842FD5B6E-001/tempDir-003/./collection1,
 trusted=true
   [junit4]   2> 767734 INFO  
(coreLoadExecutor-4093-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@172a8ac
   [junit4]   2> 767734 INFO  
(coreLoadExecutor-4093-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 767734 INFO  
(coreLoadExecutor-4093-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_D03E314842FD5B6E-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D03E314842FD5B6E-001/tempDir-003/./collection1/data/]
   [junit4]   2> 767736 INFO  
(coreLoadExecutor-4093-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 767737 INFO  
(coreLoadExecutor-4093-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=1460892262, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767738 INFO  
(coreLoadExecutor-4093-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 767738 INFO  
(coreLoadExecutor-4093-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir /home/jenkins/worksp

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

s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5beccdd8: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@6a3baafc
   [junit4]   2> 777029 INFO  
(coreCloseExecutor-4342-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=1138421633
   [junit4]   2> 777029 INFO  
(coreCloseExecutor-4342-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@39692d84: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@36355c7b
   [junit4]   2> 777039 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[D03E314842FD5B6E]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 777040 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 777040 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=782485950
   [junit4]   2> 777040 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 777040 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 777040 INFO  
(SUITE-TestLazyCores-seed#[D03E314842FD5B6E]-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_D03E314842FD5B6E-001
   [junit4]   2> Sep 19, 2017 7:00:02 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Sep 19, 2017 7:00:22 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=16561, name=searcherExecutor-4179-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 19, 2017 7:00:22 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=16561, name=searcherExecutor-4179-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Sep 19, 2017 7:00:25 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=16561, name=searcherExecutor-4179-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=Asserting(Lucene70): 
{v_t=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128), 
v_s=PostingsFormat(name=Memory), v_f=PostingsFormat(name=MockRandom)}, 
docValues:{}, maxPointsInLeafNode=215, maxMBSortInHeap=5.631583052798675, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-ZA, timezone=SystemV/HST10
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=2,free=75389072,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestImplicitCoreProperties, 
TestCorePropertiesReload, HdfsChaosMonkeyNothingIsSafeTest, 
ChaosMonkeyNothingIsSafeTest, TestScoreJoinQPScore, TestWriterPerf, 
TestLegacyTerms, AddSchemaFieldsUpdateProcessorFactoryTest, TestConfig, 
TestTolerantUpdateProcessorRandomCloud, TestNumericTerms64, 
TestExceedMaxTermLength, TestDeleteCollectionOnDownNodes, PeerSyncTest, 
RecoveryAfterSoftCommitTest, HdfsNNFailoverTest, 
TestHighFrequencyDictionaryFactory, TestLeaderElectionZkExpiry, 
OverseerStatusTest, TestLuceneMatchVersion, ConfigSetsAPITest, 
WordBreakSolrSpellCheckerTest, TestBulkSchemaAPI, TestInitQParser, 
AsyncCallRequestStatusResponseTest, TestRangeQuery, TestSimpleTextCodec, 
TestJoin, TestIndexingPerformance, SearchHandlerTest, BlockJoinFacetRandomTest, 
SpatialRPTFieldTypeTest, TestBadConfig, AliasIntegrationTest, 
TestCloudJSONFacetJoinDomain, TestCloudRecovery, TestRandomFaceting, 
AnalysisErrorHandlingTest, TestMergePolicyConfig, 
BinaryUpdateRequestHandlerTest, TestManagedResource, TestConfigSetImmutable, 
CustomCollectionTest, TestRandomDVFaceting, TestPhraseSuggestions, 
TestDefaultStatsCache, TestFieldCacheWithThreads, TestMacros, 
TestPivotHelperCode, TestManagedSynonymFilterFactory, TestIntervalFaceting, 
MBeansHandlerTest, MigrateRouteKeyTest, TestRemoteStreaming, 
TestRandomFlRTGCloud, TestPolicyCloud, DefaultValueUpdateProcessorTest, 
RAMDirectoryFactoryTest, TestComponentsName, TestHdfsBackupRestoreCore, 
HLLUtilTest, SpellCheckCollatorTest, ReplicationFactorTest, 
TestSolrConfigHandlerCloud, TestStressLiveNodes, DocValuesNotIndexedTest, 
TestLockTree, MetricsHandlerTest, SpatialHeatmapFacetsTest, 
SolrRequestParserTest, DirectoryFactoryTest, TestMissingGroups, 
ZkStateWriterTest, TestSearcherReuse, TestStressLucene, 
SolrGangliaReporterTest, ExplicitHLLTest, TestReRankQParserPlugin, 
TestAuthenticationFramework, CursorPagingTest, TestExactStatsCache, 
TestRealTimeGet, BufferStoreTest, TestFaceting, TestSolrDeletionPolicy1, 
TestInPlaceUpdatesStandalone, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=D03E314842FD5B6E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-ZA -Dtests.timezone=SystemV/HST10 -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=16561, name=searcherExecutor-4179-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([D03E314842FD5B6E]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=16561, name=searcherExecutor-4179-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([D03E314842FD5B6E]:0)
   [junit4] Completed [243/733 (1!)] on J0 in 33.59s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to