Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20465/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseG1GC

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

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




Build Log:
[...truncated 11891 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_611DA031B11D8261-001/init-core-data-001
   [junit4]   2> 578973 WARN  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=26 numCloses=26
   [junit4]   2> 578973 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 578974 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-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> 578975 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 578975 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 578982 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
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_611DA031B11D8261-001/tempDir-001/solr.xml
   [junit4]   2> 578984 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 579036 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 579044 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 579044 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 579047 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 579063 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579067 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579068 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579284 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 579284 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 579286 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579286 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 579286 INFO  (coreLoadExecutor-1646-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@6eff5a75
   [junit4]   2> 579286 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579286 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection5/data/]
   [junit4]   2> 579289 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 579290 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 579291 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579291 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 579292 INFO  (coreLoadExecutor-1646-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@6eff5a75
   [junit4]   2> 579292 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579292 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection1/data/]
   [junit4]   2> 579294 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579294 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 579294 INFO  (coreLoadExecutor-1646-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@6eff5a75
   [junit4]   2> 579294 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579294 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection2/data/]
   [junit4]   2> 579296 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 579298 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 579340 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 579340 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 579342 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=998726326, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 579342 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6a730d6e[collection5] main]
   [junit4]   2> 579342 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/collection5/conf
   [junit4]   2> 579343 INFO  (coreLoadExecutor-1646-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 579345 INFO  
(searcherExecutor-1647-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@6a730d6e[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579351 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 579351 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 579352 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=998726326, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 579352 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7136d625[collection1] main]
   [junit4]   2> 579353 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/collection1/conf
   [junit4]   2> 579353 INFO  (coreLoadExecutor-1646-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 579354 INFO  
(searcherExecutor-1648-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7136d625[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579361 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 579361 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 579362 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=998726326, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 579363 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d7154f[collection2] 
main]
   [junit4]   2> 579363 INFO  (coreLoadExecutor-1646-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_611DA031B11D8261-001/tempDir-001/collection2/conf
   [junit4]   2> 579363 INFO  (coreLoadExecutor-1646-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 579364 INFO  
(searcherExecutor-1649-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@3d7154f[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579374 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579379 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 579381 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579381 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/./collection3,
 trusted=true
   [junit4]   2> 579382 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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@6eff5a75
   [junit4]   2> 579382 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579382 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection3/data/]
   [junit4]   2> 579385 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5027739834271999]
   [junit4]   2> 579470 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 579470 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 579471 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=20.177734375, 
floorSegmentMB=0.962890625, forceMergeDeletesPctAllowed=1.1091767891838933, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 579472 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6651f0b6[collection3] main]
   [junit4]   2> 579472 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection3/conf
   [junit4]   2> 579473 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 579477 INFO  
(searcherExecutor-1659-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@6651f0b6[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579484 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579649 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 579652 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579652 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/./collection4,
 trusted=true
   [junit4]   2> 579653 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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@6eff5a75
   [junit4]   2> 579653 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579653 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection4/data/]
   [junit4]   2> 579656 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=21.55078125, 
floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=26.613942119980184, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 579713 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 579713 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 579716 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=635077649, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 579717 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@adab08b[collection4] 
main]
   [junit4]   2> 579717 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection4/conf
   [junit4]   2> 579718 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 579719 INFO  
(searcherExecutor-1663-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@adab08b[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579727 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579732 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 579734 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579734 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/./collection6,
 trusted=true
   [junit4]   2> 579735 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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@6eff5a75
   [junit4]   2> 579735 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579735 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection6/data/]
   [junit4]   2> 579738 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=73.5224609375, 
floorSegmentMB=0.298828125, forceMergeDeletesPctAllowed=26.46396608717979, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 579827 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 579827 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 579828 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=45, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=34.37890625, 
floorSegmentMB=0.890625, forceMergeDeletesPctAllowed=18.989046942418998, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.294700376418809
   [junit4]   2> 579829 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@383ef643[collection6] main]
   [junit4]   2> 579829 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection6/conf
   [junit4]   2> 579830 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 579830 INFO  
(searcherExecutor-1667-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@383ef643[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 579839 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 579876 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 579914 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 579914 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/./collection7,
 trusted=true
   [junit4]   2> 579915 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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@6eff5a75
   [junit4]   2> 579915 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 579915 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection7],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection7/data/]
   [junit4]   2> 579916 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=3.12890625, 
floorSegmentMB=1.1103515625, forceMergeDeletesPctAllowed=24.01246211574934, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.15632279322477088
   [junit4]   2> 580005 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580005 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580006 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=63.3974609375, 
floorSegmentMB=1.7763671875, forceMergeDeletesPctAllowed=24.126238260420266, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 580006 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@26e8d677[collection7] main]
   [junit4]   2> 580007 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection7/conf
   [junit4]   2> 580007 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580008 INFO  
(searcherExecutor-1671-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@26e8d677[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580076 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580080 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 580111 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580111 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/./collection8,
 trusted=true
   [junit4]   2> 580112 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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@6eff5a75
   [junit4]   2> 580112 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580112 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection8],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection8/data/]
   [junit4]   2> 580114 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=38.083984375, 
floorSegmentMB=0.796875, forceMergeDeletesPctAllowed=23.80581866625838, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22186129989439243
   [junit4]   2> 580192 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580192 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580193 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 580194 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@51df362d[collection8] main]
   [junit4]   2> 580194 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection8/conf
   [junit4]   2> 580195 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580196 INFO  
(searcherExecutor-1675-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@51df362d[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580196 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection3]
   [junit4]   2> 580223 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580291 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 580293 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580293 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/./collection9,
 trusted=true
   [junit4]   2> 580293 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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@6eff5a75
   [junit4]   2> 580293 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580293 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection9],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-001/./collection9/data/]
   [junit4]   2> 580296 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=28.9130859375, 
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=26.39436046907004, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 580354 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580354 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580355 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1132405539, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 580355 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79873e6f[collection9] main]
   [junit4]   2> 580355 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-001/collection9/conf
   [junit4]   2> 580356 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580356 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection2]
   [junit4]   2> 580356 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@254aa101
   [junit4]   2> 580357 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=625647873
   [junit4]   2> 580357 INFO  
