Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/151/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseSerialGC

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=15161, name=searcherExecutor-4525-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=15161, name=searcherExecutor-4525-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([9AF14106C9B9B212]: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=15161, name=searcherExecutor-4525-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=15161, name=searcherExecutor-4525-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([9AF14106C9B9B212]: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([9AF14106C9B9B212:4591E0D7029ED1B7]: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 12815 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/init-core-data-001
   [junit4]   2> 1683244 WARN  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1683244 INFO  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1683245 INFO  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 1683247 INFO  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1683248 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1683259 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1683296 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683307 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683307 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683312 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001
   [junit4]   2> 1683312 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1, core1, badConfig2, 
badConfig1, badSchema2, core2]
   [junit4]   2> 1683312 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1683317 INFO  (coreLoadExecutor-4323-thread-1) [    
x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683321 INFO  (coreLoadExecutor-4323-thread-3) [    
x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1683321 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683332 INFO  (coreLoadExecutor-4323-thread-1) [    
x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1683333 INFO  (coreLoadExecutor-4323-thread-3) [    
x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1683335 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1683337 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1683337 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core1,
 trusted=true
   [junit4]   2> 1683337 INFO  (coreLoadExecutor-4323-thread-2) [    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@5c21bb67
   [junit4]   2> 1683337 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1683338 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core1/data/]
   [junit4]   2> 1683339 INFO  (coreLoadExecutor-4323-thread-1) [    
x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683339 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683342 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1478136971, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1683345 INFO  (coreLoadExecutor-4323-thread-1) [    
x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1683346 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1683356 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1683356 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core2,
 trusted=true
   [junit4]   2> 1683357 INFO  (coreLoadExecutor-4323-thread-3) [    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@5c21bb67
   [junit4]   2> 1683357 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1683357 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core2/data/]
   [junit4]   2> 1683360 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1478136971, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1683390 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1683390 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1683391 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1856500828512309]
   [junit4]   2> 1683391 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@eaca729[core1] main]
   [junit4]   2> 1683392 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core1/conf
   [junit4]   2> 1683392 INFO  (coreLoadExecutor-4323-thread-2) [    x:core1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1683393 INFO  
(searcherExecutor-4324-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@eaca729[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1683415 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1683415 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1683416 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1856500828512309]
   [junit4]   2> 1683417 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@282b470d[core2] main]
   [junit4]   2> 1683417 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/core2/conf
   [junit4]   2> 1683418 INFO  (coreLoadExecutor-4323-thread-3) [    x:core2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1683419 INFO  
(searcherExecutor-4325-thread-1-processing-x:core2) [    x:core2] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@282b470d[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1683420 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1683420 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@156baa0 commitCommandVersion:0
   [junit4]   2> 1683457 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@3438de45[core1] main]
   [junit4]   2> 1683457 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1683459 INFO  (searcherExecutor-4324-thread-1) [    ] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@3438de45[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.2):c7)))}
   [junit4]   2> 1683460 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=1
   [junit4]   2> 1683462 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] 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> 1683463 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] 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> 1683463 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
] 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> 1683475 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683481 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1683483 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1683483 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig1,
 trusted=true
   [junit4]   2> 1683483 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badConfig1' (registry 'solr.core.badConfig1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683483 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1683483 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 1683487 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=15, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=89.255859375, 
floorSegmentMB=1.24609375, forceMergeDeletesPctAllowed=7.93961918109252, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3524700740118465
   [junit4]   2> 1683562 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1683562 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1683564 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=6887656, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1683564 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45c543b[badConfig1] 
main]
   [junit4]   2> 1683565 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig1/conf
   [junit4]   2> 1683566 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1683567 INFO  
