Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-MacOSX/699/
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([B6FE0D63C77A977:D40F4107F750CAD2]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
        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">7</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:911)
        ... 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=2745, name=searcherExecutor-1027-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=2745, name=searcherExecutor-1027-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([B6FE0D63C77A977]: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=2745, name=searcherExecutor-1027-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=2745, name=searcherExecutor-1027-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([B6FE0D63C77A977]:0)




Build Log:
[...truncated 11212 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/init-core-data-001
   [junit4]   2> 487865 INFO  
(SUITE-TestLazyCores-seed#[B6FE0D63C77A977]-worker) [    ] o.a.s.SolrTestCaseJ4 
Using PointFields
   [junit4]   2> 487869 INFO  
(SUITE-TestLazyCores-seed#[B6FE0D63C77A977]-worker) [    ] o.a.s.SolrTestCaseJ4 
Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 487870 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 487931 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 487932 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 488043 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488043 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488043 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488068 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 488072 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 488072 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 488073 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488074 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488075 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488078 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection5
   [junit4]   2> 488079 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection1
   [junit4]   2> 488079 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2
   [junit4]   2> 488079 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection5],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection5/data/]
   [junit4]   2> 488079 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2/data/]
   [junit4]   2> 488079 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection1/data/]
   [junit4]   2> 488084 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 488087 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 488088 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 488183 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488183 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488184 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 488185 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488185 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488185 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 488187 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@cfdf3df[collection1] 
main]
   [junit4]   2> 488188 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c928a26[collection5] main]
   [junit4]   2> 488188 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection1/conf
   [junit4]   2> 488188 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection5/conf
   [junit4]   2> 488189 INFO  (coreLoadExecutor-994-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488189 INFO  
(searcherExecutor-996-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@cfdf3df[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488189 INFO  (coreLoadExecutor-994-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488189 INFO  
(searcherExecutor-995-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1c928a26[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488190 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488190 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488190 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 488192 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4919e304[collection2] main]
   [junit4]   2> 488192 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2/conf
   [junit4]   2> 488192 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488193 INFO  
(searcherExecutor-997-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@4919e304[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488193 INFO  (coreLoadExecutor-994-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 488219 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488227 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 488246 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488252 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection3
   [junit4]   2> 488253 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection3],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection3/data/]
   [junit4]   2> 488256 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.11343542431828571]
   [junit4]   2> 488345 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488345 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488346 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=2072933325, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 488349 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a180479[collection3] main]
   [junit4]   2> 488350 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection3/conf
   [junit4]   2> 488350 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488350 INFO  
(searcherExecutor-1007-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@6a180479[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488351 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 488372 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488380 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 488385 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488389 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection6
   [junit4]   2> 488390 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection6/data/]
   [junit4]   2> 488393 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 488517 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488517 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488518 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@1beca1af
   [junit4]   2> 488520 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@16eeb611[collection6] main]
   [junit4]   2> 488522 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection6/conf
   [junit4]   2> 488522 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488522 INFO  
(searcherExecutor-1011-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@16eeb611[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488523 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 488552 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488563 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 488571 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488577 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection7
   [junit4]   2> 488578 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection7],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection7/data/]
   [junit4]   2> 488583 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 488662 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488662 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488663 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=58.5859375, 
floorSegmentMB=0.7802734375, forceMergeDeletesPctAllowed=20.72441406234132, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 488664 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@374d9b4f[collection7] main]
   [junit4]   2> 488665 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection7/conf
   [junit4]   2> 488665 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488666 INFO  
(searcherExecutor-1015-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@374d9b4f[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488666 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 488713 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488724 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 488731 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488736 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection8' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection8
   [junit4]   2> 488737 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection8],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection8/data/]
   [junit4]   2> 488742 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3408905565337699]
   [junit4]   2> 488824 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488824 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488825 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=32, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=60.7958984375, 
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=24.27240970461832, 
segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6041330635346398
   [junit4]   2> 488827 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@69ce8aa1[collection8] main]
   [junit4]   2> 488827 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection8/conf
   [junit4]   2> 488827 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488828 INFO  
(searcherExecutor-1019-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@69ce8aa1[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488828 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection8
   [junit4]   2> 488828 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection2]
   [junit4]   2> 488849 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 488858 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 488863 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 488870 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection9' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection9
   [junit4]   2> 488870 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection9],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection9/data/]
   [junit4]   2> 488875 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=17, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.232799210003786]
   [junit4]   2> 488986 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 488986 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 488987 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=36.5068359375, 
