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

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

Error Message:
Exception during query

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

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

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


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

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




Build Log:
[...truncated 11827 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/init-core-data-001
   [junit4]   2> 1875681 INFO  
(SUITE-TestLazyCores-seed#[EBF87B31398A7E7D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1875682 INFO  
(SUITE-TestLazyCores-seed#[EBF87B31398A7E7D]-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> 1875683 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 1875707 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1875764 WARN  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1875764 WARN  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1875764 WARN  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1875765 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1875765 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1875765 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1875773 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1875773 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1875773 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1875784 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1875784 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1875786 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection1
   [junit4]   2> 1875786 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection5
   [junit4]   2> 1875787 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection1/data/]
   [junit4]   2> 1875787 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection5/data/]
   [junit4]   2> 1875784 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1875788 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection2
   [junit4]   2> 1875788 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection2/data/]
   [junit4]   2> 1875789 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1875790 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1875791 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1875898 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1875898 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1875898 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1875899 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3ab42e0e[collection5] main]
   [junit4]   2> 1875899 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection5/conf
   [junit4]   2> 1875899 INFO  (coreLoadExecutor-7153-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1875899 INFO  
(searcherExecutor-7155-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@3ab42e0e[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1875899 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1875900 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1875900 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1875901 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@c58fd60[collection1] 
main]
   [junit4]   2> 1875901 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection1/conf
   [junit4]   2> 1875901 INFO  (coreLoadExecutor-7153-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1875901 INFO  
(searcherExecutor-7154-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@c58fd60[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1875902 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1875902 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1875903 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1875904 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6c54c4ee[collection2] main]
   [junit4]   2> 1875905 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection2/conf
   [junit4]   2> 1875905 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1875905 INFO  
(searcherExecutor-7156-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6c54c4ee[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1875905 INFO  (coreLoadExecutor-7153-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1875916 WARN  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1875917 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1875923 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1875926 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1875927 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection4
   [junit4]   2> 1875928 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection4/data/]
   [junit4]   2> 1875930 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=25, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=89.7568359375, 
floorSegmentMB=0.2275390625, forceMergeDeletesPctAllowed=16.58082702084713, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4720026230056362
   [junit4]   2> 1875987 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1875988 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1875988 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=65.267578125, 
floorSegmentMB=1.16796875, forceMergeDeletesPctAllowed=8.902048251819815, 
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1875990 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5235d0e0[collection4] main]
   [junit4]   2> 1875990 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-001/collection4/conf
   [junit4]   2> 1875990 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1875990 INFO  
(searcherExecutor-7166-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@5235d0e0[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1875991 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1875991 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4df2fde3
   [junit4]   2> 1876014 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3e87af8a[collection4] main]
   [junit4]   2> 1876014 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1876014 INFO  
(searcherExecutor-7166-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@3e87af8a[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c7)))}
   [junit4]   2> 1876015 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    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> 1876017 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    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> 1876018 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    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> 1876018 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    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> 1876018 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    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> 1876018 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1792313226
   [junit4]   2> 1876019 INFO  
(coreCloseExecutor-7170-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6bd0684c
   [junit4]   2> 1876019 INFO  
(coreCloseExecutor-7170-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6436a7be
   [junit4]   2> 1876033 INFO  
(coreCloseExecutor-7170-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c4c9326
   [junit4]   2> 1876043 INFO  
(coreCloseExecutor-7170-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2418b52b
   [junit4]   2> 1876044 INFO  
(coreCloseExecutor-7170-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1876044 INFO  
(coreCloseExecutor-7170-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1876044 INFO  
(coreCloseExecutor-7170-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1876045 INFO  
(coreCloseExecutor-7170-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1876045 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1876045 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1876046 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1876075 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1876167 WARN  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876168 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876170 WARN  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876171 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876176 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1876178 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1876180 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876182 INFO  
(coreLoadExecutor-7177-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection5
   [junit4]   2> 1876182 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection5/data/]
   [junit4]   2> 1876184 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1876187 WARN  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876187 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876188 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876189 INFO  
(coreLoadExecutor-7177-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection1
   [junit4]   2> 1876190 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection1/data/]
   [junit4]   2> 1876191 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1876217 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1876220 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876221 INFO  
(coreLoadExecutor-7177-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection2
   [junit4]   2> 1876221 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection2/data/]
   [junit4]   2> 1876223 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1876256 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876256 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876256 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876256 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876257 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1876257 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1876258 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@749105e3[collection5] main]
   [junit4]   2> 1876258 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6204c579[collection1] main]
   [junit4]   2> 1876258 INFO  
(coreLoadExecutor-7177-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection5/conf
   [junit4]   2> 1876258 INFO  
(coreLoadExecutor-7177-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection1/conf
   [junit4]   2> 1876259 INFO  
(coreLoadExecutor-7177-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876259 INFO  
(coreLoadExecutor-7177-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876259 INFO  
(searcherExecutor-7179-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6204c579[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876271 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876271 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876271 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1876272 INFO  
(searcherExecutor-7178-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@749105e3[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876272 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@f62ac44[collection2] main]
   [junit4]   2> 1876273 INFO  
(coreLoadExecutor-7177-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection2/conf
   [junit4]   2> 1876273 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876273 INFO  
(searcherExecutor-7180-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@f62ac44[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876273 INFO  
(coreLoadExecutor-7177-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1876284 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876285 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876291 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1876294 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876295 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection3
   [junit4]   2> 1876296 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection3/data/]
   [junit4]   2> 1876298 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    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=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.10697595332490756]
   [junit4]   2> 1876348 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876349 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876349 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=28.3359375, 
floorSegmentMB=1.943359375, forceMergeDeletesPctAllowed=9.93974541185539, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1876350 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2de34e21[collection3] main]
   [junit4]   2> 1876350 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection3/conf
   [junit4]   2> 1876350 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876351 INFO  
(searcherExecutor-7190-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@2de34e21[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876351 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1876371 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876371 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876378 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1876380 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876382 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection4
   [junit4]   2> 1876382 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection4/data/]
   [junit4]   2> 1876384 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.775136014728362]
   [junit4]   2> 1876436 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876436 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876437 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=82.6005859375, 
floorSegmentMB=0.9951171875, forceMergeDeletesPctAllowed=24.019527436928094, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4330838683565321
   [junit4]   2> 1876437 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@278b4edf[collection4] main]
   [junit4]   2> 1876438 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-002/collection4/conf
   [junit4]   2> 1876438 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876438 INFO  
(searcherExecutor-7194-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@278b4edf[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876438 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=649893675
   [junit4]   2> 1876439 INFO  
(coreCloseExecutor-7198-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7f8baf3
   [junit4]   2> 1876439 INFO  
(coreCloseExecutor-7198-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@37f08d52
   [junit4]   2> 1876440 INFO  
(coreCloseExecutor-7198-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1aeb7a77
   [junit4]   2> 1876453 INFO  
(coreCloseExecutor-7198-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3ad8aef2
   [junit4]   2> 1876453 INFO  
(coreCloseExecutor-7198-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a63e596
   [junit4]   2> 1876453 INFO  
(coreCloseExecutor-7198-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1876454 INFO  
(coreCloseExecutor-7198-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1876454 INFO  
(coreCloseExecutor-7198-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1876454 INFO  
(coreCloseExecutor-7198-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 1876454 INFO  
(coreCloseExecutor-7198-thread-5-processing-x:collection4) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1876454 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1876455 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1876456 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1876507 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions 
underneath 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003
   [junit4]   2> 1876508 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [core1, badConfig2, 
badSchema1, core2, badConfig1, badSchema2]
   [junit4]   2> 1876518 WARN  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876518 WARN  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876519 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:badConfig2] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1876519 INFO  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876519 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876556 INFO  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1876556 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1876558 INFO  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badConfig1] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1876559 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876560 INFO  
(coreLoadExecutor-7205-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core1
   [junit4]   2> 1876560 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core1/data/]
   [junit4]   2> 1876563 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1876565 WARN  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876566 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876569 WARN  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1876570 INFO  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876575 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1876592 INFO  
(coreLoadExecutor-7205-thread-3-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1876594 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876595 INFO  
(coreLoadExecutor-7205-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core2
   [junit4]   2> 1876596 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core2/data/]
   [junit4]   2> 1876597 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1876646 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876646 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876647 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1876648 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@17db68ef[core2] main]
   [junit4]   2> 1876648 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core2/conf
   [junit4]   2> 1876649 INFO  
(coreLoadExecutor-7205-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876649 INFO  
(searcherExecutor-7207-thread-1-processing-x:core2) [    x:core2] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@17db68ef[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876650 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876650 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876650 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=68.1572265625, 
floorSegmentMB=0.734375, forceMergeDeletesPctAllowed=1.5389211782231416, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2861899137086759
   [junit4]   2> 1876651 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@12861988[core1] main]
   [junit4]   2> 1876651 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/core1/conf
   [junit4]   2> 1876651 INFO  
(coreLoadExecutor-7205-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876651 INFO  
(searcherExecutor-7206-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@12861988[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876654 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1876655 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5f923956
   [junit4]   2> 1876672 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@66a38b30[core1] main]
   [junit4]   2> 1876677 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1876677 INFO  
(searcherExecutor-7206-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@66a38b30[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c7)))}
   [junit4]   2> 1876677 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1876678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1876678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1876678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1876695 WARN  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1876695 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876702 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1876705 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876706 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig1
   [junit4]   2> 1876707 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig1/data/]
   [junit4]   2> 1876709 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=705326521, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1876773 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876773 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876774 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1876775 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1048db23[badConfig1] 
main]
   [junit4]   2> 1876775 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig1/conf
   [junit4]   2> 1876775 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876776 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@1048db23[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876776 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core badConfig1
   [junit4]   2> 1876786 WARN  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1876787 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876807 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1876809 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876811 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig2
   [junit4]   2> 1876811 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig2/data/]
   [junit4]   2> 1876813 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=17.9541015625, 
floorSegmentMB=0.8466796875, forceMergeDeletesPctAllowed=0.16654245986094218, 
segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.40462225382851547
   [junit4]   2> 1876866 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876866 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876867 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=2.0703125, noCFSRatio=1.0]
   [junit4]   2> 1876868 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@293aaf04[badConfig2] 
main]
   [junit4]   2> 1876868 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badConfig2/conf
   [junit4]   2> 1876868 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876868 INFO  
(searcherExecutor-7224-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badConfig2] Registered new searcher 
Searcher@293aaf04[badConfig2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876868 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core badConfig2
   [junit4]   2> 1876877 WARN  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1876878 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876884 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1876886 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876888 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema1
   [junit4]   2> 1876889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema1/data/]
   [junit4]   2> 1876891 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1876946 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1876946 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1876947 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1156459016, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1876948 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@5ec19ea0[badSchema1] 
main]
   [junit4]   2> 1876948 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema1/conf
   [junit4]   2> 1876949 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1876949 INFO  
(searcherExecutor-7228-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@5ec19ea0[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1876949 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core badSchema1
   [junit4]   2> 1876959 WARN  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is 
deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1876960 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1876980 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 1876982 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1876984 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema2
   [junit4]   2> 1876984 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema2/data/]
   [junit4]   2> 1876986 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=26.70703125, 
floorSegmentMB=0.3271484375, forceMergeDeletesPctAllowed=28.596532234919867, 
segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.35121447378345994
   [junit4]   2> 1877040 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1877040 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1877040 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.7216796875, 
floorSegmentMB=1.7041015625, forceMergeDeletesPctAllowed=1.7901354002741887, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17897445399325174
   [junit4]   2> 1877041 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@707e7b55[badSchema2] 
main]
   [junit4]   2> 1877042 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-003/badSchema2/conf
   [junit4]   2> 1877042 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1877042 INFO  
(searcherExecutor-7232-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badSchema2] Registered new searcher 
Searcher@707e7b55[badSchema2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1877042 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.SolrCores Opening transient core badSchema2
   [junit4]   2> 1877046 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1877046 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@5f923956
   [junit4]   2> 1877063 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@61faf667[core1] main]
   [junit4]   2> 1877063 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1877063 INFO  
(searcherExecutor-7206-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@61faf667[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c7)))}
   [junit4]   2> 1877064 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1877064 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1877065 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1877065 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1877065 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1877066 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6dc42226
   [junit4]   2> 1877090 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@ac9c99b[badConfig1] 
main]
   [junit4]   2> 1877090 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1877090 INFO  
(searcherExecutor-7220-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@ac9c99b[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c7)))}
   [junit4]   2> 1877091 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1877091 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1877092 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1877092 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1877093 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1877093 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@30d007d0
   [junit4]   2> 1877111 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@4b029165[badSchema1] 
main]
   [junit4]   2> 1877111 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1877111 INFO  
(searcherExecutor-7228-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@4b029165[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c7)))}
   [junit4]   2> 1877112 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1877112 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1877113 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1877113 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1877113 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1906033975
   [junit4]   2> 1877113 INFO  
(coreCloseExecutor-7242-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34bb2f2d
   [junit4]   2> 1877113 INFO  
(coreCloseExecutor-7242-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4a15b531
   [junit4]   2> 1877128 INFO  
(coreCloseExecutor-7242-thread-3-processing-x:collection4) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d1d739d
   [junit4]   2> 1877128 INFO  
(coreCloseExecutor-7242-thread-4-processing-x:collection4) [    x:badConfig2] 
o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4e3cd5a6
   [junit4]   2> 1877128 INFO  
(coreCloseExecutor-7242-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 1877129 INFO  
(coreCloseExecutor-7242-thread-5-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3424a160
   [junit4]   2> 1877129 INFO  
(coreCloseExecutor-7242-thread-6-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@494f5378
   [junit4]   2> 1877129 INFO  
(coreCloseExecutor-7242-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 1877144 INFO  
(coreCloseExecutor-7242-thread-5-processing-x:collection4) [    x:badSchema1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema1
   [junit4]   2> 1877144 INFO  
(coreCloseExecutor-7242-thread-6-processing-x:collection4) [    x:badSchema2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema2
   [junit4]   2> 1877144 INFO  
(coreCloseExecutor-7242-thread-3-processing-x:collection4) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig1
   [junit4]   2> 1877144 INFO  
(coreCloseExecutor-7242-thread-4-processing-x:collection4) [    x:badConfig2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig2
   [junit4]   2> 1877145 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1877145 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[EBF87B31398A7E7D]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1877146 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 1877184 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[EBF87B31398A7E7D]) [    x:collection4] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1877255 WARN  
(coreLoadExecutor-7249-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1877255 WARN  
(coreLoadExecutor-7249-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1877256 INFO  
(coreLoadExecutor-7249-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1877256 INFO  
(coreLoadExecutor-7249-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1877289 WARN  
(coreLoadExecutor-7249-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 1877290 INFO  
(coreLoadExecutor-7249-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1877290 INFO  
(coreLoadExecutor-7249-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1877290 INFO  
(coreLoadExecutor-7249-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1877293 INFO  
(coreLoadExecutor-7249-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1877293 INFO  
(coreLoadExecutor-7249-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1877296 INFO  
(coreLoadExecutor-7249-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_EBF87B31398A7E7D-001/tempDir-004/collection2
   [junit4] 

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

e.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=15367, name=searcherExecutor-7282-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 01, 2017 11:07:25 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=15367, name=searcherExecutor-7282-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 01, 2017 11:07:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=15367, name=searcherExecutor-7282-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{v_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 v_s=PostingsFormat(name=Memory), v_f=Lucene50(blocksize=128)}, docValues:{}, 
maxPointsInLeafNode=1433, maxMBSortInHeap=5.394887927934424, 
sim=RandomSimilarity(queryNorm=true): {}, locale=lt-LT, 
timezone=America/Matamoros
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=151285632,total=500998144
   [junit4]   2> NOTE: All tests run in this JVM: 
[ClassificationUpdateProcessorTest, TestGraphTermsQParserPlugin, CopyFieldTest, 
TestSolrQueryResponse, TestCopyFieldCollectionResource, 
TestSizeLimitedDistributedMap, DOMUtilTest, SegmentsInfoRequestHandlerTest, 
TestSurroundQueryParser, TestEmbeddedSolrServerConstructors, 
TestPerFieldSimilarity, RecoveryZkTest, DistributedVersionInfoTest, 
DeleteNodeTest, TestComplexPhraseQParserPlugin, TestTestInjection, RulesTest, 
NumericFieldsTest, TestRTimerTree, ReplaceNodeTest, 
LeaderElectionContextKeyTest, JsonValidatorTest, ForceLeaderTest, 
PingRequestHandlerTest, TestNamedUpdateProcessors, TestPostingsSolrHighlighter, 
TestQueryWrapperFilter, PKIAuthenticationIntegrationTest, 
TestJavabinTupleStreamParser, ManagedSchemaRoundRobinCloudTest, 
ChaosMonkeyNothingIsSafeTest, TestDistribDocBasedVersion, SOLR749Test, 
TestBlendedInfixSuggestions, TestIBSimilarityFactory, RankQueryTest, 
DistributedDebugComponentTest, RequestLoggingTest, PolyFieldTest, 
CoreSorterTest, OverseerTest, TestWordDelimiterFilterFactory, 
DistributedFacetPivotLongTailTest, HdfsRecoverLeaseTest, 
CurrencyFieldXmlFileTest, TestReplicationHandler, QueryEqualityTest, 
ExitableDirectoryReaderTest, DistributedFacetExistsSmallTest, 
TestBM25SimilarityFactory, TestTolerantSearch, TestFreeTextSuggestions, 
AnalysisErrorHandlingTest, TestSmileRequest, OpenExchangeRatesOrgProviderTest, 
LeaderFailureAfterFreshStartTest, SuggestComponentTest, PluginInfoTest, 
TestRandomRequestDistribution, TestMergePolicyConfig, HdfsLockFactoryTest, 
SSLMigrationTest, AnalysisAfterCoreReloadTest, TestConfigsApi, 
TestScoreJoinQPScore, TestManagedSchemaThreadSafety, 
OutOfBoxZkACLAndCredentialsProvidersTest, SpatialFilterTest, MBeansHandlerTest, 
TestSolrConfigHandlerConcurrent, TestSolrDynamicMBean, TestShardHandlerFactory, 
TestRestoreCore, SoftAutoCommitTest, TestConfigOverlay, SimpleFacetsTest, 
TestNonDefinedSimilarityFactory, TestJmxIntegration, 
HdfsChaosMonkeyNothingIsSafeTest, QueryResultKeyTest, TestSegmentSorting, 
SolrXmlInZkTest, BitVectorTest, TestCustomDocTransformer, TestJsonFacets, 
TestCSVResponseWriter, RequiredFieldsTest, DocumentAnalysisRequestHandlerTest, 
TestManagedSchema, TestXmlQParserPlugin, HighlighterTest, SolrIndexMetricsTest, 
FullHLLTest, TriLevelCompositeIdRoutingTest, TestRemoteStreaming, 
TestStressLucene, OutputWriterTest, HdfsThreadLeakTest, SolrMetricManagerTest, 
TestExclusionRuleCollectionAccess, DisMaxRequestHandlerTest, 
TestTrackingShardHandlerFactory, PathHierarchyTokenizerFactoryTest, 
TestFastLRUCache, SolrCoreTest, CoreMergeIndexesAdminHandlerTest, 
TestNumericTerms32, BadCopyFieldTest, TestNoOpRegenerator, 
QueryElevationComponentTest, SynonymTokenizerTest, SimplePostToolTest, 
SolrGraphiteReporterTest, TestTrieFacet, PrimUtilsTest, TestCryptoKeys, 
SearchHandlerTest, TestSolrDeletionPolicy1, DistributedMLTComponentTest, 
TestCloudRecovery, HttpSolrCallGetCoreTest, SolrRequestParserTest, 
TestHighlightDedupGrouping, TestRawResponseWriter, CdcrVersionReplicationTest, 
TestExceedMaxTermLength, HardAutoCommitTest, TestSweetSpotSimilarityFactory, 
DirectUpdateHandlerTest, ReplicaListTransformerTest, TestConfigReload, 
TestConfigSetProperties, AsyncCallRequestStatusResponseTest, 
TestFieldCacheWithThreads, TestStressCloudBlindAtomicUpdates, 
TestCursorMarkWithoutUniqueKey, TestHashPartitioner, 
TestTolerantUpdateProcessorRandomCloud, TestSolrCoreParser, TestFunctionQuery, 
BlockCacheTest, BufferStoreTest, TestManagedStopFilterFactory, 
TestFieldCacheSanityChecker, ConjunctionSolrSpellCheckerTest, 
RecoveryAfterSoftCommitTest, TestInfoStreamLogging, SampleTest, 
FastVectorHighlighterTest, DocExpirationUpdateProcessorFactoryTest, 
ParsingFieldUpdateProcessorsTest, TestIntervalFaceting, TestCollationField, 
TestLeaderElectionWithEmptyReplica, ShardSplitTest, TestRTGBase, 
MetricsHandlerTest, HdfsBasicDistributedZk2Test, TestCoreContainer, 
OverseerRolesTest, DistributedQueryComponentCustomSortTest, TestSearcherReuse, 
TestLockTree, TestSolrCloudSnapshots, TestInPlaceUpdatesDistrib, TestLRUCache, 
TestStressReorder, SyncSliceTest, ClusterStateUpdateTest, TestRandomFaceting, 
TestRandomDVFaceting, AutoCommitTest, TestFaceting, 
DistributedSpellCheckComponentTest, ZkControllerTest, TestReload, 
TestStressVersions, TestSolr4Spatial, TestGroupingSearch, 
SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, TestSort, 
BasicFunctionalityTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=EBF87B31398A7E7D -Dtests.slow=true -Dtests.locale=lt-LT 
-Dtests.timezone=America/Matamoros -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=15367, name=searcherExecutor-7282-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([EBF87B31398A7E7D]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=15367, name=searcherExecutor-7282-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([EBF87B31398A7E7D]:0)
   [junit4] Completed [378/691 (1!)] on J0 in 32.45s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 63496 lines...]

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

Reply via email to