Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18902/
Java: 64bit/jdk1.8.0_121 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=11048, name=searcherExecutor-5318-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=11048, name=searcherExecutor-5318-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([8B2B79B7EE616741]: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=11048, name=searcherExecutor-5318-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=11048, name=searcherExecutor-5318-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([8B2B79B7EE616741]:0)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([8B2B79B7EE616741:544BD866254604E4]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        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">0</int>
  <lst name="params">
    <str name="q">*:*</str>
  </lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>

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




Build Log:
[...truncated 11958 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/init-core-data-001
   [junit4]   2> 1146174 INFO  
(SUITE-TestLazyCores-seed#[8B2B79B7EE616741]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1146176 INFO  
(SUITE-TestLazyCores-seed#[8B2B79B7EE616741]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1146177 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1146199 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1146225 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146226 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146226 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146239 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1146239 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1146240 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1146241 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146241 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146242 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146243 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection5
   [junit4]   2> 1146243 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection1
   [junit4]   2> 1146243 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection1/data/]
   [junit4]   2> 1146243 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection5/data/]
   [junit4]   2> 1146243 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection2
   [junit4]   2> 1146244 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection2/data/]
   [junit4]   2> 1146244 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146244 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146245 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146310 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146310 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146310 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146311 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146311 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146310 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146311 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146311 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146311 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146318 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4e121e2e[collection2] main]
   [junit4]   2> 1146318 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@ada489b[collection5] 
main]
   [junit4]   2> 1146318 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7f2dc1f[collection1] 