(searcherExecutor-4338-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@45c543b[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1683573 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683579 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1683581 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1683581 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig2,
 trusted=true
   [junit4]   2> 1683582 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badConfig2' (registry 'solr.core.badConfig2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683582 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1683582 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 1683585 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1638753300, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1683649 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1683649 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1683651 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=6.291015625, 
floorSegmentMB=0.8212890625, forceMergeDeletesPctAllowed=21.721783163486926, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1683651 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@24c8cf68[badConfig2] 
main]
   [junit4]   2> 1683652 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badConfig2/conf
   [junit4]   2> 1683652 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1683653 INFO  
(searcherExecutor-4342-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig2] Registered new searcher 
Searcher@24c8cf68[badConfig2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1683659 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683680 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1683682 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1683682 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema1,
 trusted=true
   [junit4]   2> 1683683 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badSchema1' (registry 'solr.core.badSchema1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683683 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1683683 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 1683686 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=38, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=82.3857421875, 
floorSegmentMB=1.912109375, forceMergeDeletesPctAllowed=28.117097691876353, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21548862372316818
   [junit4]   2> 1683749 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1683749 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1683751 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=42.421875, 
floorSegmentMB=0.2001953125, forceMergeDeletesPctAllowed=3.418465845547467, 
segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1683751 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@67b6ad77[badSchema1] 
main]
   [junit4]   2> 1683752 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema1/conf
   [junit4]   2> 1683753 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1683753 INFO  
(searcherExecutor-4346-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@67b6ad77[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1683759 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1683767 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 1683769 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1683769 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema2,
 trusted=true
   [junit4]   2> 1683769 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.badSchema2' (registry 'solr.core.badSchema2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1683769 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1683769 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema2/data/]
   [junit4]   2> 1683772 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8086667503863189]
   [junit4]   2> 1683834 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1683834 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1683835 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=41, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5790618439687346]
   [junit4]   2> 1683836 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2fa1ebc3[badSchema2] 
main]
   [junit4]   2> 1683836 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-001/badSchema2/conf
   [junit4]   2> 1683837 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1683839 INFO  
(searcherExecutor-4350-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema2] Registered new searcher 
Searcher@2fa1ebc3[badSchema2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1683840 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1683840 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@156baa0 commitCommandVersion:0
   [junit4]   2> 1683904 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6688696b[core1] main]
   [junit4]   2> 1683905 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1683906 INFO  
(searcherExecutor-4324-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@6688696b[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.2.2):c7)))}
   [junit4]   2> 1683907 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1683907 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1683908 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1683908 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [core1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1683908 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1683909 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@71b98f14 commitCommandVersion:0
   [junit4]   2> 1683970 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@466d937f[badConfig1] 
main]
   [junit4]   2> 1683971 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1683972 INFO  
(searcherExecutor-4338-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@466d937f[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.2):c7)))}
   [junit4]   2> 1683973 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1683973 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1683973 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1683975 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badConfig1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1683978 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1683978 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@6e049ccf commitCommandVersion:0
   [junit4]   2> 1684052 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6962a9f3[badSchema1] 
main]
   [junit4]   2> 1684053 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1684054 INFO  
(searcherExecutor-4346-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@6962a9f3[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.2):c7)))}
   [junit4]   2> 1684055 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!prefix+f%3Dv_t}hel&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1684055 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}hello&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 1684056 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_t}Hello&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1684056 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.S.Request [badSchema1]  webapp=null path=null 
