Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2842/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseG1GC

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=8930, name=searcherExecutor-4284-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=8930, name=searcherExecutor-4284-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([361734486682D17]: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=8930, name=searcherExecutor-4284-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=8930, name=searcherExecutor-4284-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([361734486682D17]: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([361734486682D17:DC01D2954D4F4EB2]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:882)
        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:875)
        ... 41 more




Build Log:
[...truncated 12323 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/init-core-data-001
   [junit4]   2> 1240002 INFO  
(SUITE-TestLazyCores-seed#[361734486682D17]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1240004 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1240028 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1240029 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1240077 WARN  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1240077 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1240078 WARN  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1240080 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1240087 WARN  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1240088 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1240093 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1240096 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1240098 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1240098 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1240100 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1240100 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection5
   [junit4]   2> 1240100 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection5/data/]
   [junit4]   2> 1240100 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection1
   [junit4]   2> 1240101 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection1/data/]
   [junit4]   2> 1240102 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1240104 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1240105 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection2
   [junit4]   2> 1240105 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection2/data/]
   [junit4]   2> 1240106 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1240106 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1241041 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241041 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241041 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241041 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241041 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241041 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241042 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7836212c
   [junit4]   2> 1241042 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@20d8fba2
   [junit4]   2> 1241042 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@22425a55
   [junit4]   2> 1241042 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4f95e0a2[collection2] main]
   [junit4]   2> 1241042 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79fcaf5a[collection5] main]
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@ae3904[collection1] 
main]
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection5/conf
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection2/conf
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection1/conf
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241043 INFO  
(searcherExecutor-3994-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@4f95e0a2[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241043 INFO  
(searcherExecutor-3992-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@79fcaf5a[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241043 INFO  
(searcherExecutor-3993-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ae3904[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241043 INFO  (coreLoadExecutor-3991-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1241050 WARN  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1241051 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1241056 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1241058 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1241059 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection4
   [junit4]   2> 1241060 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection4/data/]
   [junit4]   2> 1241061 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.561894656305442]
   [junit4]   2> 1241116 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241117 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241117 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=56.828125, 
floorSegmentMB=1.658203125, forceMergeDeletesPctAllowed=6.953178568429177, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1241118 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ad5e224[collection4] main]
   [junit4]   2> 1241118 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-001/collection4/conf
   [junit4]   2> 1241119 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241119 INFO  
(searcherExecutor-4004-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@5ad5e224[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241120 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1241120 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@7f2c2c12
   [junit4]   2> 1241190 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@45bd9373[collection4] main]
   [junit4]   2> 1241190 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1241190 INFO  
(searcherExecutor-4004-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@45bd9373[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
   [junit4]   2> 1241192 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    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> 1241194 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    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> 1241194 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    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> 1241195 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    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> 1241195 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    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> 1241195 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1975318932
   [junit4]   2> 1241195 INFO  
(coreCloseExecutor-4008-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@78784e0d
   [junit4]   2> 1241195 INFO  
(coreCloseExecutor-4008-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7a5d346f
   [junit4]   2> 1241195 INFO  
(coreCloseExecutor-4008-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@49c8f382
   [junit4]   2> 1241196 INFO  
(coreCloseExecutor-4008-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@203f5bdf
   [junit4]   2> 1241198 INFO  
(coreCloseExecutor-4008-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1241199 INFO  
(coreCloseExecutor-4008-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1241199 INFO  
(coreCloseExecutor-4008-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1241199 INFO  
(coreCloseExecutor-4008-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1241204 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1241204 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[361734486682D17]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1241208 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1241220 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1241221 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient 
cores
   [junit4]   2> 1241323 WARN  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1241323 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1241331 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1241334 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1241336 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection1
   [junit4]   2> 1241337 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection1/data/]
   [junit4]   2> 1241339 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1241348 WARN  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1241353 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1241352 WARN  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1241356 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1241364 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1241366 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1241367 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection5
   [junit4]   2> 1241372 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection5/data/]
   [junit4]   2> 1241373 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1241373 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1241375 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1241377 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection2
   [junit4]   2> 1241377 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection2/data/]
   [junit4]   2> 1241379 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1241409 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241409 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241409 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241409 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241410 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7afaf719
   [junit4]   2> 1241410 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@26ef94d6
   [junit4]   2> 1241410 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1cd60ee3[collection5] main]
   [junit4]   2> 1241410 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection5/conf
   [junit4]   2> 1241410 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7646a595[collection1] main]
   [junit4]   2> 1241411 INFO  
(coreLoadExecutor-4015-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241411 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection1/conf
   [junit4]   2> 1241411 INFO  
(searcherExecutor-4017-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1cd60ee3[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241411 INFO  
(coreLoadExecutor-4015-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241411 INFO  
(searcherExecutor-4016-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7646a595[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241426 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1241426 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1241427 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@2a47c6f1
   [junit4]   2> 1241428 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@12b73b42[collection2] main]
   [junit4]   2> 1241428 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-002/collection2/conf
   [junit4]   2> 1241429 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1241429 INFO  
(searcherExecutor-4018-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@12b73b42[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1241429 INFO  
(coreLoadExecutor-4015-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1241433 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1241433 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1241534 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1241634 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1241734 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1241834 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1241934 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242035 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242136 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242236 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242336 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242436 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242536 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242637 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242737 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242837 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1242937 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243037 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243138 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243238 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243338 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243438 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243538 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243638 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243739 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243839 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1243939 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244039 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244140 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244240 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244340 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244440 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244540 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244640 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244740 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244841 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1244941 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245041 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245141 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245241 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245342 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245442 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245542 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245642 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245742 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245842 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1245942 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246043 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246143 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246243 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246343 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246444 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246544 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246644 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246744 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246845 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1246945 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247045 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247145 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247245 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247346 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247446 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247546 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247646 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247747 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247847 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1247947 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248047 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248147 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248248 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248348 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248448 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248548 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248648 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248748 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248849 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1248949 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249049 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249149 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249249 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249350 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249450 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249550 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249650 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249750 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249850 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1249951 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1250003 INFO  (Thread-2008) [    x:collection4] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@722576f6
   [junit4]   2> 1250004 INFO  (Thread-2008) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1250051 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=721542130
   [junit4]   2> 1250051 INFO  
(coreCloseExecutor-4029-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@fc2a0a3
   [junit4]   2> 1250051 INFO  
(coreCloseExecutor-4029-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6d6a5b27
   [junit4]   2> 1250052 INFO  
(coreCloseExecutor-4029-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1250052 INFO  
(coreCloseExecutor-4029-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1250053 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1250053 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[361734486682D17]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 1250054 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1250065 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1250065 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1250093 WARN  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250093 WARN  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250094 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250094 WARN  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250094 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250095 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250100 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1250100 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1250102 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1250102 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250102 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250104 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection5
   [junit4]   2> 1250104 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection1
   [junit4]   2> 1250104 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection5/data/]
   [junit4]   2> 1250104 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection1/data/]
   [junit4]   2> 1250105 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250105 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250105 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250105 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection2
   [junit4]   2> 1250106 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection2/data/]
   [junit4]   2> 1250108 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250579 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250579 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250579 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250579 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250579 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@44111fb5
   [junit4]   2> 1250579 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7a84610b
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6ea69596[collection2] main]
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5f96b162[collection5] main]
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection2/conf
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection5/conf
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250580 INFO  
(searcherExecutor-4039-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6ea69596[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250580 INFO  
(searcherExecutor-4037-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@5f96b162[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250580 INFO  
(coreLoadExecutor-4036-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1250584 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250584 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250585 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@41ffa836
   [junit4]   2> 1250586 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@47781e1d[collection1] main]
   [junit4]   2> 1250586 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection1/conf
   [junit4]   2> 1250586 INFO  
(coreLoadExecutor-4036-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250586 INFO  
(searcherExecutor-4038-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@47781e1d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250596 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250597 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250625 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1250627 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250628 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection3
   [junit4]   2> 1250628 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection3/data/]
   [junit4]   2> 1250635 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=8, maxMergeAtOnceExplicit=4, maxMergedSegmentMB=47.8740234375, 
floorSegmentMB=0.44140625, forceMergeDeletesPctAllowed=24.104820960462767, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7061956004614319
   [junit4]   2> 1250731 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250731 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250731 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=19.326171875, 
floorSegmentMB=0.75, forceMergeDeletesPctAllowed=13.526931367987446, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250732 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1156b0a0[collection3] main]
   [junit4]   2> 1250732 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection3/conf
   [junit4]   2> 1250732 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250732 INFO  
(searcherExecutor-4049-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@1156b0a0[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250733 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1250739 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250739 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250745 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1250747 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250748 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection4
   [junit4]   2> 1250748 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection4/data/]
   [junit4]   2> 1250750 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5991788723588336]
   [junit4]   2> 1250829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=29.19921875, 
floorSegmentMB=0.7490234375, forceMergeDeletesPctAllowed=23.036069314482177, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1727409548507728
   [junit4]   2> 1250830 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1d9e89d8[collection4] main]
   [junit4]   2> 1250830 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-003/collection4/conf
   [junit4]   2> 1250831 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250831 INFO  
(searcherExecutor-4053-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@1d9e89d8[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250831 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=123276315
   [junit4]   2> 1250831 INFO  
(coreCloseExecutor-4057-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c34f9f2
   [junit4]   2> 1250831 INFO  
(coreCloseExecutor-4057-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e58dd29
   [junit4]   2> 1250831 INFO  
(coreCloseExecutor-4057-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@554db5d3
   [junit4]   2> 1250831 INFO  
(coreCloseExecutor-4057-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7c7532ed
   [junit4]   2> 1250832 INFO  
(coreCloseExecutor-4057-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1612c32
   [junit4]   2> 1250833 INFO  
(coreCloseExecutor-4057-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1250833 INFO  
(coreCloseExecutor-4057-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1250834 INFO  
(coreCloseExecutor-4057-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1250834 INFO  
(coreCloseExecutor-4057-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1250834 INFO  
(coreCloseExecutor-4057-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1250834 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1250834 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[361734486682D17]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1250837 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[361734486682D17]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1250852 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[361734486682D17]) [    
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1250852 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[361734486682D17]) [    
x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient 
cores
   [junit4]   2> 1250877 WARN  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250878 WARN  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250878 WARN  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1250879 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250879 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250879 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1250885 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1250885 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1250885 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1250888 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250888 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250888 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1250889 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection1
   [junit4]   2> 1250889 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection5
   [junit4]   2> 1250889 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection2
   [junit4]   2> 1250889 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection5/data/]
   [junit4]   2> 1250889 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection1/data/]
   [junit4]   2> 1250889 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection2/data/]
   [junit4]   2> 1250890 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250890 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250891 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=76.1025390625, 
floorSegmentMB=1.0537109375, forceMergeDeletesPctAllowed=26.67031903868243, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1250959 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250959 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250959 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@7d04dc50
   [junit4]   2> 1250959 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@79289b51[collection1] main]
   [junit4]   2> 1250960 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection1/conf
   [junit4]   2> 1250960 INFO  
(coreLoadExecutor-4064-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250960 INFO  
(searcherExecutor-4065-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@79289b51[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250969 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250970 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250970 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@65598b20
   [junit4]   2> 1250971 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f48021a[collection2] main]
   [junit4]   2> 1250971 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001/tempDir-004/collection2/conf
   [junit4]   2> 1250972 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1250972 INFO  
(searcherExecutor-4067-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2f48021a[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1250972 INFO  
(coreLoadExecutor-4064-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1250973 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1250973 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1250973 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@757cfc36
   [junit4]   2> 1250974 INFO  
(coreLoadExecutor-4064-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@57af5acf[collection5] main]
   [junit4]   2> 1250974 INFO  (coreLoadExecutor-4064-thread-3-process

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

re.collection2
   [junit4]   2> 1255249 INFO  
(coreCloseExecutor-4312-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1255249 INFO  
(coreCloseExecutor-4312-thread-4-processing-x:collection4) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1255250 INFO  
(TEST-TestLazyCores.testRace-seed#[361734486682D17]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1255250 INFO  
(TEST-TestLazyCores.testRace-seed#[361734486682D17]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1255250 INFO  
(SUITE-TestLazyCores-seed#[361734486682D17]-worker) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1255250 INFO  
(SUITE-TestLazyCores-seed#[361734486682D17]-worker) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1605617860
   [junit4]   2> 1255250 INFO  
(SUITE-TestLazyCores-seed#[361734486682D17]-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-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_361734486682D17-001
   [junit4]   2> Feb 12, 2017 8:50:10 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 12, 2017 8:50:30 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=8930, name=searcherExecutor-4284-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 12, 2017 8:50:30 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8930, name=searcherExecutor-4284-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 12, 2017 8:50:33 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=8930, name=searcherExecutor-4284-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ca, timezone=W-SU
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 
1.8.0_121 (64-bit)/cpus=12,threads=2,free=223277200,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrCloudSnapshots, 
BooleanFieldTest, TestFieldTypeResource, TestMacroExpander, HLLUtilTest, 
TestSolrConfigHandlerConcurrent, SolrXmlInZkTest, StatsComponentTest, 
CollectionsAPIAsyncDistributedZkTest, TestConfig, SpellPossibilityIteratorTest, 
TestHdfsUpdateLog, TestJavabinTupleStreamParser, AnalyticsQueryTest, 
TestNonDefinedSimilarityFactory, TestUseDocValuesAsStored, 
TestScoreJoinQPScore, SubstringBytesRefFilterTest, ResponseLogComponentTest, 
PluginInfoTest, TestUnifiedSolrHighlighter, 
DistributedQueryComponentOptimizationTest, CurrencyFieldXmlFileTest, 
TestExactSharedStatsCache, TestIndexSearcher, SimpleMLTQParserTest, 
TestReplicationHandlerBackup, TestSizeLimitedDistributedMap, 
TestRawTransformer, TestCoreDiscovery, SolrPluginUtilsTest, QueryParsingTest, 
TestComplexPhraseQParserPlugin, TestLegacyFieldCache, SolrJmxReporterTest, 
DirectUpdateHandlerTest, TestFilteredDocIdSet, 
LeaderInitiatedRecoveryOnCommitTest, TestInitQParser, UpdateParamsTest, 
SuggesterTest, TestWriterPerf, TestJettySolrRunner, HardAutoCommitTest, 
TestDelegationWithHadoopAuth, ExplicitHLLTest, TestZkChroot, 
TestManagedResource, TestImplicitCoreProperties, ConfigSetsAPITest, 
TestRandomCollapseQParserPlugin, TestTrackingShardHandlerFactory, 
CheckHdfsIndexTest, TestIndexingPerformance, DistributedFacetPivotSmallTest, 
QueryResultKeyTest, TestNoOpRegenerator, TestSolrCloudWithSecureImpersonation, 
NoCacheHeaderTest, DebugComponentTest, TestReload, TestSubQueryTransformer, 
TestRecoveryHdfs, JsonValidatorTest, TestPostingsSolrHighlighter, 
TestCloudRecovery, CdcrUpdateLogTest, SegmentsInfoRequestHandlerTest, 
TestDefaultSearchFieldResource, BJQParserTest, AliasIntegrationTest, 
TestBulkSchemaAPI, TestStressReorder, SolrIndexMetricsTest, 
CoreAdminCreateDiscoverTest, ShowFileRequestHandlerTest, TestGroupingSearch, 
TestDistributedStatsComponentCardinality, TestUninvertingReader, 
TestSolrQueryParserDefaultOperatorResource, TestDownShardTolerantSearch, 
TestSchemaSimilarityResource, HdfsLockFactoryTest, BasicDistributedZk2Test, 
TestNRTOpen, TestPKIAuthenticationPlugin, LukeRequestHandlerTest, 
DistributedFacetPivotLargeTest, AutoCommitTest, SmileWriterTest, 
FieldAnalysisRequestHandlerTest, BadComponentTest, RecoveryZkTest, 
OverseerRolesTest, TestDFRSimilarityFactory, 
HdfsCollectionsAPIDistributedZkTest, TestPhraseSuggestions, 
ClassificationUpdateProcessorTest, BlockJoinFacetSimpleTest, 
LeaderElectionContextKeyTest, DeleteStatusTest, SolrCoreCheckLockOnStartupTest, 
RuleEngineTest, TestLocalFSCloudBackupRestore, TestSolrCoreParser, 
OverriddenZkACLAndCredentialsProvidersTest, TestRandomFlRTGCloud, 
FullSolrCloudDistribCmdsTest, TestSSLRandomization, TestCloudInspectUtil, 
BasicDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, 
ShardRoutingTest, ShardRoutingCustomTest, TestHashPartitioner, 
TermVectorComponentDistributedTest, TestStressVersions, TestCoreContainer, 
SolrCmdDistributorTest, ConvertedLegacyTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=361734486682D17 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ca -Dtests.timezone=W-SU -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [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=8930, name=searcherExecutor-4284-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([361734486682D17]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8930, name=searcherExecutor-4284-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([361734486682D17]:0)
   [junit4] Completed [425/691 (1!)] on J2 in 38.37s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63401 lines...]

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

Reply via email to