Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Windows/233/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseSerialGC

3 tests failed.
FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

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

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


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=14670, name=searcherExecutor-6220-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=14670, name=searcherExecutor-6220-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([9665C900B4311EB3]: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=14670, name=searcherExecutor-6220-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=14670, name=searcherExecutor-6220-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([9665C900B4311EB3]:0)




Build Log:
[...truncated 12457 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 1482757 INFO  
(SUITE-TestLazyCores-seed#[9665C900B4311EB3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\init-core-data-001
   [junit4]   2> 1482758 WARN  
(SUITE-TestLazyCores-seed#[9665C900B4311EB3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1482758 INFO  
(SUITE-TestLazyCores-seed#[9665C900B4311EB3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1482762 INFO  
(SUITE-TestLazyCores-seed#[9665C900B4311EB3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1482768 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1482812 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\solr.xml
   [junit4]   2> 1482819 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1482881 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1482886 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1482887 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1482895 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1482926 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1482942 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1482943 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1482949 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1482951 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1482951 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection2,
 trusted=true
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection5,
 trusted=true
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-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@21da6f2f
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-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@21da6f2f
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection2\data\]
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection5\data\]
   [junit4]   2> 1482957 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection1,
 trusted=true
   [junit4]   2> 1482958 INFO  (coreLoadExecutor-6041-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@21da6f2f
   [junit4]   2> 1482958 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1482958 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection1\data\]
   [junit4]   2> 1482964 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=510714269, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1482967 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=510714269, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1482967 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=510714269, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483071 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483071 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483071 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483071 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483071 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483071 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483072 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=737004169, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483072 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=737004169, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483072 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=737004169, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483073 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34666ab1[collection2] main]
   [junit4]   2> 1483073 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@b9838b7[collection5] 
main]
   [junit4]   2> 1483073 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f6645c6[collection1] main]
   [junit4]   2> 1483074 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection5\conf
   [junit4]   2> 1483074 INFO  (coreLoadExecutor-6041-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483074 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection1\conf
   [junit4]   2> 1483074 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection2\conf
   [junit4]   2> 1483075 INFO  (coreLoadExecutor-6041-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483075 INFO  (coreLoadExecutor-6041-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483075 INFO  
(searcherExecutor-6043-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@b9838b7[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483075 INFO  
(searcherExecutor-6044-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4f6645c6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483075 INFO  
(searcherExecutor-6042-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@34666ab1[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483098 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483103 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1483107 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483107 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection4,
 trusted=true
   [junit4]   2> 1483108 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    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@21da6f2f
   [junit4]   2> 1483108 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483108 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection4\data\]
   [junit4]   2> 1483113 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6153837604049904]
   [junit4]   2> 1483185 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483185 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483186 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8006822163930248]
   [junit4]   2> 1483187 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@432aadd2[collection4] main]
   [junit4]   2> 1483188 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection4\conf
   [junit4]   2> 1483188 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483189 INFO  
(searcherExecutor-6055-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@432aadd2[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483212 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483237 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1483240 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483241 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection6,
 trusted=true
   [junit4]   2> 1483241 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 
'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1483241 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483241 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection6],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\.\collection6\data\]
   [junit4]   2> 1483248 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16699453890897037]
   [junit4]   2> 1483331 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483331 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483332 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=96.3896484375, 
floorSegmentMB=0.8779296875, forceMergeDeletesPctAllowed=27.301151554502404, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2726641996043285
   [junit4]   2> 1483333 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c711f87[collection6] main]
   [junit4]   2> 1483334 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-001\collection6\conf
   [junit4]   2> 1483334 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483335 INFO  
(searcherExecutor-6059-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@1c711f87[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483355 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1483356 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1483356 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1483357 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1483357 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1483358 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1483358 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1483358 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1483358 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=850794240
   [junit4]   2> 1483359 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1483359 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4b0785d8: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@a9d9916
   [junit4]   2> 1483362 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1483362 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@cf713f: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5cd3080f
   [junit4]   2> 1483364 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1483365 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@56c2dc70: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@7ae27b4d
   [junit4]   2> 1483365 INFO  
(coreCloseExecutor-6063-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6a8d69a3
   [junit4]   2> 1483365 INFO  
(coreCloseExecutor-6063-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=1787652515
   [junit4]   2> 1483365 INFO  
(coreCloseExecutor-6063-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@95f2c00
   [junit4]   2> 1483365 INFO  
(coreCloseExecutor-6063-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5481ea71: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@375ed142
   [junit4]   2> 1483365 INFO  
(coreCloseExecutor-6063-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5afb362a
   [junit4]   2> 1483366 INFO  
(coreCloseExecutor-6063-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3250279a
   [junit4]   2> 1483366 INFO  
(coreCloseExecutor-6063-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5f020cbf
   [junit4]   2> 1483370 INFO  
(coreCloseExecutor-6063-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=157232128
   [junit4]   2> 1483371 INFO  
(coreCloseExecutor-6063-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c3520bd: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@54bc283f
   [junit4]   2> 1483376 INFO  
(coreCloseExecutor-6063-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=1526412842
   [junit4]   2> 1483376 INFO  
(coreCloseExecutor-6063-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3170d401: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@5e2f0dc1
   [junit4]   2> 1483381 INFO  
(coreCloseExecutor-6063-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=844113818
   [junit4]   2> 1483381 INFO  
(coreCloseExecutor-6063-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5cf281bb: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@79a6405
   [junit4]   2> 1483389 INFO  
(coreCloseExecutor-6063-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1593969855
   [junit4]   2> 1483389 INFO  
(coreCloseExecutor-6063-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7fc5c3b3: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@7d1818e0
   [junit4]   2> 1483400 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[9665C900B4311EB3]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1483407 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1483456 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\solr.xml
   [junit4]   2> 1483464 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1483535 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1483541 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1483541 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1483547 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 1483590 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483590 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483591 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483597 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1483597 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1483597 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection1,
 trusted=true
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection2,
 trusted=true
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection5,
 trusted=true
   [junit4]   2> 1483615 INFO  
(coreLoadExecutor-6070-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@21da6f2f
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-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@21da6f2f
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-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@21da6f2f
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection2\data\]
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection1\data\]
   [junit4]   2> 1483616 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection5\data\]
   [junit4]   2> 1483622 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=510714269, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483623 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=510714269, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483626 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=510714269, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=737004169, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=737004169, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483714 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=737004169, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483715 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1251711d[collection5] main]
   [junit4]   2> 1483715 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@49d49800[collection1] main]
   [junit4]   2> 1483715 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6fee2724[collection2] main]
   [junit4]   2> 1483716 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection5\conf
   [junit4]   2> 1483716 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection1\conf
   [junit4]   2> 1483716 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection2\conf
   [junit4]   2> 1483716 INFO  
(coreLoadExecutor-6070-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483716 INFO  
(coreLoadExecutor-6070-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483716 INFO  
(coreLoadExecutor-6070-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483717 INFO  
(searcherExecutor-6072-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6fee2724[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483717 INFO  
(searcherExecutor-6073-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1251711d[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483718 INFO  
(searcherExecutor-6071-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@49d49800[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483742 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483747 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1483751 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483751 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection3,
 trusted=true
   [junit4]   2> 1483751 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
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@21da6f2f
   [junit4]   2> 1483751 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483752 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection3\data\]
   [junit4]   2> 1483757 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=594433891, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1483822 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483822 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483844 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.18491666572051788]
   [junit4]   2> 1483844 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@77d047a9[collection3] main]
   [junit4]   2> 1483846 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection3\conf
   [junit4]   2> 1483846 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483847 INFO  
(searcherExecutor-6083-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@77d047a9[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483872 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483878 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1483882 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483882 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection4,
 trusted=true
   [junit4]   2> 1483882 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
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@21da6f2f
   [junit4]   2> 1483882 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483882 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection4\data\]
   [junit4]   2> 1483888 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=25.3662109375, 
floorSegmentMB=1.3251953125, forceMergeDeletesPctAllowed=5.447345291741586, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1483958 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1483958 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1483960 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=53.5498046875, 
floorSegmentMB=1.62109375, forceMergeDeletesPctAllowed=13.678168094387779, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1483960 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1e58931d[collection4] main]
   [junit4]   2> 1483961 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection4\conf
   [junit4]   2> 1483962 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1483962 INFO  
(searcherExecutor-6087-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1e58931d[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1483984 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1483989 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1483992 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1483992 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection6,
 trusted=true
   [junit4]   2> 1483992 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1483993 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1483993 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection6],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection6\data\]
   [junit4]   2> 1483998 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11289694261165009]
   [junit4]   2> 1484084 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1484084 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1484084 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=146103320, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1484084 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@33b3367a[collection6] main]
   [junit4]   2> 1484089 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection6\conf
   [junit4]   2> 1484089 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1484090 INFO  
(searcherExecutor-6091-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@33b3367a[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1484114 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1484122 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1484125 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1484125 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection7,
 trusted=true
   [junit4]   2> 1484126 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1484126 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1484126 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection7],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection7\data\]
   [junit4]   2> 1484132 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1534701110, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1484217 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1484217 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1484218 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=25.892578125, 
floorSegmentMB=2.1416015625, forceMergeDeletesPctAllowed=12.887254167747383, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6397447086435657
   [junit4]   2> 1484219 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7181e411[collection7] main]
   [junit4]   2> 1484219 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection7\conf
   [junit4]   2> 1484220 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1484221 INFO  
(searcherExecutor-6095-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@7181e411[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1484244 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1484250 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1484253 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1484253 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection8,
 trusted=true
   [junit4]   2> 1484254 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection8' (registry 'solr.core.collection8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1484254 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1484254 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection8],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection8\data\]
   [junit4]   2> 1484260 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1484343 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1484343 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1484344 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=37.5966796875, 
floorSegmentMB=1.359375, forceMergeDeletesPctAllowed=21.036815248659583, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1484344 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3f866b89[collection8] main]
   [junit4]   2> 1484345 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection8\conf
   [junit4]   2> 1484345 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1484345 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection3]
   [junit4]   2> 1484347 INFO  
(searcherExecutor-6099-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@3f866b89[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1484367 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1484371 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1484374 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1484374 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection9,
 trusted=true
   [junit4]   2> 1484375 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection9' (registry 'solr.core.collection9') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1484375 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1484375 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection9],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\.\collection9\data\]
   [junit4]   2> 1484380 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6896660256304173]
   [junit4]   2> 1484444 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1484444 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1484444 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1484445 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76913c6e[collection9] main]
   [junit4]   2> 1484445 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-002\collection9\conf
   [junit4]   2> 1484446 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1484446 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection2]
   [junit4]   2> 1484447 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4368c635
   [junit4]   2> 1484447 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=1130939957
   [junit4]   2> 1484447 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6a5a08a1: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@6cde2e72
   [junit4]   2> 1484447 INFO  
(searcherExecutor-6103-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@76913c6e[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1484456 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b3299ff
   [junit4]   2> 1484456 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=456301055
   [junit4]   2> 1484456 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@67170111: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@3244c99
   [junit4]   2> 1484464 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1382317730
   [junit4]   2> 1484464 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1484464 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@16a8a46b: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@4b8c426b
   [junit4]   2> 1484466 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1484466 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3738f749: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5cd3080f
   [junit4]   2> 1484468 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1484468 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6de56a78: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@7ae27b4d
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@32a964a2
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@77a22e03
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=849962146
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@66680433: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@e45bd03
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4f3eb691
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-4-processing-x:collection4) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@65ccf0ad
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-5-processing-x:collection4) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@78494f02
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-6-processing-x:collection4) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1a589f48
   [junit4]   2> 1484469 INFO  
(coreCloseExecutor-6107-thread-7-processing-x:collection4) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@67de6a3e
   [junit4]   2> 1484473 INFO  
(coreCloseExecutor-6107-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2007117315
   [junit4]   2> 1484474 INFO  
(coreCloseExecutor-6107-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6264a95a: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@347c275b
   [junit4]   2> 1484479 INFO  
(coreCloseExecutor-6107-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1329510033
   [junit4]   2> 1484479 INFO  
(coreCloseExecutor-6107-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@60dd40f1: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@44e5e5e4
   [junit4]   2> 1484485 INFO  
(coreCloseExecutor-6107-thread-4-processing-x:collection4) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=1707929773
   [junit4]   2> 1484485 INFO  
(coreCloseExecutor-6107-thread-4-processing-x:collection4) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@100e3026: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@1dd7b7a5
   [junit4]   2> 1484492 INFO  
(coreCloseExecutor-6107-thread-5-processing-x:collection4) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection7, tag=2018070274
   [junit4]   2> 1484492 INFO  
(coreCloseExecutor-6107-thread-5-processing-x:collection4) [    x:collection7] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@42161b1c: rootName = null, 
domain = solr.core.collection7, service url = null, agent id = null] for 
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@58cdce22
   [junit4]   2> 1484499 INFO  
(coreCloseExecutor-6107-thread-6-processing-x:collection4) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection8, tag=442015560
   [junit4]   2> 1484499 INFO  
(coreCloseExecutor-6107-thread-6-processing-x:collection4) [    x:collection8] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d324ecd: rootName = null, 
domain = solr.core.collection8, service url = null, agent id = null] for 
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@36442a7c
   [junit4]   2> 1484506 INFO  
(coreCloseExecutor-6107-thread-7-processing-x:collection4) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection9, tag=1742629438
   [junit4]   2> 1484506 INFO  
(coreCloseExecutor-6107-thread-7-processing-x:collection4) [    x:collection9] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@53d6dad7: rootName = null, 
domain = solr.core.collection9, service url = null, agent id = null] for 
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@549ccf31
   [junit4]   2> 1484531 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 1484539 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1484588 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-003\solr.xml
   [junit4]   2> 1484595 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1484662 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1484667 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1484668 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@21da6f2f
   [junit4]   2> 1484674 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[9665C900B4311EB3]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 1484702 INFO  
(coreLoadExecutor-6114-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1484702 INFO  
(coreLoadExecutor-6114-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1484702 INFO  
(coreLoadExecutor-6114-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1484723 INFO  
(coreLoadExecutor-6114-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1484723 INFO  
(coreLoadExecutor-6114-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1484724 INFO  
(coreLoadExecutor-6114-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1484728 INFO  
(coreLoadExecutor-6114-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1484728 INFO  
(coreLoadExecutor-6114-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1484728 INFO  
(coreLoadExecutor-6114-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-003\.\collection1,
 trusted=true
   [junit4]   2> 1484728 INFO  
(coreLoadExecutor-6114-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1484728 INFO  
(coreLoadExecutor-6114-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001\tempDir-003\.\collection2,
 trusted=true
   [junit4]   2> 1484728 INFO  
(coreLoadExecutor-6114-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.co

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

solr.node, tag=null
   [junit4]   2> 1493835 INFO  
(SUITE-TestLazyCores-seed#[9665C900B4311EB3]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1493835 INFO  
(SUITE-TestLazyCores-seed#[9665C900B4311EB3]-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: 
C:\Users\jenkins\workspace\Lucene-Solr-7.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_9665C900B4311EB3-001
   [junit4]   2> Oct 05, 2017 2:45:17 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Oct 05, 2017 2:45:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=14670, name=searcherExecutor-6220-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> Oct 05, 2017 2:45:37 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=14670, name=searcherExecutor-6220-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Oct 05, 2017 2:45:40 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=14670, name=searcherExecutor-6220-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=Lucene70, 
sim=RandomSimilarity(queryNorm=false): {}, locale=hr, timezone=Africa/Casablanca
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=2,free=243552832,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestUtils, 
FieldAnalysisRequestHandlerTest, TestPayloadScoreQParserPlugin, SolrCoreTest, 
DateRangeFieldTest, TestManagedSchemaThreadSafety, PrimUtilsTest, 
TestStressCloudBlindAtomicUpdates, RecoveryZkTest, BlockJoinFacetSimpleTest, 
DeleteStatusTest, URLClassifyProcessorTest, 
OverriddenZkACLAndCredentialsProvidersTest, SuggesterWFSTTest, 
TestMaxScoreQueryParser, NoCacheHeaderTest, TestJmxIntegration, 
HardAutoCommitTest, HdfsUnloadDistributedZkTest, TestSolrFieldCacheBean, 
CheckHdfsIndexTest, TestFileDictionaryLookup, SaslZkACLProviderTest, 
SmileWriterTest, DistributedQueryComponentOptimizationTest, 
AutoScalingHandlerTest, SuggesterTest, RequiredFieldsTest, 
HttpSolrCallGetCoreTest, TestLRUStatsCache, SortByFunctionTest, 
IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, 
DeleteReplicaTest, HdfsRecoverLeaseTest, DistributedQueueTest, 
TestCustomStream, TestRebalanceLeaders, CSVRequestHandlerTest, 
TestFoldingMultitermQuery, AliasIntegrationTest, MetricsHandlerTest, 
JavabinLoaderTest, SolrIndexMetricsTest, TestCollectionsAPIViaSolrCloudCluster, 
TestCustomDocTransformer, JvmMetricsTest, FastVectorHighlighterTest, 
BinaryUpdateRequestHandlerTest, LeaderFailoverAfterPartitionTest, 
TestSolrCloudWithKerberosAlt, ImplicitSnitchTest, ReturnFieldsTest, 
TestSortByMinMaxFunction, DirectoryFactoryTest, 
TestPerFieldSimilarityWithDefaultOverride, CursorPagingTest, MergeStrategyTest, 
QueryParsingTest, SliceStateTest, PeerSyncTest, OverseerModifyCollectionTest, 
UnloadDistributedZkTest, TestStressReorder, NodeMutatorTest, 
TestTolerantUpdateProcessorCloud, TestCursorMarkWithoutUniqueKey, 
SpatialHeatmapFacetsTest, OverseerTest, SyncSliceTest, 
HdfsDirectoryFactoryTest, DefaultValueUpdateProcessorTest, 
SharedFSAutoReplicaFailoverTest, BlockDirectoryTest, DisMaxRequestHandlerTest, 
TestManagedSynonymFilterFactory, ReplicationFactorTest, 
TestNumericRangeQuery32, TestManagedResource, SolrShardReporterTest, 
TestImplicitCoreProperties, SimpleFacetsTest, TestCloudPivotFacet, RulesTest, 
MoveReplicaTest, TestInitQParser, DateMathParserTest, TestRandomDVFaceting, 
LeaderInitiatedRecoveryOnCommitTest, CursorMarkTest, TestReRankQParserPlugin, 
DirectSolrConnectionTest, XmlUpdateRequestHandlerTest, 
TestLMDirichletSimilarityFactory, SuggestComponentTest, AssignTest, 
TestPullReplica, TestDelegationWithHadoopAuth, WordBreakSolrSpellCheckerTest, 
PeerSyncReplicationTest, ZkCLITest, HdfsCollectionsAPIDistributedZkTest, 
DistributedExpandComponentTest, BlockJoinFacetDistribTest, 
TestNumericTokenStream, TestCSVResponseWriter, TestOmitPositions, 
ConjunctionSolrSpellCheckerTest, TestEmbeddedSolrServerAdminHandler, 
UUIDFieldTest, TestCoreContainer, TestFieldSortValues, 
TestCopyFieldCollectionResource, PathHierarchyTokenizerFactoryTest, 
RemoteQueryErrorTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestCollectionAPIs, TestPHPSerializedResponseWriter, TestBinaryField, 
ShardRoutingTest, TestCloudNestedDocsSort, TestConfigSets, 
TestSizeLimitedDistributedMap, TestGraphTermsQParserPlugin, HighlighterTest, 
SolrCloudExampleTest, ConcurrentDeleteAndCreateCollectionTest, 
TestObjectReleaseTracker, TestChildDocTransformer, 
DistributedSpellCheckComponentTest, SolrMetricReporterTest, TestSolr4Spatial2, 
CoreAdminCreateDiscoverTest, ZkControllerTest, TestCloudRecovery, 
TestLeaderInitiatedRecoveryThread, CdcrReplicationDistributedZkTest, 
XsltUpdateRequestHandlerTest, TestSweetSpotSimilarityFactory, 
TestUnifiedSolrHighlighter, EnumFieldTest, TestDynamicFieldResource, 
CustomCollectionTest, CdcrRequestHandlerTest, TestReplicationHandler, 
SolrInfoBeanTest, TestSolrXml, TestDFRSimilarityFactory, TestRawResponseWriter, 
TlogReplayBufferedWhileIndexingTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=9665C900B4311EB3 -Dtests.slow=true -Dtests.locale=hr 
-Dtests.timezone=Africa/Casablanca -Dtests.asserts=true 
-Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=14670, name=searcherExecutor-6220-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([9665C900B4311EB3]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=14670, name=searcherExecutor-6220-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([9665C900B4311EB3]:0)
   [junit4] Completed [280/734 (1!)] on J0 in 34.34s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to