floorSegmentMB=0.6552734375, forceMergeDeletesPctAllowed=5.6011984304542874, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 488989 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2d790682[collection9] main]
   [junit4]   2> 488989 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection9/conf
   [junit4]   2> 488990 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 488990 INFO  
(searcherExecutor-1023-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection9] Registered new searcher 
Searcher@2d790682[collection9] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 488990 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection9
   [junit4]   2> 488990 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection3]
   [junit4]   2> 488992 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5c3267c4
   [junit4]   2> 488999 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 489000 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [collection3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3dfa085a
   [junit4]   2> 489004 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection3
   [junit4]   2> 489029 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 489056 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 489060 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 489064 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2
   [junit4]   2> 489065 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2/data/]
   [junit4]   2> 489159 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 489160 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489161 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=26.42578125, 
floorSegmentMB=0.3388671875, forceMergeDeletesPctAllowed=23.953830285149568, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.22634039381979623
   [junit4]   2> 489182 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6bb83f6f[collection2] main]
   [junit4]   2> 489183 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-001/collection2/conf
   [junit4]   2> 489183 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 489184 INFO  
(searcherExecutor-1027-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@6bb83f6f[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489184 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 489184 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Closing transient core [collection6]
   [junit4]   2> 489184 INFO  (Thread-500) [    ] o.a.s.c.SolrCore 
[collection6]  CLOSING SolrCore org.apache.solr.core.SolrCore@656c20fe
   [junit4]   2> 489192 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.S.Request [collection2]  webapp=null path=null params={q=*:*} hits=0 
status=0 QTime=7
   [junit4]   2> 489199 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound='10']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> 
   [junit4]   2> <lst name="responseHeader">
   [junit4]   2>   <int name="status">0</int>
   [junit4]   2>   <int name="QTime">7</int>
   [junit4]   2>   <lst name="params">
   [junit4]   2>     <str name="q">*:*</str>
   [junit4]   2>   </lst>
   [junit4]   2> </lst>
   [junit4]   2> <result name="response" numFound="0" start="0">
   [junit4]   2> </result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=*:*
   [junit4]   2> 489200 ERROR 
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=*:*:java.lang.RuntimeException: REQUEST 
FAILED: xpath=//result[@numFound='10']
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> 
   [junit4]   2> <lst name="responseHeader">
   [junit4]   2>   <int name="status">0</int>
   [junit4]   2>   <int name="QTime">7</int>
   [junit4]   2>   <lst name="params">
   [junit4]   2>     <str name="q">*:*</str>
   [junit4]   2>   </lst>
   [junit4]   2> </lst>
   [junit4]   2> <result name="response" numFound="0" start="0">
   [junit4]   2> </result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request was:q=*:*
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
   [junit4]   2>        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
   [junit4]   2>        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 489203 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1196067840
   [junit4]   2> 489204 INFO  (Thread-500) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for: solr.core.collection6
   [junit4]   2> 489206 INFO  
(coreCloseExecutor-1031-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1e415147
   [junit4]   2> 489207 INFO  
(coreCloseExecutor-1031-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.c.SolrCore [collection7]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c4f7533
   [junit4]   2> 489207 INFO  
(coreCloseExecutor-1031-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.c.SolrCore [collection8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@13e17bbd
   [junit4]   2> 489207 INFO  
(coreCloseExecutor-1031-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.c.SolrCore [collection9]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@252a86f5
   [junit4]   2> 489209 INFO  
(coreCloseExecutor-1031-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f50134a
   [junit4]   2> 489215 INFO  
(coreCloseExecutor-1031-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 489219 INFO  
(coreCloseExecutor-1031-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 489226 INFO  
(coreCloseExecutor-1031-thread-5-processing-x:collection3) [    x:collection9] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection9
   [junit4]   2> 489226 INFO  
(coreCloseExecutor-1031-thread-4-processing-x:collection3) [    x:collection8] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection8
   [junit4]   2> 489227 INFO  
(coreCloseExecutor-1031-thread-3-processing-x:collection3) [    x:collection7] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection7
   [junit4]   2> 489229 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 489229 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testNoCommit
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.method=testNoCommit -Dtests.seed=B6FE0D63C77A977 -Dtests.slow=true 
-Dtests.locale=ar-TN -Dtests.timezone=Europe/Rome -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1.36s J0 | TestLazyCores.testNoCommit <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B6FE0D63C77A977:D40F4107F750CAD2]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:918)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:794)
   [junit4]    >        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:776)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader">
   [junit4]    >   <int name="status">0</int>
   [junit4]    >   <int name="QTime">7</int>
   [junit4]    >   <lst name="params">
   [junit4]    >     <str name="q">*:*</str>
   [junit4]    >   </lst>
   [junit4]    > </lst>
   [junit4]    > <result name="response" numFound="0" start="0">
   [junit4]    > </result>
   [junit4]    > </response>
   [junit4]    >        request was:q=*:*
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:911)
   [junit4]    >        ... 41 more
   [junit4]   2> 489235 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 489282 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 489283 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 489371 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 489372 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 489383 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 489386 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 489376 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 489389 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 489430 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection2
   [junit4]   2> 489430 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection2/data/]
   [junit4]   2> 489431 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 489432 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection1
   [junit4]   2> 489433 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection1/data/]
   [junit4]   2> 489434 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 489436 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 489439 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 489466 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 489468 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection5
   [junit4]   2> 489469 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection5],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection5/data/]
   [junit4]   2> 489472 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 489646 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 489646 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489648 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 489650 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 489650 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489650 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 489652 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 489652 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489652 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 489670 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4d63d977[collection2] main]
   [junit4]   2> 489671 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection2/conf
   [junit4]   2> 489672 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 489672 INFO  
