Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1560/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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([D1DCD75A6B268801:EBC768BA001EBA4]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:855)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:832)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">1</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:894)
        ... 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=19173, name=searcherExecutor-7798-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:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=19173, name=searcherExecutor-7798-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:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([D1DCD75A6B268801]: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=19173, name=searcherExecutor-7798-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:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=19173, name=searcherExecutor-7798-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:1074)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([D1DCD75A6B268801]:0)




Build Log:
[...truncated 12928 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_D1DCD75A6B268801-001/init-core-data-001
   [junit4]   2> 2120069 WARN  
(SUITE-TestLazyCores-seed#[D1DCD75A6B268801]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=45 numCloses=45
   [junit4]   2> 2120069 INFO  
(SUITE-TestLazyCores-seed#[D1DCD75A6B268801]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2120071 INFO  
(SUITE-TestLazyCores-seed#[D1DCD75A6B268801]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2120075 INFO  
(SUITE-TestLazyCores-seed#[D1DCD75A6B268801]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2120077 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 2120111 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/solr.xml
   [junit4]   2> 2120114 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2120114 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2120114 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2120167 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120174 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120174 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120176 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2120185 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120200 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120203 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120206 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2120207 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 2120208 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120208 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120208 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 2120208 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 2120209 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120209 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120209 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120209 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120209 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection1/data/]
   [junit4]   2> 2120209 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection2/data/]
   [junit4]   2> 2120211 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0
   [junit4]   2> 2120211 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0
   [junit4]   2> 2120214 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 2120215 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120215 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 2120216 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120216 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120216 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection5/data/]
   [junit4]   2> 2120218 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0
   [junit4]   2> 2120274 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120274 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120274 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=17.599609375, 
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.051761452598008, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4174178314607525
   [junit4]   2> 2120275 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@487bdeb7[collection5] main]
   [junit4]   2> 2120275 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/collection5/conf
   [junit4]   2> 2120276 INFO  (coreLoadExecutor-7721-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120276 INFO  
(searcherExecutor-7724-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@487bdeb7[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120276 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120276 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120276 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=17.599609375, 
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.051761452598008, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4174178314607525
   [junit4]   2> 2120280 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@bfa030[collection2] 
main]
   [junit4]   2> 2120281 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/collection2/conf
   [junit4]   2> 2120281 INFO  (coreLoadExecutor-7721-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120282 INFO  
(searcherExecutor-7722-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@bfa030[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120296 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120296 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120297 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=17.599609375, 
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.051761452598008, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4174178314607525
   [junit4]   2> 2120297 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6240fe[collection1] 
main]
   [junit4]   2> 2120297 INFO  (coreLoadExecutor-7721-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_D1DCD75A6B268801-001/tempDir-001/collection1/conf
   [junit4]   2> 2120298 INFO  (coreLoadExecutor-7721-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120298 INFO  
(searcherExecutor-7723-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6240fe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120306 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120325 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 2120326 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120326 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/./collection3,
 trusted=true
   [junit4]   2> 2120326 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120326 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120326 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection3/data/]
   [junit4]   2> 2120329 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2120383 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120383 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120385 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=38.3798828125, 
floorSegmentMB=1.6552734375, forceMergeDeletesPctAllowed=25.08046027158215, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5918480458470509
   [junit4]   2> 2120385 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4438ba9b[collection3] main]
   [junit4]   2> 2120386 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection3/conf
   [junit4]   2> 2120386 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120387 INFO  
(searcherExecutor-7734-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@4438ba9b[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120396 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120400 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 2120402 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120402 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/./collection4,
 trusted=true
   [junit4]   2> 2120402 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120403 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120403 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection4/data/]
   [junit4]   2> 2120406 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1607640647, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2120469 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120469 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120470 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 2120470 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f09883a[collection4] main]
   [junit4]   2> 2120470 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection4/conf
   [junit4]   2> 2120471 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120471 INFO  
(searcherExecutor-7738-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@7f09883a[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120480 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120485 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 2120487 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120487 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/./collection6,
 trusted=true
   [junit4]   2> 2120487 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120487 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120487 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection6/data/]
   [junit4]   2> 2120492 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1125718453, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2120543 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120543 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120544 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=9.158203125, 
floorSegmentMB=0.4814453125, forceMergeDeletesPctAllowed=1.228878851643831, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.15237085429190955
   [junit4]   2> 2120544 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@50f22541[collection6] main]
   [junit4]   2> 2120545 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection6/conf
   [junit4]   2> 2120545 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120566 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120566 INFO  
(searcherExecutor-7742-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@50f22541[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120570 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 2120572 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120572 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/./collection7,
 trusted=true
   [junit4]   2> 2120572 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120572 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120572 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection7],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection7/data/]
   [junit4]   2> 2120574 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=805524082, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2120627 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120627 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120628 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=24, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=55.099609375, 
floorSegmentMB=0.5185546875, forceMergeDeletesPctAllowed=0.12395367848524241, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2120629 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@12ae6f1[collection7] 
main]
   [junit4]   2> 2120629 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection7/conf
   [junit4]   2> 2120629 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120630 INFO  
(searcherExecutor-7746-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@12ae6f1[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120637 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120641 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 2120642 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120642 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/./collection8,
 trusted=true
   [junit4]   2> 2120643 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection8' (registry 'solr.core.collection8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120643 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120643 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection8],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection8/data/]
   [junit4]   2> 2120645 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=19.2705078125, 
floorSegmentMB=1.7626953125, forceMergeDeletesPctAllowed=4.557847291110368, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2120693 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120693 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120694 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=25.171875, 
floorSegmentMB=2.0390625, forceMergeDeletesPctAllowed=19.169414933833046, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2120694 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a0a471f[collection8] main]
   [junit4]   2> 2120695 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection8/conf
   [junit4]   2> 2120695 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120696 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection3]
   [junit4]   2> 2120696 INFO  
(searcherExecutor-7750-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@1a0a471f[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120703 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120707 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 2120708 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120708 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/./collection9,
 trusted=true
   [junit4]   2> 2120709 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection9' (registry 'solr.core.collection9') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120709 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120709 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection9],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-001/./collection9/data/]
   [junit4]   2> 2120711 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=97.837890625, 
floorSegmentMB=1.654296875, forceMergeDeletesPctAllowed=28.62238439915047, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2120781 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2120781 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2120784 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=60.0400390625, 
floorSegmentMB=1.1279296875, forceMergeDeletesPctAllowed=27.158490295112905, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4859170797109157
   [junit4]   2> 2120784 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@514ce1aa[collection9] main]
   [junit4]   2> 2120785 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
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_D1DCD75A6B268801-001/tempDir-001/collection9/conf
   [junit4]   2> 2120786 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2120786 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection2]
   [junit4]   2> 2120786 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3e969e2a
   [junit4]   2> 2120786 INFO  
(searcherExecutor-7754-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@514ce1aa[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2120786 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=1050058282
   [junit4]   2> 2120786 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@56b953ad: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@13011f6b
   [junit4]   2> 2120797 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3d8e945a
   [junit4]   2> 2120798 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection3, tag=1032754266
   [junit4]   2> 2120798 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e10c369: rootName = null, 
domain = solr.core.collection3, service url = null, agent id = null] for 
registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@7f61e54b
   [junit4]   2> 2120808 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1668676047
   [junit4]   2> 2120808 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 2120809 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@541d86c3: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@39a6187e
   [junit4]   2> 2120812 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 2120812 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@bf3791f: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@7f373dba
   [junit4]   2> 2120814 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 2120814 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2073b30b: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@7b08b684
   [junit4]   2> 2120830 INFO  
(coreCloseExecutor-7758-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6c6b4456
   [junit4]   2> 2120830 INFO  
(coreCloseExecutor-7758-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=1818969174
   [junit4]   2> 2120830 INFO  
(coreCloseExecutor-7758-thread-4-processing-x:collection3) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f9702fa: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@52a0098
   [junit4]   2> 2120833 INFO  
(coreCloseExecutor-7758-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7d4b89bc
   [junit4]   2> 2120834 INFO  
(coreCloseExecutor-7758-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ac27548
   [junit4]   2> 2120836 INFO  
(coreCloseExecutor-7758-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@283a5323
   [junit4]   2> 2120837 INFO  
(coreCloseExecutor-7758-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7261955c
   [junit4]   2> 2120838 INFO  
(coreCloseExecutor-7758-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@893f6e1
   [junit4]   2> 2120838 INFO  
(coreCloseExecutor-7758-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@792cafb9
   [junit4]   2> 2120839 INFO  
(coreCloseExecutor-7758-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=2102102460
   [junit4]   2> 2120839 INFO  
(coreCloseExecutor-7758-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f48d98f: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@5fa4ee7
   [junit4]   2> 2120850 INFO  
(coreCloseExecutor-7758-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1791128904
   [junit4]   2> 2120850 INFO  
(coreCloseExecutor-7758-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@47a2c0b2: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@5f49c604
   [junit4]   2> 2120863 INFO  
(coreCloseExecutor-7758-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=674911011
   [junit4]   2> 2120863 INFO  
(coreCloseExecutor-7758-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e84d651: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@1a00ab97
   [junit4]   2> 2120888 INFO  
(coreCloseExecutor-7758-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection7, tag=1918997852
   [junit4]   2> 2120888 INFO  
(coreCloseExecutor-7758-thread-5-processing-x:collection3) [    x:collection7] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@66b3eb: rootName = null, 
domain = solr.core.collection7, service url = null, agent id = null] for 
registry solr.core.collection7 / com.codahale.metrics.MetricRegistry@1d8a5bda
   [junit4]   2> 2120897 INFO  
(coreCloseExecutor-7758-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection9, tag=143914721
   [junit4]   2> 2120897 INFO  
(coreCloseExecutor-7758-thread-7-processing-x:collection3) [    x:collection9] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@30ca2dfd: rootName = null, 
domain = solr.core.collection9, service url = null, agent id = null] for 
registry solr.core.collection9 / com.codahale.metrics.MetricRegistry@7c27227d
   [junit4]   2> 2120903 INFO  
(coreCloseExecutor-7758-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection8, tag=2032971705
   [junit4]   2> 2120905 INFO  
(coreCloseExecutor-7758-thread-6-processing-x:collection3) [    x:collection8] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4e2c66f9: rootName = null, 
domain = solr.core.collection8, service url = null, agent id = null] for 
registry solr.core.collection8 / com.codahale.metrics.MetricRegistry@7acf168b
   [junit4]   2> 2120915 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[D1DCD75A6B268801]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 2120917 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 2120933 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-002/solr.xml
   [junit4]   2> 2120937 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2120937 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2120937 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2120976 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120982 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120982 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120984 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[D1DCD75A6B268801]) [    x:collection3] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2120992 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 2120992 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2120996 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 2120998 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2120998 INFO  
(coreLoadExecutor-7765-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_D1DCD75A6B268801-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 2120998 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection2' (registry 
'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2120998 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2120998 INFO  
(coreLoadExecutor-7765-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_D1DCD75A6B268801-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-002/./collection2/data/]
   [junit4]   2> 2121003 INFO  
(coreLoadExecutor-7765-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 2121003 INFO  
(coreLoadExecutor-7765-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: init: current 
segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@2021fde1
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: now checkpoint 
"" [0 segments ; isCommit = false]
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 0 msec to 
checkpoint
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: init: create=true
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 
   [junit4]   2> 
dir=MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-002/collection2/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3c3c0509
   [junit4]   2> index=
   [junit4]   2> version=8.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=16.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> 
mergeScheduler=org.apache.lucene.index.SerialMergeScheduler@3268f871
   [junit4]   2> codec=Asserting(Lucene70): {}, docValues:{}, 
maxPointsInLeafNode=1137, maxMBSortInHeap=6.056951922739826
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=RandomMergePolicy([TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0)
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@50f24db4
   [junit4]   2> readerPooling=true
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=true
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> checkPendingFlushOnUpdate=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@c3a1eee
   [junit4]   2> 
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: now flush at 
close
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]:   start flush: 
applyAllDeletes=true
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]:   index before 
flush 
   [junit4]   2> 2121028 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: startFullFlush
   [junit4]   2> 2121029 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 
coreLoadExecutor-7765-thread-2-processing-x:collection3 finishFullFlush 
success=true
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: now apply all 
deletes for all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[BD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: waitApply: no 
deletes to apply
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: waitForMerges
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: waitForMerges 
done
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: start
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: enter 
lock
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: now 
prepare
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: prepareCommit: 
flush
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]:   index before 
flush 
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: startFullFlush
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: now apply all 
deletes for all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[BD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: waitApply: no 
deletes to apply
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 
coreLoadExecutor-7765-thread-2-processing-x:collection3 finishFullFlush 
success=true
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: startCommit(): 
start
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: startCommit 
index= changeCount=2
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: startCommit: 
wrote pending segments file "pending_segments_1"
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: done all syncs: 
[]
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: 
pendingCommit != null
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: done 
writing segments file "segments_1"
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: now checkpoint 
"" [0 segments ; isCommit = true]
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 0 msec to 
checkpoint
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: took 0.0 
msec
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: commit: done
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: rollback
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: all running 
merges have aborted
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: rollback: done 
finish merges
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: abort
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: done abort 
success=true
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-2-processing-x:collection3]: rollback: infos=
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: now checkpoint 
"" [0 segments ; isCommit = false]
   [junit4]   2> 2121032 INFO  
(coreLoadExecutor-7765-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-2-processing-x:collection3]: 0 msec to 
checkpoint
   [junit4]   2> 2121045 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.SolrIndexConfig IndexWriter infoStream solr logging is enabled
   [junit4]   2> 2121045 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2121049 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 2121050 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2121050 INFO  
(coreLoadExecutor-7765-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_D1DCD75A6B268801-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 2121051 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection5' (registry 
'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2121051 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2121051 INFO  
(coreLoadExecutor-7765-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_D1DCD75A6B268801-001/tempDir-002/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-002/./collection5/data/]
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: init: current 
segments file is "segments"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3dac1a61
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: now checkpoint 
"" [0 segments ; isCommit = false]
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 0 msec to 
checkpoint
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: init: create=true
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 
   [junit4]   2> 
dir=MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-002/collection5/data/index
 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@79a5f39a
   [junit4]   2> index=
   [junit4]   2> version=8.0.0
   [junit4]   2> 
analyzer=org.apache.solr.update.SolrIndexConfig$DelayedSchemaAnalyzer
   [junit4]   2> ramBufferSizeMB=16.0
   [junit4]   2> maxBufferedDocs=-1
   [junit4]   2> mergedSegmentWarmer=null
   [junit4]   2> delPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper
   [junit4]   2> commit=null
   [junit4]   2> openMode=CREATE
   [junit4]   2> 
similarity=org.apache.solr.search.similarities.SchemaSimilarityFactory$SchemaSimilarity
   [junit4]   2> 
mergeScheduler=org.apache.lucene.index.SerialMergeScheduler@51a2754f
   [junit4]   2> codec=Asserting(Lucene70): {}, docValues:{}, 
maxPointsInLeafNode=1137, maxMBSortInHeap=6.056951922739826
   [junit4]   2> infoStream=org.apache.solr.update.LoggingInfoStream
   [junit4]   2> mergePolicy=RandomMergePolicy([TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=10.578125, 
floorSegmentMB=1.4716796875, forceMergeDeletesPctAllowed=25.426835117975003, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=0.8173828125, noCFSRatio=1.0)
   [junit4]   2> 
indexerThreadPool=org.apache.lucene.index.DocumentsWriterPerThreadPool@39409f7b
   [junit4]   2> readerPooling=true
   [junit4]   2> perThreadHardLimitMB=1945
   [junit4]   2> useCompoundFile=true
   [junit4]   2> commitOnClose=true
   [junit4]   2> indexSort=null
   [junit4]   2> checkPendingFlushOnUpdate=true
   [junit4]   2> writer=org.apache.solr.update.SolrIndexWriter@6f2f82ea
   [junit4]   2> 
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 
MMapDirectory.UNMAP_SUPPORTED=true
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: now flush at 
close
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]:   start flush: 
applyAllDeletes=true
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]:   index before 
flush 
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: startFullFlush
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 
coreLoadExecutor-7765-thread-3-processing-x:collection3 finishFullFlush 
success=true
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: now apply all 
deletes for all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
   [junit4]   2> 2121053 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[BD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: waitApply: no 
deletes to apply
   [junit4]   2> 2121054 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: waitForMerges
   [junit4]   2> 2121054 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: waitForMerges 
done
   [junit4]   2> 2121054 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: start
   [junit4]   2> 2121054 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: enter 
lock
   [junit4]   2> 2121054 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: now 
prepare
   [junit4]   2> 2121054 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: prepareCommit: 
flush
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]:   index before 
flush 
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: startFullFlush
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: now apply all 
deletes for all segments buffered updates bytesUsed=0 reader pool bytesUsed=0
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[BD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: waitApply: no 
deletes to apply
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 
coreLoadExecutor-7765-thread-3-processing-x:collection3 finishFullFlush 
success=true
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: startCommit(): 
start
   [junit4]   2> 2121057 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: startCommit 
index= changeCount=2
   [junit4]   2> 2121059 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: startCommit: 
wrote pending segments file "pending_segments_1"
   [junit4]   2> 2121059 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: done all syncs: 
[]
   [junit4]   2> 2121059 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: 
pendingCommit != null
   [junit4]   2> 2121059 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: done 
writing segments file "segments_1"
   [junit4]   2> 2121059 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: now checkpoint 
"" [0 segments ; isCommit = true]
   [junit4]   2> 2121059 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 0 msec to 
checkpoint
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: took 5.8 
msec
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: commit: done
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: rollback
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: all running 
merges have aborted
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: rollback: done 
finish merges
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: abort
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[DW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: done abort 
success=true
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IW][coreLoadExecutor-7765-thread-3-processing-x:collection3]: rollback: infos=
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: now checkpoint 
"" [0 segments ; isCommit = false]
   [junit4]   2> 2121060 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: 0 msec to 
checkpoint
   [junit4]   2> 2121117 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2121117 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2121117 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=17, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=17.599609375, 
floorSegmentMB=0.83984375, forceMergeDeletesPctAllowed=28.051761452598008, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4174178314607525
   [junit4]   2> 2121119 INFO  
(coreLoadExecutor-7765-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 2121121 INFO  
(coreLoadExecutor-7765-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 2121121 INFO  
(coreLoadExecutor-7765-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_D1DCD75A6B268801-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 2121121 INFO  
(coreLoadExecutor-7765-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 
'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7110a5df
   [junit4]   2> 2121122 INFO  
(coreLoadExecutor-7765-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2121122 INFO  
(coreLoadExecutor-7765-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_D1DCD75A6B268801-001/tempDir-002/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_D1DCD75A6B268801-001/tempDir-002/./collection1/data/]
   [junit4]   2> 2121123 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream 
[IFD][coreLoadExecutor-7765-thread-3-processing-x:collection3]: init: current 
segments file is "segments_1"; 
deletionPolicy=org.apache.solr.core.IndexDeletionPolicyWrapper@3dac1a61
   [junit4]   2> 2121123 INFO  
(coreLoadExecutor-7765-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.LoggingInfoStream [IFD][coreLoadExecutor-7765-thread-3-proces

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

         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:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 10, 2017 7:01:49 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=19173, name=searcherExecutor-7798-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 10, 2017 7:01:52 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=19173, name=searcherExecutor-7798-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:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{v_t=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct), 
v_s=PostingsFormat(name=MockRandom), v_f=PostingsFormat(name=Asserting)}, 
docValues:{}, maxPointsInLeafNode=1137, maxMBSortInHeap=6.056951922739826, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@54d09af0),
 locale=el-CY, timezone=Africa/Harare
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_152 
(64-bit)/cpus=3,threads=2,free=216922208,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestLegacyField, 
TestCollationFieldDocValues, TestCorePropertiesReload, 
BaseCdcrDistributedZkTest, TestSolr4Spatial, FastVectorHighlighterTest, 
TestManagedResource, ScriptEngineTest, DistributedDebugComponentTest, 
ReplaceNodeTest, TestLegacyNumericUtils, TestRandomDVFaceting, TestRangeQuery, 
TestSolrCloudWithHadoopAuthPlugin, SuggesterWFSTTest, TestUninvertingReader, 
CollectionTooManyReplicasTest, HdfsBasicDistributedZkTest, TestMacros, 
SSLMigrationTest, SolrCloudReportersTest, OverseerTest, SolrJmxReporterTest, 
LeaderFailoverAfterPartitionTest, TestRestoreCore, V2ApiIntegrationTest, 
DistributedFacetPivotLongTailTest, NodeAddedTriggerTest, HttpPartitionTest, 
TestTolerantSearch, TestExclusionRuleCollectionAccess, ZkStateWriterTest, 
IndexSchemaTest, TestStressRecovery, LeaderElectionTest, OverseerRolesTest, 
TestReplicationHandlerBackup, HdfsAutoAddReplicasIntegrationTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, BasicDistributedZkTest, 
ZkFailoverTest, TestRuleBasedAuthorizationPlugin, 
TestOverriddenPrefixQueryForCustomFieldType, SuggesterTSTTest, 
TestStressUserVersions, TestLockTree, BlobRepositoryCloudTest, 
TestLRUStatsCache, OverseerCollectionConfigSetProcessorTest, 
TestConfigSetsAPIExclusivity, CdcrVersionReplicationTest, ZkControllerTest, 
TestSolrConfigHandler, TestApiFramework, CursorPagingTest, 
TestCollapseQParserPlugin, RegexBoostProcessorTest, TestLFUCache, 
TemplateUpdateProcessorTest, TestPullReplica, BasicAuthStandaloneTest, 
TestLMDirichletSimilarityFactory, TestXmlQParser, TestSolrDeletionPolicy2, 
TestFiltering, TestSubQueryTransformerCrossCore, TestConfigOverlay, 
TestSolrCoreProperties, TestLeaderInitiatedRecoveryThread, 
TestSweetSpotSimilarityFactory, TestDynamicLoading, TestStreamBody, 
TestRecovery, TestClusterStateMutator, 
TestPerFieldSimilarityWithDefaultOverride, BlockDirectoryTest, 
TestSchemaManager, DeleteShardTest, SolrCloudExampleTest, 
BlockJoinFacetDistribTest, TestHighFrequencyDictionaryFactory, 
SimpleCollectionCreateDeleteTest, TestSolr4Spatial2, TestSortByMinMaxFunction, 
OverseerTaskQueueTest, RAMDirectoryFactoryTest, NoCacheHeaderTest, 
ShowFileRequestHandlerTest, ShufflingReplicaListTransformerTest, 
HdfsSyncSliceTest, TestNRTOpen, TestSolrFieldCacheBean, 
TestJsonFacetRefinement, TestJmxIntegration, NumericFieldsTest, HLLUtilTest, 
TestSchemaVersionResource, AddReplicaTest, TestBlobHandler, 
MoveReplicaHDFSTest, TestWriterPerf, ChaosMonkeySafeLeaderWithPullReplicasTest, 
StatsComponentTest, RecoveryZkTest, TestAtomicUpdateErrorCases, 
TestComplexPhraseQParserPlugin, TestRestManager, DeleteInactiveReplicaTest, 
SuggestComponentContextFilterQueryTest, TestMinMaxOnMultiValuedField, 
TestPayloadScoreQParserPlugin, TestSolrCloudWithKerberosAlt, 
SolrIndexMetricsTest, TestInfoStreamLogging, ResponseLogComponentTest, 
DateRangeFieldTest, HttpSolrCallGetCoreTest, DateFieldTest, PrimUtilsTest, 
TestExactSharedStatsCache, TestInPlaceUpdatesDistrib, 
TestEmbeddedSolrServerAdminHandler, MetricsConfigTest, TestPolicyCloud, 
BitVectorTest, CoreAdminRequestStatusTest, TestPseudoReturnFields, 
ShardRoutingTest, TestConfigsApi, TestRetrieveFieldsOptimizer, 
AtomicUpdatesTest, ExitableDirectoryReaderTest, TestCloudInspectUtil, 
SpatialFilterTest, UUIDFieldTest, XsltUpdateRequestHandlerTest, 
TestTrackingShardHandlerFactory, TestMultiWordSynonyms, 
WordBreakSolrSpellCheckerTest, DistributedQueryComponentCustomSortTest, 
CircularListTest, SmileWriterTest, TestHighlightDedupGrouping, FullHLLTest, 
DistributedQueryElevationComponentTest, TestMultiValuedNumericRangeQuery, 
TestChildDocTransformer, TestGraphTermsQParserPlugin, 
AnalysisErrorHandlingTest, ClusterStateTest, ZkCLITest, TestSQLHandlerNonCloud, 
AnalyticsMergeStrategyTest, InfixSuggestersTest, WrapperMergePolicyFactoryTest, 
SolrGraphiteReporterTest, DefaultValueUpdateProcessorTest, 
TestOnReconnectListenerSupport, TestJavabinTupleStreamParser, TestInitQParser, 
TestReplicationHandler, CdcrReplicationHandlerTest, TestJoin, 
DirectUpdateHandlerTest, TestDocTermOrds, ConvertedLegacyTest, 
TimeZoneUtilsTest, SolrCmdDistributorTest, TestUpdate, BadIndexSchemaTest, 
URLClassifyProcessorTest, SuggesterTest, SignatureUpdateProcessorFactoryTest, 
MetricUtilsTest, IndexBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, 
SpellCheckComponentTest, DistanceFunctionTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestCloudRecovery, 
TestManagedSchemaThreadSafety, TestCollectionsAPIViaSolrCloudCluster, 
AsyncCallRequestStatusResponseTest, SuggesterFSTTest, SyncSliceTest, 
BasicZkTest, ClusterStateUpdateTest, TestZkChroot, TestDistributedGrouping, 
DistributedSpellCheckComponentTest, TestRealTimeGet, SolrCoreTest, 
TestFunctionQuery, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=D1DCD75A6B268801 -Dtests.slow=true -Dtests.locale=el-CY 
-Dtests.timezone=Africa/Harare -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=19173, name=searcherExecutor-7798-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:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D1DCD75A6B268801]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=19173, name=searcherExecutor-7798-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:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([D1DCD75A6B268801]:0)
   [junit4] Completed [418/752 (1!)] on J0 in 31.51s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 48352 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to