Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/944/
Java: 32bit/jdk1.8.0_144 -server -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=4975, name=searcherExecutor-1850-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=4975, name=searcherExecutor-1850-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([298F569E686E047D]: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=4975, name=searcherExecutor-1850-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=4975, name=searcherExecutor-1850-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([298F569E686E047D]: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([298F569E686E047D:F6EFF74FA34967D8]: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">0</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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




Build Log:
[...truncated 11965 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_298F569E686E047D-001/init-core-data-001
   [junit4]   2> 382889 WARN  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 382889 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 382891 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 382892 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 382893 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 382900 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
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_298F569E686E047D-001/tempDir-001/solr.xml
   [junit4]   2> 382902 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 382902 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 382903 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 382922 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 382927 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 382927 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 382929 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 382935 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 382935 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 382936 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 382944 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 382944 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 382944 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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@122b7fc
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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@122b7fc
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-001/./collection1/data/]
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-001/./collection5/data/]
   [junit4]   2> 382946 INFO  (coreLoadExecutor-1533-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@122b7fc
   [junit4]   2> 382947 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 382947 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-001/./collection2/data/]
   [junit4]   2> 382948 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 382948 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 382949 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 382996 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382996 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382997 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 382997 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e97cdb[collection5] 
main]
   [junit4]   2> 382997 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/collection5/conf
   [junit4]   2> 382997 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 382998 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 382998 INFO  (coreLoadExecutor-1533-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 382998 INFO  
(searcherExecutor-1535-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1e97cdb[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 382998 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 382999 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1be9a7e[collection1] 
main]
   [junit4]   2> 382999 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/collection1/conf
   [junit4]   2> 382999 INFO  (coreLoadExecutor-1533-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383000 INFO  
(searcherExecutor-1534-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1be9a7e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383000 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383000 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383002 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383002 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b13e9c[collection2] 
main]
   [junit4]   2> 383002 INFO  (coreLoadExecutor-1533-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_298F569E686E047D-001/tempDir-001/collection2/conf
   [junit4]   2> 383003 INFO  (coreLoadExecutor-1533-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383003 INFO  
(searcherExecutor-1536-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@1b13e9c[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383010 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383014 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 383015 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383015 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-001/./collection4,
 trusted=true
   [junit4]   2> 383015 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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@122b7fc
   [junit4]   2> 383015 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383016 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-001/./collection4/data/]
   [junit4]   2> 383018 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=96.091796875, 
floorSegmentMB=1.9345703125, forceMergeDeletesPctAllowed=27.853230167929375, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.31959762726877505
   [junit4]   2> 383058 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383058 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383059 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=47.310546875, 
floorSegmentMB=0.8505859375, forceMergeDeletesPctAllowed=4.0172973392546885, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6715476560372396
   [junit4]   2> 383059 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e7f1fe[collection4] main]
   [junit4]   2> 383060 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-001/collection4/conf
   [junit4]   2> 383060 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383061 INFO  
(searcherExecutor-1546-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1e7f1fe[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383061 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 383061 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@1ede88c commitCommandVersion:0
   [junit4]   2> 383095 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1225563[collection4] main]
   [junit4]   2> 383096 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 383096 INFO  
(searcherExecutor-1546-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1225563[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):c7)))}
   [junit4]   2> 383105 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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=8
   [junit4]   2> 383107 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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> 383108 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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> 383108 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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> 383108 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    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> 383113 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13799341
   [junit4]   2> 383113 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 383114 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f44f8c: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@194c1de
   [junit4]   2> 383117 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 383117 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c21b83: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@11873b8
   [junit4]   2> 383120 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 383120 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@e646f5: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@127f383
   [junit4]   2> 383120 INFO  
(coreCloseExecutor-1550-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b787aa
   [junit4]   2> 383120 INFO  
(coreCloseExecutor-1550-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=28805034
   [junit4]   2> 383120 INFO  
(coreCloseExecutor-1550-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1cbf1c1
   [junit4]   2> 383120 INFO  
(coreCloseExecutor-1550-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@beb16f: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@159a9fa
   [junit4]   2> 383120 INFO  
(coreCloseExecutor-1550-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@202abc
   [junit4]   2> 383120 INFO  
(coreCloseExecutor-1550-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8d9298
   [junit4]   2> 383125 INFO  
(coreCloseExecutor-1550-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=30142913
   [junit4]   2> 383125 INFO  
(coreCloseExecutor-1550-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@c202e1: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@85559b
   [junit4]   2> 383129 INFO  
(coreCloseExecutor-1550-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=2108092
   [junit4]   2> 383130 INFO  
(coreCloseExecutor-1550-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1dcd345: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@1ffc6c7
   [junit4]   2> 383135 INFO  
(coreCloseExecutor-1550-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=9278104
   [junit4]   2> 383135 INFO  
(coreCloseExecutor-1550-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@15eb76c: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@55993d
   [junit4]   2> 383143 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 383145 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 383152 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
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_298F569E686E047D-001/tempDir-002/solr.xml
   [junit4]   2> 383154 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 383154 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 383155 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 383175 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383181 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383182 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383183 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 383190 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383190 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383191 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383195 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 383196 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 383196 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 383196 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383196 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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@122b7fc
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-002/./collection1/data/]
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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@122b7fc
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-002/./collection5/data/]
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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@122b7fc
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383197 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-002/./collection2/data/]
   [junit4]   2> 383198 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383199 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383199 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383252 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383252 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383252 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9e8e09[collection1] main]
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/collection1/conf
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383253 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@18e97ef[collection2] main]
   [junit4]   2> 383254 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/collection2/conf
   [junit4]   2> 383254 INFO  
(searcherExecutor-1558-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@9e8e09[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383254 INFO  
(coreLoadExecutor-1557-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383255 INFO  
(searcherExecutor-1560-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@18e97ef[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383260 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383260 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383261 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383261 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1239a81[collection5] main]
   [junit4]   2> 383261 INFO  
(coreLoadExecutor-1557-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_298F569E686E047D-001/tempDir-002/collection5/conf
   [junit4]   2> 383262 INFO  
(coreLoadExecutor-1557-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383263 INFO  
(searcherExecutor-1559-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1239a81[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383264 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=null
   [junit4]   2> 383264 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bdb97e: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1c5b597
   [junit4]   2> 383272 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 383372 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 383454 INFO  (Thread-2129) [    x:collection4] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e300b2
   [junit4]   2> 383454 INFO  (Thread-2129) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=31654066
   [junit4]   2> 383472 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1586721
   [junit4]   2> 383473 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 383473 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@db3da4: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@6f9277
   [junit4]   2> 383480 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 383480 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18949f8: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@11873b8
   [junit4]   2> 383485 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 383486 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bad786: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@127f383
   [junit4]   2> 383486 INFO  
(coreCloseExecutor-1571-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1124138
   [junit4]   2> 383486 INFO  
(coreCloseExecutor-1571-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=17973560
   [junit4]   2> 383486 INFO  
(coreCloseExecutor-1571-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@41d994: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@11cc79b
   [junit4]   2> 383486 INFO  
(coreCloseExecutor-1571-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e61d0f
   [junit4]   2> 383496 INFO  
(coreCloseExecutor-1571-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=15080719
   [junit4]   2> 383497 INFO  
(coreCloseExecutor-1571-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1aecabd: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@731c68
   [junit4]   2> 383509 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[298F569E686E047D]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 383512 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 383526 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/solr.xml
   [junit4]   2> 383531 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 383531 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 383532 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 383560 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383566 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383566 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383567 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 383576 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383576 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383576 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383585 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 383585 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 383585 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 383587 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383587 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383587 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/./collection5,
 trusted=true
   [junit4]   2> 383587 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/./collection1,
 trusted=true
   [junit4]   2> 383587 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383587 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/./collection2,
 trusted=true
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-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@122b7fc
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-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@122b7fc
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-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@122b7fc
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-003/./collection5/data/]
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-003/./collection1/data/]
   [junit4]   2> 383588 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-003/./collection2/data/]
   [junit4]   2> 383590 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383590 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383590 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383641 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383642 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383643 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383643 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@cad65[collection2] main]
   [junit4]   2> 383643 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383643 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383643 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/collection2/conf
   [junit4]   2> 383644 INFO  
(coreLoadExecutor-1578-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383644 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383644 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19db4fd[collection5] main]
   [junit4]   2> 383644 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/collection5/conf
   [junit4]   2> 383645 INFO  
(coreLoadExecutor-1578-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383645 INFO  
(searcherExecutor-1579-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@19db4fd[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383645 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383646 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383646 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 383646 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1dee909[collection1] main]
   [junit4]   2> 383647 INFO  
(coreLoadExecutor-1578-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_298F569E686E047D-001/tempDir-003/collection1/conf
   [junit4]   2> 383647 INFO  
(searcherExecutor-1581-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@cad65[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383647 INFO  
(coreLoadExecutor-1578-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383648 INFO  
(searcherExecutor-1580-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1dee909[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383654 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383657 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 383659 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383659 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/./collection3,
 trusted=true
   [junit4]   2> 383659 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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@122b7fc
   [junit4]   2> 383659 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383659 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-003/./collection3/data/]
   [junit4]   2> 383661 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=58.6708984375, 
floorSegmentMB=1.2763671875, forceMergeDeletesPctAllowed=19.645748034188973, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383706 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383706 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383707 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=630069566, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 383707 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@132a479[collection3] main]
   [junit4]   2> 383708 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/collection3/conf
   [junit4]   2> 383708 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383709 INFO  
(searcherExecutor-1591-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@132a479[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383715 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383718 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 383719 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383719 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/./collection4,
 trusted=true
   [junit4]   2> 383720 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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@122b7fc
   [junit4]   2> 383720 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383720 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-003/./collection4/data/]
   [junit4]   2> 383722 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=66.640625, 
floorSegmentMB=0.41796875, forceMergeDeletesPctAllowed=19.47216176637835, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2974696987392995
   [junit4]   2> 383776 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383776 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383777 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=31.0185546875, 
floorSegmentMB=1.541015625, forceMergeDeletesPctAllowed=3.0893100928419273, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8431999496414174
   [junit4]   2> 383777 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@250aca[collection4] main]
   [junit4]   2> 383778 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-003/collection4/conf
   [junit4]   2> 383778 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 383778 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=11708354
   [junit4]   2> 383779 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 383779 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1f9651f: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1021fe1
   [junit4]   2> 383779 INFO  
(searcherExecutor-1595-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@250aca[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 383782 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 383782 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@18ece31: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@11873b8
   [junit4]   2> 383784 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 383784 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2b6c85: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@127f383
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@177460
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@18a0dd8
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=1537120
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1af798
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1728c74: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@108e31
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@18067f6
   [junit4]   2> 383785 INFO  
(coreCloseExecutor-1599-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b4f462
   [junit4]   2> 383792 INFO  
(coreCloseExecutor-1599-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=25824728
   [junit4]   2> 383792 INFO  
(coreCloseExecutor-1599-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1eba3fe: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1aef2b0
   [junit4]   2> 383798 INFO  
(coreCloseExecutor-1599-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1767320
   [junit4]   2> 383798 INFO  
(coreCloseExecutor-1599-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d8c10: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@1345a7
   [junit4]   2> 383803 INFO  
(coreCloseExecutor-1599-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=25192438
   [junit4]   2> 383804 INFO  
(coreCloseExecutor-1599-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@919d56: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@14fc0
   [junit4]   2> 383811 INFO  
(coreCloseExecutor-1599-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=11859042
   [junit4]   2> 383811 INFO  
(coreCloseExecutor-1599-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@128f28b: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@704456
   [junit4]   2> 383817 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 383818 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 383825 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    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_298F569E686E047D-001/tempDir-004/solr.xml
   [junit4]   2> 383827 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 383827 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 383828 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 383849 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383855 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383855 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@122b7fc
   [junit4]   2> 383856 INFO  
(TEST-TestLazyCores.testRace-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 383863 INFO  
(coreLoadExecutor-1606-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383863 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383864 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 383868 INFO  
(coreLoadExecutor-1606-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 383868 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 383869 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 383869 INFO  
(coreLoadExecutor-1606-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383869 INFO  
(coreLoadExecutor-1606-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_298F569E686E047D-001/tempDir-004/./collection1,
 trusted=true
   [junit4]   2> 383870 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383870 INFO  
(coreLoadExecutor-1606-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_298F569E686E047D-001/tempDir-004/./collection5,
 trusted=true
   [junit4]   2> 383870 INFO  
(coreLoadExecutor-1606-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@122b7fc
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-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_298F569E686E047D-001/tempDir-004/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-004/./collection1/data/]
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-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@122b7fc
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-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_298F569E686E047D-001/tempDir-004/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-004/./collection5/data/]
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-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_298F569E686E047D-001/tempDir-004/./collection2,
 trusted=true
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-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@122b7fc
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 383874 INFO  
(coreLoadExecutor-1606-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_298F569E686E047D-001/tempDir-004/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_298F569E686E047D-001/tempDir-004/./collection2/data/]
   [junit4]   2> 383875 INFO  
(coreLoadExecutor-1606-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383876 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383876 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=76.3125, 
floorSegmentMB=1.068359375, forceMergeDeletesPctAllowed=3.302000718910354, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 383917 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383917 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 383917 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383917 INFO  
(coreLoadExecutor-1606-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 383917 INFO  
(coreLoadExecutor-1606-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=25, maxMergeSize=9223372036854775807, max

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

ame = null, domain = solr.core.collection8, service url = null, agent id = 
null] for registry solr.core.collection8 / 
com.codahale.metrics.MetricRegistry@1a527ac
   [junit4]   2> 387739 INFO  
(coreCloseExecutor-1854-thread-5-processing-x:collection4) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection9, tag=12308926
   [junit4]   2> 387739 INFO  
(coreCloseExecutor-1854-thread-5-processing-x:collection4) [    x:collection9] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2258c5: rootName = null, 
domain = solr.core.collection9, service url = null, agent id = null] for 
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@19bf8d0
   [junit4]   2> 387744 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[298F569E686E047D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.method=testNoCommit -Dtests.seed=298F569E686E047D -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-ZA -Dtests.timezone=Asia/Damascus 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.51s J1 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([298F569E686E047D:F6EFF74FA34967D8]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request was:q=*:*
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
   [junit4]    >        ... 41 more
   [junit4]   2> 387746 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 387746 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=13966923
   [junit4]   2> 387746 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 387746 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 387746 INFO  
(SUITE-TestLazyCores-seed#[298F569E686E047D]-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_298F569E686E047D-001
   [junit4]   2> Dec 06, 2017 1:12:55 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Dec 06, 2017 1:13:15 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=4975, name=searcherExecutor-1850-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> Dec 06, 2017 1:13:15 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=4975, name=searcherExecutor-1850-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 06, 2017 1:13:18 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=4975, name=searcherExecutor-1850-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), 
sim=RandomSimilarity(queryNorm=true): {}, locale=en-ZA, timezone=Asia/Damascus
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 
1.8.0_144 (32-bit)/cpus=8,threads=2,free=199543912,total=373817344
   [junit4]   2> NOTE: All tests run in this JVM: 
[TlogReplayBufferedWhileIndexingTest, TestXmlQParserPlugin, 
MoreLikeThisHandlerTest, AddReplicaTest, TestXIncludeConfig, TestJsonRequest, 
TestPseudoReturnFields, TestLegacyNumericRangeQueryBuilder, 
TestMaxTokenLenTokenizer, MBeansHandlerTest, ShowFileRequestHandlerTest, 
DistributedVersionInfoTest, ClusterStateUpdateTest, CdcrBidirectionalTest, 
TestRecoveryHdfs, DocValuesMissingTest, TestFastLRUCache, 
TestAnalyzedSuggestions, TestPolicyCloud, SolrCoreMetricManagerTest, 
PrimUtilsTest, PeerSyncReplicationTest, TestSolrQueryResponse, 
AtomicUpdateProcessorFactoryTest, TestGraphTermsQParserPlugin, 
TestCloudRecovery, DOMUtilTest, TestRawResponseWriter, PreAnalyzedFieldTest, 
TestFieldCacheSortRandom, ReplaceNodeTest, SuggesterTSTTest, SampleTest, 
TestClusterStateMutator, TestSolrQueryParser, TestJmxIntegration, 
SchemaVersionSpecificBehaviorTest, TestReplicaProperties, TestOmitPositions, 
TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=298F569E686E047D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=en-ZA -Dtests.timezone=Asia/Damascus -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [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=4975, name=searcherExecutor-1850-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([298F569E686E047D]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=4975, name=searcherExecutor-1850-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([298F569E686E047D]:0)
   [junit4] Completed [124/751 (1!)] on J1 in 27.98s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to