(searcherExecutor-1039-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@4d63d977[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489672 INFO  
(coreLoadExecutor-1038-thread-2-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 489677 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5cb51eda[collection5] main]
   [junit4]   2> 489677 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection5/conf
   [junit4]   2> 489678 INFO  
(coreLoadExecutor-1038-thread-3-processing-x:collection3) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 489678 INFO  
(searcherExecutor-1041-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@5cb51eda[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489679 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@31fb223d[collection1] main]
   [junit4]   2> 489679 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection1/conf
   [junit4]   2> 489679 INFO  
(coreLoadExecutor-1038-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 489679 INFO  
(searcherExecutor-1040-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@31fb223d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489705 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 489721 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 489731 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 489735 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection4
   [junit4]   2> 489735 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection4],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection4/data/]
   [junit4]   2> 489740 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=10, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=23.724609375, 
floorSegmentMB=0.4150390625, forceMergeDeletesPctAllowed=11.551081639370194, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7216030762970982
   [junit4]   2> 489843 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 489844 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 489845 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=22.927734375, 
floorSegmentMB=2.0146484375, forceMergeDeletesPctAllowed=26.621366957641584, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6094529293731273
   [junit4]   2> 489846 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@279fc3bd[collection4] main]
   [junit4]   2> 489847 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection4/conf
   [junit4]   2> 489849 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 489849 INFO  
(searcherExecutor-1052-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@279fc3bd[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 489871 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 489917 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 489925 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 489932 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection6
   [junit4]   2> 489932 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection6],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection6/data/]
   [junit4]   2> 489936 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.38972499205264877]
   [junit4]   2> 490036 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 490037 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 490037 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4160003670626521]
   [junit4]   2> 490041 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1dda3a91[collection6] main]
   [junit4]   2> 490042 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-002/collection6/conf
   [junit4]   2> 490042 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 490042 INFO  
