Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1112/
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([EBC9B0A6EFBEE1A3:34A9117724998206]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>

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

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


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=21305, name=searcherExecutor-6430-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=21305, name=searcherExecutor-6430-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([EBC9B0A6EFBEE1A3]: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=21305, name=searcherExecutor-6430-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=21305, name=searcherExecutor-6430-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([EBC9B0A6EFBEE1A3]:0)




Build Log:
[...truncated 11795 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/init-core-data-001
   [junit4]   2> 1957351 INFO  
(SUITE-TestLazyCores-seed#[EBC9B0A6EFBEE1A3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1957353 INFO  
(SUITE-TestLazyCores-seed#[EBC9B0A6EFBEE1A3]-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> 1957357 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1957378 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1957428 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957431 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957431 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957439 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1957439 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1957440 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1957443 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957443 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957443 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957445 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection1
   [junit4]   2> 1957445 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection5
   [junit4]   2> 1957445 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection2
   [junit4]   2> 1957445 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection1/data/]
   [junit4]   2> 1957445 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection5/data/]
   [junit4]   2> 1957445 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection2/data/]
   [junit4]   2> 1957447 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957447 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957447 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957522 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957522 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957522 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1957523 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b014dbf[collection5] main]
   [junit4]   2> 1957524 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection5/conf
   [junit4]   2> 1957524 INFO  (coreLoadExecutor-6369-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957524 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957524 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957524 INFO  
(searcherExecutor-6371-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1b014dbf[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957524 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1957525 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b2dd799[collection2] main]
   [junit4]   2> 1957525 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection2/conf
   [junit4]   2> 1957526 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957526 INFO  (coreLoadExecutor-6369-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1957526 INFO  
(searcherExecutor-6372-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@1b2dd799[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957540 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957540 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957540 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1957541 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6bb66695[collection1] main]
   [junit4]   2> 1957541 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection1/conf
   [junit4]   2> 1957542 INFO  (coreLoadExecutor-6369-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957542 INFO  
(searcherExecutor-6370-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6bb66695[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957552 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957559 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1957562 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957564 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection3
   [junit4]   2> 1957564 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection3/data/]
   [junit4]   2> 1957566 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=32.9833984375, 
floorSegmentMB=1.064453125, forceMergeDeletesPctAllowed=11.094967552806862, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22001476198417516
   [junit4]   2> 1957615 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957615 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957615 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=97.66796875, 
floorSegmentMB=1.443359375, forceMergeDeletesPctAllowed=28.355999409807378, 
segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5530456735746854
   [junit4]   2> 1957616 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@232354b0[collection3] main]
   [junit4]   2> 1957617 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection3/conf
   [junit4]   2> 1957617 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957617 INFO  
(searcherExecutor-6382-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@232354b0[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957617 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1957626 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957633 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1957636 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957638 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection4
   [junit4]   2> 1957638 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection4/data/]
   [junit4]   2> 1957640 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1957694 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957695 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957695 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=82.939453125, 
floorSegmentMB=0.2421875, forceMergeDeletesPctAllowed=0.909469125898934, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1957696 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5ce6ec05[collection4] main]
   [junit4]   2> 1957696 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-001/collection4/conf
   [junit4]   2> 1957696 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957696 INFO  
(searcherExecutor-6386-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@5ce6ec05[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957697 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=939392129
   [junit4]   2> 1957697 INFO  
(coreCloseExecutor-6390-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4de84703
   [junit4]   2> 1957697 INFO  
(coreCloseExecutor-6390-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ebf6384
   [junit4]   2> 1957697 INFO  
(coreCloseExecutor-6390-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@36ee08da
   [junit4]   2> 1957698 INFO  
(coreCloseExecutor-6390-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@656ad8f7
   [junit4]   2> 1957698 INFO  
(coreCloseExecutor-6390-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1957699 INFO  
(coreCloseExecutor-6390-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6253e26c
   [junit4]   2> 1957700 INFO  
(coreCloseExecutor-6390-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1957700 INFO  
(coreCloseExecutor-6390-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1957701 INFO  
(coreCloseExecutor-6390-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1957701 INFO  
(coreCloseExecutor-6390-thread-5-processing-x:collection3) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1957701 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1957701 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1957705 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 1957728 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1957768 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957768 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957768 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957778 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1957778 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1957778 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1957790 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957790 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957790 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957792 INFO  
(coreLoadExecutor-6397-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2
   [junit4]   2> 1957792 INFO  
(coreLoadExecutor-6397-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection1
   [junit4]   2> 1957792 INFO  
(coreLoadExecutor-6397-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection5
   [junit4]   2> 1957793 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2/data/]
   [junit4]   2> 1957793 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection1/data/]
   [junit4]   2> 1957793 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection5/data/]
   [junit4]   2> 1957794 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957794 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957796 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957868 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957868 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957869 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1957870 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1e54d456[collection2] main]
   [junit4]   2> 1957870 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957870 INFO  
(coreLoadExecutor-6397-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2/conf
   [junit4]   2> 1957870 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957871 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1957871 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957872 INFO  
(searcherExecutor-6398-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@1e54d456[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957872 INFO  
(coreLoadExecutor-6397-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1957872 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@29270c4c[collection5] main]
   [junit4]   2> 1957872 INFO  
(coreLoadExecutor-6397-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection5/conf
   [junit4]   2> 1957873 INFO  
(coreLoadExecutor-6397-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957873 INFO  
(searcherExecutor-6400-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@29270c4c[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957875 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957875 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957876 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1957876 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@cb4dac1[collection1] main]
   [junit4]   2> 1957876 INFO  
(coreLoadExecutor-6397-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection1/conf
   [junit4]   2> 1957877 INFO  
(coreLoadExecutor-6397-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957877 INFO  
(searcherExecutor-6399-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cb4dac1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957887 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957893 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1957896 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957898 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection3
   [junit4]   2> 1957898 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection3/data/]
   [junit4]   2> 1957900 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=38, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1957951 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1957951 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1957951 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1879721739, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1957952 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@55f9bd9a[collection3] main]
   [junit4]   2> 1957952 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection3/conf
   [junit4]   2> 1957953 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1957953 INFO  
(searcherExecutor-6410-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@55f9bd9a[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1957953 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1957962 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1957977 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1957980 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1957981 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection6
   [junit4]   2> 1957982 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection6/data/]
   [junit4]   2> 1957983 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10853435200115502]
   [junit4]   2> 1958030 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958030 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958031 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=94.447265625, 
floorSegmentMB=1.9111328125, forceMergeDeletesPctAllowed=12.08612530104242, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24250091677968424
   [junit4]   2> 1958031 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@78aaf388[collection6] main]
   [junit4]   2> 1958032 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection6/conf
   [junit4]   2> 1958032 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958032 INFO  
(searcherExecutor-6414-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@78aaf388[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958032 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1958038 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958047 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1958050 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958051 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection7
   [junit4]   2> 1958052 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection7],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection7/data/]
   [junit4]   2> 1958054 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7221227726719222]
   [junit4]   2> 1958101 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958101 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958101 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=78.6513671875, 
floorSegmentMB=1.40625, forceMergeDeletesPctAllowed=23.512416323001037, 
segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6829357045737356
   [junit4]   2> 1958102 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@74d95514[collection7] main]
   [junit4]   2> 1958102 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection7/conf
   [junit4]   2> 1958102 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958102 INFO  
(searcherExecutor-6418-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@74d95514[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958103 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 1958112 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958119 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1958130 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958132 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection8
   [junit4]   2> 1958132 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection8],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection8/data/]
   [junit4]   2> 1958134 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1830386754, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1958183 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958183 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958184 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=66.345703125, 
floorSegmentMB=0.61328125, forceMergeDeletesPctAllowed=0.6257725298446926, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6957615097359832
   [junit4]   2> 1958184 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@28e9ea27[collection8] main]
   [junit4]   2> 1958185 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection8/conf
   [junit4]   2> 1958185 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958185 INFO  
(searcherExecutor-6422-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@28e9ea27[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958185 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection8
   [junit4]   2> 1958185 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 1958194 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958200 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1958202 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958204 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection9
   [junit4]   2> 1958204 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection9],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection9/data/]
   [junit4]   2> 1958206 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1958253 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958253 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958254 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=42.0400390625, 
floorSegmentMB=0.6884765625, forceMergeDeletesPctAllowed=21.526417601931335, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6268088795134374
   [junit4]   2> 1958255 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6e26b4eb[collection9] main]
   [junit4]   2> 1958255 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection9/conf
   [junit4]   2> 1958256 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958256 INFO  
(searcherExecutor-6426-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@6e26b4eb[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958256 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection9
   [junit4]   2> 1958256 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection3]
   [junit4]   2> 1958256 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@750c11cc
   [junit4]   2> 1958258 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1958258 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3fd1f6da
   [junit4]   2> 1958259 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1958268 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958274 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1958276 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958278 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2
   [junit4]   2> 1958278 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2/data/]
   [junit4]   2> 1958322 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958322 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958323 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=33, maxMergedSegmentMB=75.48828125, 
floorSegmentMB=1.6142578125, forceMergeDeletesPctAllowed=24.637811026252187, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1958324 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b360528[collection2] main]
   [junit4]   2> 1958324 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-002/collection2/conf
   [junit4]   2> 1958325 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958325 INFO  
(searcherExecutor-6430-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@1b360528[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958325 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1958325 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection6]
   [junit4]   2> 1958325 INFO  (Thread-8925) [    x:collection3] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@59924a4e
   [junit4]   2> 1958325 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.S.Request [collection2]  webapp=null path=null params={q=*:*} hits=0 
status=0 QTime=0
   [junit4]   2> 1958328 INFO  (Thread-8925) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
   [junit4]   2> 1958329 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    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">0</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> 1958330 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    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">0</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:850)
   [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> 1958330 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=373826494
   [junit4]   2> 1958331 INFO  
(coreCloseExecutor-6434-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3da67b00
   [junit4]   2> 1958331 INFO  
(coreCloseExecutor-6434-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@55fa33c
   [junit4]   2> 1958332 INFO  
(coreCloseExecutor-6434-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1958332 INFO  
(coreCloseExecutor-6434-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46f261d4
   [junit4]   2> 1958332 INFO  
(coreCloseExecutor-6434-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7c19c62f
   [junit4]   2> 1958343 INFO  
(coreCloseExecutor-6434-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7d4bac31
   [junit4]   2> 1958345 INFO  
(coreCloseExecutor-6434-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
   [junit4]   2> 1958345 INFO  
(coreCloseExecutor-6434-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1958345 INFO  
(coreCloseExecutor-6434-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
   [junit4]   2> 1958346 INFO  
(coreCloseExecutor-6434-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
   [junit4]   2> 1958347 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1958347 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.method=testNoCommit -Dtests.seed=EBC9B0A6EFBEE1A3 -Dtests.slow=true 
-Dtests.locale=de-CH -Dtests.timezone=Atlantic/Bermuda -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.65s J0 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([EBC9B0A6EFBEE1A3:34A9117724998206]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:857)
   [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">0</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:850)
   [junit4]    >        ... 41 more
   [junit4]   2> 1958354 INFO  
(TEST-TestLazyCores.testRace-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1958375 INFO  
(TEST-TestLazyCores.testRace-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1958413 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958415 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958415 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958421 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1958424 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958426 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1958426 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1958426 INFO  
(coreLoadExecutor-6441-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection2
   [junit4]   2> 1958426 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection2/data/]
   [junit4]   2> 1958437 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1958438 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958439 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958440 INFO  
(coreLoadExecutor-6441-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection5
   [junit4]   2> 1958440 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection5/data/]
   [junit4]   2> 1958441 INFO  
(coreLoadExecutor-6441-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection1
   [junit4]   2> 1958441 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection1/data/]
   [junit4]   2> 1958442 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1958443 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1958516 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958516 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958516 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1958517 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@704204d1[collection1] main]
   [junit4]   2> 1958518 INFO  
(coreLoadExecutor-6441-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection1/conf
   [junit4]   2> 1958518 INFO  
(coreLoadExecutor-6441-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958519 INFO  
(searcherExecutor-6444-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@704204d1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958545 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958545 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958546 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1958546 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958546 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958547 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1958547 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2bdfd830[collection5] main]
   [junit4]   2> 1958547 INFO  
(coreLoadExecutor-6441-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection5/conf
   [junit4]   2> 1958547 INFO  
(coreLoadExecutor-6441-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958547 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@566323f8[collection2] main]
   [junit4]   2> 1958548 INFO  
(searcherExecutor-6443-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@2bdfd830[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958548 INFO  
(coreLoadExecutor-6441-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection2/conf
   [junit4]   2> 1958548 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958548 INFO  
(searcherExecutor-6442-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@566323f8[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958548 INFO  
(coreLoadExecutor-6441-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1958560 INFO  (Thread-8928) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1958567 INFO  (Thread-8928) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1958569 INFO  (Thread-8928) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1958571 INFO  (Thread-8928) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection3
   [junit4]   2> 1958571 INFO  (Thread-8928) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection3/data/]
   [junit4]   2> 1958573 INFO  (Thread-8928) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1958619 INFO  (Thread-8928) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1958619 INFO  (Thread-8928) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1958620 INFO  (Thread-8928) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=33.572265625, 
floorSegmentMB=0.2099609375, forceMergeDeletesPctAllowed=1.6390811190138121, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1958620 INFO  (Thread-8928) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@71325233[collection3] main]
   [junit4]   2> 1958621 INFO  (Thread-8928) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001/tempDir-003/collection3/conf
   [junit4]   2> 1958621 INFO  (Thread-8928) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1958621 INFO  
(searcherExecutor-6454-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@71325233[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1958621 INFO  (Thread-8928) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1958629 INFO  
(TEST-TestLazyCores.testRace-seed#[EBC9B0A6EFBEE1A3]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2001606693
   [junit4]   2> 1958630 INFO  
(coreCloseExecutor-6458-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6adacd69
   [junit4]   2> 1958630 INFO  
(coreCloseExecutor-6458-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13b91bf4
   [junit4]   2> 1958631 INFO  
(coreCloseExecutor-6458-thread-3-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@15cab519
   [junit4]   2> 1958631 INFO  
(coreCloseExecutor-6458-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1958631 INFO  
(coreCloseExecutor-6458-thread-4-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@513be07
   [junit4]   2> 1958632 INFO  
(coreCloseExecutor-6458-thread-3-processing-x:collection3) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric repor

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

porary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBC9B0A6EFBEE1A3-001
   [junit4]   2> Feb 02, 2017 5:03:02 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 02, 2017 5:03:22 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=21305, name=searcherExecutor-6430-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 02, 2017 5:03:22 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=21305, name=searcherExecutor-6430-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 02, 2017 5:03:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=21305, name=searcherExecutor-6430-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), 
v_s=BlockTreeOrds(blocksize=128), v_f=PostingsFormat(name=Memory)}, 
docValues:{}, maxPointsInLeafNode=1076, maxMBSortInHeap=6.2177947092573795, 
sim=RandomSimilarity(queryNorm=false): {}, locale=de-CH, 
timezone=Atlantic/Bermuda
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=279777584,total=532676608
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOnReconnectListenerSupport, DirectSolrSpellCheckerTest, 
ClusterStateUpdateTest, TestPartialUpdateDeduplication, OverseerTest, 
SynonymTokenizerTest, TestCloudDeleteByQuery, AnalyticsMergeStrategyTest, 
TestEmbeddedSolrServerConstructors, MetricsHandlerTest, 
HdfsUnloadDistributedZkTest, TestWordDelimiterFilterFactory, SolrXmlInZkTest, 
SolrMetricsIntegrationTest, OverseerRolesTest, CdcrVersionReplicationTest, 
CoreMergeIndexesAdminHandlerTest, DistribCursorPagingTest, 
UUIDUpdateProcessorFallbackTest, HdfsCollectionsAPIDistributedZkTest, 
TestMacros, TestLRUCache, TestRTGBase, TestBM25SimilarityFactory, 
TestQuerySenderNoQuery, CollectionReloadTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestRandomDVFaceting, 
TestSizeLimitedDistributedMap, SegmentsInfoRequestHandlerTest, 
TestSchemaNameResource, ManagedSchemaRoundRobinCloudTest, 
TestIBSimilarityFactory, SearchHandlerTest, DistributedFacetPivotSmallTest, 
TestFieldCacheSanityChecker, SolrTestCaseJ4Test, TestSolrQueryResponse, 
CoreSorterTest, TestHashPartitioner, TestApiFramework, SolrCoreTest, 
SSLMigrationTest, DistributedFacetExistsSmallTest, DocumentBuilderTest, 
TestFieldSortValues, TestExceedMaxTermLength, TestManagedStopFilterFactory, 
SpatialFilterTest, TestExtendedDismaxParser, DocValuesTest, 
TestConfigSetProperties, FullHLLTest, TestSolrCloudWithKerberosAlt, 
TestSubQueryTransformerDistrib, TestCloudSchemaless, BadCopyFieldTest, 
TestNonDefinedSimilarityFactory, HdfsLockFactoryTest, HttpSolrCallGetCoreTest, 
TestConfigSetsAPIExclusivity, DistributedFacetPivotLongTailTest, 
ClassificationUpdateProcessorFactoryTest, TestCopyFieldCollectionResource, 
PrimitiveFieldTypeTest, TestJmxIntegration, MBeansHandlerTest, 
TestStressReorder, TestRequestStatusCollectionAPI, SyncSliceTest, 
TestStressLiveNodes, DistributedVersionInfoTest, CollectionTooManyReplicasTest, 
SolrCLIZkUtilsTest, XsltUpdateRequestHandlerTest, TestIntervalFaceting, 
TestReplicationHandlerBackup, DataDrivenBlockJoinTest, SystemInfoHandlerTest, 
CloudMLTQParserTest, CursorPagingTest, HdfsRestartWhileUpdatingTest, 
SolrIndexConfigTest, TestFastLRUCache, DistributedSpellCheckComponentTest, 
OutputWriterTest, TestInfoStreamLogging, FastVectorHighlighterTest, 
RecoveryZkTest, TestSegmentSorting, TestLockTree, AnalysisErrorHandlingTest, 
TestCoreContainer, TestCollapseQParserPlugin, PrimUtilsTest, TestNRTOpen, 
TestSolrDeletionPolicy1, SchemaVersionSpecificBehaviorTest, TestManagedSchema, 
PolyFieldTest, CollectionsAPISolrJTest, TestStandardQParsers, TestFieldCache, 
CdcrBootstrapTest, TriLevelCompositeIdRoutingTest, TestNamedUpdateProcessors, 
TestSchemaManager, BlockCacheTest, TestRecoveryHdfs, DirectSolrConnectionTest, 
TestCloudRecovery, TestJsonFacets, TestManagedSchemaThreadSafety, 
MultiTermTest, TestSchemaSimilarityResource, ShardSplitTest, 
TestLeaderInitiatedRecoveryThread, LeaderInitiatedRecoveryOnShardRestartTest, 
TermsComponentTest, StatelessScriptUpdateProcessorFactoryTest, 
CheckHdfsIndexTest, OverseerTaskQueueTest, TestCorePropertiesReload, 
MetricUtilsTest, TestSubQueryTransformer, TestUninvertingReader, 
DistributedDebugComponentTest, TestFaceting, TestNoOpRegenerator, 
TestTolerantSearch, TestLeaderElectionWithEmptyReplica, DateFieldTest, 
TestCustomDocTransformer, TestSha256AuthenticationProvider, TestCharFilters, 
DocumentAnalysisRequestHandlerTest, TestCloudPivotFacet, 
CurrencyFieldXmlFileTest, CopyFieldTest, TestPerFieldSimilarity, 
SpatialHeatmapFacetsTest, TestTestInjection, HdfsThreadLeakTest, 
TestCSVResponseWriter, SuggestComponentTest, RequiredFieldsTest, 
JvmMetricsTest, ParsingFieldUpdateProcessorsTest, JsonValidatorTest, 
DistributedMLTComponentTest, TestCursorMarkWithoutUniqueKey, 
TestXmlQParserPlugin, CursorMarkTest, DisMaxRequestHandlerTest, 
CleanupOldIndexTest, StressHdfsTest, HdfsRecoverLeaseTest, 
BigEndianAscendingWordDeserializerTest, LeaderElectionContextKeyTest, 
ReplicaListTransformerTest, ConnectionReuseTest, SimplePostToolTest, 
FileUtilsTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=EBC9B0A6EFBEE1A3 -Dtests.slow=true -Dtests.locale=de-CH 
-Dtests.timezone=Atlantic/Bermuda -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=21305, name=searcherExecutor-6430-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([EBC9B0A6EFBEE1A3]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=21305, name=searcherExecutor-6430-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([EBC9B0A6EFBEE1A3]:0)
   [junit4] Completed [347/691 (1!)] on J0 in 30.82s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63526 lines...]

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

Reply via email to