params={q={!raw+f%3Dv_f}1.5&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1684056 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1726120984
   [junit4]   2> 1684056 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1684056 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3dd3e934: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@19d21eda
   [junit4]   2> 1684063 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1684063 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@75f95cea: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@5f1d8a11
   [junit4]   2> 1684068 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1684068 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@66bfd769: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@57f67c0b
   [junit4]   2> 1684068 INFO  
(coreCloseExecutor-4360-thread-1-processing-x:badConfig1) [    x:core1] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6ef3c8cf
   [junit4]   2> 1684068 INFO  
(coreCloseExecutor-4360-thread-2-processing-x:badConfig1) [    x:core2] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6c46398a
   [junit4]   2> 1684068 INFO  
(coreCloseExecutor-4360-thread-1-processing-x:badConfig1) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.core1, tag=1861470415
   [junit4]   2> 1684068 INFO  
(coreCloseExecutor-4360-thread-3-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7e89b487
   [junit4]   2> 1684068 INFO  
(coreCloseExecutor-4360-thread-1-processing-x:badConfig1) [    x:core1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4fba5e85: rootName = null, 
domain = solr.core.core1, service url = null, agent id = null] for registry 
solr.core.core1 / com.codahale.metrics.MetricRegistry@67ae3bc1
   [junit4]   2> 1684087 INFO  
(coreCloseExecutor-4360-thread-5-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b9694c1
   [junit4]   2> 1684087 INFO  
(coreCloseExecutor-4360-thread-6-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@50aac311
   [junit4]   2> 1684087 INFO  
(coreCloseExecutor-4360-thread-4-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@62c3ac05
   [junit4]   2> 1684094 INFO  
(coreCloseExecutor-4360-thread-2-processing-x:badConfig1) [    x:core2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.core2, tag=1816541578
   [junit4]   2> 1684094 INFO  
(coreCloseExecutor-4360-thread-2-processing-x:badConfig1) [    x:core2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@754e0a1b: rootName = null, 
domain = solr.core.core2, service url = null, agent id = null] for registry 
solr.core.core2 / com.codahale.metrics.MetricRegistry@6e474522
   [junit4]   2> 1684099 INFO  
(coreCloseExecutor-4360-thread-3-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badSchema1, tag=2122953863
   [junit4]   2> 1684099 INFO  
(coreCloseExecutor-4360-thread-3-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6bc5993b: rootName = null, 
domain = solr.core.badSchema1, service url = null, agent id = null] for 
registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@14309ade
   [junit4]   2> 1684108 INFO  
(coreCloseExecutor-4360-thread-5-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badConfig1, tag=194417857
   [junit4]   2> 1684108 INFO  
(coreCloseExecutor-4360-thread-5-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@284b94c1: rootName = null, 
domain = solr.core.badConfig1, service url = null, agent id = null] for 
registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@238ce567
   [junit4]   2> 1684114 INFO  
(coreCloseExecutor-4360-thread-4-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badSchema2, tag=1656990725
   [junit4]   2> 1684114 INFO  
(coreCloseExecutor-4360-thread-4-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@789ae1e5: rootName = null, 
domain = solr.core.badSchema2, service url = null, agent id = null] for 
registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@38bbc91c
   [junit4]   2> 1684123 INFO  
(coreCloseExecutor-4360-thread-6-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badConfig2, tag=1353368337
   [junit4]   2> 1684123 INFO  
(coreCloseExecutor-4360-thread-6-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2bb149b2: rootName = null, 
domain = solr.core.badConfig2, service url = null, agent id = null] for 
registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@597161b6
   [junit4]   2> 1684132 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1684133 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1684147 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/solr.xml
   [junit4]   2> 1684149 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1684150 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1684151 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1684182 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' 
(registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684189 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684190 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' 
(registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684191 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache 
for 4 transient cores
   [junit4]   2> 1684198 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684198 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684198 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684214 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1684215 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1684215 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1684216 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684216 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 1684216 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    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@5c21bb67
   [junit4]   2> 1684216 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    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@5c21bb67
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection5/data/]
   [junit4]   2> 1684217 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684218 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 1684218 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    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@5c21bb67
   [junit4]   2> 1684218 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684218 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection1/data/]
   [junit4]   2> 1684218 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1478136971, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1684220 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1478136971, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1684220 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1478136971, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 1684334 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684334 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684335 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1856500828512309]
   [junit4]   2> 1684349 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2a9376b2[collection2] main]
   [junit4]   2> 1684349 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection2/conf
   [junit4]   2> 1684350 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684350 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684350 INFO  
(coreLoadExecutor-4367-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684351 INFO  
(searcherExecutor-4368-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@2a9376b2[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684351 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1856500828512309]
   [junit4]   2> 1684357 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@71f4a2da[collection1] main]
   [junit4]   2> 1684357 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection1/conf
   [junit4]   2> 1684358 INFO  
(coreLoadExecutor-4367-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684369 INFO  
(searcherExecutor-4370-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@71f4a2da[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684385 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684385 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684386 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1856500828512309]
   [junit4]   2> 1684387 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@57ebc52f[collection5] main]
   [junit4]   2> 1684387 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection5/conf
   [junit4]   2> 1684388 INFO  
(coreLoadExecutor-4367-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684396 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684407 INFO  
(searcherExecutor-4369-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@57ebc52f[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684408 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1684410 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684410 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection3,
 trusted=true
   [junit4]   2> 1684411 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection3' (registry 'solr.core.collection3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684411 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684411 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection3],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection3/data/]
   [junit4]   2> 1684414 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1684491 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684491 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684493 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=40, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7405033344226294]
   [junit4]   2> 1684494 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@65c318db[collection3] 
main]
   [junit4]   2> 1684494 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection3/conf
   [junit4]   2> 1684495 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684496 INFO  
(searcherExecutor-4380-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection3] Registered new searcher 
Searcher@65c318db[collection3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684502 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684525 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1684527 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684527 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection4,
 trusted=true
   [junit4]   2> 1684527 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection4' (registry 'solr.core.collection4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684527 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684527 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection4/data/]
   [junit4]   2> 1684530 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=31, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=95.8857421875, 
floorSegmentMB=0.5322265625, forceMergeDeletesPctAllowed=6.03045816495169, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4970377679159905
   [junit4]   2> 1684594 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684594 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684596 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=14.6162109375, 
floorSegmentMB=0.7998046875, forceMergeDeletesPctAllowed=25.22130729967283, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1684596 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@106ab15e[collection4] 
main]
   [junit4]   2> 1684597 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection4/conf
   [junit4]   2> 1684598 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684598 INFO  
(searcherExecutor-4384-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@106ab15e[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684604 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684611 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1684612 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684612 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection6,
 trusted=true
   [junit4]   2> 1684613 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection6' (registry 'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684613 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684613 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection6/data/]
   [junit4]   2> 1684616 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@793c50f2
   [junit4]   2> 1684681 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684681 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=17, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1684682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@31543b29[collection6] 
main]
   [junit4]   2> 1684682 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection6/conf
   [junit4]   2> 1684683 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684684 INFO  
(searcherExecutor-4388-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@31543b29[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684690 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684696 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1684698 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684698 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection7,
 trusted=true
   [junit4]   2> 1684699 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection7' (registry 'solr.core.collection7') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684699 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684699 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection7],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection7/data/]
   [junit4]   2> 1684702 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=4.8857421875, 
floorSegmentMB=1.7646484375, forceMergeDeletesPctAllowed=20.212847375445598, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.24610561204850143
   [junit4]   2> 1684769 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684769 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684771 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] 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=1.0]
   [junit4]   2> 1684771 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15d10add[collection7] 
main]
   [junit4]   2> 1684772 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection7/conf
   [junit4]   2> 1684773 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684774 INFO  
(searcherExecutor-4392-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection7] Registered new searcher 
Searcher@15d10add[collection7] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684780 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684786 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection8] Schema name=tiny
   [junit4]   2> 1684788 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684788 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection8' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection8,
 trusted=true
   [junit4]   2> 1684789 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection8' (registry 'solr.core.collection8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684789 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684789 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection8] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection8],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection8/data/]
   [junit4]   2> 1684792 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=19, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=64.681640625, 
floorSegmentMB=1.7333984375, forceMergeDeletesPctAllowed=28.33201464746784, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1684855 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684855 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684856 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@38bcc42f
   [junit4]   2> 1684856 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52efa935[collection8] 
main]
   [junit4]   2> 1684857 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection8/conf
   [junit4]   2> 1684857 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684857 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection3]
   [junit4]   2> 1684858 INFO  
(searcherExecutor-4396-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection8] Registered new searcher 
Searcher@52efa935[collection8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1684862 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.2
   [junit4]   2> 1684867 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema [collection9] Schema name=tiny
   [junit4]   2> 1684868 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1684868 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection9' using 
configuration from instancedir 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection9,
 trusted=true
   [junit4]   2> 1684869 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection9' (registry 'solr.core.collection9') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5c21bb67
   [junit4]   2> 1684869 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1684869 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [[collection9] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection9],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/./collection9/data/]
   [junit4]   2> 1684871 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=12, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=34.044921875, 
floorSegmentMB=0.8251953125, forceMergeDeletesPctAllowed=17.889047899249462, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8900934550081675
   [junit4]   2> 1684915 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1684915 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1684916 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=91.4228515625, 
floorSegmentMB=0.5576171875, forceMergeDeletesPctAllowed=10.34062808502962, 
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1684917 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4672bd4a[collection9] 
main]
   [junit4]   2> 1684917 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001/tempDir-002/collection9/conf
   [junit4]   2> 1684918 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1684918 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Closing transient core 
