Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/778/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseParallelGC

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

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




Build Log:
[...truncated 12818 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/init-core-data-001
   [junit4]   2> 1467077 WARN  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1467077 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1467078 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1467078 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1467080 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1467089 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/solr.xml
   [junit4]   2> 1467094 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1467094 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1467096 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1467131 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467144 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467144 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467146 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1467155 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467156 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467156 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467464 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1467466 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1467466 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1467467 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467467 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 1467467 INFO  (coreLoadExecutor-4223-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@720ffe
   [junit4]   2> 1467468 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467468 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467468 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection5/data/]
   [junit4]   2> 1467468 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 1467469 INFO  (coreLoadExecutor-4223-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@720ffe
   [junit4]   2> 1467469 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467469 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467469 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection1/data/]
   [junit4]   2> 1467469 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 1467470 INFO  (coreLoadExecutor-4223-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@720ffe
   [junit4]   2> 1467470 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467470 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection2/data/]
   [junit4]   2> 1467474 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1467475 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1467475 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1467556 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467556 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467558 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467558 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467558 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467558 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467558 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467559 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@11723f1[collection5] 
main]
   [junit4]   2> 1467559 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection5/conf
   [junit4]   2> 1467559 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467560 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1c2539e[collection1] 
main]
   [junit4]   2> 1467560 INFO  (coreLoadExecutor-4223-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467560 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection1/conf
   [junit4]   2> 1467560 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467561 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@a58bd2[collection2] 
main]
   [junit4]   2> 1467561 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection2/conf
   [junit4]   2> 1467561 INFO  (coreLoadExecutor-4223-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467562 INFO  (coreLoadExecutor-4223-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467562 INFO  
(searcherExecutor-4224-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@11723f1[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467563 INFO  
(searcherExecutor-4225-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c2539e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467564 INFO  
(searcherExecutor-4226-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@a58bd2[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467577 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467585 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1467588 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467588 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection4,
 trusted=true
   [junit4]   2> 1467589 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 
'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467589 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467589 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/./collection4/data/]
   [junit4]   2> 1467592 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=41.9404296875, 
floorSegmentMB=0.501953125, forceMergeDeletesPctAllowed=22.705019348240477, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467651 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467651 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467653 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=97.314453125, 
floorSegmentMB=0.72265625, forceMergeDeletesPctAllowed=18.90402415534183, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5124047632209002
   [junit4]   2> 1467654 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1aac367[collection4] main]
   [junit4]   2> 1467654 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-001/collection4/conf
   [junit4]   2> 1467655 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467656 INFO  
(searcherExecutor-4236-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1aac367[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467657 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1467657 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@49daa2 commitCommandVersion:0
   [junit4]   2> 1467691 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@446e59[collection4] main]
   [junit4]   2> 1467692 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1467694 INFO  
(searcherExecutor-4236-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@446e59[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 1467695 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1467700 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1467701 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1467702 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1467702 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1467703 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=17358208
   [junit4]   2> 1467703 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1467703 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@683a99: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1392fe1
   [junit4]   2> 1467710 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1467710 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@12aade9: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@17d08e5
   [junit4]   2> 1467717 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1467717 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@30dbe7: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@1428592
   [junit4]   2> 1467718 INFO  
(coreCloseExecutor-4240-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b5f196
   [junit4]   2> 1467718 INFO  
(coreCloseExecutor-4240-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=28701078
   [junit4]   2> 1467718 INFO  
(coreCloseExecutor-4240-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5a5387: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@d6450e
   [junit4]   2> 1467719 INFO  
(coreCloseExecutor-4240-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1373495
   [junit4]   2> 1467719 INFO  
(coreCloseExecutor-4240-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1cc65a
   [junit4]   2> 1467719 INFO  
(coreCloseExecutor-4240-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@52e854
   [junit4]   2> 1467727 INFO  
(coreCloseExecutor-4240-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=20395157
   [junit4]   2> 1467727 INFO  
(coreCloseExecutor-4240-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1b5a85b: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@afdfb4
   [junit4]   2> 1467747 INFO  
(coreCloseExecutor-4240-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1885786
   [junit4]   2> 1467748 INFO  
(coreCloseExecutor-4240-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@104871c: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@147e68c
   [junit4]   2> 1467757 INFO  
(coreCloseExecutor-4240-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=5433428
   [junit4]   2> 1467758 INFO  
(coreCloseExecutor-4240-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a59602: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@e81796
   [junit4]   2> 1467773 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1467776 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1467786 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/solr.xml
   [junit4]   2> 1467789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1467789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1467790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1467820 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467829 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467829 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467831 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1467840 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467840 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467841 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467847 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1467848 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1467849 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467849 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 1467849 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    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@720ffe
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection1/data/]
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    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@720ffe
   [junit4]   2> 1467850 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467851 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection5/data/]
   [junit4]   2> 1467852 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467852 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1467852 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 1467852 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    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@720ffe
   [junit4]   2> 1467853 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467853 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1467853 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1467856 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1467914 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467914 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467915 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467915 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3cc174[collection2] main]
   [junit4]   2> 1467916 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection2/conf
   [junit4]   2> 1467916 INFO  
(coreLoadExecutor-4247-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467917 INFO  
(searcherExecutor-4250-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@3cc174[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467921 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467921 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467923 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467923 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1883b1f[collection1] main]
   [junit4]   2> 1467923 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection1/conf
   [junit4]   2> 1467924 INFO  
(coreLoadExecutor-4247-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467925 INFO  
(searcherExecutor-4248-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1883b1f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467929 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1467929 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1467931 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1467932 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@88e687[collection5] main]
   [junit4]   2> 1467932 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection5/conf
   [junit4]   2> 1467933 INFO  
(coreLoadExecutor-4247-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1467934 INFO  
(searcherExecutor-4249-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@88e687[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1467942 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1467948 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1467950 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1467950 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection4,
 trusted=true
   [junit4]   2> 1467950 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 
'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1467950 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1467950 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection4/data/]
   [junit4]   2> 1467953 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=15.8828125, 
floorSegmentMB=0.99609375, forceMergeDeletesPctAllowed=17.231965130168437, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1468004 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468004 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468005 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4678838408247771]
   [junit4]   2> 1468006 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c0c5d6[collection4] main]
   [junit4]   2> 1468006 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection4/conf
   [junit4]   2> 1468007 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468008 INFO  
(searcherExecutor-4261-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1c0c5d6[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468015 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468021 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1468023 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468023 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection6,
 trusted=true
   [junit4]   2> 1468023 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 
'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468023 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468023 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/./collection6/data/]
   [junit4]   2> 1468026 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=74.0234375, 
floorSegmentMB=1.1630859375, forceMergeDeletesPctAllowed=12.055751032217625, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1468090 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468090 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468092 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
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.6615097894996866]
   [junit4]   2> 1468092 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@ee030b[collection6] main]
   [junit4]   2> 1468092 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-002/collection6/conf
   [junit4]   2> 1468093 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468094 INFO  
(searcherExecutor-4265-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@ee030b[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468097 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1468098 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1468098 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1468098 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1468098 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1468099 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1468099 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1468099 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1468099 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13506636
   [junit4]   2> 1468099 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1468099 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d8b866: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@10488f
   [junit4]   2> 1468103 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1468104 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ad6718: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@17d08e5
   [junit4]   2> 1468109 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1468109 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7a0cae: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@1428592
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1c8ff56
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ff46cc
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=29949782
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@db238c
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1f9b7dd
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@531023: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@8d5fd4
   [junit4]   2> 1468110 INFO  
(coreCloseExecutor-4269-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8c50ec
   [junit4]   2> 1468120 INFO  
(coreCloseExecutor-4269-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=33507020
   [junit4]   2> 1468120 INFO  
(coreCloseExecutor-4269-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1bb3bb1: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@519efd
   [junit4]   2> 1468127 INFO  
(coreCloseExecutor-4269-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=14361484
   [junit4]   2> 1468127 INFO  
(coreCloseExecutor-4269-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1fbc64b: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@10974cb
   [junit4]   2> 1468133 INFO  
(coreCloseExecutor-4269-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=33142749
   [junit4]   2> 1468134 INFO  
(coreCloseExecutor-4269-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@744934: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@b37703
   [junit4]   2> 1468142 INFO  
(coreCloseExecutor-4269-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=9195756
   [junit4]   2> 1468142 INFO  
(coreCloseExecutor-4269-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@dd3050: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@1cd5acb
   [junit4]   2> 1468153 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1468159 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 1468166 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/solr.xml
   [junit4]   2> 1468170 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1468170 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1468171 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1468203 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468213 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468213 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468216 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1468227 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468228 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468228 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468234 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1468236 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468236 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection1,
 trusted=true
   [junit4]   2> 1468236 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    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@720ffe
   [junit4]   2> 1468236 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468236 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection1/data/]
   [junit4]   2> 1468237 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1468237 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1468239 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1468246 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468246 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468246 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection5,
 trusted=true
   [junit4]   2> 1468246 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection2,
 trusted=true
   [junit4]   2> 1468246 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    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@720ffe
   [junit4]   2> 1468246 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    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@720ffe
   [junit4]   2> 1468247 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468247 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468247 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection5/data/]
   [junit4]   2> 1468247 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection2/data/]
   [junit4]   2> 1468250 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1468250 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=68.380859375, 
floorSegmentMB=1.572265625, forceMergeDeletesPctAllowed=27.258944975215698, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3096688804896875
   [junit4]   2> 1468301 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468301 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468302 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1468303 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1339898[collection1] main]
   [junit4]   2> 1468303 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection1/conf
   [junit4]   2> 1468304 INFO  
(coreLoadExecutor-4276-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468305 INFO  
(searcherExecutor-4277-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1339898[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468310 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468310 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468311 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1468312 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468312 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468312 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a61c08[collection5] main]
   [junit4]   2> 1468312 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection5/conf
   [junit4]   2> 1468313 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=87.177734375, 
floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=24.261654685300957, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1468313 INFO  
(coreLoadExecutor-4276-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468313 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1911172[collection2] main]
   [junit4]   2> 1468313 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection2/conf
   [junit4]   2> 1468314 INFO  
(searcherExecutor-4278-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@a61c08[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468314 INFO  
(coreLoadExecutor-4276-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468315 INFO  
(searcherExecutor-4279-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@1911172[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468338 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468352 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1468355 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468356 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection3,
 trusted=true
   [junit4]   2> 1468356 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection3' (registry 
'solr.core.collection3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468356 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468356 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection3/data/]
   [junit4]   2> 1468359 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1911335779, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1468411 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468411 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468412 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1468413 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@57bd57[collection3] main]
   [junit4]   2> 1468413 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection3/conf
   [junit4]   2> 1468414 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468415 INFO  
(searcherExecutor-4289-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@57bd57[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468426 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468433 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1468442 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468442 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection6,
 trusted=true
   [junit4]   2> 1468443 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 
'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468443 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468443 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection6/data/]
   [junit4]   2> 1468445 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=56.650390625, 
floorSegmentMB=1.40625, forceMergeDeletesPctAllowed=23.547829048080427, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1468495 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468495 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468496 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=13.255859375, 
floorSegmentMB=1.931640625, forceMergeDeletesPctAllowed=22.004118960974733, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16976378942631482
   [junit4]   2> 1468497 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5389c7[collection6] main]
   [junit4]   2> 1468497 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection6/conf
   [junit4]   2> 1468498 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468498 INFO  
(searcherExecutor-4293-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@5389c7[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468507 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468513 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1468515 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1468515 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection7,
 trusted=true
   [junit4]   2> 1468516 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection7' (registry 
'solr.core.collection7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@720ffe
   [junit4]   2> 1468516 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1468516 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection7],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/./collection7/data/]
   [junit4]   2> 1468519 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1468574 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1468575 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1468576 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1088694567385316]
   [junit4]   2> 1468576 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@15857c2[collection7] main]
   [junit4]   2> 1468577 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001/tempDir-003/collection7/conf
   [junit4]   2> 1468577 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1468578 INFO  
(searcherExecutor-4297-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@15857c2[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1468588 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1468594 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[F060C6CF05ABD28E]) [    x:collection4] 
o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1468596 INFO  (TEST-TestLazyCores.testNo

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

try solr.core.collection1 / com.codahale.metrics.MetricRegistry@136c83d
   [junit4]   2> 1479702 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[F060C6CF05ABD28E]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
   [junit4]   2> 1479703 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1479703 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=15214046
   [junit4]   2> 1479703 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1479703 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1479703 INFO  
(SUITE-TestLazyCores-seed#[F060C6CF05ABD28E]-worker) [    x:collection4] 
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-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_F060C6CF05ABD28E-001
   [junit4]   2> Nov 09, 2017 7:50:38 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Nov 09, 2017 7:50:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=12100, name=searcherExecutor-4309-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> Nov 09, 2017 7:50:58 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12100, name=searcherExecutor-4309-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 09, 2017 7:51:01 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=12100, name=searcherExecutor-4309-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=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
v_s=PostingsFormat(name=Direct), 
v_f=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, 
maxPointsInLeafNode=177, maxMBSortInHeap=5.7862583018363285, 
sim=RandomSimilarity(queryNorm=false): {}, locale=be, 
timezone=Atlantic/Jan_Mayen
   [junit4]   2> NOTE: Linux 4.10.0-37-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=2,free=175933608,total=375914496
   [junit4]   2> NOTE: All tests run in this JVM: [TestExactStatsCache, 
TestExceedMaxTermLength, TestZkAclsWithHadoopAuth, TemplateUpdateProcessorTest, 
ShowFileRequestHandlerTest, TestLockTree, TestStressReorder, 
TestManagedSynonymFilterFactory, CoreMergeIndexesAdminHandlerTest, 
TestRangeQuery, TestStressLucene, LukeRequestHandlerTest, 
TestShardHandlerFactory, TestUnifiedSolrHighlighter, NotRequiredUniqueKeyTest, 
TestStressRecovery, ConvertedLegacyTest, ConjunctionSolrSpellCheckerTest, 
TestStandardQParsers, TestRemoteStreaming, DebugComponentTest, BitVectorTest, 
TestQuerySenderNoQuery, TestManagedSchema, TestPerFieldSimilarity, 
ClusterStateUpdateTest, TestReplicaProperties, TestInPlaceUpdatesStandalone, 
SuggesterTSTTest, RequestHandlersTest, MoveReplicaHDFSFailoverTest, 
LeaderFailureAfterFreshStartTest, TestSSLRandomization, 
TestSortByMinMaxFunction, DeleteLastCustomShardedReplicaTest, 
TestSolrCloudWithKerberosAlt, DistributedIntervalFacetingTest, 
TestSearcherReuse, TestReRankQParserPlugin, TestSolrCLIRunExample, 
DistributedTermsComponentTest, TestLuceneMatchVersion, 
DistributedFacetPivotWhiteBoxTest, PeerSyncWithIndexFingerprintCachingTest, 
DocumentAnalysisRequestHandlerTest, TestMissingGroups, 
TestAuthenticationFramework, HdfsRecoveryZkTest, QueryEqualityTest, ZkCLITest, 
MergeStrategyTest, DirectUpdateHandlerTest, TriLevelCompositeIdRoutingTest, 
DistribDocExpirationUpdateProcessorTest, TestConfigsApi, 
TestRetrieveFieldsOptimizer, TestCloudNestedDocsSort, 
CollectionTooManyReplicasTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestUseDocValuesAsStored, TriggerIntegrationTest, TestOmitPositions, 
BadIndexSchemaTest, DocValuesMultiTest, TestSQLHandlerNonCloud, 
HdfsCollectionsAPIDistributedZkTest, ChaosMonkeySafeLeaderTest, 
AnalyticsQueryTest, TestFieldCacheSort, TestCursorMarkWithoutUniqueKey, 
BlockJoinFacetRandomTest, CdcrBootstrapTest, 
ClassificationUpdateProcessorFactoryTest, HdfsThreadLeakTest, 
TestFieldTypeCollectionResource, ReplicaListTransformerTest, CoreSorterTest, 
PeerSyncReplicationTest, TestFastWriter, TestCloudRecovery, ZkSolrClientTest, 
TestCollationField, TestCloudJSONFacetJoinDomain, TestRTGBase, TestWriterPerf, 
SimpleMLTQParserTest, TestSurroundQueryParser, 
SignatureUpdateProcessorFactoryTest, PrimUtilsTest, 
SchemaVersionSpecificBehaviorTest, MetricUtilsTest, HttpPartitionTest, 
SolrMetricReporterTest, TestBM25SimilarityFactory, HttpTriggerListenerTest, 
RequestLoggingTest, StatsReloadRaceTest, TestAtomicUpdateErrorCases, 
ReplaceNodeTest, TestConfigReload, TestScoreJoinQPScore, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestMaxTokenLenTokenizer, 
SuggestComponentContextFilterQueryTest, TestDynamicFieldResource, 
HighlighterConfigTest, TestTrackingShardHandlerFactory, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=F060C6CF05ABD28E -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=be -Dtests.timezone=Atlantic/Jan_Mayen -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | 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=12100, name=searcherExecutor-4309-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([F060C6CF05ABD28E]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12100, name=searcherExecutor-4309-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([F060C6CF05ABD28E]:0)
   [junit4] Completed [372/748 (1!)] on J1 in 35.76s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to