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

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([3EBDB03796DFBC59:E1DD11E65DF8DFFC]: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=12435, name=searcherExecutor-5337-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=12435, name=searcherExecutor-5337-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([3EBDB03796DFBC59]: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=12435, name=searcherExecutor-5337-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=12435, name=searcherExecutor-5337-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([3EBDB03796DFBC59]:0)




Build Log:
[...truncated 11918 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_3EBDB03796DFBC59-001/init-core-data-001
   [junit4]   2> 1857653 INFO  
(SUITE-TestLazyCores-seed#[3EBDB03796DFBC59]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1857655 INFO  
(SUITE-TestLazyCores-seed#[3EBDB03796DFBC59]-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> 1857656 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1857746 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] 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_3EBDB03796DFBC59-001/tempDir-001
   [junit4]   2> 1857746 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] o.a.s.c.CorePropertiesLocator Cores are: [core2, core1, badConfig2, 
badSchema1, badConfig1, badSchema2]
   [junit4]   2> 1857777 INFO  (coreLoadExecutor-5171-thread-3) [    
x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1857825 INFO  (coreLoadExecutor-5171-thread-3) [    
x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1857827 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1857892 INFO  (coreLoadExecutor-5171-thread-3) [    
x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1857894 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1857894 INFO  (coreLoadExecutor-5171-thread-3) [    
x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1857897 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1857898 INFO  (coreLoadExecutor-5171-thread-1) [    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_3EBDB03796DFBC59-001/tempDir-001/core2
   [junit4]   2> 1857899 INFO  (coreLoadExecutor-5171-thread-1) [    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_3EBDB03796DFBC59-001/tempDir-001/core2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-001/core2/data/]
   [junit4]   2> 1857900 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1857900 INFO  (coreLoadExecutor-5171-thread-3) [    
x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1857905 INFO  (coreLoadExecutor-5171-thread-3) [    
x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1857950 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1857950 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1857951 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1857951 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1857958 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1857960 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1857962 INFO  (coreLoadExecutor-5171-thread-2) [    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_3EBDB03796DFBC59-001/tempDir-001/core1
   [junit4]   2> 1857962 INFO  (coreLoadExecutor-5171-thread-2) [    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_3EBDB03796DFBC59-001/tempDir-001/core1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-001/core1/data/]
   [junit4]   2> 1857963 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1857965 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@20713e84[core2] main]
   [junit4]   2> 1857966 INFO  (coreLoadExecutor-5171-thread-1) [    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_3EBDB03796DFBC59-001/tempDir-001/core2/conf
   [junit4]   2> 1857966 INFO  (coreLoadExecutor-5171-thread-1) [    x:core2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1857966 INFO  
(searcherExecutor-5172-thread-1-processing-x:core2) [    x:core2] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@20713e84[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858013 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858013 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858013 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858014 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5efdd719[core1] main]
   [junit4]   2> 1858014 INFO  (coreLoadExecutor-5171-thread-2) [    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_3EBDB03796DFBC59-001/tempDir-001/core1/conf
   [junit4]   2> 1858014 INFO  (coreLoadExecutor-5171-thread-2) [    x:core1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858015 INFO  
(searcherExecutor-5176-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@5efdd719[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858018 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858018 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@32a2a197
   [junit4]   2> 1858042 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@730975ae[core1] main]
   [junit4]   2> 1858042 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858043 INFO  (searcherExecutor-5176-thread-1) [    ] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@730975ae[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C7)))}
   [junit4]   2> 1858050 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] 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=7
   [junit4]   2> 1858053 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] 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> 1858054 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] 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> 1858054 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
] 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> 1858070 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858076 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1858077 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858079 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badConfig1
   [junit4]   2> 1858080 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badConfig1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 1858082 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=48, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=94.7177734375, 
floorSegmentMB=2.1044921875, forceMergeDeletesPctAllowed=19.65876337000528, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.25621340687050553
   [junit4]   2> 1858132 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858132 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858132 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=96.4296875, 
floorSegmentMB=0.5283203125, forceMergeDeletesPctAllowed=6.9140874126554355, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=1.568359375, 
noCFSRatio=0.3023830337069574
   [junit4]   2> 1858134 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@557c50fa[badConfig1] 
main]
   [junit4]   2> 1858134 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badConfig1/conf
   [junit4]   2> 1858134 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858134 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core badConfig1
   [junit4]   2> 1858142 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858148 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1858151 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858152 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badConfig2
   [junit4]   2> 1858153 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badConfig2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 1858155 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1839326344, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1858156 INFO  
(searcherExecutor-5186-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@557c50fa[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858210 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858210 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858210 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1858229 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cdf723c[badConfig2] 
main]
   [junit4]   2> 1858230 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badConfig2/conf
   [junit4]   2> 1858230 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858230 INFO  
(searcherExecutor-5190-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig2] Registered new searcher 
Searcher@cdf723c[badConfig2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858230 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core badConfig2
   [junit4]   2> 1858239 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858245 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1858247 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858248 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badSchema1
   [junit4]   2> 1858249 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badSchema1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 1858251 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=40, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=33.517578125, 
floorSegmentMB=1.67578125, forceMergeDeletesPctAllowed=12.970342526660431, 
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3505629858601286
   [junit4]   2> 1858301 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858301 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858301 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=99.720703125, 
floorSegmentMB=1.439453125, forceMergeDeletesPctAllowed=26.804210098491104, 
segmentsPerTier=42.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.34522169073305076
   [junit4]   2> 1858302 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@71956991[badSchema1] 
main]
   [junit4]   2> 1858302 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badSchema1/conf
   [junit4]   2> 1858302 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858303 INFO  
(searcherExecutor-5194-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@71956991[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858303 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core badSchema1
   [junit4]   2> 1858311 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858317 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 1858319 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858321 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badSchema2
   [junit4]   2> 1858321 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badSchema2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-001/badSchema2/data/]
   [junit4]   2> 1858323 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=51.3759765625, 
floorSegmentMB=1.1533203125, forceMergeDeletesPctAllowed=8.228002745005377, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1858375 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858375 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858375 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=44.5478515625, 
floorSegmentMB=1.1611328125, forceMergeDeletesPctAllowed=14.505489697279252, 
segmentsPerTier=37.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.42647308619050517
   [junit4]   2> 1858376 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@192c67ff[badSchema2] 
main]
   [junit4]   2> 1858377 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-001/badSchema2/conf
   [junit4]   2> 1858377 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858377 INFO  
(searcherExecutor-5198-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema2] Registered new searcher 
Searcher@192c67ff[badSchema2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858377 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core badSchema2
   [junit4]   2> 1858380 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858381 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@32a2a197
   [junit4]   2> 1858397 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2581452d[core1] main]
   [junit4]   2> 1858397 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858398 INFO  
(searcherExecutor-5176-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@2581452d[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):C7)))}
   [junit4]   2> 1858399 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858400 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858400 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858400 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858401 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858401 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@476312f9
   [junit4]   2> 1858417 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3db17666[badConfig1] 
main]
   [junit4]   2> 1858418 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858418 INFO  
(searcherExecutor-5186-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@3db17666[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C7)))}
   [junit4]   2> 1858419 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858419 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858420 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858420 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858421 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1858421 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@742b1550
   [junit4]   2> 1858464 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7c08b9a4[badSchema1] 
main]
   [junit4]   2> 1858464 INFO  
(searcherExecutor-5194-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@7c08b9a4[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):C7)))}
   [junit4]   2> 1858556 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1858556 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858557 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858557 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858557 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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> 1858557 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=510822852
   [junit4]   2> 1858558 INFO  