(searcherExecutor-1679-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@79873e6f[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580357 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4d910389: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@5ca5a6b6
   [junit4]   2> 580365 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@31ce149a
   [junit4]   2> 580365 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=835589274
   [junit4]   2> 580365 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@75cc3666: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@7451468f
   [junit4]   2> 580371 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1779856132
   [junit4]   2> 580372 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 580372 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@73b25e15: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@174daeb3
   [junit4]   2> 580375 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 580375 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18aae7d0: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5b5e36de
   [junit4]   2> 580377 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 580377 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7862535c: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@c6bfcb2
   [junit4]   2> 580377 INFO  
(coreCloseExecutor-1683-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2ddc1703
   [junit4]   2> 580377 INFO  
(coreCloseExecutor-1683-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=769398531
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@44b938fe: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@6c28a135
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1a25c6bd
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@24d700a
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@54dd6f3
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@42917f39
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3adccf0f
   [junit4]   2> 580378 INFO  
(coreCloseExecutor-1683-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c0022a5
   [junit4]   2> 580382 INFO  
(coreCloseExecutor-1683-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=438683325
   [junit4]   2> 580382 INFO  
(coreCloseExecutor-1683-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d760e22: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@66dede4
   [junit4]   2> 580388 INFO  
(coreCloseExecutor-1683-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=38629386
   [junit4]   2> 580389 INFO  
(coreCloseExecutor-1683-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e47c45f: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@5d311896
   [junit4]   2> 580395 INFO  
(coreCloseExecutor-1683-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection7, tag=88987379
   [junit4]   2> 580395 INFO  
(coreCloseExecutor-1683-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@341ad63d: rootName = null, 
domain = solr.core.collection7, service url = null, agent id = null] for 
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@30527f0e
   [junit4]   2> 580400 INFO  
(coreCloseExecutor-1683-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1116831545
   [junit4]   2> 580401 INFO  
(coreCloseExecutor-1683-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1236e872: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@6a25e8b
   [junit4]   2> 580407 INFO  
(coreCloseExecutor-1683-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection8, tag=987549455
   [junit4]   2> 580407 INFO  
(coreCloseExecutor-1683-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@27414574: rootName = null, 
domain = solr.core.collection8, service url = null, agent id = null] for 
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@36cfc11c
   [junit4]   2> 580411 INFO  
(coreCloseExecutor-1683-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection9, tag=469770917
   [junit4]   2> 580411 INFO  
(coreCloseExecutor-1683-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@339e9506: rootName = null, 
domain = solr.core.collection9, service url = null, agent id = null] for 
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@2b6a1bb0
   [junit4]   2> 580417 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 580418 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 580425 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-002/solr.xml
   [junit4]   2> 580428 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 580450 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580456 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580457 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580458 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 580466 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580466 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580472 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 580473 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 580474 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580474 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580474 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-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@6eff5a75
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-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@6eff5a75
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./collection2/data/]
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580475 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./collection1/data/]
   [junit4]   2> 580477 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 580478 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 580480 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 580481 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580481 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 580482 INFO  
(coreLoadExecutor-1690-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@6eff5a75
   [junit4]   2> 580482 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580482 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./collection5/data/]
   [junit4]   2> 580486 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 580541 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580541 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580541 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580541 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580542 INFO  
(coreLoadExecutor-1690-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=998726326, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 580542 INFO  
(coreLoadExecutor-1690-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=998726326, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 580542 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6f69b357[collection2] main]
   [junit4]   2> 580542 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9d39449[collection5] main]
   [junit4]   2> 580542 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/collection2/conf
   [junit4]   2> 580542 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/collection5/conf
   [junit4]   2> 580543 INFO  
(coreLoadExecutor-1690-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580543 INFO  
(coreLoadExecutor-1690-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580544 INFO  
(searcherExecutor-1693-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@9d39449[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580544 INFO  
(searcherExecutor-1691-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6f69b357[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580561 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580561 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580562 INFO  
(coreLoadExecutor-1690-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=998726326, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 580562 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7dda9a79[collection1] main]
   [junit4]   2> 580562 INFO  
(coreLoadExecutor-1690-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_611DA031B11D8261-001/tempDir-002/collection1/conf
   [junit4]   2> 580563 INFO  
(coreLoadExecutor-1690-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580564 INFO  
(searcherExecutor-1692-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7dda9a79[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580568 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 580595 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580600 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 580602 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580602 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core1,
 trusted=true
   [junit4]   2> 580603 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' 
(registry 'solr.core.core1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580603 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580603 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core1/data/]
   [junit4]   2> 580606 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=56.3876953125, 
floorSegmentMB=0.5205078125, forceMergeDeletesPctAllowed=19.01625431267167, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5621139257779014
   [junit4]   2> 580662 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580662 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580663 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 580664 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@48de2c63[core1] main]
   [junit4]   2> 580664 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-002/core1/conf
   [junit4]   2> 580665 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580665 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 580666 INFO  
(searcherExecutor-1704-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@48de2c63[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580675 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580738 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 580740 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580740 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core2,
 trusted=true
   [junit4]   2> 580740 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' 
(registry 'solr.core.core2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580740 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580740 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core2/data/]
   [junit4]   2> 580744 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=93.142578125, 
floorSegmentMB=1.6875, forceMergeDeletesPctAllowed=3.7601687749522297, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.45736097512191665
   [junit4]   2> 580800 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580800 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580802 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6050903617037307]
   [junit4]   2> 580802 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@52c0bff7[core2] main]
   [junit4]   2> 580803 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-002/core2/conf
   [junit4]   2> 580804 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580804 INFO  
(searcherExecutor-1709-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@52c0bff7[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580805 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 580814 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580819 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 580821 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580821 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core3' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core3,
 trusted=true
   [junit4]   2> 580822 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3' 
(registry 'solr.core.core3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580822 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580822 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/core3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core3/data/]
   [junit4]   2> 580825 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=43, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2651093060080182]
   [junit4]   2> 580871 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580871 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580872 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=828191315, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 580873 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7653b337[core3] main]
   [junit4]   2> 580873 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-002/core3/conf
   [junit4]   2> 580874 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580874 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 580875 INFO  
(searcherExecutor-1714-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@7653b337[core3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580883 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580889 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 580891 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580891 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core4' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core4,
 trusted=true
   [junit4]   2> 580891 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4' 
(registry 'solr.core.core4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580892 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580892 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/core4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core4/data/]
   [junit4]   2> 580895 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
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.0]
   [junit4]   2> 580948 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580948 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580950 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 580950 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@26fa3cd5[core4] main]
   [junit4]   2> 580951 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
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_611DA031B11D8261-001/tempDir-002/core4/conf
   [junit4]   2> 580952 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580952 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection2]
   [junit4]   2> 580952 INFO  (Thread-1152) [    x:collection3] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@24eba463
   [junit4]   2> 580952 INFO  (Thread-1152) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=619422819
   [junit4]   2> 580952 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
   [junit4]   2> 580952 INFO  (Thread-1152) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7864c269: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@7f6bd5ae
   [junit4]   2> 580955 INFO  
(searcherExecutor-1719-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@26fa3cd5[core4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580962 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 580975 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 580976 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 580976 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core5,
 trusted=true
   [junit4]   2> 580977 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core5' 
(registry 'solr.core.core5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6eff5a75
   [junit4]   2> 580977 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 580977 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/core5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_611DA031B11D8261-001/tempDir-002/./core5/data/]
   [junit4]   2> 580980 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[611DA031B11D8261]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMerg

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

metric reporters for registry=solr.core.collection2, tag=339152886
   [junit4]   2> 584750 INFO  
(coreCloseExecutor-1967-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@393388fa: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@eb74dc3
   [junit4]   2> 584756 INFO  
(coreCloseExecutor-1967-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=1135674018
   [junit4]   2> 584756 INFO  
(coreCloseExecutor-1967-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4f97480: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@538e8cd8
   [junit4]   2> 584762 INFO  
(coreCloseExecutor-1967-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=592136144
   [junit4]   2> 584762 INFO  
(coreCloseExecutor-1967-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d11b6a1: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@7ab04474
   [junit4]   2> 584769 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[611DA031B11D8261]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 584770 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 584770 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1255202997
   [junit4]   2> 584770 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 584770 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 584770 INFO  
(SUITE-TestLazyCores-seed#[611DA031B11D8261]-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_611DA031B11D8261-001
   [junit4]   2> Sep 13, 2017 6:02:53 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> Sep 13, 2017 6:03:13 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=4884, name=searcherExecutor-1838-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 13, 2017 6:03:13 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=4884, name=searcherExecutor-1838-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Sep 13, 2017 6:03:16 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=4884, name=searcherExecutor-1838-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=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), 
v_s=PostingsFormat(name=Asserting), v_f=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{}, maxPointsInLeafNode=228, maxMBSortInHeap=5.248258951860184, 
sim=RandomSimilarity(queryNorm=false): {}, locale=es-PA, timezone=Etc/GMT+4
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=2,free=388804296,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestBadConfig, 
HdfsDirectoryTest, TestBinaryResponseWriter, TestSimpleTextCodec, 
UUIDFieldTest, TestTolerantUpdateProcessorRandomCloud, TestFastOutputStream, 
TestConfigSetImmutable, OverseerStatusTest, DistribJoinFromCollectionTest, 
TestGraphTermsQParserPlugin, TestMacros, MetricsHandlerTest, 
QueryResultKeyTest, SyncSliceTest, TestMultiWordSynonyms, HdfsNNFailoverTest, 
BinaryUpdateRequestHandlerTest, DistributedDebugComponentTest, 
TestGeoJSONResponseWriter, TestRemoteStreaming, TestLegacyField, 
CursorPagingTest, TestQuerySenderNoQuery, SolrShardReporterTest, 
TestPayloadCheckQParserPlugin, DeleteNodeTest, TestPolicyCloud, 
TestImplicitCoreProperties, DocValuesMissingTest, HighlighterConfigTest, 
TestSolrQueryResponse, TestLuceneMatchVersion, RAMDirectoryFactoryTest, 
TestFieldTypeResource, TestConfig, SolrIndexConfigTest, HttpPartitionTest, 
TestDistribIDF, SolrMetricManagerTest, AliasIntegrationTest, 
TestAuthenticationFramework, TestCollectionAPI, DistributedFacetPivotLargeTest, 
TestPivotHelperCode, ClassificationUpdateProcessorIntegrationTest, 
TestJettySolrRunner, RankQueryTest, UpdateParamsTest, TestRandomDVFaceting, 
TestWordDelimiterFilterFactory, OpenExchangeRatesOrgProviderTest, 
TestCloudRecovery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=611DA031B11D8261 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=es-PA -Dtests.timezone=Etc/GMT+4 -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [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=4884, name=searcherExecutor-1838-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([611DA031B11D8261]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4884, name=searcherExecutor-1838-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([611DA031B11D8261]:0)
   [junit4] Completed [226/732 (1!)] on J0 in 28.88s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 47815 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to