main]
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection2/conf
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection5/conf
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection1/conf
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146319 INFO  
(searcherExecutor-5124-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@ada489b[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146319 INFO  
(searcherExecutor-5125-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7f2dc1f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146319 INFO  (coreLoadExecutor-5123-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1146319 INFO  
(searcherExecutor-5126-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@4e121e2e[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146326 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146339 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1146341 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146342 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection4
   [junit4]   2> 1146342 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection4/data/]
   [junit4]   2> 1146344 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=37, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4716448389177974]
   [junit4]   2> 1146404 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146404 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146404 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1146405 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@65035f68[collection4] main]
   [junit4]   2> 1146405 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-001/collection4/conf
   [junit4]   2> 1146405 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146405 INFO  
(searcherExecutor-5136-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@65035f68[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146406 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1146406 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2d076d8e
   [junit4]   2> 1146531 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a59b3b8[collection4] main]
   [junit4]   2> 1146531 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1146531 INFO  
(searcherExecutor-5136-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1a59b3b8[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c7)))}
   [junit4]   2> 1146532 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1146534 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1146534 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1146535 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1146535 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1146535 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1644455355
   [junit4]   2> 1146535 INFO  
(coreCloseExecutor-5140-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c435ca2
   [junit4]   2> 1146536 INFO  
(coreCloseExecutor-5140-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5d817c3b
   [junit4]   2> 1146536 INFO  
(coreCloseExecutor-5140-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@41874266
   [junit4]   2> 1146536 INFO  
(coreCloseExecutor-5140-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1146536 INFO  
(coreCloseExecutor-5140-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@60a1fee1
   [junit4]   2> 1146537 INFO  
(coreCloseExecutor-5140-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1146537 INFO  
(coreCloseExecutor-5140-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1146537 INFO  
(coreCloseExecutor-5140-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1146537 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1146537 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1146538 INFO  
(TEST-TestLazyCores.testRace-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1146569 INFO  
(TEST-TestLazyCores.testRace-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1146594 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146594 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146595 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146607 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1146607 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1146607 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1146610 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146610 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146610 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146611 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection2
   [junit4]   2> 1146611 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection5
   [junit4]   2> 1146611 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection1
   [junit4]   2> 1146616 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection2/data/]
   [junit4]   2> 1146616 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection5/data/]
   [junit4]   2> 1146616 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection1/data/]
   [junit4]   2> 1146617 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146618 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146618 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146676 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146683 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3634db01[collection5] main]
   [junit4]   2> 1146683 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f1c8e48[collection2] main]
   [junit4]   2> 1146683 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@622909ca[collection1] main]
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection5/conf
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection2/conf
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection1/conf
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146684 INFO  
(searcherExecutor-5149-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@3634db01[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146684 INFO  
(searcherExecutor-5150-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@622909ca[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146684 INFO  
(coreLoadExecutor-5147-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1146684 INFO  
(searcherExecutor-5148-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2f1c8e48[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146693 INFO  (Thread-2134) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146699 INFO  (Thread-2134) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1146701 INFO  (Thread-2134) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146702 INFO  (Thread-2134) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection3
   [junit4]   2> 1146702 INFO  (Thread-2134) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection3/data/]
   [junit4]   2> 1146704 INFO  (Thread-2134) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146804 INFO  (Thread-2134) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146804 INFO  (Thread-2134) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146804 INFO  (Thread-2134) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146805 INFO  (Thread-2134) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3cb70150[collection3] main]
   [junit4]   2> 1146805 INFO  (Thread-2134) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-002/collection3/conf
   [junit4]   2> 1146805 INFO  (Thread-2134) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146805 INFO  
(searcherExecutor-5160-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@3cb70150[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146805 INFO  (Thread-2134) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1146807 INFO  
(TEST-TestLazyCores.testRace-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=386079052
   [junit4]   2> 1146808 INFO  
(coreCloseExecutor-5164-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@77027829
   [junit4]   2> 1146808 INFO  
(coreCloseExecutor-5164-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@686acbc
   [junit4]   2> 1146808 INFO  
(coreCloseExecutor-5164-thread-3-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7a20932
   [junit4]   2> 1146810 INFO  
(coreCloseExecutor-5164-thread-4-processing-x:collection4) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@57fdb2e6
   [junit4]   2> 1146810 INFO  
(coreCloseExecutor-5164-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1146810 INFO  
(coreCloseExecutor-5164-thread-3-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1146810 INFO  
(coreCloseExecutor-5164-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1146811 INFO  
(coreCloseExecutor-5164-thread-4-processing-x:collection4) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1146811 INFO  
(TEST-TestLazyCores.testRace-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1146811 INFO  
(TEST-TestLazyCores.testRace-seed#[8B2B79B7EE616741]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1146813 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 1146822 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient 
cores
   [junit4]   2> 1146855 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146855 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146855 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146862 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1146863 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1146863 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1146865 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146865 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146865 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146866 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection5
   [junit4]   2> 1146866 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection1
   [junit4]   2> 1146866 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection2
   [junit4]   2> 1146867 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection5/data/]
   [junit4]   2> 1146867 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection2/data/]
   [junit4]   2> 1146867 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection1/data/]
   [junit4]   2> 1146868 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146868 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146868 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=89.861328125, 
floorSegmentMB=0.4716796875, forceMergeDeletesPctAllowed=16.028346575791016, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7089546748027792
   [junit4]   2> 1146940 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146940 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146940 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146940 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1146946 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146946 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1146946 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146946 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146946 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1695985639, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1146946 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@62f124b7[collection2] main]
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@679078bc[collection5] main]
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@41a7d6ee[collection1] main]
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection2/conf
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection5/conf
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/collection1/conf
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1146947 INFO  
(searcherExecutor-5174-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@62f124b7[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146947 INFO  
(searcherExecutor-5173-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41a7d6ee[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146947 INFO  
(searcherExecutor-5172-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@679078bc[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1146947 INFO  
(coreLoadExecutor-5171-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1146953 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 1146961 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1146980 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1146982 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1146984 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1
   [junit4]   2> 1146984 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1/data/]
   [junit4]   2> 1146986 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=66.6005859375, 
floorSegmentMB=0.302734375, forceMergeDeletesPctAllowed=25.31449629763879, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1147051 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147051 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147051 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=69.365234375, 
floorSegmentMB=0.3017578125, forceMergeDeletesPctAllowed=5.409501654743676, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1864353652635604
   [junit4]   2> 1147052 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@18531a9c[core1] main]
   [junit4]   2> 1147052 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1/conf
   [junit4]   2> 1147052 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147052 INFO  
(searcherExecutor-5185-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@18531a9c[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147052 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core1
   [junit4]   2> 1147059 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 1147067 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147073 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1147075 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147076 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2
   [junit4]   2> 1147077 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2/data/]
   [junit4]   2> 1147082 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=0.3544921875, 
noCFSRatio=0.792501279194631]
   [junit4]   2> 1147132 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147132 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147133 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=0.7880859375, 
floorSegmentMB=0.9765625, forceMergeDeletesPctAllowed=15.820082569418153, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8436613499404382
   [junit4]   2> 1147133 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b243fda[core2] main]
   [junit4]   2> 1147133 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2/conf
   [junit4]   2> 1147134 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147134 INFO  
(searcherExecutor-5190-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@2b243fda[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147134 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core2
   [junit4]   2> 1147134 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 1147141 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147152 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 1147154 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147155 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core3' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3
   [junit4]   2> 1147155 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3/data/]
   [junit4]   2> 1147173 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1147213 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147214 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147214 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=46, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1147214 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7d9347af[core3] main]
   [junit4]   2> 1147215 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3/conf
   [junit4]   2> 1147215 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147215 INFO  
(searcherExecutor-5195-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@7d9347af[core3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147215 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core3
   [junit4]   2> 1147215 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 1147222 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147227 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 1147230 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147232 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core4' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4
   [junit4]   2> 1147232 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4/data/]
   [junit4]   2> 1147235 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1616778301, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1147293 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147293 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147293 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=21, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=42.2265625, 
floorSegmentMB=0.369140625, forceMergeDeletesPctAllowed=7.497388377882174, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1147294 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@6971d5ba[core4] main]
   [junit4]   2> 1147294 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4/conf
   [junit4]   2> 1147294 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147294 INFO  
(searcherExecutor-5200-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core4] Registered new searcher Searcher@6971d5ba[core4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147294 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core4
   [junit4]   2> 1147294 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 1147295 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core5&action=CREATE&wt=xml
   [junit4]   2> 1147295 INFO  (Thread-2149) [    x:collection4] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6994bca
   [junit4]   2> 1147295 INFO  (Thread-2149) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1147301 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147313 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core5] Schema name=tiny
   [junit4]   2> 1147315 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147316 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core5
   [junit4]   2> 1147316 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core5/data/]
   [junit4]   2> 1147318 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=12.6591796875, 
floorSegmentMB=0.2734375, forceMergeDeletesPctAllowed=11.110413845768939, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1147375 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147375 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147375 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=31, maxMergedSegmentMB=19.5244140625, 
floorSegmentMB=1.2041015625, forceMergeDeletesPctAllowed=4.163930288496404, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4723027769653271
   [junit4]   2> 1147376 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@11c0061b[core5] main]
   [junit4]   2> 1147376 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core5/conf
   [junit4]   2> 1147376 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147376 INFO  
(searcherExecutor-5205-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core5] Registered new searcher Searcher@11c0061b[core5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147377 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core5
   [junit4]   2> 1147377 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Closing transient core [core1]
   [junit4]   2> 1147377 INFO  (Thread-2149) [    x:collection4] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@246f16fe
   [junit4]   2> 1147377 INFO  (Thread-2149) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 1147384 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147390 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1147392 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147394 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1
   [junit4]   2> 1147394 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1/data/]
   [junit4]   2> 1147420 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147420 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147421 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=36.2548828125, 
floorSegmentMB=1.0849609375, forceMergeDeletesPctAllowed=6.239156323830192, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1147421 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@a3fac8b[core1] main]
   [junit4]   2> 1147421 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core1/conf
   [junit4]   2> 1147422 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147422 INFO  
(searcherExecutor-5209-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@a3fac8b[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147422 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core1
   [junit4]   2> 1147422 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Closing transient core [core2]
   [junit4]   2> 1147422 INFO  (Thread-2149) [    x:collection4] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6aa01268
   [junit4]   2> 1147423 INFO  (Thread-2149) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 1147430 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147435 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1147437 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147439 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2
   [junit4]   2> 1147439 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2/data/]
   [junit4]   2> 1147464 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147464 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147465 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3917836291102851]
   [junit4]   2> 1147466 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@76535843[core2] main]
   [junit4]   2> 1147466 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core2/conf
   [junit4]   2> 1147466 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147466 INFO  
(searcherExecutor-5213-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@76535843[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147466 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core2
   [junit4]   2> 1147466 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Closing transient core [core3]
   [junit4]   2> 1147466 INFO  (Thread-2149) [    x:collection4] 
o.a.s.c.SolrCore [core3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@40008bea
   [junit4]   2> 1147467 INFO  (Thread-2149) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core3
   [junit4]   2> 1147474 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147485 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 1147487 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147488 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core3' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3
   [junit4]   2> 1147488 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3/data/]
   [junit4]   2> 1147513 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147513 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147514 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=19, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7869800484268045]
   [junit4]   2> 1147515 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@17db8889[core3] main]
   [junit4]   2> 1147515 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core3/conf
   [junit4]   2> 1147515 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1147515 INFO  
(searcherExecutor-5217-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@17db8889[core3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1147515 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core core3
   [junit4]   2> 1147515 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCores Closing transient core [core4]
   [junit4]   2> 1147515 INFO  (Thread-2149) [    x:collection4] 
o.a.s.c.SolrCore [core4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@437978af
   [junit4]   2> 1147516 INFO  (Thread-2149) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core4
   [junit4]   2> 1147523 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1147528 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 1147530 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1147531 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'core4' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4
   [junit4]   2> 1147531 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001/tempDir-003/core4/data/]
   [junit4]   2> 1147564 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1147564 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1147565 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=24.513671875, 
floorSegmentMB=0.626953125, forceMergeDeletesPctAllowed=6.756356079424455, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8559154980321922
   [junit4]   2> 1147566 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7851e654[core4] main]
   [junit4]   2> 1147566 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.r.ManagedResourceStorag

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

read-4-processing-x:collection4) [    x:badConfig2] o.a.s.m.SolrMetricManager 
Closing metric reporters for: solr.core.badConfig2
   [junit4]   2> 1152981 INFO  
(coreCloseExecutor-5444-thread-6-processing-x:collection4) [    x:badSchema2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema2
   [junit4]   2> 1152982 INFO  
(coreCloseExecutor-5444-thread-5-processing-x:collection4) [    x:badSchema1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema1
   [junit4]   2> 1152982 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1152982 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[8B2B79B7EE616741]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1152982 INFO  
(SUITE-TestLazyCores-seed#[8B2B79B7EE616741]-worker) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1152982 INFO  
(SUITE-TestLazyCores-seed#[8B2B79B7EE616741]-worker) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=111524131
   [junit4]   2> 1152982 INFO  
(SUITE-TestLazyCores-seed#[8B2B79B7EE616741]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_8B2B79B7EE616741-001
   [junit4]   2> Feb 04, 2017 12:12:34 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 04, 2017 12:12:54 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=11048, name=searcherExecutor-5318-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 04, 2017 12:12:54 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=11048, name=searcherExecutor-5318-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 04, 2017 12:12:57 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=11048, name=searcherExecutor-5318-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(Lucene70), 
sim=RandomSimilarity(queryNorm=true): {}, locale=ro-RO, timezone=Europe/Chisinau
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=2,free=249138504,total=533725184
   [junit4]   2> NOTE: All tests run in this JVM: [TestPhraseSuggestions, 
TestFileDictionaryLookup, AliasIntegrationTest, PrimUtilsTest, SuggesterTest, 
ShardSplitTest, LeaderElectionTest, DocValuesMultiTest, TestSchemaNameResource, 
ChangedSchemaMergeTest, StatsComponentTest, HdfsSyncSliceTest, 
TestTolerantSearch, TestDistributedMissingSort, BasicAuthIntegrationTest, 
TestSolrJ, WrapperMergePolicyFactoryTest, TestReversedWildcardFilterFactory, 
SuggesterTSTTest, ShowFileRequestHandlerTest, V2ApiIntegrationTest, 
TestSortByMinMaxFunction, TestLuceneMatchVersion, TestZkChroot, 
LeaderElectionContextKeyTest, TestConfigSetsAPI, SolrTestCaseJ4Test, 
JvmMetricsTest, CurrencyFieldXmlFileTest, 
DistributedFacetPivotSmallAdvancedTest, SolrPluginUtilsTest, TestInitParams, 
UpdateParamsTest, TestFilteredDocIdSet, OverseerTest, 
TestExactSharedStatsCache, TestComplexPhraseQParserPlugin, HardAutoCommitTest, 
RankQueryTest, TestExceedMaxTermLength, BasicDistributedZk2Test, TestSort, 
TestFieldCacheSort, OutputWriterTest, TestSolrConfigHandlerCloud, 
TestBinaryField, HdfsChaosMonkeySafeLeaderTest, AutoCommitTest, 
CoreMergeIndexesAdminHandlerTest, SynonymTokenizerTest, 
TestLMDirichletSimilarityFactory, DistanceUnitsTest, CircularListTest, 
RecoveryZkTest, HighlighterConfigTest, FieldMutatingUpdateProcessorTest, 
TestReRankQParserPlugin, SpatialRPTFieldTypeTest, TestClusterStateMutator, 
TestInitQParser, ShufflingReplicaListTransformerTest, TestMissingGroups, 
UnloadDistributedZkTest, TestInPlaceUpdatesStandalone, TestFieldResource, 
TestStressReorder, DeleteNodeTest, TestSolrXml, BinaryUpdateRequestHandlerTest, 
ReplaceNodeTest, CoreAdminHandlerTest, TestDocSet, TestDynamicLoading, 
AnalyticsQueryTest, TestPointFields, TestScoreJoinQPNoScore, 
FacetPivotSmallTest, FieldAnalysisRequestHandlerTest, DeleteStatusTest, 
EnumFieldTest, LeaderInitiatedRecoveryOnCommitTest, HdfsDirectoryTest, 
SliceStateTest, BitVectorTest, CdcrReplicationHandlerTest, 
TestFieldCacheWithThreads, HighlighterMaxOffsetTest, RequestLoggingTest, 
TestComponentsName, SolrMetricReporterTest, TestGeoJSONResponseWriter, 
DistributedFacetExistsSmallTest, TestUseDocValuesAsStored, TestJsonFacets, 
CollectionReloadTest, TestNumericTerms64, OverseerRolesTest, 
HdfsBasicDistributedZk2Test, DistributedQueryComponentCustomSortTest, 
TestCollationField, HdfsDirectoryFactoryTest, TestGroupingSearch, 
DocValuesNotIndexedTest, RequestHandlersTest, TestSubQueryTransformerCrossCore, 
CustomCollectionTest, NoCacheHeaderTest, BlockJoinFacetRandomTest, 
TestSolrQueryResponse, TestDynamicFieldCollectionResource, TestCloudRecovery, 
HdfsRecoverLeaseTest, TermVectorComponentDistributedTest, SimpleFacetsTest, 
SolrCoreTest, QueryElevationComponentTest, BadIndexSchemaTest, 
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=8B2B79B7EE616741 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ro-RO -Dtests.timezone=Europe/Chisinau -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | 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=11048, name=searcherExecutor-5318-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([8B2B79B7EE616741]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11048, name=searcherExecutor-5318-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([8B2B79B7EE616741]:0)
   [junit4] Completed [382/693 (1!)] on J2 in 29.87s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63433 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to