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

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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([BE1FEA0860846B26:617F4BD9ABA30883]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:855)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:832)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=//result[@numFound='10']
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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


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

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=9870, name=searcherExecutor-4389-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
        at java.lang.Thread.run(Thread.java:748)

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

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


FAILED:  
junit.framework.TestSuite.org.apache.solr.update.processor.RegexBoostProcessorTest

Error Message:
Could not remove the following files (in the order of attempts):    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields\segments_1:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields\segments_1
    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001
 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of 
attempts):
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields\segments_1:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields\segments_1
   
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001

        at __randomizedtesting.SeedInfo.seed([BE1FEA0860846B26]:0)
        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12003 lines...]
   [junit4] Suite: org.apache.solr.update.processor.RegexBoostProcessorTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001
   [junit4]   2> 777358 WARN  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 777359 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 777362 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 777363 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 777363 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 777364 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 777410 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 777435 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 777521 WARN  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 777521 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 777614 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 777619 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 777619 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 777622 INFO  (coreLoadExecutor-2921-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 777623 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, 
from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-master-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 777683 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 777698 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 777808 WARN  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Field text is not multivalued and 
destination for multiple copyFields (2)
   [junit4]   2> 777808 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.4 with uniqueid field id
   [junit4]   2> 777820 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1,
 trusted=true
   [junit4]   2> 777822 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 777822 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 777822 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\]
   [junit4]   2> 777829 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=59.47265625, 