(searcherExecutor-1056-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@1dda3a91[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 490043 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 490071 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 490071 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 490071 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 490072 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 490072 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 490072 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 490072 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 490072 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 490073 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1036524
   [junit4]   2> 490074 INFO  
(coreCloseExecutor-1060-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5d7a2e1b
   [junit4]   2> 490074 INFO  
(coreCloseExecutor-1060-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7ca35509
   [junit4]   2> 490077 INFO  
(coreCloseExecutor-1060-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5efa9d89
   [junit4]   2> 490078 INFO  
(coreCloseExecutor-1060-thread-1-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 490079 INFO  
(coreCloseExecutor-1060-thread-2-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 490084 INFO  
(coreCloseExecutor-1060-thread-3-processing-x:collection3) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection4
   [junit4]   2> 490084 INFO  
(coreCloseExecutor-1060-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@38023964
   [junit4]   2> 490086 INFO  
(coreCloseExecutor-1060-thread-4-processing-x:collection3) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection2
   [junit4]   2> 490089 INFO  
(coreCloseExecutor-1060-thread-5-processing-x:collection3) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7fa156e0
   [junit4]   2> 490092 INFO  
(coreCloseExecutor-1060-thread-5-processing-x:collection3) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection6
   [junit4]   2> 490094 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 490094 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[B6FE0D63C77A977]) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 490096 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 490131 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 490220 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.CorePropertiesLocator Found 6 core definitions 
underneath 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003
   [junit4]   2> 490220 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.CorePropertiesLocator Cores are: [badConfig1, 
badConfig2, badSchema1, badSchema2, core1, core2]
   [junit4]   2> 490242 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:badSchema1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 490258 INFO  
(coreLoadExecutor-1067-thread-1-processing-x:collection3) [    x:badConfig1] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 490259 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:badConfig2] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 490259 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:badSchema1] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 490271 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 490278 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 490301 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 490305 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core1
   [junit4]   2> 490305 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core1/data/]
   [junit4]   2> 490309 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 490313 INFO  
(coreLoadExecutor-1067-thread-1-processing-x:collection3) [    x:badSchema2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 490314 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 490319 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 490319 INFO  
(coreLoadExecutor-1067-thread-1-processing-x:collection3) [    x:badSchema2] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 490322 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 490324 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from 
instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core2
   [junit4]   2> 490325 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core2/data/]
   [junit4]   2> 490328 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=692659567, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 490395 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 490395 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 490395 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 490395 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 490395 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 490395 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=36, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 490403 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1a80b22[core2] main]
   [junit4]   2> 490403 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core2/conf
   [junit4]   2> 490403 INFO  
(coreLoadExecutor-1067-thread-3-processing-x:collection3) [    x:core2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 490404 INFO  
(searcherExecutor-1069-thread-1-processing-x:core2) [    x:core2] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@1a80b22[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 490404 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@128be6bd[core1] main]
   [junit4]   2> 490404 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/core1/conf
   [junit4]   2> 490405 INFO  
(coreLoadExecutor-1067-thread-2-processing-x:collection3) [    x:core1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 490405 INFO  
(searcherExecutor-1068-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@128be6bd[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 490409 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 490409 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2260f8f3
   [junit4]   2> 490461 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@5bca3692[core1] main]
   [junit4]   2> 490462 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 490462 INFO  
(searcherExecutor-1068-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@5bca3692[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):C7)))}
   [junit4]   2> 490463 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] 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=1
   [junit4]   2> 490468 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] 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=3
   [junit4]   2> 490469 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] 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> 490469 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] 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> 490502 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 490534 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 490538 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 490542 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using 
configuration from instancedir 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/badConfig1
   [junit4]   2> 490543 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/badConfig1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/badConfig1/data/]
   [junit4]   2> 490546 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8519914156246012]
   [junit4]   2> 490630 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 490630 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 490630 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7105521454863036]
   [junit4]   2> 490632 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.s.SolrIndexSearcher Opening [Searcher@107878b8[badConfig1] 
main]
   [junit4]   2> 490632 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001/tempDir-003/badConfig1/conf
   [junit4]   2> 490633 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 490633 INFO  
