You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/08/20 07:50:25 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+131) - Build # 17619 - Still Unstable!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/17619/
Java: 32bit/jdk-9-ea+131 -server -XX:+UseSerialGC

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

Error Message:
ObjectTracker found 5 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper]

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper]
	at __randomizedtesting.SeedInfo.seed([D5C811CE71A31225]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
	at jdk.internal.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
	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:367)
	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)


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=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)         at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)         at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)         at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
        at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
        at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
	at __randomizedtesting.SeedInfo.seed([D5C811CE71A31225]: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=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)         at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)         at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)         at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
        at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
        at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
        at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
        at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
	at __randomizedtesting.SeedInfo.seed([D5C811CE71A31225]:0)




Build Log:
[...truncated 11866 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/init-core-data-001
   [junit4]   2> 1101481 INFO  (SUITE-TestLazyCores-seed#[D5C811CE71A31225]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1101490 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1101511 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001'
   [junit4]   2> 1101511 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101511 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101511 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer New CoreContainer 1917677
   [junit4]   2> 1101511 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001]
   [junit4]   2> 1101511 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/lib
   [junit4]   2> 1101512 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1101514 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1101515 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1101516 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1101516 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1101517 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1101517 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1101518 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=true, transient=false, name=collection1, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101518 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=true, transient=true, name=collection2, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101518 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=false, transient=on, name=collection3, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101518 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=false, transient=false, name=collection4, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101518 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=true, transient=false, name=collection5, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101519 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=false, transient=true, name=collection6, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101519 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=false, transient=true, name=collection7, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101519 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=false, transient=true, name=collection8, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101519 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {schema=schema.xml, dataDir=data/, loadOnStartup=false, transient=true, name=collection9, config=solrconfig.xml, configSetProperties=configsetprops.json}
   [junit4]   2> 1101519 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1'
   [junit4]   2> 1101520 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101520 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101520 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2'
   [junit4]   2> 1101520 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101520 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101520 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5'
   [junit4]   2> 1101521 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101521 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101525 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101526 WARN  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101527 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101527 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101529 WARN  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101530 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101530 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101531 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101532 WARN  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101532 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101533 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1101534 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101535 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101536 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1101536 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2'
   [junit4]   2> 1101537 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2
   [junit4]   2> 1101537 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101537 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/]
   [junit4]   2> 1101537 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/snapshot_metadata
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1101538 WARN  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore [collection2] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/index
   [junit4]   2> 1101538 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1101539 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@129e34e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca10f7),segFN=segments_1,generation=1}
   [junit4]   2> 1101539 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101539 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1'
   [junit4]   2> 1101539 INFO  (OldIndexDirectoryCleanupThreadForCore-collection2) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection2 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/
   [junit4]   2> 1101539 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1
   [junit4]   2> 1101539 WARN  (OldIndexDirectoryCleanupThreadForCore-collection2) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1101539 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101540 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/]
   [junit4]   2> 1101540 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1101540 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/snapshot_metadata
   [junit4]   2> 1101540 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101540 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data
   [junit4]   2> 1101541 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1101541 WARN  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101541 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101541 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/index
   [junit4]   2> 1101541 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1101542 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1492717 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7386af),segFN=segments_1,generation=1}
   [junit4]   2> 1101542 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101542 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/
   [junit4]   2> 1101542 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1101543 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101544 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101544 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101545 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101545 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101545 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101545 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101545 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101546 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101546 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101546 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=19.5693359375, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=14.265209299874119, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@129e34e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca10f7),segFN=segments_1,generation=1}
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@159c86a[collection2] main]
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/conf
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/conf}
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection2/conf
   [junit4]   2> 1101547 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-2) [    ] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101548 INFO  (searcherExecutor-4040-thread-1) [    ] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@159c86a[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101548 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=19.5693359375, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=14.265209299874119, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1492717 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7386af),segFN=segments_1,generation=1}
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@167aaaf[collection1] main]
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/conf
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/conf}
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection1/conf
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101549 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101550 INFO  (searcherExecutor-4041-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@167aaaf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101550 INFO  (coreLoadExecutor-4039-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1101550 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5'
   [junit4]   2> 1101550 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5
   [junit4]   2> 1101550 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101550 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/]
   [junit4]   2> 1101550 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1101551 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/snapshot_metadata
   [junit4]   2> 1101551 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101551 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data
   [junit4]   2> 1101551 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1101551 WARN  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore [collection5] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101552 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/index
   [junit4]   2> 1101552 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1101552 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@199ba9c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1235aed),segFN=segments_1,generation=1}
   [junit4]   2> 1101552 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101553 INFO  (OldIndexDirectoryCleanupThreadForCore-collection5) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection5 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/
   [junit4]   2> 1101553 WARN  (OldIndexDirectoryCleanupThreadForCore-collection5) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1101554 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101555 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101556 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101556 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101557 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101558 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101558 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101558 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101558 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101558 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=19.5693359375, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=14.265209299874119, segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@199ba9c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1235aed),segFN=segments_1,generation=1}
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b578c[collection5] main]
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/conf
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/conf}
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection5/conf
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101559 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101560 INFO  (searcherExecutor-4048-thread-1) [    ] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@1b578c[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101560 INFO  (coreLoadExecutor-4039-thread-3) [    ] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1101561 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3'
   [junit4]   2> 1101561 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101561 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101568 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101580 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101581 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101584 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101587 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1101589 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101590 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3'
   [junit4]   2> 1101590 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3
   [junit4]   2> 1101591 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101591 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/]
   [junit4]   2> 1101591 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection3
   [junit4]   2> 1101592 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/snapshot_metadata
   [junit4]   2> 1101592 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101592 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data
   [junit4]   2> 1101592 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/index/
   [junit4]   2> 1101592 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [collection3] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101593 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/index
   [junit4]   2> 1101593 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1101594 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@658970 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@168135),segFN=segments_1,generation=1}
   [junit4]   2> 1101594 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101594 INFO  (OldIndexDirectoryCleanupThreadForCore-collection3) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection3 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/
   [junit4]   2> 1101594 WARN  (OldIndexDirectoryCleanupThreadForCore-collection3) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1101595 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101596 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101597 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101598 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101598 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101599 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101600 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101601 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101601 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101605 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1101605 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@658970 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@168135),segFN=segments_1,generation=1}
   [junit4]   2> 1101605 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101605 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6cfe7a[collection3] main]
   [junit4]   2> 1101606 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/conf
   [junit4]   2> 1101606 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/conf}
   [junit4]   2> 1101606 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection3/conf
   [junit4]   2> 1101606 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101606 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101607 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1101607 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer registering core: collection3
   [junit4]   2> 1101607 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4'
   [junit4]   2> 1101607 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101607 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101611 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101613 INFO  (searcherExecutor-4052-thread-1) [    ] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@6cfe7a[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101613 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101614 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101617 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101619 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 1101621 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101622 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4'
   [junit4]   2> 1101622 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4
   [junit4]   2> 1101622 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101623 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/]
   [junit4]   2> 1101623 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection4
   [junit4]   2> 1101623 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/snapshot_metadata
   [junit4]   2> 1101623 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101624 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data
   [junit4]   2> 1101624 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/index/
   [junit4]   2> 1101624 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [collection4] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101625 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/index
   [junit4]   2> 1101625 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=42, maxMergeAtOnceExplicit=43, maxMergedSegmentMB=63.646484375, floorSegmentMB=0.6884765625, forceMergeDeletesPctAllowed=9.69163832428683, segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5600548477538168
   [junit4]   2> 1101626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1894bb4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bc1b23),segFN=segments_1,generation=1}
   [junit4]   2> 1101626 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101627 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101628 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101629 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101630 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101630 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101631 INFO  (OldIndexDirectoryCleanupThreadForCore-collection4) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection4 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/
   [junit4]   2> 1101631 WARN  (OldIndexDirectoryCleanupThreadForCore-collection4) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1101631 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101631 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=22.8623046875, floorSegmentMB=1.96484375, forceMergeDeletesPctAllowed=12.742287051385281, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6466151685123519
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1894bb4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bc1b23),segFN=segments_1,generation=1}
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a2160f[collection4] main]
   [junit4]   2> 1101632 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/conf
   [junit4]   2> 1101633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/conf}
   [junit4]   2> 1101633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection4/conf
   [junit4]   2> 1101633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101633 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer registering core: collection4
   [junit4]   2> 1101634 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6'
   [junit4]   2> 1101634 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101634 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101639 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101640 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101641 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101644 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101646 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 1101648 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101649 INFO  (searcherExecutor-4056-thread-1) [    ] o.a.s.c.SolrCore [collection4] Registered new searcher Searcher@a2160f[collection4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101650 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6'
   [junit4]   2> 1101650 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6
   [junit4]   2> 1101650 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101650 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/]
   [junit4]   2> 1101651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection6
   [junit4]   2> 1101651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/snapshot_metadata
   [junit4]   2> 1101651 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data
   [junit4]   2> 1101652 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/index/
   [junit4]   2> 1101652 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [collection6] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101653 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/index
   [junit4]   2> 1101653 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3531212494781052]
   [junit4]   2> 1101653 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@64131 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f4c93; maxCacheMB=0.23046875 maxMergeSizeMB=0.65625)),segFN=segments_1,generation=1}
   [junit4]   2> 1101653 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101665 INFO  (OldIndexDirectoryCleanupThreadForCore-collection6) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection6 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/
   [junit4]   2> 1101666 WARN  (OldIndexDirectoryCleanupThreadForCore-collection6) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1101667 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101668 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101669 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101669 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101670 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101671 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101671 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101671 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101672 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101672 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1101672 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@64131 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@19f4c93; maxCacheMB=0.23046875 maxMergeSizeMB=0.65625)),segFN=segments_1,generation=1}
   [junit4]   2> 1101672 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101672 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@f83876[collection6] main]
   [junit4]   2> 1101672 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/conf
   [junit4]   2> 1101673 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/conf}
   [junit4]   2> 1101673 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection6/conf
   [junit4]   2> 1101673 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101674 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101674 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 1101674 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer registering core: collection6
   [junit4]   2> 1101674 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7'
   [junit4]   2> 1101675 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101675 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101675 INFO  (searcherExecutor-4060-thread-1) [    ] o.a.s.c.SolrCore [collection6] Registered new searcher Searcher@f83876[collection6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101679 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101681 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101681 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1101685 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1101688 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema [collection7] Schema name=tiny
   [junit4]   2> 1101690 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1101691 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7'
   [junit4]   2> 1101691 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection7' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7
   [junit4]   2> 1101691 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1101691 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [[collection7] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/]
   [junit4]   2> 1101691 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore JMX monitoring not detected for core: collection7
   [junit4]   2> 1101692 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/snapshot_metadata
   [junit4]   2> 1101692 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.s.SolrSnapshotMetaDataManager Loading from snapshot metadata file...
   [junit4]   2> 1101693 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data
   [junit4]   2> 1101693 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/index/
   [junit4]   2> 1101693 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore [collection7] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1101693 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/index
   [junit4]   2> 1101694 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=492762010, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1101694 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@f347c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a6bc29),segFN=segments_1,generation=1}
   [junit4]   2> 1101694 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101696 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1101697 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101698 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101699 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101700 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=50.0966796875, floorSegmentMB=1.1044921875, forceMergeDeletesPctAllowed=27.400919178092266, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@f347c4 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1a6bc29),segFN=segments_1,generation=1}
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1101701 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e57121[collection7] main]
   [junit4]   2> 1101702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/conf
   [junit4]   2> 1101702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/conf}
   [junit4]   2> 1101702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using file:dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/conf
   [junit4]   2> 1101702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1101702 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1101703 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrCores Opening transient core collection7
   [junit4]   2> 1101703 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.CoreContainer registering core: collection7
   [junit4]   2> 1101703 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection8'
   [junit4]   2> 1101703 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1101703 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1101708 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1101709 INFO  (OldIndexDirectoryCleanupThreadForCore-collection7) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection7 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/
   [junit4]   2> 1101721 INFO  (searcherExecutor-4064-thread-1) [    ] o.a.s.c.SolrCore [collection7] Registered new searcher Searcher@1e57121[collection7] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1101719 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[D5C811CE71A31225]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1101721 WARN  (OldIndexDirectoryCleanupThreadForCore-collection7) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.core.TestLazyCores_D5C811CE71A31225-001/tempDir-001/collection7/data/ does not point to a vali

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