[collection2]
   [junit4]   2> 1684918 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@166fe327
   [junit4]   2> 1684918 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[9AF14106C9B9B212]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=376431399
   [junit4]   2> 1684918 INFO  (TEST-TestLazyCores.

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

F14106C9B9B212]-worker) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down 
CoreContainer instance=175335245
   [junit4]   2> 1691982 INFO  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1691982 INFO  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1691982 INFO  
(SUITE-TestLazyCores-seed#[9AF14106C9B9B212]-worker) [    x:badConfig1] 
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.2-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_9AF14106C9B9B212-001
   [junit4]   2> Jan 17, 2018 11:45:50 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Jan 17, 2018 11:46:10 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=15161, name=searcherExecutor-4525-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> Jan 17, 2018 11:46:10 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=15161, name=searcherExecutor-4525-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Jan 17, 2018 11:46:13 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=15161, name=searcherExecutor-4525-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=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
v_s=BlockTreeOrds(blocksize=128), 
v_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=1002, maxMBSortInHeap=5.481232544489316, 
sim=RandomSimilarity(queryNorm=false): {}, locale=ar-IL, timezone=Europe/Vaduz
   [junit4]   2> NOTE: Linux 4.13.0-26-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=2,free=191130816,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, 
TestCoreAdminApis, JSONWriterTest, DistribDocExpirationUpdateProcessorTest, 
TestCustomStream, TestDocSet, ChangedSchemaMergeTest, 
PathHierarchyTokenizerFactoryTest, PingRequestHandlerTest, 
TestHttpShardHandlerFactory, TestRTGBase, TestJettySolrRunner, 
MultiThreadedOCPTest, TestFieldCollectionResource, HdfsBasicDistributedZk2Test, 
TestSolrCoreParser, SolrCoreMetricManagerTest, SecurityConfHandlerTest, 
TestJsonRequest, HdfsSyncSliceTest, TestAuthenticationFramework, 
TestNestedDocsSort, TestSolrConfigHandler, CheckHdfsIndexTest, 
TestUniqueKeyFieldResource, TestPolicyCloud, DistributedTermsComponentTest, 
TestRestoreCore, PolyFieldTest, PreAnalyzedFieldManagedSchemaCloudTest, 
TestFileDictionaryLookup, TermVectorComponentDistributedTest, 
TestBackupRepositoryFactory, TestLuceneMatchVersion, TestUseDocValuesAsStored2, 
TestClusterStateMutator, SolrMetricsIntegrationTest, TestMaxTokenLenTokenizer, 
CdcrReplicationHandlerTest, DistributedFacetPivotSmallAdvancedTest, 
RequestHandlersTest, PeerSyncReplicationTest, TestSolrCoreSnapshots, 
PreAnalyzedUpdateProcessorTest, ZkFailoverTest, 
HdfsAutoAddReplicasIntegrationTest, DistributedQueryComponentCustomSortTest, 
TestSizeLimitedDistributedMap, TestPrepRecovery, ClusterStateUpdateTest, 
TestStressLucene, CreateCollectionCleanupTest, BinaryUpdateRequestHandlerTest, 
HdfsRecoverLeaseTest, TestCollationField, LegacyCloudClusterPropTest, 
SolrIndexConfigTest, ImplicitSnitchTest, TestDistribIDF, CdcrBidirectionalTest, 
TestSchemaSimilarityResource, RankQueryTest, TestLegacyNumericUtils, 
DebugComponentTest, TestOmitPositions, TestManagedSynonymGraphFilterFactory, 
ConcurrentDeleteAndCreateCollectionTest, TestSimpleTrackingShardHandler, 
ShowFileRequestHandlerTest, V2ApiIntegrationTest, TestDocumentBuilder, 
TestCustomDocTransformer, HdfsChaosMonkeySafeLeaderTest, 
SignatureUpdateProcessorFactoryTest, ShardSplitTest, TestSolrQueryResponse, 
TestHdfsBackupRestoreCore, AutoScalingHandlerTest, TestCloudRecovery, 
TestXmlQParserPlugin, PKIAuthenticationIntegrationTest, SolrCLIZkUtilsTest, 
TestLegacyFieldCache, TestCollapseQParserPlugin, TestCloudJSONFacetJoinDomain, 
PreAnalyzedFieldTest, HdfsUnloadDistributedZkTest, RegexBoostProcessorTest, 
AssignTest, TestLRUStatsCache, UpdateLogTest, DistributedFacetExistsSmallTest, 
LeaderFailureAfterFreshStartTest, SolrIndexMetricsTest, HLLSerializationTest, 
MBeansHandlerTest, TestFieldTypeResource, ZkSolrClientTest, 
MoveReplicaHDFSFailoverTest, DocExpirationUpdateProcessorFactoryTest, 
TestInfoStreamLogging, TestRandomCollapseQParserPlugin, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=9AF14106C9B9B212 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=ar-IL -Dtests.timezone=Europe/Vaduz -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [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=15161, name=searcherExecutor-4525-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([9AF14106C9B9B212]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=15161, name=searcherExecutor-4525-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([9AF14106C9B9B212]:0)
   [junit4] Completed [348/751 (1!)] on J1 in 31.82s, 9 tests, 3 errors <<< 
FAILURES!

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

Reply via email to