(searcherExecutor-1082-thread-1-processing-x:collection3) [    x:collection3] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@107878b8[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 490633 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.SolrCores Opening transient core badConfig1
   [junit4]   2> 4

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

lrMetricManager Closing metric reporters for: solr.core.core4
   [junit4]   2> 499995 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.SolrCore [core4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@14d76b30
   [junit4]   2> 499996 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core4
   [junit4]   2> 499997 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core5
   [junit4]   2> 499997 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.SolrCore [core5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4d01ccf8
   [junit4]   2> 499998 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.core5
   [junit4]   2> 499998 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=796473134
   [junit4]   2> 499999 INFO  
(coreCloseExecutor-1315-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@43a51083
   [junit4]   2> 500000 INFO  
(coreCloseExecutor-1315-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@28267365
   [junit4]   2> 500000 INFO  
(coreCloseExecutor-1315-thread-1-processing-x:collection3) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> 500001 INFO  
(coreCloseExecutor-1315-thread-2-processing-x:collection3) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection5
   [junit4]   2> 500002 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 500003 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[B6FE0D63C77A977]) [    
x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
   [junit4]   2> 500004 INFO  
(SUITE-TestLazyCores-seed#[B6FE0D63C77A977]-worker) [    x:collection3] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 500004 INFO  
(SUITE-TestLazyCores-seed#[B6FE0D63C77A977]-worker) [    x:collection3] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=796473134
   [junit4]   2> 500004 INFO  
(SUITE-TestLazyCores-seed#[B6FE0D63C77A977]-worker) [    x:collection3] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-6.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_B6FE0D63C77A977-001
   [junit4]   2> Feb 15, 2017 10:51:28 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Feb 15, 2017 10:51:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=2745, name=searcherExecutor-1027-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Feb 15, 2017 10:51:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=2745, name=searcherExecutor-1027-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Feb 15, 2017 10:51:51 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=2745, name=searcherExecutor-1027-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{v_t=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneFixedGap), v_s=PostingsFormat(name=Asserting), 
v_f=PostingsFormat(name=MockRandom)}, docValues:{}, maxPointsInLeafNode=1172, 
maxMBSortInHeap=7.663199248228658, 
sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-TN, 
timezone=Europe/Rome
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=2,free=85512264,total=320864256
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchemaAPI, 
OverseerRolesTest, BlockJoinFacetRandomTest, TestFaceting, BlockCacheTest, 
TestFieldCache, OpenExchangeRatesOrgProviderTest, GraphQueryTest, 
TestQueryWrapperFilter, LeaderElectionTest, OverseerTaskQueueTest, 
TestCollectionAPI, PKIAuthenticationIntegrationTest, TestBinaryResponseWriter, 
TestRawTransformer, SolrGangliaReporterTest, TestXIncludeConfig, 
TestCloudRecovery, TestStandardQParsers, SolrMetricReporterTest, 
HdfsWriteToMultipleCollectionsTest, DOMUtilTest, ForceLeaderTest, 
TestUseDocValuesAsStored2, TestPhraseSuggestions, TestRTGBase, 
CreateCollectionCleanupTest, TestEmbeddedSolrServerConstructors, 
CdcrReplicationHandlerTest, SoftAutoCommitTest, CdcrVersionReplicationTest, 
CollectionTooManyReplicasTest, TestSolrDeletionPolicy1, 
ClassificationUpdateProcessorIntegrationTest, 
AsyncCallRequestStatusResponseTest, TestFieldCacheSanityChecker, 
CurrencyFieldXmlFileTest, TestObjectReleaseTracker, 
CloneFieldUpdateProcessorFactoryTest, ExplicitHLLTest, TestConfigSetImmutable, 
TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=B6FE0D63C77A977 -Dtests.slow=true -Dtests.locale=ar-TN 
-Dtests.timezone=Europe/Rome -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=2745, name=searcherExecutor-1027-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([B6FE0D63C77A977]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=2745, name=searcherExecutor-1027-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([B6FE0D63C77A977]:0)
   [junit4] Completed [92/692 (1!)] on J0 in 35.32s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 64538 lines...]

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

Reply via email to