Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/743/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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([7C0CC0B2D7A56A04:A36C61631C8209A1]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
        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:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        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:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:745)
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:911)
        ... 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=5522, name=searcherExecutor-2401-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:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=5522, name=searcherExecutor-2401-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:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([7C0CC0B2D7A56A04]: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=5522, name=searcherExecutor-2401-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:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=5522, name=searcherExecutor-2401-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:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([7C0CC0B2D7A56A04]:0)




Build Log:
[...truncated 11483 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\init-core-data-001
   [junit4]   2> 750117 INFO  
(SUITE-TestLazyCores-seed#[7C0CC0B2D7A56A04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 750123 INFO  
(SUITE-TestLazyCores-seed#[7C0CC0B2D7A56A04]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 750125 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 750189 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 750189 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 750324 WARN  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 750324 WARN  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 750324 WARN  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 750327 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 750327 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 750329 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 750353 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 750353 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 750353 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 750363 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 750363 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 750363 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 750373 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection1
   [junit4]   2> 750373 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection1\data\]
   [junit4]   2> 750374 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection5
   [junit4]   2> 750374 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection2
   [junit4]   2> 750374 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection5\data\]
   [junit4]   2> 750374 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection2\data\]
   [junit4]   2> 750382 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30305445400684566]
   [junit4]   2> 750382 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30305445400684566]
   [junit4]   2> 750382 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30305445400684566]
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 750528 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 750534 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@596a3ee5[collection5] main]
   [junit4]   2> 750534 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2be99a34[collection2] main]
   [junit4]   2> 750535 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2f96260d[collection1] main]
   [junit4]   2> 750535 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection5\conf
   [junit4]   2> 750535 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection2\conf
   [junit4]   2> 750535 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 750535 INFO  (coreLoadExecutor-2196-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 750535 INFO  
(searcherExecutor-2199-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2be99a34[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 750535 INFO  
(searcherExecutor-2198-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@596a3ee5[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 750535 INFO  (coreLoadExecutor-2196-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 750536 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection1\conf
   [junit4]   2> 750536 INFO  (coreLoadExecutor-2196-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 750536 INFO  
(searcherExecutor-2197-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2f96260d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 750564 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 750564 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 750580 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 750588 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 750597 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection3
   [junit4]   2> 750597 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection3\data\]
   [junit4]   2> 750603 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11512448917637359]
   [junit4]   2> 750706 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 750706 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 750706 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 750707 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d958365[collection3] main]
   [junit4]   2> 750707 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection3\conf
   [junit4]   2> 750708 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 750708 INFO  
(searcherExecutor-2209-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@2d958365[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 750708 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 750736 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 750737 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 750752 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 750757 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 750765 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection4
   [junit4]   2> 750766 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection4\data\]
   [junit4]   2> 750777 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@543063d4
   [junit4]   2> 751214 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 751214 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 751214 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2115539039, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 751220 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6aef888f[collection4] main]
   [junit4]   2> 751221 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-001\collection4\conf
   [junit4]   2> 751221 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 751222 INFO  
(searcherExecutor-2213-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@6aef888f[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 751222 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=218712721
   [junit4]   2> 751222 INFO  
(coreCloseExecutor-2217-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2dca142f
   [junit4]   2> 751223 INFO  
(coreCloseExecutor-2217-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@360cc2ee
   [junit4]   2> 751223 INFO  
(coreCloseExecutor-2217-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@309225ea
   [junit4]   2> 751223 INFO  
(coreCloseExecutor-2217-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3f9a4570
   [junit4]   2> 751223 INFO  
(coreCloseExecutor-2217-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@abe6771
   [junit4]   2> 751226 INFO  
(coreCloseExecutor-2217-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 751228 INFO  
(coreCloseExecutor-2217-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 751229 INFO  
(coreCloseExecutor-2217-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 751230 INFO  
(coreCloseExecutor-2217-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 751230 INFO  
(coreCloseExecutor-2217-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 751232 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 751232 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 751235 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 751323 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 751324 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient 
cores
   [junit4]   2> 751714 WARN  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 751715 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 751729 WARN  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 751730 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 751740 WARN  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 751741 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 751746 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 751752 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 751762 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 751763 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 751763 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 751768 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 751777 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection1
   [junit4]   2> 751777 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection2
   [junit4]   2> 751778 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection5
   [junit4]   2> 751778 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection1\data\]
   [junit4]   2> 751778 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection5\data\]
   [junit4]   2> 751778 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection2\data\]
   [junit4]   2> 751786 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30305445400684566]
   [junit4]   2> 751787 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30305445400684566]
   [junit4]   2> 751792 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=28, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30305445400684566]
   [junit4]   2> 751969 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 751969 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 751970 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 751971 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 751971 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 751972 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 751983 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 751984 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 751984 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 751989 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@33ff12e1[collection2] main]
   [junit4]   2> 751989 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@64f03104[collection1] main]
   [junit4]   2> 751990 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection2\conf
   [junit4]   2> 751990 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 751990 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection1\conf
   [junit4]   2> 751991 INFO  
(coreLoadExecutor-2224-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 751991 INFO  
(coreLoadExecutor-2224-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 751991 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5702fd08[collection5] main]
   [junit4]   2> 751991 INFO  
(searcherExecutor-2225-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@64f03104[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 751992 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\collection5\conf
   [junit4]   2> 751992 INFO  
(coreLoadExecutor-2224-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 751992 INFO  
(searcherExecutor-2226-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@33ff12e1[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 751992 INFO  
(searcherExecutor-2227-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@5702fd08[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752029 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 752081 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 752082 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 752111 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 752119 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 752134 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1
   [junit4]   2> 752135 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1\data\]
   [junit4]   2> 752141 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2302083214432134]
   [junit4]   2> 752339 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752339 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752340 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=1.0146484375, 
floorSegmentMB=0.3095703125, forceMergeDeletesPctAllowed=14.894805129810877, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 752344 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4840ef78[core1] main]
   [junit4]   2> 752345 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1\conf
   [junit4]   2> 752347 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 752348 INFO  
(searcherExecutor-2238-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@4840ef78[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752349 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core1
   [junit4]   2> 752350 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 752407 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 752407 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 752423 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 752428 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 752436 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core2' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2
   [junit4]   2> 752437 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2\data\]
   [junit4]   2> 752444 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=91.0537109375, 
floorSegmentMB=1.150390625, forceMergeDeletesPctAllowed=9.048336705677988, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 752583 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752583 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752587 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1765668031, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 752589 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@3f82123f[core2] main]
   [junit4]   2> 752590 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2\conf
   [junit4]   2> 752590 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 752590 INFO  
(searcherExecutor-2243-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@3f82123f[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752591 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core2
   [junit4]   2> 752591 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 752636 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 752637 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 752649 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 752659 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 752673 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core3' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3
   [junit4]   2> 752674 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3\data\]
   [junit4]   2> 752680 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.34219657460487074]
   [junit4]   2> 752810 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 752811 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 752811 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=20.1572265625, 
floorSegmentMB=1.8681640625, forceMergeDeletesPctAllowed=24.9676468126789, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8886682390777101
   [junit4]   2> 752813 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@75477c5b[core3] main]
   [junit4]   2> 752814 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3\conf
   [junit4]   2> 752814 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 752814 INFO  
(searcherExecutor-2248-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@75477c5b[core3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 752814 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core3
   [junit4]   2> 752815 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 752855 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 752856 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 752867 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 752876 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 752884 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core4' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4
   [junit4]   2> 752885 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4\data\]
   [junit4]   2> 752894 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=91.189453125, 
floorSegmentMB=1.4599609375, forceMergeDeletesPctAllowed=20.52930155586918, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 753015 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753015 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753015 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=98.9990234375, 
floorSegmentMB=1.333984375, forceMergeDeletesPctAllowed=8.409116899384145, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 753020 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@65747538[core4] main]
   [junit4]   2> 753021 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4\conf
   [junit4]   2> 753022 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753022 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core4
   [junit4]   2> 753022 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 753022 INFO  (Thread-1289) [    x:collection3] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2af0f45c
   [junit4]   2> 753024 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
   [junit4]   2> 753027 INFO  
(searcherExecutor-2253-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@65747538[core4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753029 INFO  (Thread-1289) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 753058 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753063 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 753077 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 753089 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 753106 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core5' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5
   [junit4]   2> 753106 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5\data\]
   [junit4]   2> 753113 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=33, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=26.6650390625, 
floorSegmentMB=1.8544921875, forceMergeDeletesPctAllowed=27.888829568830918, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4966941249251514
   [junit4]   2> 753268 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753268 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753269 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=33, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 753273 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ba64cd0[core5] main]
   [junit4]   2> 753276 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5\conf
   [junit4]   2> 753277 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753277 INFO  
(searcherExecutor-2258-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@6ba64cd0[core5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753278 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core5
   [junit4]   2> 753278 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [core1]
   [junit4]   2> 753279 INFO  (Thread-1289) [    x:collection3] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@105d76a2
   [junit4]   2> 753281 INFO  (Thread-1289) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 753317 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753318 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 753332 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 753342 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 753350 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1
   [junit4]   2> 753351 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1\data\]
   [junit4]   2> 753465 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753465 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753467 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=24, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.28934711943544333]
   [junit4]   2> 753468 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@44f4c342[core1] main]
   [junit4]   2> 753469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core1\conf
   [junit4]   2> 753469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753470 INFO  
(searcherExecutor-2262-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@44f4c342[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753470 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core1
   [junit4]   2> 753470 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [core2]
   [junit4]   2> 753470 INFO  (Thread-1289) [    x:collection3] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34560ef9
   [junit4]   2> 753472 INFO  (Thread-1289) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 753512 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753512 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 753530 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 753535 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 753549 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core2' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2
   [junit4]   2> 753549 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2\data\]
   [junit4]   2> 753704 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 753704 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 753707 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=36, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6516891651685633]
   [junit4]   2> 753713 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@10fa442f[core2] main]
   [junit4]   2> 753721 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core2\conf
   [junit4]   2> 753723 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 753723 INFO  
(searcherExecutor-2266-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@10fa442f[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 753724 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core2
   [junit4]   2> 753724 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [core3]
   [junit4]   2> 753724 INFO  (Thread-1289) [    x:collection3] 
o.a.s.c.SolrCore [core3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@33a8ef74
   [junit4]   2> 753727 INFO  (Thread-1289) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
   [junit4]   2> 753823 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 753824 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 753839 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 753862 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 753872 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core3' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3
   [junit4]   2> 753876 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3\data\]
   [junit4]   2> 754048 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 754048 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 754052 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=7.4794921875, 
floorSegmentMB=0.291015625, forceMergeDeletesPctAllowed=20.233979483746626, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 754058 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cc90fb[core3] main]
   [junit4]   2> 754064 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core3\conf
   [junit4]   2> 754065 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 754066 INFO  
(searcherExecutor-2270-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@6cc90fb[core3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 754066 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core3
   [junit4]   2> 754066 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [core4]
   [junit4]   2> 754066 INFO  (Thread-1289) [    x:collection3] 
o.a.s.c.SolrCore [core4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5dcb95cd
   [junit4]   2> 754068 INFO  (Thread-1289) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
   [junit4]   2> 754104 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 754105 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 754120 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 754130 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 754137 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core4' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4
   [junit4]   2> 754139 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4\data\]
   [junit4]   2> 754275 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 754275 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 754277 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=19.25390625, 
floorSegmentMB=1.5361328125, forceMergeDeletesPctAllowed=22.032971482510295, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 754279 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@16893f3e[core4] main]
   [junit4]   2> 754281 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core4\conf
   [junit4]   2> 754281 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 754281 INFO  
(searcherExecutor-2274-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@16893f3e[core4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 754281 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core4
   [junit4]   2> 754282 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [core5]
   [junit4]   2> 754282 INFO  (Thread-1289) [    x:collection3] 
o.a.s.c.SolrCore [core5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2b351c28
   [junit4]   2> 754284 INFO  (Thread-1289) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core5
   [junit4]   2> 754325 WARN  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 754325 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 754339 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 754349 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 754357 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'core5' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5
   [junit4]   2> 754358 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5\data\]
   [junit4]   2> 754476 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 754476 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 754479 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=41.5927734375, 
floorSegmentMB=1.4130859375, forceMergeDeletesPctAllowed=5.217822510663427, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.37895293193155377
   [junit4]   2> 754482 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@71562e90[core5] main]
   [junit4]   2> 754484 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001\tempDir-002\core5\conf
   [junit4]   2> 754485 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 754485 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core core5
   [junit4]   2> 754485 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCores Closing transient core [core1]
   [junit4]   2> 754487 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core2
   [junit4]   2> 754487 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms 
before checking again.
   [junit4]   2> 754487 INFO  
(searcherExecutor-2278-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@71562e90[core5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 754590 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore Core core2 is not yet closed, waiting 100 ms 
before checking again.
   [junit4]   2> 754674 INFO  (Thread-1290) [    x:collection3] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@43aa1e42
   [junit4]   2> 754677 INFO  (Thread-1290) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 754678 INFO  (Thread-1290) [    x:collection3] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3915f9dc
   [junit4]   2> 754683 INFO  (Thread-1290) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 754690 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core3
   [junit4]   2> 754691 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [core3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@58059be2
   [junit4]   2> 754692 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core3
   [junit4]   2> 754693 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core4
   [junit4]   2> 754693 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [core4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@68e97211
   [junit4]   2> 754694 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core4
   [junit4]   2> 754696 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core5
   [junit4]   2> 754696 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.SolrCore [core5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1eef394c
   [junit4]   2> 754696 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core5
   [junit4]   2> 754696 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1555104579
   [junit4]   2> 754703 INFO  
(coreCloseExecutor-2287-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7adb5ff9
   [junit4]   2> 754705 INFO  
(coreCloseExecutor-2287-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3d6c34a6
   [junit4]   2> 754706 INFO  
(coreCloseExecutor-2287-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 754706 INFO  
(coreCloseExecutor-2287-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 754708 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 754708 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
   [junit4]   2> 754713 INFO  
(TEST-TestLazyCores.testRace-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 754790 INFO  
(TEST-TestLazyCores.testRace-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 754792 INFO  
(TEST-TestLazyCores.testRace-seed#[7C0CC0B2D7A56A04]) [    x:collection3] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 754947 WARN  
(coreLoadExecutor-2294-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 754948 INFO  
(coreLoadExecutor-2294-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 754951 WARN  (coreLoadExec

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

collection3) [    x:collection6] o.a.s.c.SolrCore [collection6]  CLOSING 
SolrCore org.apache.solr.core.SolrCore@7725865b
   [junit4]   2> 765166 INFO  
(coreCloseExecutor-2517-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@577e0482
   [junit4]   2> 765166 INFO  
(coreCloseExecutor-2517-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
   [junit4]   2> 765167 INFO  
(coreCloseExecutor-2517-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
   [junit4]   2> 765168 INFO  
(coreCloseExecutor-2517-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6b15ce1b
   [junit4]   2> 765169 INFO  
(coreCloseExecutor-2517-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@8377637
   [junit4]   2> 765169 INFO  
(coreCloseExecutor-2517-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
   [junit4]   2> 765170 INFO  
(coreCloseExecutor-2517-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
   [junit4]   2> 765171 INFO  
(coreCloseExecutor-2517-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 765173 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 765173 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[7C0CC0B2D7A56A04]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 765173 INFO  
(SUITE-TestLazyCores-seed#[7C0CC0B2D7A56A04]-worker) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 765173 INFO  
(SUITE-TestLazyCores-seed#[7C0CC0B2D7A56A04]-worker) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1560273897
   [junit4]   2> 765174 INFO  
(SUITE-TestLazyCores-seed#[7C0CC0B2D7A56A04]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_7C0CC0B2D7A56A04-001
   [junit4]   2> Feb 22, 2017 4:28:18 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 5 leaked 
thread(s).
   [junit4]   2> Feb 22, 2017 4:28:38 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=5522, name=searcherExecutor-2401-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:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Feb 22, 2017 4:28:38 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5522, name=searcherExecutor-2401-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 22, 2017 4:28:41 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=5522, name=searcherExecutor-2401-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:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{v_t=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), 
v_s=PostingsFormat(name=Asserting), v_f=PostingsFormat(name=Direct)}, 
docValues:{}, maxPointsInLeafNode=1945, maxMBSortInHeap=5.676173144755677, 
sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=lv, timezone=MET
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=76821936,total=276287488
   [junit4]   2> NOTE: All tests run in this JVM: [DocumentBuilderTest, 
CleanupOldIndexTest, SharedFSAutoReplicaFailoverUtilsTest, TestSearcherReuse, 
TestSolrQueryResponse, BJQParserTest, CdcrBootstrapTest, 
TestSubQueryTransformerDistrib, OutOfBoxZkACLAndCredentialsProvidersTest, 
UpdateLogTest, TestDistribDocBasedVersion, LeaderFailureAfterFreshStartTest, 
SchemaVersionSpecificBehaviorTest, ConnectionReuseTest, TestCloudManagedSchema, 
TestRestoreCore, ChaosMonkeyNothingIsSafeTest, FullHLLTest, 
TestSha256AuthenticationProvider, AnalysisAfterCoreReloadTest, 
TestFieldCacheWithThreads, TestRawResponseWriter, TestConfigSetProperties, 
TestHighlightDedupGrouping, StandardRequestHandlerTest, 
TestLeaderElectionWithEmptyReplica, HighlighterTest, 
RecoveryAfterSoftCommitTest, TestExtendedDismaxParser, TestCloudRecovery, 
DocValuesMultiTest, ClusterStateUpdateTest, TestReplicaProperties, 
NumericFieldsTest, TestRTimerTree, ExitableDirectoryReaderTest, 
TestSolrCloudSnapshots, TestCloudDeleteByQuery, 
UniqFieldsUpdateProcessorFactoryTest, TestDefaultStatsCache, TestConfigReload, 
TestPerFieldSimilarity, InfoHandlerTest, TestNumericTerms32, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestLFUCache, 
TestWordDelimiterFilterFactory, TestComponentsName, SynonymTokenizerTest, 
DistributedExpandComponentTest, SuggesterFSTTest, 
TestStressCloudBlindAtomicUpdates, BasicDistributedZkTest, 
TestStandardQParsers, TestStressReorder, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=7C0CC0B2D7A56A04 -Dtests.slow=true -Dtests.locale=lv 
-Dtests.timezone=MET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [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=5522, name=searcherExecutor-2401-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:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7C0CC0B2D7A56A04]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5522, name=searcherExecutor-2401-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:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([7C0CC0B2D7A56A04]:0)
   [junit4] Completed [168/695 (1!)] on J0 in 38.46s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 64388 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to