You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/12/09 04:45:17 UTC

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_144) - Build # 962 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/962/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

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=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

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

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([124DE0019178186D]: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([124DE0019178186D:CD2D41D05A5F7BC8]: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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound='10']
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">1</int><lst name="params"><str name="q">*:*</str></lst></lst><result name="response" numFound="0" start="0"></result>
</response>

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




Build Log:
[...truncated 12509 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/init-core-data-001
   [junit4]   2> 1253294 WARN  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1253294 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1253296 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1253296 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1253299 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1253319 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1253361 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1253374 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1253375 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1253378 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001
   [junit4]   2> 1253378 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1, core1, badConfig2, badConfig1, badSchema2, core2]
   [junit4]   2> 1253378 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1253389 INFO  (coreLoadExecutor-3246-thread-3) [    x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1253394 INFO  (coreLoadExecutor-3246-thread-1) [    x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253394 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253395 INFO  (coreLoadExecutor-3246-thread-3) [    x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1253402 INFO  (coreLoadExecutor-3246-thread-3) [    x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253403 INFO  (coreLoadExecutor-3246-thread-1) [    x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1253404 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1253410 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253410 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.c.CoreContainer Creating SolrCore 'core1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core1, trusted=true
   [junit4]   2> 1253410 INFO  (coreLoadExecutor-3246-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@15abef9
   [junit4]   2> 1253411 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1253411 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.c.SolrCore [[core1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core1/data/]
   [junit4]   2> 1253412 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253413 INFO  (coreLoadExecutor-3246-thread-3) [    x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1253414 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1253420 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1253423 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253423 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.c.CoreContainer Creating SolrCore 'core2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core2, trusted=true
   [junit4]   2> 1253423 INFO  (coreLoadExecutor-3246-thread-1) [    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@15abef9
   [junit4]   2> 1253423 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1253423 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.c.SolrCore [[core2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core2/data/]
   [junit4]   2> 1253425 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1253482 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253482 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253483 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13925046684380915]
   [junit4]   2> 1253483 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12edb9d[core1] main]
   [junit4]   2> 1253484 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core1/conf
   [junit4]   2> 1253484 INFO  (coreLoadExecutor-3246-thread-2) [    x:core1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1253486 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253486 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253486 INFO  (searcherExecutor-3247-thread-1-processing-x:core1) [    x:core1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@12edb9d[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253487 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13925046684380915]
   [junit4]   2> 1253487 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.s.SolrIndexSearcher Opening [Searcher@eb0f6c[core2] main]
   [junit4]   2> 1253487 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/core2/conf
   [junit4]   2> 1253488 INFO  (coreLoadExecutor-3246-thread-1) [    x:core2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1253489 INFO  (searcherExecutor-3248-thread-1-processing-x:core2) [    x:core2] o.a.s.c.SolrCore [core2] Registered new searcher Searcher@eb0f6c[core2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253491 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1253491 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4ce3bf commitCommandVersion:0
   [junit4]   2> 1253534 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a6779f[core1] main]
   [junit4]   2> 1253535 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1253539 INFO  (searcherExecutor-3247-thread-1) [    ] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@1a6779f[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c7)))}
   [junit4]   2> 1253543 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] 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=3
   [junit4]   2> 1253548 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] 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> 1253550 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] 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> 1253551 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    ] 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> 1253572 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253582 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1253584 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253584 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig1, trusted=true
   [junit4]   2> 1253584 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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@15abef9
   [junit4]   2> 1253584 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1253585 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 1253587 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.23952458571260493]
   [junit4]   2> 1253641 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253641 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253642 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=46.2568359375, floorSegmentMB=2.1171875, forceMergeDeletesPctAllowed=7.3387538027059325, segmentsPerTier=21.0, maxCFSSegmentSizeMB=1.6201171875, noCFSRatio=1.0
   [junit4]   2> 1253643 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@a9e370[badConfig1] main]
   [junit4]   2> 1253643 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig1/conf
   [junit4]   2> 1253644 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1253645 INFO  (searcherExecutor-3261-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@a9e370[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253653 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253665 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1253667 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253667 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badConfig2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig2, trusted=true
   [junit4]   2> 1253668 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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@15abef9
   [junit4]   2> 1253668 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1253668 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore [[badConfig2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 1253670 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1253725 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253725 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253726 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22114625306336083]
   [junit4]   2> 1253727 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9f45f7[badConfig2] main]
   [junit4]   2> 1253727 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badConfig2/conf
   [junit4]   2> 1253728 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1253729 INFO  (searcherExecutor-3265-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig2] Registered new searcher Searcher@9f45f7[badConfig2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253737 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253748 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1253751 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253751 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema1, trusted=true
   [junit4]   2> 1253751 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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@15abef9
   [junit4]   2> 1253752 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1253752 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore [[badSchema1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 1253754 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1112990043, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1253806 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253807 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253808 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=28, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=26.03125, floorSegmentMB=1.87890625, forceMergeDeletesPctAllowed=23.398930864403656, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1253808 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b50e67[badSchema1] main]
   [junit4]   2> 1253809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema1/conf
   [junit4]   2> 1253809 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1253810 INFO  (searcherExecutor-3269-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema1] Registered new searcher Searcher@1b50e67[badSchema1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253818 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1253830 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 1253833 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1253833 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'badSchema2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema2, trusted=true
   [junit4]   2> 1253834 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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@15abef9
   [junit4]   2> 1253834 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1253834 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore [[badSchema2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema2/data/]
   [junit4]   2> 1253837 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=13.5673828125, floorSegmentMB=2.1552734375, forceMergeDeletesPctAllowed=22.371504813288222, segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1253895 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1253895 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1253897 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=11, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=19.189453125, floorSegmentMB=0.55859375, forceMergeDeletesPctAllowed=12.573460723831083, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1253897 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17dacaa[badSchema2] main]
   [junit4]   2> 1253898 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-001/badSchema2/conf
   [junit4]   2> 1253898 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1253899 INFO  (searcherExecutor-3273-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema2] Registered new searcher Searcher@17dacaa[badSchema2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1253901 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1253901 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@4ce3bf commitCommandVersion:0
   [junit4]   2> 1253942 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f52c87[core1] main]
   [junit4]   2> 1253943 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1253945 INFO  (searcherExecutor-3247-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [core1] Registered new searcher Searcher@f52c87[core1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.3.0):c7)))}
   [junit4]   2> 1253946 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253947 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253947 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253947 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253949 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1253949 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1187de5 commitCommandVersion:0
   [junit4]   2> 1253990 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@bc58c5[badConfig1] main]
   [junit4]   2> 1253991 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1253992 INFO  (searcherExecutor-3261-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1] Registered new searcher Searcher@bc58c5[badConfig1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c7)))}
   [junit4]   2> 1253993 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253994 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253995 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253995 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1253997 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1253997 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@159323d commitCommandVersion:0
   [junit4]   2> 1254038 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1ed9d50[badSchema1] main]
   [junit4]   2> 1254038 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1254043 INFO  (searcherExecutor-3269-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badSchema1] Registered new searcher Searcher@1ed9d50[badSchema1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.3.0):c7)))}
   [junit4]   2> 1254044 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1254045 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1254046 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1254046 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    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> 1254046 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=9718472
   [junit4]   2> 1254046 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1254046 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1928e2b: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@74a45
   [junit4]   2> 1254051 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1254051 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16fde4c: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@b7ab42
   [junit4]   2> 1254055 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1254055 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a5de5b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@87d0cd
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.c.SolrCore [core1]  CLOSING SolrCore org.apache.solr.core.SolrCore@d4aeaa
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.c.SolrCore [core2]  CLOSING SolrCore org.apache.solr.core.SolrCore@d08b7d
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core1, tag=13938346
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore org.apache.solr.core.SolrCore@9a38a6
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-1-processing-x:badConfig1) [    x:core1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19ffc0a: rootName = null, domain = solr.core.core1, service url = null, agent id = null] for registry solr.core.core1 / com.codahale.metrics.MetricRegistry@375a5b
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore org.apache.solr.core.SolrCore@159fc09
   [junit4]   2> 1254056 INFO  (coreCloseExecutor-3283-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore org.apache.solr.core.SolrCore@15f760f
   [junit4]   2> 1254057 INFO  (coreCloseExecutor-3283-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore org.apache.solr.core.SolrCore@18da99b
   [junit4]   2> 1254064 INFO  (coreCloseExecutor-3283-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badSchema2, tag=10107046
   [junit4]   2> 1254064 INFO  (coreCloseExecutor-3283-thread-4-processing-x:badConfig1) [    x:badSchema2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@764da1: rootName = null, domain = solr.core.badSchema2, service url = null, agent id = null] for registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@563aa1
   [junit4]   2> 1254071 INFO  (coreCloseExecutor-3283-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badConfig1, tag=22674441
   [junit4]   2> 1254071 INFO  (coreCloseExecutor-3283-thread-5-processing-x:badConfig1) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b181d1: rootName = null, domain = solr.core.badConfig1, service url = null, agent id = null] for registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@1347149
   [junit4]   2> 1254080 INFO  (coreCloseExecutor-3283-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badConfig2, tag=23033359
   [junit4]   2> 1254080 INFO  (coreCloseExecutor-3283-thread-6-processing-x:badConfig1) [    x:badConfig2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23ef0b: rootName = null, domain = solr.core.badConfig2, service url = null, agent id = null] for registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@1f75ebd
   [junit4]   2> 1254088 INFO  (coreCloseExecutor-3283-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.badSchema1, tag=26061211
   [junit4]   2> 1254089 INFO  (coreCloseExecutor-3283-thread-3-processing-x:badConfig1) [    x:badSchema1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b8a636: rootName = null, domain = solr.core.badSchema1, service url = null, agent id = null] for registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@3908fe
   [junit4]   2> 1254096 INFO  (coreCloseExecutor-3283-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.core2, tag=13667197
   [junit4]   2> 1254097 INFO  (coreCloseExecutor-3283-thread-2-processing-x:badConfig1) [    x:core2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@a87b5c: rootName = null, domain = solr.core.core2, service url = null, agent id = null] for registry solr.core.core2 / com.codahale.metrics.MetricRegistry@c31813
   [junit4]   2> 1254105 INFO  (TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1254107 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 1254115 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/solr.xml
   [junit4]   2> 1254119 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1254119 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1254120 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1254146 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1254157 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1254157 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1254160 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1254173 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254173 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254173 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254186 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1254187 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1254187 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1254190 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254190 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254190 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254193 INFO  (coreLoadExecutor-3290-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection5, trusted=true
   [junit4]   2> 1254191 INFO  (coreLoadExecutor-3290-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection2, trusted=true
   [junit4]   2> 1254193 INFO  (coreLoadExecutor-3290-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection1, trusted=true
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-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@15abef9
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-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@15abef9
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-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@15abef9
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection5/data/]
   [junit4]   2> 1254194 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection1/data/]
   [junit4]   2> 1254197 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254197 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254197 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254265 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254265 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254267 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13925046684380915]
   [junit4]   2> 1254268 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a3e194[collection2] main]
   [junit4]   2> 1254268 INFO  (coreLoadExecutor-3290-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection2/conf
   [junit4]   2> 1254269 INFO  (coreLoadExecutor-3290-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1254270 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254270 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254271 INFO  (searcherExecutor-3292-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@1a3e194[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254271 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13925046684380915]
   [junit4]   2> 1254271 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254271 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254272 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1d27f13[collection1] main]
   [junit4]   2> 1254272 INFO  (coreLoadExecutor-3290-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection1/conf
   [junit4]   2> 1254272 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13925046684380915]
   [junit4]   2> 1254272 INFO  (coreLoadExecutor-3290-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1254273 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening [Searcher@179cde5[collection5] main]
   [junit4]   2> 1254273 INFO  (coreLoadExecutor-3290-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection5/conf
   [junit4]   2> 1254273 INFO  (coreLoadExecutor-3290-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1254274 INFO  (searcherExecutor-3293-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1d27f13[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254274 INFO  (searcherExecutor-3291-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@179cde5[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254283 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254289 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1254291 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254291 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection3, trusted=true
   [junit4]   2> 1254291 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    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@15abef9
   [junit4]   2> 1254291 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254291 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection3], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection3/data/]
   [junit4]   2> 1254294 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254348 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254348 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254349 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=12, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=34.5654296875, floorSegmentMB=1.3056640625, forceMergeDeletesPctAllowed=24.851556961481197, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1254349 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7fb3de[collection3] main]
   [junit4]   2> 1254350 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection3/conf
   [junit4]   2> 1254350 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1254351 INFO  (searcherExecutor-3303-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@7fb3de[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254359 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254364 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1254367 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254367 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection4, trusted=true
   [junit4]   2> 1254367 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    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@15abef9
   [junit4]   2> 1254367 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254368 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection4], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/./collection4/data/]
   [junit4]   2> 1254370 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=46, maxMergedSegmentMB=16.0009765625, floorSegmentMB=1.1064453125, forceMergeDeletesPctAllowed=22.440908516092488, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1254427 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254427 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254429 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=29.0283203125, floorSegmentMB=2.029296875, forceMergeDeletesPctAllowed=20.603514843589775, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5982487385818631
   [junit4]   2> 1254429 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a7d8a6[collection4] main]
   [junit4]   2> 1254429 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-002/collection4/conf
   [junit4]   2> 1254430 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1254431 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1693452
   [junit4]   2> 1254431 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1254431 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b1cc7f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@12d9a53
   [junit4]   2> 1254431 INFO  (searcherExecutor-3307-thread-1-processing-x:badConfig1) [    x:badConfig1] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@1a7d8a6[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254435 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1254435 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@107ccb9: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@b7ab42
   [junit4]   2> 1254439 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1254440 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40fcb9: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@87d0cd
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@faf054
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@efa8ee
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.c.SolrCore [collection4]  CLOSING SolrCore org.apache.solr.core.SolrCore@ab3993
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-4-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@8a6f77
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=16445524
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-5-processing-x:badConfig1) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@d635d3
   [junit4]   2> 1254440 INFO  (coreCloseExecutor-3311-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e5c507: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@144f392
   [junit4]   2> 1254449 INFO  (coreCloseExecutor-3311-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=15706350
   [junit4]   2> 1254449 INFO  (coreCloseExecutor-3311-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1082bcd: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@bad78c
   [junit4]   2> 1254456 INFO  (coreCloseExecutor-3311-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection4, tag=11221395
   [junit4]   2> 1254457 INFO  (coreCloseExecutor-3311-thread-3-processing-x:badConfig1) [    x:collection4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@f1955b: rootName = null, domain = solr.core.collection4, service url = null, agent id = null] for registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@a91de6
   [junit4]   2> 1254468 INFO  (coreCloseExecutor-3311-thread-4-processing-x:badConfig1) [    x:collection2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection2, tag=9072503
   [junit4]   2> 1254468 INFO  (coreCloseExecutor-3311-thread-4-processing-x:badConfig1) [    x:collection2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1eac777: rootName = null, domain = solr.core.collection2, service url = null, agent id = null] for registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@15e1bb7
   [junit4]   2> 1254476 INFO  (coreCloseExecutor-3311-thread-5-processing-x:badConfig1) [    x:collection3] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection3, tag=14038483
   [junit4]   2> 1254477 INFO  (coreCloseExecutor-3311-thread-5-processing-x:badConfig1) [    x:collection3] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@af8d2f: rootName = null, domain = solr.core.collection3, service url = null, agent id = null] for registry solr.core.collection3 / com.codahale.metrics.MetricRegistry@1e8ce72
   [junit4]   2> 1254488 INFO  (TEST-TestLazyCores.testLazyLoad-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testLazyLoad
   [junit4]   2> 1254490 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Starting testMidUseUnload
   [junit4]   2> 1254498 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/solr.xml
   [junit4]   2> 1254502 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1254502 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1254503 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1254540 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1254555 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1254555 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@15abef9
   [junit4]   2> 1254558 INFO  (TEST-TestLazyCores.testMidUseUnload-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1254575 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254576 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254576 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
   [junit4]   2> 1254590 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1254590 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1254590 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1254597 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254597 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254597 INFO  (coreLoadExecutor-3318-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/./collection5, trusted=true
   [junit4]   2> 1254597 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1254597 INFO  (coreLoadExecutor-3318-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/./collection2, trusted=true
   [junit4]   2> 1254597 INFO  (coreLoadExecutor-3318-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/./collection1, trusted=true
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-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@15abef9
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-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@15abef9
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-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@15abef9
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/./collection5/data/]
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/./collection2/data/]
   [junit4]   2> 1254598 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/./collection1/data/]
   [junit4]   2> 1254603 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254603 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254603 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1254674 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254674 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254675 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.13925046684380915]
   [junit4]   2> 1254676 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b7c521[collection1] main]
   [junit4]   2> 1254676 INFO  (coreLoadExecutor-3318-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001/tempDir-003/collection1/conf
   [junit4]   2> 1254676 INFO  (coreLoadExecutor-3318-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1254678 INFO  (searcherExecutor-3321-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@b7c521[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1254685 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254685 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1254685 INFO  (coreLoadExecutor-3318-thread-2-processing-x:badConfig1) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1254685 INFO  (coreLoadExecutor-3318-thread-3-processing-x:badConfig1) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   

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

utor-3567-thread-1-processing-x:badConfig1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@493f4e: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@1c8bff7
   [junit4]   2> 1259954 INFO  (coreCloseExecutor-3567-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection5, tag=24059664
   [junit4]   2> 1259954 INFO  (coreCloseExecutor-3567-thread-2-processing-x:badConfig1) [    x:collection5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b86919: rootName = null, domain = solr.core.collection5, service url = null, agent id = null] for registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@1276ca2
   [junit4]   2> 1259962 INFO  (TEST-TestLazyCores.testCreateTransientFromAdmin-seed#[124DE0019178186D]) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testCreateTransientFromAdmin
   [junit4]   2> 1259963 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    x:badConfig1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1259963 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2834765
   [junit4]   2> 1259963 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1259963 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-worker) [    x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1259963 INFO  (SUITE-TestLazyCores-seed#[124DE0019178186D]-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.x-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestLazyCores_124DE0019178186D-001
   [junit4]   2> Dec 09, 2017 4:30:37 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 09, 2017 4:30:57 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=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Dec 09, 2017 4:30:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 09, 2017 4:31:00 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {v_t=FST50, id=FST50, v_s=Lucene50(blocksize=128), v_f=PostingsFormat(name=Direct)}, docValues:{}, maxPointsInLeafNode=1980, maxMBSortInHeap=6.932918695851746, sim=RandomSimilarity(queryNorm=true): {}, locale=de-AT, timezone=US/Samoa
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=2,free=76006712,total=265232384
   [junit4]   2> NOTE: All tests run in this JVM: [TestLRUStatsCache, TestHttpShardHandlerFactory, TestSSLRandomization, SuggesterFSTTest, SolrRequestParserTest, TestTolerantUpdateProcessorCloud, SolrIndexSplitterTest, TestNestedDocsSort, TestOmitPositions, BlockJoinFacetSimpleTest, ConvertedLegacyTest, TestClassicSimilarityFactory, TestFileDictionaryLookup, TestSolr4Spatial, RollingRestartTest, TestUniqueKeyFieldResource, AutoScalingHandlerTest, BJQParserTest, UUIDUpdateProcessorFallbackTest, TestStressRecovery, TestFieldCollectionResource, TestFastLRUCache, TestCustomStream, PolyFieldTest, DOMUtilTest, SuggestComponentTest, TestSolrConfigHandler, TestRandomFlRTGCloud, PreAnalyzedUpdateProcessorTest, HdfsAutoAddReplicasIntegrationTest, CollectionsAPIDistributedZkTest, TestReplicaProperties, TestLegacyNumericUtils, TestSolrQueryResponse, ConfigureRecoveryStrategyTest, TestAuthenticationFramework, TestSchemaManager, TestBM25SimilarityFactory, UpdateLogTest, TestRemoteStreaming, TestMultiWordSynonyms, TestReloadAndDeleteDocs, CoreAdminCreateDiscoverTest, TestRangeQuery, NotRequiredUniqueKeyTest, TestHdfsBackupRestoreCore, PKIAuthenticationIntegrationTest, TestPerFieldSimilarityWithDefaultOverride, BitVectorTest, TestRuleBasedAuthorizationPlugin, ZkSolrClientTest, TestQuerySenderNoQuery, SecurityConfHandlerTest, TestSimpleQParserPlugin, DirectUpdateHandlerTest, TestGraphMLResponseWriter, TestSlowCompositeReaderWrapper, DocValuesMultiTest, TestCopyFieldCollectionResource, ZkFailoverTest, TestStreamBody, OpenExchangeRatesOrgProviderTest, TestLeaderElectionZkExpiry, NumericFieldsTest, TestCloudRecovery, TestManagedSchemaAPI, TestConfigSetsAPIExclusivity, TestLegacyNumericRangeQueryBuilder, TestSolrConfigHandlerCloud, SolrCmdDistributorTest, TestCollapseQParserPlugin, OverseerRolesTest, TestBackupRepositoryFactory, BlockCacheTest, TestRandomCollapseQParserPlugin, TestFaceting, TestMaxTokenLenTokenizer, TestConfigSetProperties, AddReplicaTest, CheckHdfsIndexTest, HLLSerializationTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=124DE0019178186D -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=de-AT -Dtests.timezone=US/Samoa -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=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([124DE0019178186D]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=10773, name=searcherExecutor-3425-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([124DE0019178186D]:0)
   [junit4] Completed [280/751 (1!)] on J1 in 29.91s, 9 tests, 3 errors <<< FAILURES!

[...truncated 44689 lines...]