floorSegmentMB=0.28515625, forceMergeDeletesPctAllowed=18.116587614894282, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 777952 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 777952 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 777996 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=3.955078125, 
floorSegmentMB=1.4384765625, forceMergeDeletesPctAllowed=16.4667167056345, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.848577387423719
   [junit4]   2> 778030 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@10872070[collection1] main]
   [junit4]   2> 778031 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 778044 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 778096 INFO  (coreLoadExecutor-2921-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 778096 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 778099 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 778104 INFO  
(TEST-RegexBoostProcessorTest.testNoBoost-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNoBoost
   [junit4]   2> 778104 INFO  
(TEST-RegexBoostProcessorTest.testNoBoost-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNoBoost
   [junit4]   2> 778108 INFO  
(TEST-RegexBoostProcessorTest.testDeboostOld-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testDeboostOld
   [junit4]   2> 778108 INFO  
(TEST-RegexBoostProcessorTest.testDeboostOld-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testDeboostOld
   [junit4]   2> 778111 INFO  
(TEST-RegexBoostProcessorTest.testBoostGood-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testBoostGood
   [junit4]   2> 778111 INFO  
(TEST-RegexBoostProcessorTest.testBoostGood-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testBoostGood
   [junit4]   2> 778113 INFO  
(TEST-RegexBoostProcessorTest.testTwoRules-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testTwoRules
   [junit4]   2> 778113 INFO  
(TEST-RegexBoostProcessorTest.testTwoRules-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testTwoRules
   [junit4]   2> 778114 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 778114 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1719168546
   [junit4]   2> 778114 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 778114 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d9c00b: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@1503db1
   [junit4]   2> 778117 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 778117 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@519bc0b5: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@117e54f0
   [junit4]   2> 778119 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 778119 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c5306be: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@7674c516
   [junit4]   2> 778120 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 778120 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 778120 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 778121 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 778121 INFO  (coreCloseExecutor-2926-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@70ca3125
   [junit4]   2> 778121 INFO  (coreCloseExecutor-2926-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=1892299045
   [junit4]   2> 778121 INFO  (coreCloseExecutor-2926-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6c7f1ae2: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@72e7ea7a
   [junit4]   2> 778132 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 778133 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 778134 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 778135 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 778135 INFO  
(searcherExecutor-2922-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10872070[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 778136 INFO  
(SUITE-RegexBoostProcessorTest-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> Dec 12, 2017 8:09:08 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=5, maxDocsPerChunk=404, blockSize=9), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION,
 chunkSize=5, blockSize=9)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@37cfb159),
 locale=hr, timezone=Africa/Kampala
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=1,free=57136432,total=250077184
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOnReconnectListenerSupport, RAMDirectoryFactoryTest, 
TestIndexingPerformance, TestFiltering, TestFieldCacheWithThreads, 
TestSolrCLIRunExample, IndexBasedSpellCheckerTest, DirectSolrConnectionTest, 
TestExactSharedStatsCache, TestCollapseQParserPlugin, 
TestManagedSchemaThreadSafety, StatsComponentTest, TestSolrCloudSnapshots, 
TestIBSimilarityFactory, TestEmbeddedSolrServerAdminHandler, TestLFUCache, 
TestHttpShardHandlerFactory, DistributedFacetPivotLongTailTest, 
TestDistributedSearch, ZkFailoverTest, BinaryUpdateRequestHandlerTest, 
TestSweetSpotSimilarityFactory, SSLMigrationTest, TestRecovery, 
TestUtilizeNode, TestLockTree, TestManagedResource, 
TestFuzzyAnalyzedSuggestions, DistribCursorPagingTest, 
TestHighFrequencyDictionaryFactory, RequestLoggingTest, 
TestTolerantUpdateProcessorCloud, SuggestComponentContextFilterQueryTest, 
DistributedFacetPivotSmallTest, NodeAddedTriggerTest, TestRawResponseWriter, 
TestScoreJoinQPNoScore, TestBlobHandler, TestRealTimeGet, 
SpatialRPTFieldTypeTest, TestCopyFieldCollectionResource, 
CSVRequestHandlerTest, TestBinaryField, MergeStrategyTest, TestStressRecovery, 
TestCloudRecovery, DistributedDebugComponentTest, UpdateLogTest, 
HdfsRecoveryZkTest, InfoHandlerTest, MissingSegmentRecoveryTest, 
TestJavabinTupleStreamParser, TestLeaderElectionWithEmptyReplica, 
TestAuthorizationFramework, RequiredFieldsTest, TestSolrCoreProperties, 
TestSolr4Spatial, CollectionReloadTest, TestRestManager, 
DistributedQueryElevationComponentTest, TestFieldResource, 
TestConfigSetsAPIExclusivity, UtilsToolTest, TestCodecSupport, 
BigEndianAscendingWordDeserializerTest, TestJsonFacetRefinement, 
TestReversedWildcardFilterFactory, URLClassifyProcessorTest, HttpPartitionTest, 
CdcrVersionReplicationTest, TestGraphTermsQParserPlugin, 
TestUniqueKeyFieldResource, DateRangeFieldTest, RegexBoostProcessorTest]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=RegexBoostProcessorTest -Dtests.seed=BE1FEA0860846B26 
-Dtests.slow=true -Dtests.locale=hr -Dtests.timezone=Africa/Kampala 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | RegexBoostProcessorTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the 
following files (in the order of attempts):
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields\segments_1:
 java.nio.file.AccessDeniedException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001\init-core-data-001\spellcheckerMultipleFields\segments_1
   [junit4]    >    
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001:
 java.nio.file.DirectoryNotEmptyException: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.update.processor.RegexBoostProcessorTest_BE1FEA0860846B26-001
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BE1FEA0860846B26]:0)
   [junit4]    >        at org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [148/752 (1!)] on J0 in 1.14s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 196 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\init-core-data-001
   [junit4]   2> 1013634 WARN  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1013635 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1013641 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1013642 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1013643 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1013693 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\solr.xml
   [junit4]   2> 1013698 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1013698 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1013698 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1013781 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1013787 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1013787 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1013795 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1013844 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1013844 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1013848 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1013850 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1013855 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1013855 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\.\collection5,
 trusted=true
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\.\collection1,
 trusted=true
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\collection5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\.\collection5\data\]
   [junit4]   2> 1013865 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1013867 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\.\collection1\data\]
   [junit4]   2> 1013868 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1013868 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\.\collection2,
 trusted=true
   [junit4]   2> 1013868 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1013868 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1013868 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\collection2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\.\collection2\data\]
   [junit4]   2> 1013869 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2200618306580303]
   [junit4]   2> 1013877 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2200618306580303]
   [junit4]   2> 1013903 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2200618306580303]
   [junit4]   2> 1013974 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1013974 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1013974 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1013974 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1013975 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3846220780744368]
   [junit4]   2> 1013975 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3846220780744368]
   [junit4]   2> 1013975 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53a9f7c8[collection2] main]
   [junit4]   2> 1013977 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\collection2\conf
   [junit4]   2> 1013978 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@18e42a23[collection1] main]
   [junit4]   2> 1013978 INFO  (coreLoadExecutor-4096-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1013978 INFO  
(searcherExecutor-4099-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@53a9f7c8[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1013978 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\collection1\conf
   [junit4]   2> 1013979 INFO  (coreLoadExecutor-4096-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1013979 INFO  
(searcherExecutor-4098-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@18e42a23[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1013980 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1013981 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1013981 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3846220780744368]
   [junit4]   2> 1013982 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4b681c00[collection5] main]
   [junit4]   2> 1013982 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-001\collection5\conf
   [junit4]   2> 1013983 INFO  (coreLoadExecutor-4096-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1013984 INFO  
(searcherExecutor-4097-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@4b681c00[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1013987 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=null
   [junit4]   2> 1013987 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@49298b37: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@becc07a
   [junit4]   2> 1013995 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014096 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014196 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014296 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014396 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014497 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014598 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014699 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014799 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1014900 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015001 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015101 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015201 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015301 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015402 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015502 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015603 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015704 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015804 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1015904 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016005 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016106 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016207 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016307 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016408 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016509 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016610 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016710 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016811 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1016912 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017013 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017113 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017213 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017314 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017414 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017514 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017614 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017715 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017816 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1017916 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018017 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018117 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018218 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018318 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018419 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018519 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018620 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018720 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018821 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.SolrCore Core collection1 is not yet closed, waiting 100 ms before 
checking again.
   [junit4]   2> 1018862 INFO  (Thread-1926) [    ] o.a.s.c.SolrCore 
[collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44ee7411
   [junit4]   2> 1018862 INFO  (Thread-1926) [    ] o.a.s.m.SolrMetricManager 
Closing metric reporters for registry=solr.core.collection1, tag=1156477969
   [junit4]   2> 1018921 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=942977043
   [junit4]   2> 1018921 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1018921 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@ccb5118: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@511b90c0
   [junit4]   2> 1018929 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1018929 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@761615aa: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@117e54f0
   [junit4]   2> 1018934 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1018934 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7b3c6c28: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@7674c516
   [junit4]   2> 1018950 INFO  (coreCloseExecutor-4110-thread-1) [    
x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e01a5f1
   [junit4]   2> 1018950 INFO  (coreCloseExecutor-4110-thread-2) [    
x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ebc9136
   [junit4]   2> 1018950 INFO  (coreCloseExecutor-4110-thread-1) [    
x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=2114037233
   [junit4]   2> 1018951 INFO  (coreCloseExecutor-4110-thread-1) [    
x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1a0df5aa: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@6e43c9f5
   [junit4]   2> 1018960 INFO  (coreCloseExecutor-4110-thread-2) [    
x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=1857851702
   [junit4]   2> 1018960 INFO  (coreCloseExecutor-4110-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@49cc210e: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@1a8f018a
   [junit4]   2> 1018972 INFO  
(TEST-TestLazyCores.testMidUseUnload-seed#[BE1FEA0860846B26]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testMidUseUnload
   [junit4]   2> 1018975 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCreateTransientFromAdmin
   [junit4]   2> 1019033 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.c.SolrXmlConfig Loading container configuration from 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\solr.xml
   [junit4]   2> 1019039 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1019039 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1019040 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1019104 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019110 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019110 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019116 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1019146 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019146 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019147 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019159 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1019159 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1019159 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\collection2,
 trusted=true
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\collection5,
 trusted=true
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\collection1,
 trusted=true
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection5' (registry 'solr.core.collection5') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection2' (registry 'solr.core.collection2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\collection5],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\collection5\data\]
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\collection1\data\]
   [junit4]   2> 1019164 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\collection2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\collection2\data\]
   [junit4]   2> 1019171 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2200618306580303]
   [junit4]   2> 1019171 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2200618306580303]
   [junit4]   2> 1019171 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=34, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.2200618306580303]
   [junit4]   2> 1019260 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019260 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019260 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019260 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019260 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019260 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019261 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3846220780744368]
   [junit4]   2> 1019261 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3846220780744368]
   [junit4]   2> 1019261 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3846220780744368]
   [junit4]   2> 1019261 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70629faa[collection2] main]
   [junit4]   2> 1019262 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@458fcf2f[collection1] main]
   [junit4]   2> 1019262 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\collection2\conf
   [junit4]   2> 1019262 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1afbfa93[collection5] main]
   [junit4]   2> 1019262 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\collection1\conf
   [junit4]   2> 1019263 INFO  (coreLoadExecutor-4117-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019263 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\collection5\conf
   [junit4]   2> 1019263 INFO  (coreLoadExecutor-4117-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019263 INFO  
(searcherExecutor-4118-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@70629faa[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019263 INFO  (coreLoadExecutor-4117-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019264 INFO  
(searcherExecutor-4120-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@458fcf2f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019264 INFO  
(searcherExecutor-4119-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@1afbfa93[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019298 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core1&action=CREATE&wt=xml
   [junit4]   2> 1019324 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019328 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1019332 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019332 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration 
from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core1,
 trusted=true
   [junit4]   2> 1019332 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core1' 
(registry 'solr.core.core1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019332 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019332 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core1\data\]
   [junit4]   2> 1019339 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=13, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1019431 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019431 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019431 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=22, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1019432 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@69157bd7[core1] main]
   [junit4]   2> 1019433 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use 
dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core1\conf
   [junit4]   2> 1019434 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019435 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core2&action=CREATE&wt=xml
   [junit4]   2> 1019435 INFO  
(searcherExecutor-4131-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@69157bd7[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019460 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019465 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1019469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration 
from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core2,
 trusted=true
   [junit4]   2> 1019469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' 
(registry 'solr.core.core2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019469 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core2\data\]
   [junit4]   2> 1019474 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=99.390625, 
floorSegmentMB=0.64453125, forceMergeDeletesPctAllowed=23.41059370905046, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1019552 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019552 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019553 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=40.6748046875, 
floorSegmentMB=1.2685546875, forceMergeDeletesPctAllowed=20.607036963163466, 
segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1019553 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bc59297[core2] main]
   [junit4]   2> 1019554 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use 
dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core2\conf
   [junit4]   2> 1019555 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019555 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=true&transient=true&name=core3&action=CREATE&wt=xml
   [junit4]   2> 1019556 INFO  
(searcherExecutor-4136-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@4bc59297[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019585 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019605 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema [core3] Schema name=tiny
   [junit4]   2> 1019610 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019610 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core3' using configuration 
from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core3,
 trusted=true
   [junit4]   2> 1019610 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core3' 
(registry 'solr.core.core3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019610 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019610 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore [[core3] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core3],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core3\data\]
   [junit4]   2> 1019617 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=27, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7888723871589219]
   [junit4]   2> 1019689 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019689 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019694 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=45.7255859375, 
floorSegmentMB=1.5927734375, forceMergeDeletesPctAllowed=22.086084565102574, 
segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6310616478253281
   [junit4]   2> 1019695 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f2124e8[core3] main]
   [junit4]   2> 1019695 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use 
dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core3\conf
   [junit4]   2> 1019696 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019697 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.a.CoreAdminOperation core create command 
loadOnStartup=false&transient=true&name=core4&action=CREATE&wt=xml
   [junit4]   2> 1019697 INFO  
(searcherExecutor-4141-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core3] Registered new searcher Searcher@5f2124e8[core3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1019725 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1019731 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema [core4] Schema name=tiny
   [junit4]   2> 1019736 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1019736 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core4' using configuration 
from instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core4,
 trusted=true
   [junit4]   2> 1019736 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core4' 
(registry 'solr.core.core4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@71c6329a
   [junit4]   2> 1019736 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1019737 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.SolrCore [[core4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\.\core4\data\]
   [junit4]   2> 1019743 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1346359653, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1019844 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1019845 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1019846 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1429521463, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1019846 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5f9df146[core4] main]
   [junit4]   2> 1019846 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use 
dir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001\tempDir-002\core4\conf
   [junit4]   2> 1019846 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1019846 INFO  
(TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[BE1FEA0860846B26]) [    
x:core1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core [c

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

rl = null, agent id = null] for registry solr.core.collection2 / 
com.codahale.metrics.MetricRegistry@57f84cf9
   [junit4]   2> 1027180 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[BE1FEA0860846B26]) [    x:core1] 
o.a.s.SolrTestCaseJ4 ###Ending testLazySearch
   [junit4]   2> 1027180 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    x:core1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1027180 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    x:core1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1430065040
   [junit4]   2> 1027180 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1027180 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1027180 INFO  
(SUITE-TestLazyCores-seed#[BE1FEA0860846B26]-worker) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestLazyCores_BE1FEA0860846B26-001
   [junit4]   2> Dec 12, 2017 8:13:17 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Dec 12, 2017 8:13:37 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=9870, name=searcherExecutor-4389-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 12, 2017 8:13:37 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=9870, name=searcherExecutor-4389-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 12, 2017 8:13:40 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=9870, name=searcherExecutor-4389-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{v_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
id=PostingsFormat(name=LuceneVarGapFixedInterval), v_s=Lucene50(blocksize=128), 
v_f=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=1051, 
maxMBSortInHeap=6.352898408093374, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@61d604aa),
 locale=es-PA, timezone=Europe/Kirov
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_144 
(64-bit)/cpus=3,threads=2,free=36040752,total=292876288
   [junit4]   2> NOTE: All tests run in this JVM: 
[TestOnReconnectListenerSupport, RAMDirectoryFactoryTest, 
TestIndexingPerformance, TestFiltering, TestFieldCacheWithThreads, 
TestSolrCLIRunExample, IndexBasedSpellCheckerTest, DirectSolrConnectionTest, 
TestExactSharedStatsCache, TestCollapseQParserPlugin, 
TestManagedSchemaThreadSafety, StatsComponentTest, TestSolrCloudSnapshots, 
TestIBSimilarityFactory, TestEmbeddedSolrServerAdminHandler, TestLFUCache, 
TestHttpShardHandlerFactory, DistributedFacetPivotLongTailTest, 
TestDistributedSearch, ZkFailoverTest, BinaryUpdateRequestHandlerTest, 
TestSweetSpotSimilarityFactory, SSLMigrationTest, TestRecovery, 
TestUtilizeNode, TestLockTree, TestManagedResource, 
TestFuzzyAnalyzedSuggestions, DistribCursorPagingTest, 
TestHighFrequencyDictionaryFactory, RequestLoggingTest, 
TestTolerantUpdateProcessorCloud, SuggestComponentContextFilterQueryTest, 
DistributedFacetPivotSmallTest, NodeAddedTriggerTest, TestRawResponseWriter, 
TestScoreJoinQPNoScore, TestBlobHandler, TestRealTimeGet, 
SpatialRPTFieldTypeTest, TestCopyFieldCollectionResource, 
CSVRequestHandlerTest, TestBinaryField, MergeStrategyTest, TestStressRecovery, 
TestCloudRecovery, DistributedDebugComponentTest, UpdateLogTest, 
HdfsRecoveryZkTest, InfoHandlerTest, MissingSegmentRecoveryTest, 
TestJavabinTupleStreamParser, TestLeaderElectionWithEmptyReplica, 
TestAuthorizationFramework, RequiredFieldsTest, TestSolrCoreProperties, 
TestSolr4Spatial, CollectionReloadTest, TestRestManager, 
DistributedQueryElevationComponentTest, TestFieldResource, 
TestConfigSetsAPIExclusivity, UtilsToolTest, TestCodecSupport, 
BigEndianAscendingWordDeserializerTest, TestJsonFacetRefinement, 
TestReversedWildcardFilterFactory, URLClassifyProcessorTest, HttpPartitionTest, 
CdcrVersionReplicationTest, TestGraphTermsQParserPlugin, 
TestUniqueKeyFieldResource, DateRangeFieldTest, RegexBoostProcessorTest, 
TestPHPSerializedResponseWriter, TestDynamicLoading, TestDFRSimilarityFactory, 
TestChildDocTransformer, CursorPagingTest, TestManagedSynonymFilterFactory, 
DirectUpdateHandlerOptimizeTest, TestClusterProperties, 
RecoveryAfterSoftCommitTest, TestInitQParser, ChangedSchemaMergeTest, 
MinimalSchemaTest, TestAnalyzeInfixSuggestions, TestSQLHandlerNonCloud, 
TestApiFramework, ZkControllerTest, OverseerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, TestNRTOpen, ResourceLoaderTest, 
TimeRoutedAliasUpdateProcessorTest, TestJsonRequest, 
AutoAddReplicasPlanActionTest, TestCoreDiscovery, TestSortByMinMaxFunction, 
TestPseudoReturnFields, RuleEngineTest, TestJoin, 
TestLMDirichletSimilarityFactory, AutoscalingHistoryHandlerTest, 
TestConfigOverlay, CdcrReplicationHandlerTest, TestSolrDeletionPolicy2, 
TestSchemaVersionResource, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=BE1FEA0860846B26 -Dtests.slow=true -Dtests.locale=es-PA 
-Dtests.timezone=Europe/Kirov -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=9870, name=searcherExecutor-4389-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BE1FEA0860846B26]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9870, name=searcherExecutor-4389-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([BE1FEA0860846B26]:0)
   [junit4] Completed [207/752 (2!)] on J0 in 36.64s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 49067 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to