Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/442/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=20006, name=searcherExecutor-6460-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=20006, name=searcherExecutor-6460-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([129A8BA8C832321D]: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=20006, name=searcherExecutor-6460-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=20006, name=searcherExecutor-6460-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([129A8BA8C832321D]: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([129A8BA8C832321D:CDFA2A79031551B8]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:884)
        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">0</int><lst name="params"><str 
name="q">*:*</str></lst></lst><result name="response" numFound="0" 
start="0"></result>
</response>

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




Build Log:
[...truncated 12232 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 1578398 INFO  
(SUITE-TestLazyCores-seed#[129A8BA8C832321D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/init-core-data-001
   [junit4]   2> 1578398 WARN  
(SUITE-TestLazyCores-seed#[129A8BA8C832321D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=39 numCloses=39
   [junit4]   2> 1578399 INFO  
(SUITE-TestLazyCores-seed#[129A8BA8C832321D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1578400 INFO  
(SUITE-TestLazyCores-seed#[129A8BA8C832321D]-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> 1578401 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testBadConfigsGenerateErrors
   [junit4]   2> 1578415 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1578446 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1578454 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1578454 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1578458 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.c.CorePropertiesLocator Found 6 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001
   [junit4]   2> 1578458 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.c.CorePropertiesLocator Cores are: [badSchema1, core1, badConfig2, 
badConfig1, badSchema2, core2]
   [junit4]   2> 1578458 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 1578460 INFO  (coreLoadExecutor-6354-thread-3) [    
x:badConfig2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1578462 INFO  (coreLoadExecutor-6354-thread-3) [    
x:badConfig1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1578463 INFO  (coreLoadExecutor-6354-thread-1) [    
x:badSchema1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578463 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578466 INFO  (coreLoadExecutor-6354-thread-1) [    
x:badSchema1] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1578467 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.s.IndexSchema [core1] Schema name=tiny
   [junit4]   2> 1578468 INFO  (coreLoadExecutor-6354-thread-3) [    
x:badSchema2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578469 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578469 INFO  (coreLoadExecutor-6354-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core1,
 trusted=true
   [junit4]   2> 1578470 INFO  (coreLoadExecutor-6354-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@5f38be7
   [junit4]   2> 1578470 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578470 INFO  (coreLoadExecutor-6354-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core1/data/]
   [junit4]   2> 1578470 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578471 INFO  (coreLoadExecutor-6354-thread-3) [    
x:badSchema2] o.a.s.c.Config Ignoring exception matching \QSAXParseException\E
   [junit4]   2> 1578472 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1578473 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.s.IndexSchema [core2] Schema name=tiny
   [junit4]   2> 1578475 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578475 INFO  (coreLoadExecutor-6354-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core2,
 trusted=true
   [junit4]   2> 1578475 INFO  (coreLoadExecutor-6354-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@5f38be7
   [junit4]   2> 1578475 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578475 INFO  (coreLoadExecutor-6354-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core2/data/]
   [junit4]   2> 1578476 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1578514 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1578514 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1578514 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6823280484157992]
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6823280484157992]
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@66d9716f[core1] main]
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4a86d49f[core2] main]
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core2/conf
   [junit4]   2> 1578515 INFO  (coreLoadExecutor-6354-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/core1/conf
   [junit4]   2> 1578516 INFO  (coreLoadExecutor-6354-thread-1) [    x:core2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1578516 INFO  (coreLoadExecutor-6354-thread-2) [    x:core1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1578516 INFO  
(searcherExecutor-6355-thread-1-processing-x:core1) [    x:core1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@66d9716f[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1578516 INFO  
(searcherExecutor-6356-thread-1-processing-x:core2) [    x:core2] 
o.a.s.c.SolrCore [core2] Registered new searcher Searcher@4a86d49f[core2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1578517 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1578517 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4b2f4f8a commitCommandVersion:0
   [junit4]   2> 1578546 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@6030c6ca[core1] main]
   [junit4]   2> 1578546 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1578547 INFO  (searcherExecutor-6355-thread-1) [    ] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@6030c6ca[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
   [junit4]   2> 1578549 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] 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=2
   [junit4]   2> 1578551 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] 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> 1578551 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] 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> 1578551 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
] 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> 1578562 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578566 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema [badConfig1] Schema name=tiny
   [junit4]   2> 1578567 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578567 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig1,
 trusted=true
   [junit4]   2> 1578568 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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@5f38be7
   [junit4]   2> 1578568 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578568 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig1/data/]
   [junit4]   2> 1578570 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=32.6162109375, 
floorSegmentMB=1.3134765625, forceMergeDeletesPctAllowed=15.570485011190558, 
segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8960027365408134
   [junit4]   2> 1578606 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1578606 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1578607 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1578607 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@28b4191b[badConfig1] 
main]
   [junit4]   2> 1578608 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig1/conf
   [junit4]   2> 1578608 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1578609 INFO  
(searcherExecutor-6369-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@28b4191b[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1578613 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578618 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema [badConfig2] Schema name=tiny
   [junit4]   2> 1578619 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578619 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig2,
 trusted=true
   [junit4]   2> 1578620 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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@5f38be7
   [junit4]   2> 1578620 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578620 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig2/data/]
   [junit4]   2> 1578622 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=76.15234375, 
floorSegmentMB=0.9189453125, forceMergeDeletesPctAllowed=24.161564537916675, 
segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.34780895331822165
   [junit4]   2> 1578667 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1578668 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1578669 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
   [junit4]   2> 1578669 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3238d63c[badConfig2] 
main]
   [junit4]   2> 1578669 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badConfig2/conf
   [junit4]   2> 1578670 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1578671 INFO  
(searcherExecutor-6373-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig2] Registered new searcher 
Searcher@3238d63c[badConfig2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1578678 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578682 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema [badSchema1] Schema name=tiny
   [junit4]   2> 1578684 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578684 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema1,
 trusted=true
   [junit4]   2> 1578685 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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@5f38be7
   [junit4]   2> 1578685 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578685 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema1/data/]
   [junit4]   2> 1578687 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=30, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=37.5205078125, 
floorSegmentMB=1.462890625, forceMergeDeletesPctAllowed=9.30062703698215, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1578746 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1578746 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1578747 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=67.041015625, 
floorSegmentMB=0.4013671875, forceMergeDeletesPctAllowed=10.939860328329079, 
segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1578747 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8835198[badSchema1] 
main]
   [junit4]   2> 1578748 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema1/conf
   [junit4]   2> 1578748 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1578749 INFO  
(searcherExecutor-6377-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@8835198[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1578755 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578759 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema [badSchema2] Schema name=tiny
   [junit4]   2> 1578760 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578760 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema2,
 trusted=true
   [junit4]   2> 1578761 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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@5f38be7
   [junit4]   2> 1578761 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578761 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema2/data/]
   [junit4]   2> 1578763 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5700861872823269]
   [junit4]   2> 1578802 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1578802 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1578803 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.30342149548984787]
   [junit4]   2> 1578803 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@316e80fa[badSchema2] 
main]
   [junit4]   2> 1578804 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-001/badSchema2/conf
   [junit4]   2> 1578804 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1578804 INFO  
(searcherExecutor-6381-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema2] Registered new searcher 
Searcher@316e80fa[badSchema2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1578805 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1578805 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@4b2f4f8a commitCommandVersion:0
   [junit4]   2> 1578831 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@36149ef4[core1] main]
   [junit4]   2> 1578831 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1578832 INFO  
(searcherExecutor-6355-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [core1] Registered new searcher Searcher@36149ef4[core1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):c7)))}
   [junit4]   2> 1578832 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578832 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578832 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578833 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578833 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1578833 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@65bcd243 commitCommandVersion:0
   [junit4]   2> 1578858 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@20533239[badConfig1] 
main]
   [junit4]   2> 1578858 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1578859 INFO  
(searcherExecutor-6369-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1] Registered new searcher 
Searcher@20533239[badConfig1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
   [junit4]   2> 1578859 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578860 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578860 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578860 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578860 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1578860 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@526de60f commitCommandVersion:0
   [junit4]   2> 1578887 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.s.SolrIndexSearcher Opening [Searcher@466a196e[badSchema1] 
main]
   [junit4]   2> 1578887 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1578888 INFO  
(searcherExecutor-6377-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badSchema1] Registered new searcher 
Searcher@466a196e[badSchema1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):c7)))}
   [junit4]   2> 1578888 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
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> 1578889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=1088121826
   [junit4]   2> 1578889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 1578889 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@40eb5e38: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@741543d6
   [junit4]   2> 1578892 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 1578892 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@35a9d41c: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@425106ee
   [junit4]   2> 1578894 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 1578894 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@37abbc13: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6963a745
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-1-processing-x:badConfig1) [    x:core2] 
o.a.s.c.SolrCore [core2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@59fbec32
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-2-processing-x:badConfig1) [    x:core1] 
o.a.s.c.SolrCore [core1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3be6c432
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-1-processing-x:badConfig1) [    x:core2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.core2, tag=1509682226
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-4-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.c.SolrCore [badSchema2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4ed2984e
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-1-processing-x:badConfig1) [    x:core2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@41f1c9f4: rootName = null, 
domain = solr.core.core2, service url = null, agent id = null] for registry 
solr.core.core2 / com.codahale.metrics.MetricRegistry@4d8951de
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-5-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [badConfig1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2c01ab13
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-6-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.c.SolrCore [badConfig2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5f6da464
   [junit4]   2> 1578894 INFO  
(coreCloseExecutor-6391-thread-3-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.c.SolrCore [badSchema1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@22865e7a
   [junit4]   2> 1578898 INFO  
(coreCloseExecutor-6391-thread-2-processing-x:badConfig1) [    x:core1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.core1, tag=1004979250
   [junit4]   2> 1578898 INFO  
(coreCloseExecutor-6391-thread-2-processing-x:badConfig1) [    x:core1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@212e6a46: rootName = null, 
domain = solr.core.core1, service url = null, agent id = null] for registry 
solr.core.core1 / com.codahale.metrics.MetricRegistry@49678b73
   [junit4]   2> 1578902 INFO  
(coreCloseExecutor-6391-thread-4-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badSchema2, tag=1322424398
   [junit4]   2> 1578902 INFO  
(coreCloseExecutor-6391-thread-4-processing-x:badConfig1) [    x:badSchema2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@8c93fd2: rootName = null, 
domain = solr.core.badSchema2, service url = null, agent id = null] for 
registry solr.core.badSchema2 / com.codahale.metrics.MetricRegistry@63b08c98
   [junit4]   2> 1578906 INFO  
(coreCloseExecutor-6391-thread-5-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badConfig1, tag=738306835
   [junit4]   2> 1578906 INFO  
(coreCloseExecutor-6391-thread-5-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@296bca62: rootName = null, 
domain = solr.core.badConfig1, service url = null, agent id = null] for 
registry solr.core.badConfig1 / com.codahale.metrics.MetricRegistry@2690d323
   [junit4]   2> 1578910 INFO  
(coreCloseExecutor-6391-thread-6-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badConfig2, tag=1601021028
   [junit4]   2> 1578910 INFO  
(coreCloseExecutor-6391-thread-6-processing-x:badConfig1) [    x:badConfig2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7c6aa60d: rootName = null, 
domain = solr.core.badConfig2, service url = null, agent id = null] for 
registry solr.core.badConfig2 / com.codahale.metrics.MetricRegistry@65142413
   [junit4]   2> 1578914 INFO  
(coreCloseExecutor-6391-thread-3-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.badSchema1, tag=579231354
   [junit4]   2> 1578914 INFO  
(coreCloseExecutor-6391-thread-3-processing-x:badConfig1) [    x:badSchema1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@143450e7: rootName = null, 
domain = solr.core.badSchema1, service url = null, agent id = null] for 
registry solr.core.badSchema1 / com.codahale.metrics.MetricRegistry@52546985
   [junit4]   2> 1578920 INFO  
(TEST-TestLazyCores.testBadConfigsGenerateErrors-seed#[129A8BA8C832321D]) [    
x:badConfig1] o.a.s.SolrTestCaseJ4 ###Ending testBadConfigsGenerateErrors
   [junit4]   2> 1578921 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 1578928 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/solr.xml
   [junit4]   2> 1578932 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1578956 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1578964 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1578964 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1578967 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1578972 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578972 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578972 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1578983 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1578983 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1578983 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1578984 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578984 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection2,
 trusted=true
   [junit4]   2> 1578984 INFO  
(coreLoadExecutor-6398-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@5f38be7
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection2/data/]
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection1,
 trusted=true
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection5,
 trusted=true
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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@5f38be7
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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@5f38be7
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection1/data/]
   [junit4]   2> 1578985 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection5/data/]
   [junit4]   2> 1578987 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1578987 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1578987 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1579022 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1579022 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1579022 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1579022 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1579022 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6823280484157992]
   [junit4]   2> 1579022 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6823280484157992]
   [junit4]   2> 1579023 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@24d0a764[collection1] main]
   [junit4]   2> 1579023 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@59721b83[collection5] main]
   [junit4]   2> 1579023 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection5/conf
   [junit4]   2> 1579023 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection1/conf
   [junit4]   2> 1579023 INFO  
(coreLoadExecutor-6398-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1579023 INFO  
(coreLoadExecutor-6398-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1579024 INFO  
(searcherExecutor-6400-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@24d0a764[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1579024 INFO  
(searcherExecutor-6401-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@59721b83[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1579026 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1579026 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1579027 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6823280484157992]
   [junit4]   2> 1579027 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@45ba13a6[collection2] main]
   [junit4]   2> 1579027 INFO  
(coreLoadExecutor-6398-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection2/conf
   [junit4]   2> 1579028 INFO  
(coreLoadExecutor-6398-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1579028 INFO  
(searcherExecutor-6399-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@45ba13a6[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1579036 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1579041 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1579042 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1579042 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection4,
 trusted=true
   [junit4]   2> 1579043 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    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@5f38be7
   [junit4]   2> 1579043 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579043 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection4/data/]
   [junit4]   2> 1579046 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=18, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=1.9423828125, 
floorSegmentMB=1.7861328125, forceMergeDeletesPctAllowed=6.588372333177044, 
segmentsPerTier=27.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.17003065986547075
   [junit4]   2> 1579100 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1579100 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1579100 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=90.4638671875, 
floorSegmentMB=1.15625, forceMergeDeletesPctAllowed=8.786580130742706, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3751907824136015
   [junit4]   2> 1579101 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@202d117b[collection4] main]
   [junit4]   2> 1579101 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection4/conf
   [junit4]   2> 1579101 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1579102 INFO  
(searcherExecutor-6412-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@202d117b[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1579106 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1579109 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1579110 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1579110 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection6,
 trusted=true
   [junit4]   2> 1579110 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection6' (registry 
'solr.core.collection6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1579110 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579110 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/./collection6/data/]
   [junit4]   2> 1579112 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6627734524395413]
   [junit4]   2> 1579142 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1579142 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1579143 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=22, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=63.634765625, 
floorSegmentMB=0.2861328125, forceMergeDeletesPctAllowed=23.206567684331148, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1579143 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@795a87be[collection6] main]
   [junit4]   2> 1579144 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-002/collection6/conf
   [junit4]   2> 1579144 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1579144 INFO  
(searcherExecutor-6416-thread-1-processing-x:badConfig1) [    x:badConfig1] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@795a87be[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1579147 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1579147 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1579147 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.h.a.CoreAdminOperation core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 1579147 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1766255579
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1579147 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@345b49ec: rootName = null, 
domain = solr.node, service url = null, agent id = null] for registry solr.node 
/ com.codahale.metrics.MetricRegistry@5a987d64
   [junit4]   2> 1579150 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1579150 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7be4e915: rootName = null, 
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / 
com.codahale.metrics.MetricRegistry@425106ee
   [junit4]   2> 1579152 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1579152 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1508ed71: rootName = null, 
domain = solr.jetty, service url = null, agent id = null] for registry 
solr.jetty / com.codahale.metrics.MetricRegistry@6963a745
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-1-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@2272dfad
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-2-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@20e511a1
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-1-processing-x:badConfig1) [    x:collection5] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection5, tag=577953709
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-3-processing-x:badConfig1) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@70c5d673
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-4-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6203c492
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-5-processing-x:badConfig1) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1fc5764f
   [junit4]   2> 1579153 INFO  
(coreCloseExecutor-6420-thread-1-processing-x:badConfig1) [    x:collection5] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5488fd06: rootName = null, 
domain = solr.core.collection5, service url = null, agent id = null] for 
registry solr.core.collection5 / com.codahale.metrics.MetricRegistry@55014719
   [junit4]   2> 1579156 INFO  
(coreCloseExecutor-6420-thread-2-processing-x:badConfig1) [    x:collection1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=551883169
   [junit4]   2> 1579156 INFO  
(coreCloseExecutor-6420-thread-2-processing-x:badConfig1) [    x:collection1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@670b2cdf: rootName = null, 
domain = solr.core.collection1, service url = null, agent id = null] for 
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@136595e9
   [junit4]   2> 1579160 INFO  
(coreCloseExecutor-6420-thread-3-processing-x:badConfig1) [    x:collection4] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection4, tag=1892013683
   [junit4]   2> 1579160 INFO  
(coreCloseExecutor-6420-thread-3-processing-x:badConfig1) [    x:collection4] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5d4cbba9: rootName = null, 
domain = solr.core.collection4, service url = null, agent id = null] for 
registry solr.core.collection4 / com.codahale.metrics.MetricRegistry@1c33808
   [junit4]   2> 1579164 INFO  
(coreCloseExecutor-6420-thread-4-processing-x:badConfig1) [    x:collection2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection2, tag=1644414098
   [junit4]   2> 1579164 INFO  
(coreCloseExecutor-6420-thread-4-processing-x:badConfig1) [    x:collection2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e1a6125: rootName = null, 
domain = solr.core.collection2, service url = null, agent id = null] for 
registry solr.core.collection2 / com.codahale.metrics.MetricRegistry@6eefa4f4
   [junit4]   2> 1579168 INFO  
(coreCloseExecutor-6420-thread-5-processing-x:badConfig1) [    x:collection6] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection6, tag=533034575
   [junit4]   2> 1579168 INFO  
(coreCloseExecutor-6420-thread-5-processing-x:badConfig1) [    x:collection6] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@34a76ad7: rootName = null, 
domain = solr.core.collection6, service url = null, agent id = null] for 
registry solr.core.collection6 / com.codahale.metrics.MetricRegistry@7f274d7c
   [junit4]   2> 1579172 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 1579174 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.SolrTestCaseJ4 ###Starting testNoCommit
   [junit4]   2> 1579179 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/solr.xml
   [junit4]   2> 1579181 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 1579197 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1579202 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1579202 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f38be7
   [junit4]   2> 1579204 INFO  
(TEST-TestLazyCores.testNoCommit-seed#[129A8BA8C832321D]) [    x:badConfig1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 1579208 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1579208 INFO  
(coreLoadExecutor-6427-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1579209 INFO  
(coreLoadExecutor-6427-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 1579218 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1579218 INFO  
(coreLoadExecutor-6427-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1579218 INFO  
(coreLoadExecutor-6427-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1579219 INFO  
(coreLoadExecutor-6427-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1579219 INFO  
(coreLoadExecutor-6427-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1579219 INFO  
(coreLoadExecutor-6427-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/./collection2,
 trusted=true
   [junit4]   2> 1579219 INFO  
(coreLoadExecutor-6427-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/./collection5,
 trusted=true
   [junit4]   2> 1579219 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 1579219 INFO  
(coreLoadExecutor-6427-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/./collection1,
 trusted=true
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-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@5f38be7
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-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@5f38be7
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-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@5f38be7
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/collection5],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/./collection5/data/]
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/collection1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/./collection1/data/]
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1579220 INFO  
(coreLoadExecutor-6427-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/collection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001/tempDir-003/./collection2/data/]
   [junit4]   2> 1579221 INFO  
(coreLoadExecutor-6427-thread-3-processing-x:badConfig1) [    x:collection5] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1579221 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1579221 INFO  
(coreLoadExecutor-6427-thread-2-processing-x:badConfig1) [    x:collection2] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=27, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=81.4931640625, 
floorSegmentMB=2.123046875, forceMergeDeletesPctAllowed=12.694052606890484, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4386278263027803
   [junit4]   2> 1579254 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1579254 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1579254 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=23, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6823280484157992]
   [junit4]   2> 1579254 INFO  
(coreLoadExecutor-6427-thread-1-processing-x:badConfig1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@77029aed[collection1] main]
   [junit4]   2> 1579255 INFO  (coreLoadExecutor-6427-thread-1-processing-x:bad

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

etric reporters for registry=solr.node, tag=null
   [junit4]   2> 1583382 INFO  
(SUITE-TestLazyCores-seed#[129A8BA8C832321D]-worker) [    x:badConfig1] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1583382 INFO  
(SUITE-TestLazyCores-seed#[129A8BA8C832321D]-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/J2/temp/solr.core.TestLazyCores_129A8BA8C832321D-001
   [junit4]   2> Sep 19, 2017 9:23:06 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Sep 19, 2017 9:23:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=20006, name=searcherExecutor-6460-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> Sep 19, 2017 9:23:26 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=20006, name=searcherExecutor-6460-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Sep 19, 2017 9:23:29 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=20006, name=searcherExecutor-6460-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=BlockTreeOrds(blocksize=128), id=BlockTreeOrds(blocksize=128), 
v_s=PostingsFormat(name=Memory), 
v_f=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{}, maxPointsInLeafNode=480, maxMBSortInHeap=6.269854348635426, 
sim=RandomSimilarity(queryNorm=true): {}, locale=und, timezone=Asia/Jakarta
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=2,free=157605936,total=531628032
   [junit4]   2> NOTE: All tests run in this JVM: [SSLMigrationTest, 
TestExclusionRuleCollectionAccess, V2ApiIntegrationTest, ActionThrottleTest, 
TestPointFields, PolyFieldTest, UnloadDistributedZkTest, TestCloudSchemaless, 
TestSolrDeletionPolicy2, ResponseLogComponentTest, 
DistributedFacetPivotLargeTest, OverseerCollectionConfigSetProcessorTest, 
TestHighFrequencyDictionaryFactory, InfixSuggestersTest, 
SpellPossibilityIteratorTest, TestIndexSearcher, HttpPartitionTest, 
RecoveryAfterSoftCommitTest, TestScoreJoinQPScore, TestLegacyField, 
SimpleMLTQParserTest, TestSort, TestQuerySenderListener, 
TestReversedWildcardFilterFactory, HdfsTlogReplayBufferedWhileIndexingTest, 
TestDynamicFieldResource, TestLeaderElectionZkExpiry, 
SharedFSAutoReplicaFailoverTest, TestPivotHelperCode, 
CoreAdminRequestStatusTest, MoveReplicaHDFSUlogDirTest, SolrJmxReporterTest, 
FastVectorHighlighterTest, TestSortByMinMaxFunction, PreAnalyzedFieldTest, 
BooleanFieldTest, TestExactStatsCache, TestEmbeddedSolrServerSchemaAPI, 
StatsComponentTest, TestMacros, TestStandardQParsers, 
TermVectorComponentDistributedTest, SimplePostToolTest, 
TestDeleteCollectionOnDownNodes, TestRandomFlRTGCloud, SolrShardReporterTest, 
TestRecovery, TestZkAclsWithHadoopAuth, ClusterStateTest, TestInitQParser, 
ReturnFieldsTest, QueryEqualityTest, TestIntervalFaceting, TestNumericTerms64, 
TestSolrCloudSnapshots, ManagedSchemaRoundRobinCloudTest, DeleteShardTest, 
TestConfigSetsAPIExclusivity, DistributedVersionInfoTest, 
XsltUpdateRequestHandlerTest, TestFastWriter, CopyFieldTest, 
HardAutoCommitTest, TestSolr4Spatial2, 
TestOverriddenPrefixQueryForCustomFieldType, TestRetrieveFieldsOptimizer, 
ZkStateWriterTest, TestBulkSchemaAPI, RegexBoostProcessorTest, MultiTermTest, 
AutoCommitTest, TestSolrCloudWithSecureImpersonation, TestLockTree, 
CdcrRequestHandlerTest, TestFieldTypeCollectionResource, OverseerStatusTest, 
HighlighterMaxOffsetTest, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestBinaryResponseWriter, TestSurroundQueryParser, 
PeerSyncWithIndexFingerprintCachingTest, TestAddFieldRealTimeGet, 
TestConfigSetImmutable, TestCollectionAPI, TestCloudRecovery, TestZkChroot, 
TestTolerantSearch, SpatialRPTFieldTypeTest, CircularListTest, 
BasicDistributedZk2Test, TestPushWriter, TestUtils, TestReplicaProperties, 
DirectUpdateHandlerTest, TestJmxIntegration, RecoveryZkTest, TestTrie, 
ConjunctionSolrSpellCheckerTest, TestStressLiveNodes, TestSchemaResource, 
TestReRankQParserPlugin, ReplicationFactorTest, 
TestSerializedLuceneMatchVersion, AnalyticsQueryTest, 
DirectUpdateHandlerOptimizeTest, BasicAuthStandaloneTest, 
CachingDirectoryFactoryTest, TestSolrConfigHandlerCloud, BadIndexSchemaTest, 
SegmentsInfoRequestHandlerTest, SolrCoreCheckLockOnStartupTest, 
TestManagedResource, TestFilteredDocIdSet, TestPrepRecovery, 
DateRangeFieldTest, VMParamsZkACLAndCredentialsProvidersTest, TestCodecSupport, 
ConcurrentDeleteAndCreateCollectionTest, BlockJoinFacetRandomTest, 
MinimalSchemaTest, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, 
OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, 
FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, ZkCLITest, ShardRoutingCustomTest, TestFaceting, 
TestRealTimeGet, TestStressReorder, TestReload, DistributedTermsComponentTest, 
TestRangeQuery, TestCoreContainer, SimpleFacetsTest, TestGroupingSearch, 
PeerSyncTest, ConvertedLegacyTest, TestFunctionQuery, BasicFunctionalityTest, 
TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=129A8BA8C832321D -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=und -Dtests.timezone=Asia/Jakarta -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | 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=20006, name=searcherExecutor-6460-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([129A8BA8C832321D]:0)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=20006, name=searcherExecutor-6460-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([129A8BA8C832321D]:0)
   [junit4] Completed [313/732 (1!)] on J2 in 28.08s, 9 tests, 3 errors <<< 
FAILURES!

[...truncated 47631 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to