(coreCloseExecutor-5208-thread-1-processing-x:badConfig1) [    x:core2] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6bbe4993
   [junit4]   2> 1858558 INFO  
(coreCloseExecutor-5208-thread-2-processing-x:badConfig1) [    x:core1] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3e6ec10c
   [junit4]   2> 1858571 INFO  
(coreCloseExecutor-5208-thread-3-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1733c76e
   [junit4]   2> 1858571 INFO  
(coreCloseExecutor-5208-thread-4-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@15218c8a
   [junit4]   2> 1858571 INFO  
(coreCloseExecutor-5208-thread-5-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@573405dd
   [junit4]   2> 1858618 INFO  
(coreCloseExecutor-5208-thread-6-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@77f19358
   [junit4]   2> 1858618 INFO  
(coreCloseExecutor-5208-thread-1-processing-x:badConfig1) [    x:core2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core2
   [junit4]   2> 1858635 INFO  
(coreCloseExecutor-5208-thread-6-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema2
   [junit4]   2> 1858635 INFO  
(coreCloseExecutor-5208-thread-2-processing-x:badConfig1) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.core1
   [junit4]   2> 1858635 INFO  
(coreCloseExecutor-5208-thread-5-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badSchema1
   [junit4]   2> 1858635 INFO  
(coreCloseExecutor-5208-thread-4-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig2
   [junit4]   2> 1858637 INFO  
(coreCloseExecutor-5208-thread-3-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.badConfig1
   [junit4]   2> 1858638 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1858638 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1858640 INFO  
(TEST-TestLazyCores.testRace-seed#[3EBDB03796DFBC59]) [    x:badConfig1] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1858662 INFO  
(TEST-TestLazyCores.testRace-seed#[3EBDB03796DFBC59]) [    x:badConfig1] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1858709 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858714 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1858717 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858721 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858723 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1858725 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858726 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1858727 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection1
   [junit4]   2> 1858727 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection1/data/]
   [junit4]   2> 1858728 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858729 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1858729 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection2
   [junit4]   2> 1858730 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection2/data/]
   [junit4]   2> 1858731 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1858717 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858742 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection5
   [junit4]   2> 1858742 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection5/data/]
   [junit4]   2> 1858743 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1858802 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858802 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858802 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858807 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@55c7d682[collection1] main]
   [junit4]   2> 1858808 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection1/conf
   [junit4]   2> 1858808 INFO  
(coreLoadExecutor-5215-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858814 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858814 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858815 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858815 INFO  
(searcherExecutor-5216-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@55c7d682[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858816 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@61d36654[collection2] main]
   [junit4]   2> 1858816 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection2/conf
   [junit4]   2> 1858816 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858816 INFO  
(coreLoadExecutor-5215-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1858817 INFO  
(searcherExecutor-5217-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@61d36654[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858828 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858828 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858829 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858830 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@76d7b51f[collection5] main]
   [junit4]   2> 1858830 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-002/collection5/conf
   [junit4]   2> 1858830 INFO  
(coreLoadExecutor-5215-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858830 INFO  
(searcherExecutor-5218-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@76d7b51f[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858842 INFO  (Thread-2844) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1858848 INFO  (Thread-2844) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1858850 INFO  (Thread-2844) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1858851 INFO  (Thread-2844) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection3
   [junit4]   2> 1858852 INFO  (Thread-2844) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection3/data/]
   [junit4]   2> 1858853 INFO  (Thread-2844) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1858900 INFO  (Thread-2844) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1858900 INFO  (Thread-2844) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1858900 INFO  (Thread-2844) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1858901 INFO  (Thread-2844) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@643d0dd2[collection3] main]
   [junit4]   2> 1858901 INFO  (Thread-2844) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-002/collection3/conf
   [junit4]   2> 1858902 INFO  (Thread-2844) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1858902 INFO  
(searcherExecutor-5228-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@643d0dd2[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1858902 INFO  (Thread-2844) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1858907 INFO  
(TEST-TestLazyCores.testRace-seed#[3EBDB03796DFBC59]) [    x:badConfig1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=482290289
   [junit4]   2> 1858908 INFO  
(coreCloseExecutor-5232-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@223fcef7
   [junit4]   2> 1858921 INFO  
(coreCloseExecutor-5232-thread-2-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@184fde29
   [junit4]   2> 1858934 INFO  
(coreCloseExecutor-5232-thread-4-processing-x:badConfig1) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7901fbf5
   [junit4]   2> 1858935 INFO  
(coreCloseExecutor-5232-thread-3-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@393ae198
   [junit4]   2> 1858935 INFO  
(coreCloseExecutor-5232-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 1858936 INFO  
(coreCloseExecutor-5232-thread-2-processing-x:badConfig1) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 1858936 INFO  
(coreCloseExecutor-5232-thread-4-processing-x:badConfig1) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 1858937 INFO  
(coreCloseExecutor-5232-thread-3-processing-x:badConfig1) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 1858937 INFO  
(TEST-TestLazyCores.testRace-seed#[3EBDB03796DFBC59]) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1858938 INFO  
(TEST-TestLazyCores.testRace-seed#[3EBDB03796DFBC59]) [    x:badConfig1] 
o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1858940 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1858961 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1859017 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859018 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859024 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1859026 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859027 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1859028 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection5
   [junit4]   2> 1859028 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection5/data/]
   [junit4]   2> 1859029 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859030 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1859030 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection2
   [junit4]   2> 1859030 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection2/data/]
   [junit4]   2> 1859022 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859037 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1859039 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859040 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1859054 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection1
   [junit4]   2> 1859054 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection1/data/]
   [junit4]   2> 1859056 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30431669799336253]
   [junit4]   2> 1859109 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859109 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859109 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859109 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859110 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1859110 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1859111 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d1ee421[collection2] main]
   [junit4]   2> 1859111 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@459cfcb6[collection1] main]
   [junit4]   2> 1859111 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection2/conf
   [junit4]   2> 1859111 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection1/conf
   [junit4]   2> 1859111 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859111 INFO  
(coreLoadExecutor-5239-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859112 INFO  
(coreLoadExecutor-5239-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1859112 INFO  
(searcherExecutor-5242-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@459cfcb6[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859112 INFO  
(searcherExecutor-5241-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@4d1ee421[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859115 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859115 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859115 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=15, maxMergedSegmentMB=40.287109375, 
floorSegmentMB=0.611328125, forceMergeDeletesPctAllowed=20.8045459139275, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1859116 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@40b22b6c[collection5] main]
   [junit4]   2> 1859116 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    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_3EBDB03796DFBC59-001/tempDir-003/collection5/conf
   [junit4]   2> 1859117 INFO  
(coreLoadExecutor-5239-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859117 INFO  
(searcherExecutor-5240-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@40b22b6c[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859126 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859132 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1859134 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859136 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection3
   [junit4]   2> 1859136 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection3],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection3/data/]
   [junit4]   2> 1859138 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1439233372, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1859189 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859189 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859189 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=72.009765625, 
floorSegmentMB=1.7744140625, forceMergeDeletesPctAllowed=10.523669280573735, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1275017424424136
   [junit4]   2> 1859190 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6b55bbd7[collection3] 
main]
   [junit4]   2> 1859191 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection3/conf
   [junit4]   2> 1859191 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859191 INFO  
(searcherExecutor-5252-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@6b55bbd7[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859191 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1859200 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859206 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1859208 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859209 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection4
   [junit4]   2> 1859210 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection4/data/]
   [junit4]   2> 1859212 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1859262 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859262 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859262 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=64.2119140625, 
floorSegmentMB=0.333984375, forceMergeDeletesPctAllowed=1.5232896522589834, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1592136936880964
   [junit4]   2> 1859263 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d29fd93[collection4] 
main]
   [junit4]   2> 1859264 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection4/conf
   [junit4]   2> 1859264 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859264 INFO  
(searcherExecutor-5256-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@3d29fd93[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859273 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859278 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1859281 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859283 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection6
   [junit4]   2> 1859283 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection6/data/]
   [junit4]   2> 1859286 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1859336 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859336 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859337 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=0.0595703125, 
floorSegmentMB=0.35546875, forceMergeDeletesPctAllowed=17.647140057379904, 
segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1859337 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@483476a6[collection6] 
main]
   [junit4]   2> 1859338 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection6/conf
   [junit4]   2> 1859338 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859338 INFO  
(searcherExecutor-5260-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@483476a6[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859338 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1859347 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859353 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1859355 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859357 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection7
   [junit4]   2> 1859358 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection7],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection7/data/]
   [junit4]   2> 1859359 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1859413 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859413 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859414 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=64.2412109375, 
floorSegmentMB=1.65234375, forceMergeDeletesPctAllowed=20.818059834297582, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1859415 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3271807a[collection7] 
main]
   [junit4]   2> 1859415 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection7/conf
   [junit4]   2> 1859415 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859416 INFO  
(searcherExecutor-5264-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@3271807a[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859416 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 1859425 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1859431 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1859433 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1859435 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using 
configuration from instancedir 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection8
   [junit4]   2> 1859435 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection8],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_3EBDB03796DFBC59-001/tempDir-003/collection8/data/]
   [junit4]   2> 1859437 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=46.8935546875, 
floorSegmentMB=0.9716796875, forceMergeDeletesPctAllowed=21.36750255821817, 
segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1996304254213528
   [junit4]   2> 1859492 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1859492 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1859492 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=48324511, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1859493 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d485dd[collection8] 
main]
   [junit4]   2> 1859493 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] 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_3EBDB03796DFBC59-001/tempDir-003/collection8/conf
   [junit4]   2> 1859494 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1859494 INFO  
(searcherExecutor-5268-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@1d485dd[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1859494 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[3EBDB03796DFBC59]) [    
x:badConfig1] o.a

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

ava.lang.Thread.run(Thread.java:745)
   [junit4]   2> Feb 02, 2017 1:03:45 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=12435, name=searcherExecutor-5337-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 02, 2017 1:03:48 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=12435, name=searcherExecutor-5337-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=FSTOrd50, id=FSTOrd50, v_s=PostingsFormat(name=Direct), 
v_f=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=355, 
maxMBSortInHeap=7.995895916396819, sim=RandomSimilarity(queryNorm=false): {}, 
locale=sl, timezone=Etc/GMT+1
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=106857856,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: 
[OpenExchangeRatesOrgProviderTest, HdfsRecoverLeaseTest, ZkControllerTest, 
DateRangeFieldTest, TestOverriddenPrefixQueryForCustomFieldType, 
SearchHandlerTest, TestSolrCloudWithHadoopAuthPlugin, BasicDistributedZkTest, 
TestSolrQueryParserDefaultOperatorResource, TestPostingsSolrHighlighter, 
TestUniqueKeyFieldResource, LeaderFailureAfterFreshStartTest, 
TestMacroExpander, CleanupOldIndexTest, SparseHLLTest, 
TestHighlightDedupGrouping, SampleTest, AnalyticsQueryTest, TestFieldCacheSort, 
SimpleMLTQParserTest, DocumentBuilderTest, TestSchemalessBufferedUpdates, 
DistribCursorPagingTest, BinaryUpdateRequestHandlerTest, TestLFUCache, 
SharedFSAutoReplicaFailoverUtilsTest, PolyFieldTest, TestFileDictionaryLookup, 
TestUseDocValuesAsStored2, TestOnReconnectListenerSupport, TestCollectionAPIs, 
TestRequestStatusCollectionAPI, ZkCLITest, TestIBSimilarityFactory, 
DirectSolrConnectionTest, TestRestManager, TestConfigReload, ZkNodePropsTest, 
TestFaceting, StandardRequestHandlerTest, TestTolerantSearch, VersionInfoTest, 
RestartWhileUpdatingTest, TestBM25SimilarityFactory, 
ShufflingReplicaListTransformerTest, IndexSchemaRuntimeFieldTest, 
TestObjectReleaseTracker, BooleanFieldTest, CollectionTooManyReplicasTest, 
TestReloadDeadlock, TestSolrCloudWithKerberosAlt, LeaderElectionContextKeyTest, 
OverseerTest, TestScoreJoinQPNoScore, DocValuesTest, TestStressReorder, 
TestRestoreCore, TestHighFrequencyDictionaryFactory, DateFieldTest, 
TestCloudDeleteByQuery, OutputWriterTest, TestLegacyNumericRangeQueryBuilder, 
StatsReloadRaceTest, TestDistributedStatsComponentCardinality, 
V2ApiIntegrationTest, ConnectionReuseTest, SolrPluginUtilsTest, 
SuggesterFSTTest, TestSort, TestSubQueryTransformerCrossCore, 
TestMissingGroups, DistributedFacetPivotWhiteBoxTest, 
DistributedExpandComponentTest, TestSweetSpotSimilarityFactory, 
DistributedMLTComponentTest, TestCloudRecovery, TestAnalyzeInfixSuggestions, 
TestSegmentSorting, TestRandomCollapseQParserPlugin, 
TestInPlaceUpdatesStandalone, TestDFISimilarityFactory, 
TolerantUpdateProcessorTest, TestChildDocTransformer, TestSolrFieldCacheMBean, 
TestCloudPivotFacet, ResponseHeaderTest, UniqFieldsUpdateProcessorFactoryTest, 
TestDistribDocBasedVersion, HdfsCollectionsAPIDistributedZkTest, 
QueryEqualityTest, SimplePostToolTest, TestXmlQParser, 
TestSizeLimitedDistributedMap, SolrCoreTest, TestFieldResource, 
DistributedFacetPivotSmallAdvancedTest, TestRandomDVFaceting, ShardRoutingTest, 
TestSolrDeletionPolicy1, TestBinaryField, TestDefaultSearchFieldResource, 
FastVectorHighlighterTest, PreAnalyzedUpdateProcessorTest, 
TestShardHandlerFactory, TestDocTermOrds, TestSolrCloudSnapshots, 
CoreAdminRequestStatusTest, TestRawTransformer, CoreSorterTest, 
SolrTestCaseJ4Test, SpatialFilterTest, TestCoreAdminApis, 
TestCSVResponseWriter, TestSchemaResource, TestStressUserVersions, 
TestStressVersions, TestSolrCLIRunExample, InfoHandlerTest, PeerSyncTest, 
TermsComponentTest, SuggestComponentContextFilterQueryTest, ForceLeaderTest, 
HdfsThreadLeakTest, TestSolr4Spatial2, RecoveryAfterSoftCommitTest, 
TestPartialUpdateDeduplication, TestPivotHelperCode, EnumFieldTest, 
RecoveryZkTest, CdcrReplicationHandlerTest, TestConfigSetsAPIExclusivity, 
TestDocumentBuilder, TestUpdate, TestExactSharedStatsCache, TestCollationField, 
DisMaxRequestHandlerTest, TestHashQParserPlugin, TestFieldCacheReopen, 
TestFunctionQuery, LeaderInitiatedRecoveryOnShardRestartTest, 
PeerSyncWithIndexFingerprintCachingTest, TestLRUStatsCache, 
ClusterStateUpdateTest, TestRuleBasedAuthorizationPlugin, DeleteNodeTest, 
TestLRUCache, TestPseudoReturnFields, HLLSerializationTest, RequestLoggingTest, 
TestDocBasedVersionConstraints, DistribJoinFromCollectionTest, 
TestHashPartitioner, HdfsBasicDistributedZk2Test, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, BlockJoinFacetDistribTest, 
SchemaVersionSpecificBehaviorTest, TriLevelCompositeIdRoutingTest, 
TestManagedResource, CdcrVersionReplicationTest, TestGroupingSearch, 
TestAuthorizationFramework, LeaderElectionTest, TestReRankQParserPlugin, 
TestExtendedDismaxParser, UtilsToolTest, TestStressLucene, TestXIncludeConfig, 
TestLeaderInitiatedRecoveryThread, CollectionsAPIDistributedZkTest, 
LeaderElectionIntegrationTest, TestRandomFaceting, TestDistributedSearch, 
SolrCmdDistributorTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=3EBDB03796DFBC59 -Dtests.slow=true -Dtests.locale=sl 
-Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [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=12435, name=searcherExecutor-5337-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([3EBDB03796DFBC59]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=12435, name=searcherExecutor-5337-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([3EBDB03796DFBC59]:0)
   [junit4] Completed [384/692 (1!)] on J0 in 33.58s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 988 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp/junit4-J1-20170202_123214_1233712632626860448083.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/heapdumps/java_pid25220.hprof
 ...
   [junit4] Heap dump file created [124724171 bytes in 1.104 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 11650 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:775: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:727: Some 
of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid25220.hprof

Total time: 62 minutes 53 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to