Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/834/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
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=8423, name=searcherExecutor-3624-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=8423, name=searcherExecutor-3624-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([81444406A8D0C820]: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=8423, name=searcherExecutor-3624-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
         at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=8423, name=searcherExecutor-3624-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
        at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
        at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
        at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
        at __randomizedtesting.SeedInfo.seed([81444406A8D0C820]:0)


FAILED:  org.apache.solr.core.TestLazyCores.testNoCommit

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([81444406A8D0C820:5E24E5D763F7AB85]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.core.TestLazyCores.check10(TestLazyCores.java:847)
        at 
org.apache.solr.core.TestLazyCores.testNoCommit(TestLazyCores.java:829)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        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 
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.base/java.lang.Thread.run(Thread.java:844)
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)
        ... 40 more




Build Log:
[...truncated 12600 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 1131351 INFO  
(SUITE-TestLazyCores-seed#[81444406A8D0C820]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/init-core-data-001
   [junit4]   2> 1131352 INFO  
(SUITE-TestLazyCores-seed#[81444406A8D0C820]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1131352 INFO  
(SUITE-TestLazyCores-seed#[81444406A8D0C820]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1131354 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1131370 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/solr.xml
   [junit4]   2> 1131372 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 1131372 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1131373 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1131399 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131406 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131406 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131407 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1131412 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131413 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131425 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131425 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1131426 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1131427 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131427 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection2,
 trusted=true
   [junit4]   2> 1131428 INFO  (coreLoadExecutor-3307-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@7248dc4e
   [junit4]   2> 1131428 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131428 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection2/data/]
   [junit4]   2> 1131429 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131429 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection1,
 trusted=true
   [junit4]   2> 1131429 INFO  (coreLoadExecutor-3307-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@7248dc4e
   [junit4]   2> 1131429 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131430 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection1/data/]
   [junit4]   2> 1131430 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1131430 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1131432 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131432 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection5,
 trusted=true
   [junit4]   2> 1131432 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1131432 INFO  (coreLoadExecutor-3307-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@7248dc4e
   [junit4]   2> 1131432 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131432 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection5/data/]
   [junit4]   2> 1131434 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1131485 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131486 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131487 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=28.8603515625, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=3.179092592890751, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4874114619114901
   [junit4]   2> 1131487 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2db3a0e3[collection2] main]
   [junit4]   2> 1131487 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection2/conf
   [junit4]   2> 1131488 INFO  (coreLoadExecutor-3307-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131489 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131489 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131490 INFO  
(searcherExecutor-3308-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2db3a0e3[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131490 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=28.8603515625, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=3.179092592890751, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4874114619114901
   [junit4]   2> 1131490 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@34cea05e[collection5] main]
   [junit4]   2> 1131491 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection5/conf
   [junit4]   2> 1131491 INFO  (coreLoadExecutor-3307-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131492 INFO  
(searcherExecutor-3310-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@34cea05e[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131498 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131498 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131499 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=28.8603515625, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=3.179092592890751, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4874114619114901
   [junit4]   2> 1131500 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@fc11f63[collection1] 
main]
   [junit4]   2> 1131500 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection1/conf
   [junit4]   2> 1131501 INFO  (coreLoadExecutor-3307-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131501 INFO  
(searcherExecutor-3309-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@fc11f63[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131507 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131511 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1131513 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131513 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection4,
 trusted=true
   [junit4]   2> 1131514 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection4' (registry 
'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131514 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131514 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection4/data/]
   [junit4]   2> 1131516 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=825207968, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1131559 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131559 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131560 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=44, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1131560 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2582803e[collection4] main]
   [junit4]   2> 1131560 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection4/conf
   [junit4]   2> 1131561 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131561 INFO  
(searcherExecutor-3321-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@2582803e[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131565 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131568 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1131576 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131576 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection6,
 trusted=true
   [junit4]   2> 1131577 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 
'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131577 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131577 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/./collection6/data/]
   [junit4]   2> 1131578 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1343741970, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1131631 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131631 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131633 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=30, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1131633 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@70ced0b3[collection6] main]
   [junit4]   2> 1131634 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-001/collection6/conf
   [junit4]   2> 1131634 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131635 INFO  
(searcherExecutor-3325-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@70ced0b3[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131640 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1131640 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1131641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1131641 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1131641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1131641 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1131641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1131641 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1131641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1067262175
   [junit4]   2> 1131641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1131641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@112e5889: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@243ed7b3
   [junit4]   2> 1131644 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1131644 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@576ab226: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@552701e1
   [junit4]   2> 1131646 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1131646 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1160e70d: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@49d3a744
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@750793e1
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e9f1169
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3e329587
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@65004cd1
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@26b5c672
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=1963430881
   [junit4]   2> 1131646 INFO  
(coreCloseExecutor-3329-thread-1-processing-x:collection4) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10d64fad: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@69d735c0
   [junit4]   2> 1131652 INFO  
(coreCloseExecutor-3329-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=2124353897
   [junit4]   2> 1131652 INFO  
(coreCloseExecutor-3329-thread-2-processing-x:collection4) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4027cc9c: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@9593c1b
   [junit4]   2> 1131659 INFO  
(coreCloseExecutor-3329-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=1043502471
   [junit4]   2> 1131659 INFO  
(coreCloseExecutor-3329-thread-4-processing-x:collection4) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@19b648ec: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@712d195e
   [junit4]   2> 1131663 INFO  
(coreCloseExecutor-3329-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=1694518481
   [junit4]   2> 1131663 INFO  
(coreCloseExecutor-3329-thread-5-processing-x:collection4) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@76569b4e: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@77c2af86
   [junit4]   2> 1131669 INFO  
(coreCloseExecutor-3329-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=649447026
   [junit4]   2> 1131669 INFO  
(coreCloseExecutor-3329-thread-3-processing-x:collection4) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5ed256cc: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@758929f
   [junit4]   2> 1131674 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[81444406A8D0C820]) [    x:collection4] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1131675 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1131682 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1131698 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131703 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131703 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131706 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CorePropertiesLocator Found 6 core definitions 
underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002
   [junit4]   2> 1131706 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1, core1, 
badConfig2, badConfig1, badSchema2, core2]
   [junit4]   2> 1131706 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 2147483647 transient cores
   [junit4]   2> 1131713 INFO  
(coreLoadExecutor-3336-thread-3-processing-x:collection4) [    x:badConfig2] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1131715 INFO  
(coreLoadExecutor-3336-thread-3-processing-x:collection4) [    x:badConfig1] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1131717 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131738 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131738 INFO  
(coreLoadExecutor-3336-thread-3-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131740 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1131742 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131742 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core1,
 trusted=true
   [junit4]   2> 1131743 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    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@7248dc4e
   [junit4]   2> 1131743 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131743 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core1/data/]
   [junit4]   2> 1131744 INFO  
(coreLoadExecutor-3336-thread-3-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1131744 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1131745 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1131749 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1131753 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1131771 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1131771 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core2,
 trusted=true
   [junit4]   2> 1131771 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.core2' (registry 
'solr.core.core2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1131771 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1131771 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core2/data/]
   [junit4]   2> 1131773 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1131801 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131801 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131802 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=28.8603515625, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=3.179092592890751, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4874114619114901
   [junit4]   2> 1131802 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2b773702[core1] main]
   [junit4]   2> 1131802 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core1/conf
   [junit4]   2> 1131803 INFO  
(coreLoadExecutor-3336-thread-2-processing-x:collection4) [    x:core1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131803 INFO  
(searcherExecutor-3337-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@2b773702[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131923 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1131923 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1131923 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=47, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=28.8603515625, 
floorSegmentMB=0.57421875, forceMergeDeletesPctAllowed=3.179092592890751, 
segmentsPerTier=38.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4874114619114901
   [junit4]   2> 1131924 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3737bc0b[core2] main]
   [junit4]   2> 1131924 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/core2/conf
   [junit4]   2> 1131924 INFO  
(coreLoadExecutor-3336-thread-1-processing-x:collection4) [    x:core2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1131925 INFO  
(searcherExecutor-3338-thread-1-processing-x:core2) [    x:core2] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@3737bc0b[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1131926 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1131926 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@295e72f4 commitCommandVersion:0
   [junit4]   2> 1132527 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@54fd2eb3[core1] main]
   [junit4]   2> 1132527 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1132527 INFO  
(searcherExecutor-3337-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@54fd2eb3[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
   [junit4]   2> 1132528 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1132530 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1132530 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1132530 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1132548 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1132553 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1132554 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1132555 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig1,
 trusted=true
   [junit4]   2> 1132555 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1132555 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1132555 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig1/data/]
   [junit4]   2> 1132558 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=27, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1132623 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1132623 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1132624 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6257353463257653]
   [junit4]   2> 1132624 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@7acebf9e[badConfig1] 
main]
   [junit4]   2> 1132624 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig1/conf
   [junit4]   2> 1132625 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1132625 INFO  
(searcherExecutor-3351-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@7acebf9e[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1132629 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1132632 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1132633 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1132633 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig2,
 trusted=true
   [junit4]   2> 1132634 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1132634 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1132634 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig2/data/]
   [junit4]   2> 1132635 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=26, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=16.7568359375, 
floorSegmentMB=0.798828125, forceMergeDeletesPctAllowed=27.207290501455347, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1132677 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1132677 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1132678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1984226025, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1132678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@6be67d15[badConfig2] 
main]
   [junit4]   2> 1132678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badConfig2/conf
   [junit4]   2> 1132679 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1132680 INFO  
(searcherExecutor-3355-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badConfig2] Registered new searcher 
Searcher@6be67d15[badConfig2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1132684 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1132688 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1132689 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1132689 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema1,
 trusted=true
   [junit4]   2> 1132690 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1132690 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1132690 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema1/data/]
   [junit4]   2> 1132692 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1132755 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1132755 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1132755 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=50, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=97.2353515625, 
floorSegmentMB=0.939453125, forceMergeDeletesPctAllowed=25.186560766910908, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5916701059996168
   [junit4]   2> 1132756 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@291499d0[badSchema1] 
main]
   [junit4]   2> 1132756 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema1/conf
   [junit4]   2> 1132756 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1132757 INFO  
(searcherExecutor-3359-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@291499d0[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1132760 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1132764 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 1132765 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1132765 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema2,
 trusted=true
   [junit4]   2> 1132766 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1132766 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1132766 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema2/data/]
   [junit4]   2> 1132767 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1556177595210751]
   [junit4]   2> 1132816 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1132816 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1132817 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1132817 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@48241915[badSchema2] 
main]
   [junit4]   2> 1132818 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-002/badSchema2/conf
   [junit4]   2> 1132818 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1132821 INFO  
(searcherExecutor-3363-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badSchema2] Registered new searcher 
Searcher@48241915[badSchema2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1132822 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1132822 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@295e72f4 commitCommandVersion:0
   [junit4]   2> 1132928 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@585f1228[core1] main]
   [junit4]   2> 1132929 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1132929 INFO  
(searcherExecutor-3337-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@585f1228[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.0):C7)))}
   [junit4]   2> 1132930 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1132931 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1132931 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1132931 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1132932 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1132932 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@70f41028 commitCommandVersion:0
   [junit4]   2> 1133065 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@69ad5d2f[badConfig1] 
main]
   [junit4]   2> 1133067 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1133067 INFO  
(searcherExecutor-3351-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@69ad5d2f[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
   [junit4]   2> 1133068 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1133068 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1133069 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1133069 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1133069 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1133069 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2780fcf commitCommandVersion:0
   [junit4]   2> 1133188 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.s.SolrIndexSearcher Opening [Searcher@168c2305[badSchema1] 
main]
   [junit4]   2> 1133188 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1133189 INFO  
(searcherExecutor-3359-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@168c2305[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C7)))}
   [junit4]   2> 1133191 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=2
   [junit4]   2> 1133192 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1133192 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1133192 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1133193 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1910528918
   [junit4]   2> 1133193 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1133193 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@355219c2: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5c42d7c9
   [junit4]   2> 1133197 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1133197 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@57d7cbf8: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@552701e1
   [junit4]   2> 1133201 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1133201 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@764650d4: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@49d3a744
   [junit4]   2> 1133201 INFO  
(coreCloseExecutor-3373-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ccb595c
   [junit4]   2> 1133201 INFO  
(coreCloseExecutor-3373-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2211f070
   [junit4]   2> 1133201 INFO  
(coreCloseExecutor-3373-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.core1, tag=214653276
   [junit4]   2> 1133201 INFO  
(coreCloseExecutor-3373-thread-3-processing-x:collection4) [    x:badSchema1] 
o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@78f275e9
   [junit4]   2> 1133201 INFO  
(coreCloseExecutor-3373-thread-1-processing-x:collection4) [    x:core1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@82186d3: rootName = null, 
domain = solr.core.core1, service url = null, agent id = null] for registry 
solr.core.core1 / com.codahale.metrics.MetricRegistry@3173cb08
   [junit4]   2> 1133201 INFO  
(coreCloseExecutor-3373-thread-4-processing-x:collection4) [    x:badSchema2] 
o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@bdf8b1
   [junit4]   2> 1133202 INFO  
(coreCloseExecutor-3373-thread-5-processing-x:collection4) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@477eaf68
   [junit4]   2> 1133202 INFO  
(coreCloseExecutor-3373-thread-6-processing-x:collection4) [    x:badConfig2] 
o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5e10a165
   [junit4]   2> 1133207 INFO  
(coreCloseExecutor-3373-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.core2, tag=571601008
   [junit4]   2> 1133207 INFO  
(coreCloseExecutor-3373-thread-2-processing-x:collection4) [    x:core2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7e32e4f3: rootName = null, 
domain = solr.core.core2, service url = null, agent id = null] for registry 
solr.core.core2 / com.codahale.metrics.MetricRegistry@3456e9d0
   [junit4]   2> 1133213 INFO  
(coreCloseExecutor-3373-thread-3-processing-x:collection4) [    x:badSchema1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badSchema1, tag=2029155817
   [junit4]   2> 1133213 INFO  
(coreCloseExecutor-3373-thread-3-processing-x:collection4) [    x:badSchema1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8a62e86: rootName = null, 
domain = solr.core.badSchema1, service url = null, agent id = null] for 
registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@7b45735f
   [junit4]   2> 1133220 INFO  
(coreCloseExecutor-3373-thread-4-processing-x:collection4) [    x:badSchema2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badSchema2, tag=12449969
   [junit4]   2> 1133220 INFO  
(coreCloseExecutor-3373-thread-4-processing-x:collection4) [    x:badSchema2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@410a1fa0: rootName = null, 
domain = solr.core.badSchema2, service url = null, agent id = null] for 
registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@521a3e5
   [junit4]   2> 1133237 INFO  
(coreCloseExecutor-3373-thread-5-processing-x:collection4) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badConfig1, tag=1199484776
   [junit4]   2> 1133238 INFO  
(coreCloseExecutor-3373-thread-5-processing-x:collection4) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@14cbdab7: rootName = null, 
domain = solr.core.badConfig1, service url = null, agent id = null] for 
registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@45293d90
   [junit4]   2> 1133244 INFO  
(coreCloseExecutor-3373-thread-6-processing-x:collection4) [    x:badConfig2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badConfig2, tag=1578148197
   [junit4]   2> 1133244 INFO  
(coreCloseExecutor-3373-thread-6-processing-x:collection4) [    x:badConfig2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@76c2a9a4: rootName = null, 
domain = solr.core.badConfig2, service url = null, agent id = null] for 
registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@104d35bc
   [junit4]   2> 1133250 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1133251 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1133266 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/solr.xml
   [junit4]   2> 1133269 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1133269 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1133269 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1133293 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1133301 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' 
(registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1133302 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7248dc4e
   [junit4]   2> 1133303 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[81444406A8D0C820]) [    
x:collection4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 1133310 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1133314 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1133311 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 1133326 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1133328 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1133328 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/./collection1,
 trusted=true
   [junit4]   2> 1133328 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    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@7248dc4e
   [junit4]   2> 1133329 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1133329 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1133329 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/./collection1/data/]
   [junit4]   2> 1133329 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1133330 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1133330 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/./collection5,
 trusted=true
   [junit4]   2> 1133330 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    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@7248dc4e
   [junit4]   2> 1133331 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1133331 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/./collection5/data/]
   [junit4]   2> 1133331 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1133331 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/./collection2,
 trusted=true
   [junit4]   2> 1133331 INFO  
(coreLoadExecutor-3380-thread-1-processing-x:collection4) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1133331 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    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@7248dc4e
   [junit4]   2> 1133332 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1133332 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001/tempDir-003/./collection2/data/]
   [junit4]   2> 1133333 INFO  
(coreLoadExecutor-3380-thread-3-processing-x:collection4) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, 
floorSegmentMB=0.8603515625, forceMergeDeletesPctAllowed=17.81437529689528, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1133334 INFO  
(coreLoadExecutor-3380-thread-2-processing-x:collection4) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=39, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=17.609375, flo

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

1206042820
   [junit4]   2> 1140172 INFO  
(SUITE-TestLazyCores-seed#[81444406A8D0C820]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1140172 INFO  
(SUITE-TestLazyCores-seed#[81444406A8D0C820]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1140172 INFO  
(SUITE-TestLazyCores-seed#[81444406A8D0C820]-worker) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_81444406A8D0C820-001
   [junit4]   2> Nov 16, 2017 3:44:55 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Nov 16, 2017 3:45:15 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=8423, name=searcherExecutor-3624-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Nov 16, 2017 3:45:15 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8423, name=searcherExecutor-3624-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Nov 16, 2017 3:45:18 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=8423, name=searcherExecutor-3624-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]   2>         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]   2>         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{v_t=Lucene50(blocksize=128), id=Lucene50(blocksize=128), 
v_s=BlockTreeOrds(blocksize=128), v_f=PostingsFormat(name=Asserting)}, 
docValues:{}, maxPointsInLeafNode=1374, maxMBSortInHeap=5.120806088934956, 
sim=RandomSimilarity(queryNorm=false): {}, locale=cu-RU, 
timezone=America/Argentina/Catamarca
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=2,free=142094368,total=467140608
   [junit4]   2> NOTE: All tests run in this JVM: [SpellingQueryConverterTest, 
TestSSLRandomization, TestJsonFacets, TestQuerySenderNoQuery, 
TestDefaultStatsCache, RequestLoggingTest, BinaryUpdateRequestHandlerTest, 
TestQueryWrapperFilter, DistributedVersionInfoTest, TestCloudNestedDocsSort, 
SuggesterTSTTest, MetricsConfigTest, TestAnalyzedSuggestions, 
DistribDocExpirationUpdateProcessorTest, AnalyticsQueryTest, 
TestFieldCacheWithThreads, TestUnifiedSolrHighlighter, PingRequestHandlerTest, 
AutoAddReplicasIntegrationTest, BitVectorTest, 
ManagedSchemaRoundRobinCloudTest, TestDeleteCollectionOnDownNodes, 
DistributedExpandComponentTest, TestInPlaceUpdatesStandalone, 
ClassificationUpdateProcessorFactoryTest, ZkCLITest, TestFastLRUCache, 
DistributedTermsComponentTest, TestStressLucene, SolrMetricReporterTest, 
RegexBytesRefFilterTest, SuggesterFSTTest, CollectionTooManyReplicasTest, 
StatsReloadRaceTest, TestExpandComponent, ReplicaListTransformerTest, 
SynonymTokenizerTest, TestTrackingShardHandlerFactory, CoreSorterTest, 
TestHighFrequencyDictionaryFactory, TestPrepRecovery, OutputWriterTest, 
TestConfigReload, TestStressInPlaceUpdates, LegacyCloudClusterPropTest, 
TestSortByMinMaxFunction, TestAddFieldRealTimeGet, 
PropertiesRequestHandlerTest, TestSimpleTrackingShardHandler, 
ParsingFieldUpdateProcessorsTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
ShardRoutingCustomTest, MoreLikeThisHandlerTest, OverseerRolesTest, 
TestPseudoReturnFields, TestExclusionRuleCollectionAccess, 
TestFieldTypeCollectionResource, TestPointFields, 
AddSchemaFieldsUpdateProcessorFactoryTest, SolrGraphiteReporterTest, 
TestStandardQParsers, DocumentAnalysisRequestHandlerTest, 
AnalysisErrorHandlingTest, TestMissingGroups, DistributedSuggestComponentTest, 
DeleteShardTest, DistributedFacetPivotWhiteBoxTest, QueryEqualityTest, 
TestMacros, CoreMergeIndexesAdminHandlerTest, MetricUtilsTest, SOLR749Test, 
TestSchemaResource, TestConfigOverlay, PrimUtilsTest, TestRemoteStreaming, 
TestMaxTokenLenTokenizer, TestSystemCollAutoCreate, TestNumericTerms64, 
MBeansHandlerTest, TestLeaderElectionZkExpiry, TestInitQParser, 
TestMultiValuedNumericRangeQuery, NotRequiredUniqueKeyTest, 
TestRandomFlRTGCloud, TestComplexPhraseQParserPlugin, TestPerFieldSimilarity, 
CircularListTest, SignatureUpdateProcessorFactoryTest, TestFilteredDocIdSet, 
TestSolrCloudWithKerberosAlt, TestIntervalFaceting, TestXIncludeConfig, 
TestCursorMarkWithoutUniqueKey, ConvertedLegacyTest, TestScoreJoinQPScore, 
RuleEngineTest, TestConfigSetsAPIExclusivity, TestTolerantUpdateProcessorCloud, 
TestWriterPerf, BooleanFieldTest, ConcurrentDeleteAndCreateCollectionTest, 
HdfsRecoveryZkTest, PeerSyncWithIndexFingerprintCachingTest, TestLockTree, 
TestCloudRecovery, PolyFieldTest, BasicAuthStandaloneTest, 
TestZkAclsWithHadoopAuth, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=81444406A8D0C820 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=cu-RU -Dtests.timezone=America/Argentina/Catamarca 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | 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=8423, name=searcherExecutor-3624-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([81444406A8D0C820]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8423, name=searcherExecutor-3624-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at 
java.base@9.0.1/jdk.internal.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1092)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1152)
   [junit4]    >         at 
java.base@9.0.1/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]    >         at 
java.base@9.0.1/java.lang.Thread.run(Thread.java:844)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([81444406A8D0C820]:0)
   [junit4] Completed [325/748 (1!)] on J1 in 31.88s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to