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

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

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

        request was:q=*:*
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:814)
        ... 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=11674, name=searcherExecutor-4978-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=11674, name=searcherExecutor-4978-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([68B41D111894FB2A]: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=11674, name=searcherExecutor-4978-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=11674, name=searcherExecutor-4978-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([68B41D111894FB2A]:0)


FAILED:  org.apache.solr.handler.admin.MBeansHandlerTest.testDiff

Error Message:
expected:<Was: [1, Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>

Stack Trace:
org.junit.ComparisonFailure: expected:<Was: [1, Now: 2], Delta: 1> but 
was:<Was: [4, Now: 5], Delta: 1>
        at 
__randomizedtesting.SeedInfo.seed([68B41D111894FB2A:ADA2D98A0822C34A]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11273 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.MBeansHandlerTest
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_68B41D111894FB2A-001/init-core-data-001
   [junit4]   2> 857780 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 857781 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 857781 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 857822 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 857844 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 857947 WARN  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 857948 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 857956 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 858002 WARN  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 858015 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b205fd5
   [junit4]   2> 858015 WARN  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 858021 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b205fd5
   [junit4]   2> 858021 WARN  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first 
MBeanServer.
   [junit4]   2> 858022 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b205fd5
   [junit4]   2> 858023 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib,
 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 858083 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 858170 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 858440 WARN  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] default search field in schema 
is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 858443 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 858456 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 858458 WARN  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was 
configured, using first MBeanServer.
   [junit4]   2> 858458 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5b205fd5
   [junit4]   2> 858458 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/core/src/test-files/solr/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_68B41D111894FB2A-001/init-core-data-001/]
   [junit4]   2> 858459 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5b205fd5
   [junit4]   2> 858460 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5920227261319506]
   [junit4]   2> 858600 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 858600 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 858600 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 858600 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 858602 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47857252419951557]
   [junit4]   2> 858603 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41fc798c[collection1] main]
   [junit4]   2> 858604 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 858620 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 858650 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 858651 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 858653 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 858653 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 858657 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 858658 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 858659 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 858659 INFO  (coreLoadExecutor-3342-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1558612599027793920
   [junit4]   2> 858660 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 858662 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 858662 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 858663 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 858666 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[68B41D111894FB2A]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testXMLDiffWithExternalEntity
   [junit4]   2> 858667 INFO  
(searcherExecutor-3343-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@41fc798c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 858755 INFO  
(TEST-MBeansHandlerTest.testXMLDiffWithExternalEntity-seed#[68B41D111894FB2A]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testXMLDiffWithExternalEntity
   [junit4]   2> 858760 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[68B41D111894FB2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBackCompatNames
   [junit4]   2> 858762 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[68B41D111894FB2A]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&wt=xml} status=0 QTime=1
   [junit4]   2> 858782 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[68B41D111894FB2A]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&cat=QUERYHANDLER&wt=xml} status=0 QTime=0
   [junit4]   2> 858784 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[68B41D111894FB2A]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&cat=UPDATE&wt=xml} status=0 QTime=0
   [junit4]   2> 858784 INFO  
(TEST-MBeansHandlerTest.testBackCompatNames-seed#[68B41D111894FB2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBackCompatNames
   [junit4]   2> 858789 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[68B41D111894FB2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDiff
   [junit4]   2> 858791 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[68B41D111894FB2A]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&wt=xml} status=0 QTime=1
   [junit4]   2> 858832 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[68B41D111894FB2A]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={qt=/admin/mbeans&stats=true&diff=true&wt=xml} status=0 QTime=38
   [junit4]   2> 858840 INFO  
(TEST-MBeansHandlerTest.testDiff-seed#[68B41D111894FB2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDiff
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=MBeansHandlerTest 
-Dtests.method=testDiff -Dtests.seed=68B41D111894FB2A -Dtests.slow=true 
-Dtests.locale=ar-SD -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.06s J1 | MBeansHandlerTest.testDiff <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<Was: [1, 
Now: 2], Delta: 1> but was:<Was: [4, Now: 5], Delta: 1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([68B41D111894FB2A:ADA2D98A0822C34A]:0)
   [junit4]    >        at 
org.apache.solr.handler.admin.MBeansHandlerTest.testDiff(MBeansHandlerTest.java:63)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 858844 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 858844 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1103560900
   [junit4]   2> 858845 INFO  (coreCloseExecutor-3348-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4871e6b1
   [junit4]   2> 858916 INFO  (coreCloseExecutor-3348-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 858927 INFO  
(SUITE-MBeansHandlerTest-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.admin.MBeansHandlerTest_68B41D111894FB2A-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, 
docValues:{}, maxPointsInLeafNode=1944, maxMBSortInHeap=6.309174964365657, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar-SD, 
timezone=Africa/Monrovia
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=146382568,total=375918592
   [junit4]   2> NOTE: All tests run in this JVM: [DebugComponentTest, 
DeleteStatusTest, TestReloadDeadlock, SpellPossibilityIteratorTest, 
EnumFieldTest, CollectionsAPIAsyncDistributedZkTest, 
TestLeaderElectionZkExpiry, TestExportWriter, TestExactStatsCache, 
BasicFunctionalityTest, DistributedFacetPivotLargeTest, AssignTest, 
CollectionStateFormat2Test, TestConfigReload, TestDistributedGrouping, 
TestPerFieldSimilarityClassic, TestCloudInspectUtil, TestAddFieldRealTimeGet, 
WordBreakSolrSpellCheckerTest, CollectionsAPIDistributedZkTest, 
TestStressUserVersions, BlockJoinFacetSimpleTest, TestOmitPositions, 
SuggesterTSTTest, ClassificationUpdateProcessorFactoryTest, 
TestPHPSerializedResponseWriter, TestSimpleQParserPlugin, 
URLClassifyProcessorTest, TestDeleteCollectionOnDownNodes, 
TestSystemIdResolver, UUIDUpdateProcessorFallbackTest, TestCrossCoreJoin, 
HttpPartitionTest, TestMiniSolrCloudClusterSSL, 
SimpleCollectionCreateDeleteTest, TestJoin, TestMacroExpander, 
ConvertedLegacyTest, TestSolr4Spatial2, CircularListTest, TestCollectionAPIs, 
TestConfigOverlay, FieldAnalysisRequestHandlerTest, 
TestSlowCompositeReaderWrapper, TestSolrDynamicMBean, TestConfigSetsAPI, 
TestIndexSearcher, SpatialHeatmapFacetsTest, HdfsThreadLeakTest, 
SecurityConfHandlerTest, TestRandomFaceting, TestDFRSimilarityFactory, 
TestNRTOpen, TestQuerySenderNoQuery, TestRecovery, BasicDistributedZk2Test, 
SortByFunctionTest, BlockJoinFacetDistribTest, TestDelegationWithHadoopAuth, 
FacetPivotSmallTest, TestFieldTypeResource, TestCollapseQParserPlugin, 
OverseerStatusTest, TestSolrDeletionPolicy2, HdfsChaosMonkeyNothingIsSafeTest, 
JSONWriterTest, MinimalSchemaTest, TestNamedUpdateProcessors, 
StatsComponentTest, CursorMarkTest, UpdateParamsTest, ReplicationFactorTest, 
JsonValidatorTest, OverseerModifyCollectionTest, BasicAuthIntegrationTest, 
QueryResultKeyTest, AutoCommitTest, DistributedExpandComponentTest, 
DistanceFunctionTest, TestQueryTypes, CSVRequestHandlerTest, 
SpellCheckComponentTest, TestRawTransformer, TestAtomicUpdateErrorCases, 
TestTolerantUpdateProcessorRandomCloud, TestConfigSetProperties, 
DocValuesNotIndexedTest, MBeansHandlerTest]
   [junit4] Completed [174/690 (1!)] on J1 in 1.17s, 3 tests, 1 failure <<< 
FAILURES!

[...truncated 529 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/init-core-data-001
   [junit4]   2> 1677079 INFO  
(SUITE-TestLazyCores-seed#[68B41D111894FB2A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1677081 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1677100 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1677101 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1677157 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677157 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677158 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677167 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1677167 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1677176 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677176 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677177 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1677179 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection5
   [junit4]   2> 1677179 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection1
   [junit4]   2> 1677179 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection1/data/]
   [junit4]   2> 1677181 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection5/data/]
   [junit4]   2> 1677183 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677184 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection2
   [junit4]   2> 1677184 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection2/data/]
   [junit4]   2> 1677185 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677196 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677197 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677245 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677245 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677246 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1677247 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c00d813[collection2] main]
   [junit4]   2> 1677247 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection2/conf
   [junit4]   2> 1677247 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677247 INFO  
(searcherExecutor-4830-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6c00d813[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677247 INFO  (coreLoadExecutor-4827-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1677254 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677254 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677254 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1677255 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@333d76e0[collection1] main]
   [junit4]   2> 1677255 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection1/conf
   [junit4]   2> 1677256 INFO  (coreLoadExecutor-4827-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677310 INFO  
(searcherExecutor-4829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@333d76e0[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677315 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677315 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677315 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1677316 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@133b492[collection5] 
main]
   [junit4]   2> 1677317 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection5/conf
   [junit4]   2> 1677317 INFO  (coreLoadExecutor-4827-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677317 INFO  
(searcherExecutor-4828-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@133b492[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677328 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677335 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1677338 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677340 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection4
   [junit4]   2> 1677341 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection4/data/]
   [junit4]   2> 1677342 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=23, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=36.8154296875, 
floorSegmentMB=1.99609375, forceMergeDeletesPctAllowed=13.679166744737719, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677397 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677397 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677397 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1569311661834706]
   [junit4]   2> 1677398 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@325d4b0a[collection4] main]
   [junit4]   2> 1677399 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection4/conf
   [junit4]   2> 1677399 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677399 INFO  
(searcherExecutor-4841-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@325d4b0a[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677417 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677423 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1677426 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677427 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection6
   [junit4]   2> 1677428 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection6/data/]
   [junit4]   2> 1677430 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.16687725234145906]
   [junit4]   2> 1677480 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677480 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677481 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=9.373046875, 
floorSegmentMB=2.189453125, forceMergeDeletesPctAllowed=12.424121118240175, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1677482 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@57ec5f6[collection6] main]
   [junit4]   2> 1677482 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-001/collection6/conf
   [junit4]   2> 1677483 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677483 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1677492 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1677493 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1677493 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1677493 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1677493 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1677493 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1677494 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1677494 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1677494 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1801095256
   [junit4]   2> 1677494 INFO  
(searcherExecutor-4845-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@57ec5f6[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677495 INFO  
(coreCloseExecutor-4849-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@775e6b8d
   [junit4]   2> 1677508 INFO  
(coreCloseExecutor-4849-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5472b5e7
   [junit4]   2> 1677508 INFO  
(coreCloseExecutor-4849-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4992187c
   [junit4]   2> 1677509 INFO  
(coreCloseExecutor-4849-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3b9c0839
   [junit4]   2> 1677509 INFO  
(coreCloseExecutor-4849-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1858d3dd
   [junit4]   2> 1677512 INFO  
(coreCloseExecutor-4849-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1677512 INFO  
(coreCloseExecutor-4849-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1677513 INFO  
(coreCloseExecutor-4849-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1677513 INFO  
(coreCloseExecutor-4849-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1677514 INFO  
(coreCloseExecutor-4849-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
   [junit4]   2> 1677515 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1677515 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1677517 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1677537 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1677538 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCores Allocating transient cache for 4 transient 
cores
   [junit4]   2> 1677596 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677599 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677612 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1677614 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1677615 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677618 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection1
   [junit4]   2> 1677618 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection1/data/]
   [junit4]   2> 1677620 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677622 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1677625 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677626 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection5
   [junit4]   2> 1677626 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection5/data/]
   [junit4]   2> 1677629 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1677631 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1677632 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection2
   [junit4]   2> 1677632 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection2/data/]
   [junit4]   2> 1677634 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677635 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1677692 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677692 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677692 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1677696 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677696 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677697 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@31f8bdbe[collection1] main]
   [junit4]   2> 1677697 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection1/conf
   [junit4]   2> 1677697 INFO  
(coreLoadExecutor-4856-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677698 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1677698 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@577c5347[collection2] main]
   [junit4]   2> 1677699 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection2/conf
   [junit4]   2> 1677699 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677699 INFO  
(coreLoadExecutor-4856-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1677699 INFO  
(searcherExecutor-4859-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@577c5347[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677699 INFO  
(searcherExecutor-4857-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@31f8bdbe[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677713 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1677713 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1677714 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1677715 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@136b7736[collection5] main]
   [junit4]   2> 1677715 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-002/collection5/conf
   [junit4]   2> 1677715 INFO  
(coreLoadExecutor-4856-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1677715 INFO  
(searcherExecutor-4858-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@136b7736[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1677718 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.collection1
   [junit4]   2> 1677719 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1677819 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1677919 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678025 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678125 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678225 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678325 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678425 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678525 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678626 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678726 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678826 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 
ms before checking again.
   [junit4]   2> 1678848 INFO  (Thread-3764) [    x:collection4] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@349b3825
   [junit4]   2> 1678850 INFO  (Thread-3764) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1678926 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1821922752
   [junit4]   2> 1678927 INFO  
(coreCloseExecutor-4870-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4dea95b4
   [junit4]   2> 1678927 INFO  
(coreCloseExecutor-4870-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2cee26d2
   [junit4]   2> 1678929 INFO  
(coreCloseExecutor-4870-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1678929 INFO  
(coreCloseExecutor-4870-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1678929 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1678929 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 1678931 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1678950 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1678950 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1678999 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1679001 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1679008 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1679011 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1679011 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1679013 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection2
   [junit4]   2> 1679013 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection2/data/]
   [junit4]   2> 1679014 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1679014 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1679016 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection1
   [junit4]   2> 1679016 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection1/data/]
   [junit4]   2> 1679017 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1679019 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1679029 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1679038 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1679047 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection5
   [junit4]   2> 1679048 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection5/data/]
   [junit4]   2> 1679050 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=12.4326171875, 
floorSegmentMB=0.5107421875, forceMergeDeletesPctAllowed=9.787556035981213, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1679099 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1679099 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1679099 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1679099 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1679099 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1679099 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1679100 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7273c142[collection1] main]
   [junit4]   2> 1679100 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5e8029b6[collection2] main]
   [junit4]   2> 1679101 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection1/conf
   [junit4]   2> 1679101 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection2/conf
   [junit4]   2> 1679101 INFO  
(coreLoadExecutor-4877-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1679101 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1679101 INFO  
(searcherExecutor-4878-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@5e8029b6[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1679101 INFO  
(coreLoadExecutor-4877-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1679101 INFO  
(searcherExecutor-4879-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7273c142[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1679114 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1679114 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1679114 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.9560546875, 
floorSegmentMB=1.33203125, forceMergeDeletesPctAllowed=26.904140259573165, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6144605914560067
   [junit4]   2> 1679115 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@23c24f89[collection5] main]
   [junit4]   2> 1679115 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection5/conf
   [junit4]   2> 1679115 INFO  
(coreLoadExecutor-4877-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1679115 INFO  
(searcherExecutor-4880-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@23c24f89[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1679126 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1679132 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1679135 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1679136 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection4
   [junit4]   2> 1679137 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection4/data/]
   [junit4]   2> 1679139 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=43, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=9.6572265625, 
floorSegmentMB=1.4814453125, forceMergeDeletesPctAllowed=11.17832716371493, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1679186 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1679186 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1679187 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@761c5b6b
   [junit4]   2> 1679188 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2b2017d4[collection4] main]
   [junit4]   2> 1679188 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-003/collection4/conf
   [junit4]   2> 1679189 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1679190 INFO  
(searcherExecutor-4890-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@2b2017d4[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1679190 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1679190 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@3da9cf60
   [junit4]   2> 1679206 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7e984fa6[collection4] main]
   [junit4]   2> 1679207 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1679207 INFO  
(searcherExecutor-4890-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@7e984fa6[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c7)))}
   [junit4]   2> 1679208 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1679211 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1679211 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1679212 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.S.Request [collection4]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1679212 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1679212 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2061206225
   [junit4]   2> 1679212 INFO  
(coreCloseExecutor-4894-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@fba6388
   [junit4]   2> 1679213 INFO  
(coreCloseExecutor-4894-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6b30a5ed
   [junit4]   2> 1679213 INFO  
(coreCloseExecutor-4894-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4c71d9b0
   [junit4]   2> 1679213 INFO  
(coreCloseExecutor-4894-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4c00d427
   [junit4]   2> 1679216 INFO  
(coreCloseExecutor-4894-thread-2-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1679216 INFO  
(coreCloseExecutor-4894-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1679217 INFO  
(coreCloseExecutor-4894-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1679217 INFO  
(coreCloseExecutor-4894-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1679217 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1679217 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[68B41D111894FB2A]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1679219 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1679234 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1679269 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004
   [junit4]   2> 1679269 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[68B41D111894FB2A]) [    
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [core1, core2, 
badConfig1, badSchema2, badConfig2, badSchema1]
   [junit4]   2> 1679287 INFO  
(coreLoadExecutor-4901-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1679290 INFO  
(coreLoadExecutor-4901-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1679294 INFO  
(coreLoadExecutor-4901-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1679297 INFO  
(coreLoadExecutor-4901-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1679297 INFO  
(coreLoadExecutor-4901-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1679299 INFO  
(coreLoadExecutor-4901-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004/core1
   [junit4]   2> 1679299 INFO  
(coreLoadExecutor-4901-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004/core1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004/core1/data/]
   [junit4]   2> 1679299 INFO  
(coreLoadExecutor-4901-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1679300 INFO  
(coreLoadExecutor-4901-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004/core2
   [junit4]   2> 1679300 INFO  
(coreLoadExecutor-4901-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004/core2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001/tempDir-004/core2/data/]
   [junit4]   2> 1679301

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

ction4] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 1682878 INFO  
(SUITE-TestLazyCores-seed#[68B41D111894FB2A]-worker) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1682878 INFO  
(SUITE-TestLazyCores-seed#[68B41D111894FB2A]-worker) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=430324476
   [junit4]   2> 1682879 INFO  
(SUITE-TestLazyCores-seed#[68B41D111894FB2A]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/export/home/jenkins/workspace/Lucene-Solr-6.x-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_68B41D111894FB2A-001
   [junit4]   2> Feb 06, 2017 7:33:49 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 06, 2017 7:34:09 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=11674, name=searcherExecutor-4978-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Feb 06, 2017 7:34:09 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=11674, name=searcherExecutor-4978-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 06, 2017 7:34:12 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=11674, name=searcherExecutor-4978-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{v_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), 
v_s=PostingsFormat(name=MockRandom), v_f=PostingsFormat(name=Memory doPackFST= 
true)}, docValues:{}, maxPointsInLeafNode=727, 
maxMBSortInHeap=6.489711074250024, 
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ru-RU, 
timezone=Europe/Moscow
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=271896808,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestBM25SimilarityFactory, 
TestFreeTextSuggestions, PingRequestHandlerTest, TestCollectionAPI, 
ConfigSetsAPITest, PrimUtilsTest, AlternateDirectoryTest, 
ClassificationUpdateProcessorIntegrationTest, BufferStoreTest, UtilsToolTest, 
PreAnalyzedUpdateProcessorTest, TestReqParamsAPI, ZkControllerTest, 
HdfsWriteToMultipleCollectionsTest, CleanupOldIndexTest, 
AsyncCallRequestStatusResponseTest, HdfsNNFailoverTest, LeaderElectionTest, 
MultiTermTest, TestBlendedInfixSuggestions, SchemaVersionSpecificBehaviorTest, 
TestPhraseSuggestions, TimeZoneUtilsTest, DistribCursorPagingTest, 
DirectoryFactoryTest, CdcrBootstrapTest, TestExactSharedStatsCache, 
TestSubQueryTransformer, TestSolrIndexConfig, TestLRUCache, 
PKIAuthenticationIntegrationTest, AnalysisErrorHandlingTest, TestCustomSort, 
TestReplicaProperties, WrapperMergePolicyFactoryTest, 
TestSolrQueryParserResource, CreateCollectionCleanupTest, 
DistributedFacetPivotSmallTest, TestCursorMarkWithoutUniqueKey, 
TestFastLRUCache, TestMacros, SpatialFilterTest, TestGroupingSearch, 
StatelessScriptUpdateProcessorFactoryTest, DirectSolrConnectionTest, 
ConjunctionSolrSpellCheckerTest, UnloadDistributedZkTest, SolrPluginUtilsTest, 
TestSchemalessBufferedUpdates, VersionInfoTest, TestSmileRequest, 
TestFieldCache, TestCloudRecovery, TlogReplayBufferedWhileIndexingTest, 
DistributedSpellCheckComponentTest, TestStressLucene, 
TestFieldCollectionResource, TestPartialUpdateDeduplication, 
TestJavabinTupleStreamParser, TestNumericTerms32, DocumentBuilderTest, 
TestCustomDocTransformer, TestReplicationHandler, TestFunctionQuery, 
SampleTest, TestUninvertingReader, TestConfigsApi, RequiredFieldsTest, 
SolrCoreMetricManagerTest, TestHashQParserPlugin, TestCryptoKeys, 
TestStressRecovery, JavabinLoaderTest, TolerantUpdateProcessorTest, 
TestSolrCoreParser, BadCopyFieldTest, LeaderElectionContextKeyTest, 
SystemInfoHandlerTest, TestEmbeddedSolrServerConstructors, HdfsRecoveryZkTest, 
IndexSchemaRuntimeFieldTest, HdfsDirectoryFactoryTest, TestQueryWrapperFilter, 
IndexBasedSpellCheckerTest, GraphQueryTest, JSONWriterTest, TestComponentsName, 
TestExclusionRuleCollectionAccess, HdfsChaosMonkeySafeLeaderTest, 
ShardSplitTest, StandardRequestHandlerTest, TermsComponentTest, 
TestStressReorder, TestSweetSpotSimilarityFactory, SolrMetricReporterTest, 
SparseHLLTest, DistributedDebugComponentTest, BJQParserTest, 
CollectionTooManyReplicasTest, TestFieldCacheWithThreads, NumericFieldsTest, 
ClusterStateUpdateTest, TestPostingsSolrHighlighter, 
TestManagedSchemaThreadSafety, OutOfBoxZkACLAndCredentialsProvidersTest, 
TestClusterStateMutator, PluginInfoTest, TestDistributedSearch, 
SegmentsInfoRequestHandlerTest, PolyFieldTest, TestSchemaSimilarityResource, 
CollectionsAPISolrJTest, OverseerTaskQueueTest, 
UniqFieldsUpdateProcessorFactoryTest, TestSearcherReuse, 
TestConfigSetImmutable, TestRequestStatusCollectionAPI, 
BigEndianAscendingWordSerializerTest, DOMUtilTest, DocValuesTest, 
QueryEqualityTest, TestXIncludeConfig, ResponseLogComponentTest, 
TestFieldCacheSortRandom, DeleteInactiveReplicaTest, 
TestCopyFieldCollectionResource, TestSegmentSorting, TestRawResponseWriter, 
TestPerFieldSimilarityWithDefaultOverride, XsltUpdateRequestHandlerTest, 
PeerSyncTest, SynonymTokenizerTest, ShufflingReplicaListTransformerTest, 
SmileWriterTest, TestJsonFacets, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=68B41D111894FB2A -Dtests.slow=true -Dtests.locale=ru-RU 
-Dtests.timezone=Europe/Moscow -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=11674, name=searcherExecutor-4978-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([68B41D111894FB2A]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=11674, name=searcherExecutor-4978-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([68B41D111894FB2A]:0)
   [junit4] Completed [325/690 (2!)] on J0 in 29.08s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63676 lines...]

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

Reply via email to