nit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1158)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 
   [junit4]   2> Aug 20, 2016 7:38:01 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Aug 20, 2016 7:38:21 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> Aug 20, 2016 7:38:21 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Aug 20, 2016 7:38:24 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]   2>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]   2>         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {v_t=FSTOrd50, id=FSTOrd50, v_s=PostingsFormat(name=MockRandom), v_f=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=381, maxMBSortInHeap=5.296634913943156, sim=RandomSimilarity(queryNorm=true): {}, locale=ru, timezone=Africa/Ouagadougou
   [junit4]   2> NOTE: Linux 4.4.0-31-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=2,free=173983064,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [OverseerCollectionConfigSetProcessorTest, TestSolrDeletionPolicy1, NoCacheHeaderTest, DistributedSuggestComponentTest, TestFreeTextSuggestions, TestStressRecovery, RecoveryZkTest, TestInitParams, BasicDistributedZk2Test, TestReplicationHandlerBackup, TestSweetSpotSimilarityFactory, TestDistribDocBasedVersion, TestConfigSetImmutable, CustomCollectionTest, TestJmxMonitoredMap, SimpleFacetsTest, TestUtils, UpdateParamsTest, BooleanFieldTest, DebugComponentTest, TestSolrQueryResponse, DirectUpdateHandlerOptimizeTest, TestOnReconnectListenerSupport, CdcrReplicationHandlerTest, TestBlobHandler, TestAuthorizationFramework, TestFieldCacheReopen, DateMathParserTest, JavabinLoaderTest, LeaderElectionTest, TestSolr4Spatial2, SuggestComponentContextFilterQueryTest, TestDistribIDF, SortSpecParsingTest, TestSolrXml, DocValuesMissingTest, CurrencyFieldXmlFileTest, TestLocalFSCloudBackupRestore, SuggesterWFSTTest, RestartWhileUpdatingTest, ConfigSetsAPITest, SaslZkACLProviderTest, TestObjectReleaseTracker, TestMiniSolrCloudClusterBase, TestCollapseQParserPlugin, TestStressUserVersions, TestCloudSchemaless, TestSubQueryTransformer, ClusterStateTest, TestAnalyzeInfixSuggestions, TestSQLHandler, DocValuesMultiTest, SampleTest, TestOrdValues, TestSizeLimitedDistributedMap, TestTestInjection, RequestHandlersTest, CoreAdminCreateDiscoverTest, AutoCommitTest, CursorMarkTest, AssignTest, TestFieldSortValues, ScriptEngineTest, TestCharFilters, InfoHandlerTest, SuggesterTSTTest, TestMissingGroups, StatelessScriptUpdateProcessorFactoryTest, ParsingFieldUpdateProcessorsTest, DistributedDebugComponentTest, PluginInfoTest, TestPHPSerializedResponseWriter, CollectionReloadTest, TestCloudDeleteByQuery, SharedFSAutoReplicaFailoverUtilsTest, RuleEngineTest, LukeRequestHandlerTest, TestSchemaSimilarityResource, TestSuggestSpellingConverter, HdfsLockFactoryTest, DeleteStatusTest, TestHashQParserPlugin, TermVectorComponentDistributedTest, TestFieldCollectionResource, TestJsonRequest, SmileWriterTest, TestLegacyFieldCache, TestSort, SearchHandlerTest, TestBulkSchemaAPI, SolrCoreCheckLockOnStartupTest, TestExceedMaxTermLength, TestDefaultSearchFieldResource, BlockJoinFacetDistribTest, TestFastWriter, HdfsBasicDistributedZkTest, TestJmxIntegration, TestTolerantSearch, TestSolrQueryParser, TestManagedStopFilterFactory, TestHdfsCloudBackupRestore, SuggesterTest, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, ZkCLITest, TestDistributedSearch, ZkControllerTest, TestRealTimeGet, TestJoin, TestCoreContainer, TestSolr4Spatial, SpellCheckComponentTest, BadIndexSchemaTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=D5C811CE71A31225 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ru -Dtests.timezone=Africa/Ouagadougou -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MDCAwareThreadPoolExecutor, MockDirectoryWrapper, MockDirectoryWrapper]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5C811CE71A31225]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:257)
   [junit4]    > 	at jdk.internal.reflect.GeneratedMethodAccessor17.invoke(Unknown Source)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5C811CE71A31225]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=9399, name=searcherExecutor-4040-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at jdk.internal.misc.Unsafe.park(java.base@9-ea/Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(java.base@9-ea/LockSupport.java:192)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@9-ea/AbstractQueuedSynchronizer.java:2062)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(java.base@9-ea/LinkedBlockingQueue.java:442)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@9-ea/ThreadPoolExecutor.java:1083)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@9-ea/ThreadPoolExecutor.java:1143)
   [junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@9-ea/ThreadPoolExecutor.java:632)
   [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D5C811CE71A31225]:0)
   [junit4] Completed [415/629 (1!)] on J2 in 148.91s, 8 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 50458 lines...]