Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Solaris/677/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([52AFD9EA2B896821:8DCF783BE0AE0B84]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

<lst name="responseHeader">
  <int name="status">0</int>
  <int name="QTime">1</int>
  <lst name="params">
    <str name="q">*:*</str>
  </lst>
</lst>
<result name="response" numFound="0" start="0">
</result>
</response>

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


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

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




Build Log:
[...truncated 11885 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/init-core-data-001
   [junit4]   2> 1183244 INFO  
(SUITE-TestLazyCores-seed#[52AFD9EA2B896821]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 1183245 INFO  
(SUITE-TestLazyCores-seed#[52AFD9EA2B896821]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1183247 INFO  
(TEST-TestLazyCores.testRace-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1183267 INFO  
(TEST-TestLazyCores.testRace-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1183267 INFO  
(TEST-TestLazyCores.testRace-seed#[52AFD9EA2B896821]) [    ] o.a.s.c.SolrCores 
Allocating transient cache for 4 transient cores
   [junit4]   2> 1183321 WARN  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1183321 WARN  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1183323 WARN  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1183323 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183323 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183323 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183330 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1183330 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1183330 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1183334 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183334 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183334 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183336 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection5
   [junit4]   2> 1183336 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection1
   [junit4]   2> 1183336 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection2
   [junit4]   2> 1183336 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection1/data/]
   [junit4]   2> 1183336 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection2/data/]
   [junit4]   2> 1183336 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection5/data/]
   [junit4]   2> 1183338 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183338 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183339 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183397 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183398 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183399 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3d9d60ff[collection5] main]
   [junit4]   2> 1183399 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@134b9bc9[collection1] main]
   [junit4]   2> 1183399 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2662acfe[collection2] main]
   [junit4]   2> 1183399 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection5/conf
   [junit4]   2> 1183399 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection1/conf
   [junit4]   2> 1183399 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection2/conf
   [junit4]   2> 1183400 INFO  (coreLoadExecutor-4181-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183400 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183400 INFO  
(searcherExecutor-4183-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@134b9bc9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183400 INFO  (coreLoadExecutor-4181-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1183400 INFO  
(searcherExecutor-4184-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2662acfe[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183400 INFO  (coreLoadExecutor-4181-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183400 INFO  
(searcherExecutor-4182-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@3d9d60ff[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183411 WARN  (Thread-4686) [    x:collection3] o.a.s.c.Config 
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> 
instead.
   [junit4]   2> 1183411 INFO  (Thread-4686) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183418 INFO  (Thread-4686) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1183428 INFO  (Thread-4686) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183430 INFO  (Thread-4686) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection3
   [junit4]   2> 1183430 INFO  (Thread-4686) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection3/data/]
   [junit4]   2> 1183431 INFO  (Thread-4686) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183481 INFO  (Thread-4686) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183481 INFO  (Thread-4686) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183482 INFO  (Thread-4686) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183482 INFO  (Thread-4686) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d888f4e[collection3] main]
   [junit4]   2> 1183483 INFO  (Thread-4686) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-001/collection3/conf
   [junit4]   2> 1183483 INFO  (Thread-4686) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183483 INFO  
(searcherExecutor-4194-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@2d888f4e[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183483 INFO  (Thread-4686) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1183489 INFO  
(TEST-TestLazyCores.testRace-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=229905501
   [junit4]   2> 1183490 INFO  (coreCloseExecutor-4198-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4536bb1b
   [junit4]   2> 1183491 INFO  (coreCloseExecutor-4198-thread-3) [    
x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@575ad8b
   [junit4]   2> 1183491 INFO  (coreCloseExecutor-4198-thread-2) [    
x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@649d22e5
   [junit4]   2> 1183492 INFO  (coreCloseExecutor-4198-thread-4) [    
x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@301d7bf0
   [junit4]   2> 1183495 INFO  (coreCloseExecutor-4198-thread-3) [    
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection2
   [junit4]   2> 1183496 INFO  (coreCloseExecutor-4198-thread-4) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection3
   [junit4]   2> 1183497 INFO  (coreCloseExecutor-4198-thread-2) [    
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection5
   [junit4]   2> 1183498 INFO  (coreCloseExecutor-4198-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1183499 INFO  
(TEST-TestLazyCores.testRace-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1183499 INFO  
(TEST-TestLazyCores.testRace-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1183504 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 1183525 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1183526 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1183567 WARN  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1183568 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183570 WARN  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1183575 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183575 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1183577 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183579 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection1
   [junit4]   2> 1183580 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection1/data/]
   [junit4]   2> 1183580 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1183581 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183582 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183574 WARN  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1183583 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183584 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection5
   [junit4]   2> 1183584 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection5/data/]
   [junit4]   2> 1183586 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183606 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1183608 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183609 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2
   [junit4]   2> 1183609 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2/data/]
   [junit4]   2> 1183611 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1183645 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183645 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183646 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183646 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36c71582[collection5] main]
   [junit4]   2> 1183647 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection5/conf
   [junit4]   2> 1183647 INFO  (coreLoadExecutor-4205-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183647 INFO  
(searcherExecutor-4207-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@36c71582[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183664 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183664 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183664 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183666 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@147f8c22[collection1] main]
   [junit4]   2> 1183666 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection1/conf
   [junit4]   2> 1183666 INFO  (coreLoadExecutor-4205-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183667 INFO  
(searcherExecutor-4206-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@147f8c22[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183674 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183674 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183675 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1183684 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2af10206[collection2] main]
   [junit4]   2> 1183685 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2/conf
   [junit4]   2> 1183685 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183685 INFO  (coreLoadExecutor-4205-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1183686 INFO  
(searcherExecutor-4208-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2af10206[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183696 WARN  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1183696 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183702 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1183704 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183706 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection3
   [junit4]   2> 1183706 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection3/data/]
   [junit4]   2> 1183709 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=600329662, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1183757 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183757 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183757 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=20, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=16.48828125, 
floorSegmentMB=0.4892578125, forceMergeDeletesPctAllowed=19.13479097663683, 
segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2666164696456413
   [junit4]   2> 1183758 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@23aff900[collection3] main]
   [junit4]   2> 1183758 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection3/conf
   [junit4]   2> 1183758 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183758 INFO  
(searcherExecutor-4218-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@23aff900[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183759 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1183767 WARN  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1183767 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183772 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1183774 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183776 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection6
   [junit4]   2> 1183776 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection6/data/]
   [junit4]   2> 1183778 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=799313733, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1183822 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183822 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183822 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=86.6103515625, 
floorSegmentMB=1.0341796875, forceMergeDeletesPctAllowed=18.725925990465328, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8993003905966582
   [junit4]   2> 1183823 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@47d1a8b[collection6] main]
   [junit4]   2> 1183823 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection6/conf
   [junit4]   2> 1183823 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183823 INFO  
(searcherExecutor-4222-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@47d1a8b[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183823 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1183831 WARN  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1183832 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183837 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1183839 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183841 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection7
   [junit4]   2> 1183841 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection7],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection7/data/]
   [junit4]   2> 1183843 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=94.32421875, 
floorSegmentMB=1.7734375, forceMergeDeletesPctAllowed=3.253169391781899, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1183887 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183887 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183888 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1183888 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@33b416e6[collection7] main]
   [junit4]   2> 1183888 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection7/conf
   [junit4]   2> 1183889 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183889 INFO  
(searcherExecutor-4226-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@33b416e6[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183889 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 1183897 WARN  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1183897 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183911 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1183912 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183914 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection8
   [junit4]   2> 1183914 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection8],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection8/data/]
   [junit4]   2> 1183916 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38159169172242224]
   [junit4]   2> 1183962 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1183962 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1183963 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=63.1083984375, 
floorSegmentMB=1.07421875, forceMergeDeletesPctAllowed=21.133690353018466, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2012760100321465
   [junit4]   2> 1183963 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4c1a4fea[collection8] main]
   [junit4]   2> 1183963 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection8/conf
   [junit4]   2> 1183963 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1183964 INFO  
(searcherExecutor-4230-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@4c1a4fea[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1183964 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection8
   [junit4]   2> 1183964 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 1183973 WARN  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1183973 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1183978 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1183980 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1183981 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection9
   [junit4]   2> 1183982 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection9],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection9/data/]
   [junit4]   2> 1183983 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=63.2294921875, 
floorSegmentMB=0.853515625, forceMergeDeletesPctAllowed=16.867186141287295, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6564565893594125
   [junit4]   2> 1184030 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184030 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1184030 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1184031 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6b8ec9cc[collection9] main]
   [junit4]   2> 1184031 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection9/conf
   [junit4]   2> 1184032 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1184032 INFO  
(searcherExecutor-4234-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@6b8ec9cc[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1184032 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection9
   [junit4]   2> 1184032 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection3]
   [junit4]   2> 1184033 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4efe7bb9
   [junit4]   2> 1184034 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1184035 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a9ab33c
   [junit4]   2> 1184035 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1184043 WARN  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1184044 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1184049 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1184050 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1184052 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2
   [junit4]   2> 1184053 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2/data/]
   [junit4]   2> 1184097 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184097 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1184098 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=13, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1184098 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@47ec52ef[collection2] main]
   [junit4]   2> 1184099 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-002/collection2/conf
   [junit4]   2> 1184099 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1184099 INFO  
(searcherExecutor-4238-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@47ec52ef[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1184099 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1184099 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection6]
   [junit4]   2> 1184099 INFO  (Thread-4701) [    ] o.a.s.c.SolrCore 
[collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@18f366d6
   [junit4]   2> 1184100 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.S.Request [collection2]  webapp=null path=null params={q=*:*} hits=0 
status=0 QTime=1
   [junit4]   2> 1184102 INFO  (Thread-4701) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for: solr.core.collection6
   [junit4]   2> 1184105 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> 
   [junit4]   2> <lst name="responseHeader">
   [junit4]   2>   <int name="status">0</int>
   [junit4]   2>   <int name="QTime">1</int>
   [junit4]   2>   <lst name="params">
   [junit4]   2>     <str name="q">*:*</str>
   [junit4]   2>   </lst>
   [junit4]   2> </lst>
   [junit4]   2> <result name="response" numFound="0" start="0">
   [junit4]   2> </result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=*:*
   [junit4]   2> 1184105 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound='10']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> 
   [junit4]   2> <lst name="responseHeader">
   [junit4]   2>   <int name="status">0</int>
   [junit4]   2>   <int name="QTime">1</int>
   [junit4]   2>   <lst name="params">
   [junit4]   2>     <str name="q">*:*</str>
   [junit4]   2>   </lst>
   [junit4]   2> </lst>
   [junit4]   2> <result name="response" numFound="0" start="0">
   [junit4]   2> </result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=*:*
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
   [junit4]   2>        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
   [junit4]   2>        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1184106 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1574098809
   [junit4]   2> 1184106 INFO  
(coreCloseExecutor-4242-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3554a123
   [junit4]   2> 1184106 INFO  
(coreCloseExecutor-4242-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@372eebef
   [junit4]   2> 1184106 INFO  
(coreCloseExecutor-4242-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6243a798
   [junit4]   2> 1184108 INFO  
(coreCloseExecutor-4242-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5a22ff86
   [junit4]   2> 1184109 INFO  
(coreCloseExecutor-4242-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4810f22e
   [junit4]   2> 1184112 INFO  
(coreCloseExecutor-4242-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1184112 INFO  
(coreCloseExecutor-4242-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1184114 INFO  
(coreCloseExecutor-4242-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
   [junit4]   2> 1184115 INFO  
(coreCloseExecutor-4242-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
   [junit4]   2> 1184116 INFO  
(coreCloseExecutor-4242-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
   [junit4]   2> 1184116 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1184117 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.method=testNoCommit -Dtests.seed=52AFD9EA2B896821 -Dtests.slow=true 
-Dtests.locale=lv-LV -Dtests.timezone=America/Belem -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.62s J0 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([52AFD9EA2B896821:8DCF783BE0AE0B84]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader">
   [junit4]    >   <int name="status">0</int>
   [junit4]    >   <int name="QTime">1</int>
   [junit4]    >   <lst name="params">
   [junit4]    >     <str name="q">*:*</str>
   [junit4]    >   </lst>
   [junit4]    > </lst>
   [junit4]    > <result name="response" numFound="0" start="0">
   [junit4]    > </result>
   [junit4]    > </response>
   [junit4]    >        request was:q=*:*
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
   [junit4]    >        ... 41 more
   [junit4]   2> 1184121 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1184147 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1184148 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1184193 WARN  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1184193 WARN  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1184193 WARN  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1184195 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1184195 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1184195 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1184209 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1184209 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1184210 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1184212 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1184212 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1184212 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1184214 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection5
   [junit4]   2> 1184214 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection1
   [junit4]   2> 1184214 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection2
   [junit4]   2> 1184214 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection5/data/]
   [junit4]   2> 1184214 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection2/data/]
   [junit4]   2> 1184214 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection1/data/]
   [junit4]   2> 1184216 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1184216 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1184216 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=30.23046875, 
floorSegmentMB=1.4521484375, forceMergeDeletesPctAllowed=22.122091823404254, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6225698498638301
   [junit4]   2> 1184277 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184277 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184277 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1184277 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1184277 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1184277 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@74ce0403[collection1] main]
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@bcf78bd[collection2] main]
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection1/conf
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection2/conf
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1184278 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184279 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1184279 INFO  
(coreLoadExecutor-4249-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1184279 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=96.48828125, 
floorSegmentMB=0.6328125, forceMergeDeletesPctAllowed=22.05758312127977, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6312787114383418
   [junit4]   2> 1184279 INFO  
(searcherExecutor-4252-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@bcf78bd[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1184279 INFO  
(searcherExecutor-4251-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@74ce0403[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1184279 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@9d8f67b[collection5] main]
   [junit4]   2> 1184279 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection5/conf
   [junit4]   2> 1184280 INFO  
(coreLoadExecutor-4249-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1184280 INFO  
(searcherExecutor-4250-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@9d8f67b[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1184290 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1184290 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1184296 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1184299 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1184303 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection3
   [junit4]   2> 1184303 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection3/data/]
   [junit4]   2> 1184305 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5184467301215334]
   [junit4]   2> 1184354 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184354 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1184354 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=79.427734375, 
floorSegmentMB=1.6123046875, forceMergeDeletesPctAllowed=11.980161524906237, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7842612467298534
   [junit4]   2> 1184355 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d30d17c[collection3] main]
   [junit4]   2> 1184355 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection3/conf
   [junit4]   2> 1184355 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1184355 INFO  
(searcherExecutor-4262-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@4d30d17c[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1184355 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1184363 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1184364 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1184377 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1184379 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1184381 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection4
   [junit4]   2> 1184381 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001/tempDir-003/collection4/data/]
   [junit4]   2> 1184383 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24904797341734214]
   [junit4]   2> 1184433 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1184433 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.u.CommitTrack

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

nager Closing metric reporters for: solr.node
   [junit4]   2> 1195392 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[52AFD9EA2B896821]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1195392 INFO  
(SUITE-TestLazyCores-seed#[52AFD9EA2B896821]-worker) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1195392 INFO  
(SUITE-TestLazyCores-seed#[52AFD9EA2B896821]-worker) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1281162909
   [junit4]   2> 1195392 INFO  
(SUITE-TestLazyCores-seed#[52AFD9EA2B896821]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_52AFD9EA2B896821-001
   [junit4]   2> Feb 19, 2017 11:11:28 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 19, 2017 11:11:48 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=12223, name=searcherExecutor-4238-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 19, 2017 11:11:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12223, name=searcherExecutor-4238-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 19, 2017 11:11:51 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=12223, name=searcherExecutor-4238-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{v_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), v_s=FST50, v_f=FSTOrd50}, 
docValues:{}, maxPointsInLeafNode=1952, maxMBSortInHeap=6.959636936989363, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=lv-LV, 
timezone=America/Belem
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=209322832,total=507510784
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudDeleteByQuery, 
TestReloadDeadlock, SparseHLLTest, TestPerFieldSimilarityClassic, 
DeleteNodeTest, V2ApiIntegrationTest, TestPerFieldSimilarity, 
TestRuleBasedAuthorizationPlugin, ZkCLITest, TestSolrDynamicMBean, 
TestFunctionQuery, InfoHandlerTest, ReplaceNodeTest, RequiredFieldsTest, 
DistributedFacetPivotSmallAdvancedTest, SolrMetricsIntegrationTest, 
TestXIncludeConfig, TestCloudSchemaless, TestJmxIntegration, 
DistributedExpandComponentTest, TestSolrCloudWithHadoopAuthPlugin, 
TestGroupingSearch, TestConfigReload, TestIntervalFaceting, ResponseHeaderTest, 
SolrCoreTest, TestStressVersions, TestCSVResponseWriter, 
TestCursorMarkWithoutUniqueKey, DocValuesMultiTest, TestBinaryField, 
TestReplicaProperties, TestSolrFieldCacheMBean, TestCoreAdminApis, 
StatsReloadRaceTest, TestDistributedSearch, PrimitiveFieldTypeTest, 
TestCustomDocTransformer, MultiTermTest, OutputWriterTest, 
HdfsRecoverLeaseTest, TestMacros, HdfsBasicDistributedZk2Test, 
ClusterStateUpdateTest, AnalyticsMergeStrategyTest, QueryResultKeyTest, 
FileUtilsTest, TestComponentsName, HdfsUnloadDistributedZkTest, 
SharedFSAutoReplicaFailoverUtilsTest, CdcrUpdateLogTest, 
ChaosMonkeyNothingIsSafeTest, TestCryptoKeys, 
TestDynamicFieldCollectionResource, CursorPagingTest, HLLSerializationTest, 
StandardRequestHandlerTest, HighlighterMaxOffsetTest, SuggesterFSTTest, 
MissingSegmentRecoveryTest, ClassificationUpdateProcessorIntegrationTest, 
ConnectionReuseTest, TestNumericTerms64, SolrPluginUtilsTest, 
DistributedMLTComponentTest, TestBM25SimilarityFactory, 
TestTrackingShardHandlerFactory, TestCharFilters, TestLRUCache, 
TestExactStatsCache, TestSchemaSimilarityResource, 
DistributedQueryElevationComponentTest, 
StatelessScriptUpdateProcessorFactoryTest, RequestLoggingTest, 
CollectionTooManyReplicasTest, JSONWriterTest, TestCloudPivotFacet, TestSolrJ, 
TestInfoStreamLogging, TestDocBasedVersionConstraints, HighlighterTest, 
TestComplexPhraseQParserPlugin, IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
TestPostingsSolrHighlighter, StressHdfsTest, TemplateUpdateProcessorTest, 
PingRequestHandlerTest, OverseerCollectionConfigSetProcessorTest, 
TestStressLucene, TestRTGBase, TestSegmentSorting, SystemInfoHandlerTest, 
SecurityConfHandlerTest, CheckHdfsIndexTest, TestSchemaManager, 
DirectSolrSpellCheckerTest, BadComponentTest, FacetPivotSmallTest, 
TestFieldCacheReopen, SuggestComponentTest, TestHighFrequencyDictionaryFactory, 
TestCopyFieldCollectionResource, TestFieldCacheSort, TestMissingGroups, 
DeleteInactiveReplicaTest, PathHierarchyTokenizerFactoryTest, 
TestPseudoReturnFields, DocumentAnalysisRequestHandlerTest, 
DocValuesMissingTest, CleanupOldIndexTest, TestReRankQParserPlugin, 
TestCloudRecovery, DeleteShardTest, DisMaxRequestHandlerTest, 
DistributedFacetPivotWhiteBoxTest, SolrXmlInZkTest, CursorMarkTest, 
TestShardHandlerFactory, OverseerRolesTest, TolerantUpdateProcessorTest, 
DirectUpdateHandlerTest, TestDocumentBuilder, RecoveryAfterSoftCommitTest, 
AlternateDirectoryTest, CollectionsAPISolrJTest, TestAddFieldRealTimeGet, 
TestSolr4Spatial2, TestExclusionRuleCollectionAccess, 
BlockJoinFacetDistribTest, SoftAutoCommitTest, BasicAuthIntegrationTest, 
DistributedSpellCheckComponentTest, UtilsToolTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=52AFD9EA2B896821 -Dtests.slow=true -Dtests.locale=lv-LV 
-Dtests.timezone=America/Belem -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=12223, name=searcherExecutor-4238-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([52AFD9EA2B896821]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12223, name=searcherExecutor-4238-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([52AFD9EA2B896821]:0)
   [junit4] Completed [310/696 (1!)] on J0 in 35.20s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63894 lines...]

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

Reply via email to