Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-5.x/995/

5 tests failed.
FAILED:  
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR

Error Message:
Captured an uncaught exception in thread: Thread[id=484, 
name=coreZkRegister-215-thread-1, state=RUNNABLE, 
group=TGRP-LeaderInitiatedRecoveryOnShardRestartTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=484, name=coreZkRegister-215-thread-1, 
state=RUNNABLE, group=TGRP-LeaderInitiatedRecoveryOnShardRestartTest]
Caused by: java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([604EA955F55DFDE5]:0)
        at 
org.apache.solr.cloud.ZkController.updateLeaderInitiatedRecoveryState(ZkController.java:2133)
        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:434)
        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:346)
        at 
org.apache.solr.cloud.ZkController.joinElection(ZkController.java:1113)
        at org.apache.solr.cloud.ZkController.register(ZkController.java:926)
        at org.apache.solr.cloud.ZkController.register(ZkController.java:881)
        at org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:183)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
ERROR: SolrIndexSearcher opens=51 closes=50

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=51 closes=50
        at __randomizedtesting.SeedInfo.seed([604EA955F55DFDE5]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:468)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:234)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1665)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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(Thread.java:745)


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestLazyCores

Error Message:
file handle leaks: 
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-009/write.lock)]

Stack Trace:
java.lang.RuntimeException: file handle leaks: 
[FileChannel(/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-009/write.lock)]
        at org.apache.lucene.mockfile.LeakFS.onClose(LeakFS.java:64)
        at 
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:78)
        at 
org.apache.lucene.mockfile.FilterFileSystem.close(FilterFileSystem.java:79)
        at 
org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:230)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        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(Thread.java:745)
Caused by: java.lang.Exception
        at org.apache.lucene.mockfile.LeakFS.onOpen(LeakFS.java:47)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.callOpenHook(HandleTrackingFS.java:82)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:198)
        at 
org.apache.lucene.mockfile.HandleTrackingFS.newFileChannel(HandleTrackingFS.java:167)
        at java.nio.channels.FileChannel.open(FileChannel.java:287)
        at java.nio.channels.FileChannel.open(FileChannel.java:334)
        at 
org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:113)
        at 
org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
        at 
org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
        at 
org.apache.lucene.store.FilterDirectory.obtainLock(FilterDirectory.java:94)
        at 
org.apache.lucene.store.MockDirectoryWrapper.obtainLock(MockDirectoryWrapper.java:985)
        at 
org.apache.lucene.store.SleepingLockWrapper.obtainLock(SleepingLockWrapper.java:84)
        at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:775)
        at 
org.apache.solr.update.SolrIndexWriter.<init>(SolrIndexWriter.java:78)
        at 
org.apache.solr.update.SolrIndexWriter.create(SolrIndexWriter.java:65)
        at 
org.apache.solr.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:231)
        at 
org.apache.solr.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:105)
        at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1642)
        at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1784)
        at org.apache.solr.core.SolrCore.initSearcher(SolrCore.java:927)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:804)
        at org.apache.solr.core.SolrCore.<init>(SolrCore.java:672)
        at org.apache.solr.core.CoreContainer.create(CoreContainer.java:729)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:449)
        at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:440)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        ... 1 more


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=132, name=searcherExecutor-76-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   1) Thread[id=132, name=searcherExecutor-76-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([604EA955F55DFDE5]: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=132, name=searcherExecutor-76-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) 
        at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=132, name=searcherExecutor-76-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([604EA955F55DFDE5]:0)




Build Log:
[...truncated 9891 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/init-core-data-001
   [junit4]   2> 11770 INFO  
(SUITE-TestLazyCores-seed#[604EA955F55DFDE5]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 11790 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 11848 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/'
   [junit4]   2> 11848 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11848 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 11875 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 982569151
   [junit4]   2> 11875 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/]
   [junit4]   2> 11875 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/lib
   [junit4]   2> 11875 WARN  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/lib).
   [junit4]   2> 11914 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
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,useRetries : false,
   [junit4]   2> 11928 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 11929 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer Allocating transient cache for 4 transient cores
   [junit4]   2> 11931 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.l.LogWatcher 
SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 11931 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.l.LogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 11931 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 11931 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 11933 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {configSetProperties=configsetprops.json, 
schema=schema.xml, dataDir=data/, instanceDir=collection1, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/,
 transient=false, name=collection1, config=solrconfig.xml, loadOnStartup=true}
   [junit4]   2> 11933 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: 
{absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/,
 dataDir=data/, transient=true, config=solrconfig.xml, instanceDir=collection2, 
loadOnStartup=true, name=collectionLazy2, 
configSetProperties=configsetprops.json, schema=schema.xml}
   [junit4]   2> 11934 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {dataDir=data/, config=solrconfig.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/,
 configSetProperties=configsetprops.json, instanceDir=collection3, 
schema=schema.xml, loadOnStartup=false, transient=on, name=collectionLazy3}
   [junit4]   2> 11934 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {instanceDir=collection4, name=collectionLazy4, 
loadOnStartup=false, configSetProperties=configsetprops.json, 
schema=schema.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection4/,
 dataDir=data/, transient=false, config=solrconfig.xml}
   [junit4]   2> 11935 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {instanceDir=collection5, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/,
 config=solrconfig.xml, name=collectionLazy5, loadOnStartup=true, dataDir=data/}
   [junit4]   2> 11935 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collectionLazy6, instanceDir=collection6, 
transient=true, loadOnStartup=false, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection6/,
 configSetProperties=configsetprops.json, schema=schema.xml, 
config=solrconfig.xml, dataDir=data/}
   [junit4]   2> 11936 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collectionLazy7, schema=schema.xml, 
dataDir=data/, transient=true, configSetProperties=configsetprops.json, 
config=solrconfig.xml, loadOnStartup=false, instanceDir=collection7, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection7/}
   [junit4]   2> 11936 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {name=collectionLazy8, 
configSetProperties=configsetprops.json, transient=true, schema=schema.xml, 
instanceDir=collection8, loadOnStartup=false, dataDir=data/, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection8/,
 config=solrconfig.xml}
   [junit4]   2> 11937 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] o.a.s.c.SolrCore 
Created CoreDescriptor: {config=solrconfig.xml, transient=true, 
schema=schema.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection9/,
 dataDir=data/, configSetProperties=configsetprops.json, name=collectionLazy9, 
loadOnStartup=false, instanceDir=collection9}
   [junit4]   2> 11938 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/'
   [junit4]   2> 11942 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11942 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 11947 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/'
   [junit4]   2> 11949 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/'
   [junit4]   2> 11949 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11949 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 11954 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 11954 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 12045 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 12053 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 12079 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 12103 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 12138 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 12150 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 12241 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 12241 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/conf/schema.xml
   [junit4]   2> 12250 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 12251 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/conf/schema.xml
   [junit4]   2> 12267 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 12299 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 12337 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 12339 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 12339 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/conf/schema.xml
   [junit4]   2> 12351 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 12351 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 12353 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/conf'
   [junit4]   2> 12353 INFO  (coreLoadExecutor-27-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/
   [junit4]   2> 12353 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12379 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/],
 dataDir=[null]
   [junit4]   2> 12379 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 12380 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data
   [junit4]   2> 12380 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/index/
   [junit4]   2> 12380 WARN  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 12388 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/conf'
   [junit4]   2> 12388 INFO  (coreLoadExecutor-27-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy2' using configuration 
from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/
   [junit4]   2> 12388 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12389 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore [[collectionLazy2] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/],
 dataDir=[null]
   [junit4]   2> 12389 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy2
   [junit4]   2> 12400 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data
   [junit4]   2> 12401 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/index/
   [junit4]   2> 12401 WARN  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 12407 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/index
   [junit4]   2> 12408 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=3, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3906092116355694]
   [junit4]   2> 12401 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/index
   [junit4]   2> 12408 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=3, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3906092116355694]
   [junit4]   2> 12408 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 12410 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/conf'
   [junit4]   2> 12410 INFO  (coreLoadExecutor-27-thread-3) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' using configuration 
from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/
   [junit4]   2> 12410 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12411 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/],
 dataDir=[null]
   [junit4]   2> 12411 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy5
   [junit4]   2> 12414 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data
   [junit4]   2> 12414 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/index/
   [junit4]   2> 12414 WARN  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 12420 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/index
   [junit4]   2> 12420 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=3, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3906092116355694]
   [junit4]   2> 12423 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12424 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12424 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12424 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12426 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-003
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12426 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12436 INFO  
(OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collectionLazy2 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/
   [junit4]   2> 12437 WARN  
(OldIndexDirectoryCleanupThreadForCore-collectionLazy2) [    x:collectionLazy2] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 12453 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 12453 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/
   [junit4]   2> 12454 INFO  
(OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collectionLazy5 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/
   [junit4]   2> 12457 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 12458 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 12460 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12460 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12454 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 12454 WARN  
(OldIndexDirectoryCleanupThreadForCore-collectionLazy5) [    x:collectionLazy5] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 12463 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12463 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12465 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12465 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12467 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12468 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12476 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12482 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12490 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12492 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12503 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update,/update/json/docs,/admin/logging,/admin/plugins,/admin/mbeans,/admin/segments,/admin/ping,/admin/luke,/config,/replication,/admin/file,/admin/properties,/schema,/admin/threads,/get,/update/json,/select,/admin/system,/update/csv
   [junit4]   2> 12505 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12518 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 12518 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 12520 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3284026821269601]
   [junit4]   2> 12537 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.RequestHandlers Registered paths: 
/update,/update/json/docs,/admin/logging,/admin/plugins,/admin/mbeans,/admin/segments,/admin/ping,/admin/luke,/config,/replication,/admin/file,/admin/properties,/schema,/admin/threads,/get,/update/json,/select,/admin/system,/update/csv
   [junit4]   2> 12538 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.RequestHandlers Registered paths: 
/update,/update/json/docs,/admin/logging,/admin/plugins,/admin/mbeans,/admin/segments,/admin/ping,/admin/luke,/config,/replication,/admin/file,/admin/properties,/schema,/admin/threads,/get,/update/json,/select,/admin/system,/update/csv
   [junit4]   2> 12539 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12540 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 12540 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 12540 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3284026821269601]
   [junit4]   2> 12545 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12547 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 12547 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 12547 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3284026821269601]
   [junit4]   2> 12593 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12593 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12593 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12593 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12593 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.s.SolrIndexSearcher Opening 
Searcher@64d2da85[collectionLazy2] main
   [junit4]   2> 12593 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@3872f378[collection1] main
   [junit4]   2> 12594 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/conf
   [junit4]   2> 12594 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/conf}
   [junit4]   2> 12594 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/conf
   [junit4]   2> 12594 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 12594 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 12595 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.CoreContainer Opening transient core collectionLazy2
   [junit4]   2> 12595 INFO  (coreLoadExecutor-27-thread-2) [    
x:collectionLazy2] o.a.s.c.CoreContainer registering core: collectionLazy2
   [junit4]   2> 12596 INFO  
(searcherExecutor-29-thread-1-processing-x:collectionLazy2) [    
x:collectionLazy2] o.a.s.c.SolrCore [collectionLazy2] Registered new searcher 
Searcher@64d2da85[collectionLazy2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12594 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/conf
   [junit4]   2> 12596 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/conf}
   [junit4]   2> 12596 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/conf
   [junit4]   2> 12596 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 12596 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 12597 INFO  (coreLoadExecutor-27-thread-1) [    x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 12600 INFO  
(searcherExecutor-28-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3872f378[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12602 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-003
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12602 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12602 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.s.SolrIndexSearcher Opening 
Searcher@4a7437e4[collectionLazy5] main
   [junit4]   2> 12603 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.r.ManagedResourceStorage File-based storage 
initialized to use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/conf
   [junit4]   2> 12603 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/conf}
   [junit4]   2> 12603 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json 
using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/conf
   [junit4]   2> 12603 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.r.RestManager Initializing 0 registered 
ManagedResources
   [junit4]   2> 12603 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.h.ReplicationHandler Commits will be reserved for  
10000
   [junit4]   2> 12604 INFO  (coreLoadExecutor-27-thread-3) [    
x:collectionLazy5] o.a.s.c.CoreContainer registering core: collectionLazy5
   [junit4]   2> 12604 INFO  
(searcherExecutor-30-thread-1-processing-x:collectionLazy5) [    
x:collectionLazy5] o.a.s.c.SolrCore [collectionLazy5] Registered new searcher 
Searcher@4a7437e4[collectionLazy5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 12634 INFO  (Thread-14) [    ] o.a.s.c.SolrResourceLoader new 
SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/'
   [junit4]   2> 12634 INFO  (Thread-14) [    ] o.a.s.c.SolrResourceLoader JNDI 
not configured for solr (NoInitialContextEx)
   [junit4]   2> 12634 INFO  (Thread-14) [    ] o.a.s.c.SolrResourceLoader solr 
home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 12729 INFO  (Thread-14) [    ] o.a.s.c.SolrConfig current 
version of requestparams : -1
   [junit4]   2> 12754 INFO  (Thread-14) [    ] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 5.4.0
   [junit4]   2> 12885 INFO  (Thread-14) [    ] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 12885 INFO  (Thread-14) [    ] o.a.s.s.IndexSchema Reading 
Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/conf/schema.xml
   [junit4]   2> 12894 INFO  (Thread-14) [    ] o.a.s.s.IndexSchema 
[collectionLazy3] Schema name=tiny
   [junit4]   2> 12912 INFO  (Thread-14) [    ] o.a.s.s.IndexSchema unique key 
field: id
   [junit4]   2> 12914 INFO  (Thread-14) [    ] o.a.s.c.ConfigSetProperties Did 
not find ConfigSet properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/conf'
   [junit4]   2> 12914 INFO  (Thread-14) [    ] o.a.s.c.CoreContainer Creating 
SolrCore 'collectionLazy3' using configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/
   [junit4]   2> 12914 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 12914 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore [[collectionLazy3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/],
 dataDir=[null]
   [junit4]   2> 12914 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collectionLazy3
   [junit4]   2> 12915 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data
   [junit4]   2> 12915 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/index/
   [junit4]   2> 12915 WARN  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore [collectionLazy3] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 12916 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/index
   [junit4]   2> 12917 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=3, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3906092116355694]
   [junit4]   2> 12920 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-004
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 12920 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 12937 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 12940 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12942 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12944 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12945 INFO  
(OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collectionLazy3 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/
   [junit4]   2> 12946 WARN  
(OldIndexDirectoryCleanupThreadForCore-collectionLazy3) [    x:collectionLazy3] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 12948 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12958 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.RequestHandlers Registered paths: 
/update,/update/json/docs,/admin/logging,/admin/plugins,/admin/mbeans,/admin/segments,/admin/ping,/admin/luke,/config,/replication,/admin/file,/admin/properties,/schema,/admin/threads,/get,/update/json,/select,/admin/system,/update/csv
   [junit4]   2> 12961 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 12961 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 12961 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 12961 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=9, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3284026821269601]
   [junit4]   2> 13014 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(SimpleFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/index-SimpleFSDirectory-004
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@18be5a8),segFN=segments_1,generation=1}
   [junit4]   2> 13014 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 13015 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.s.SolrIndexSearcher Opening Searcher@1886ad24[collectionLazy3] main
   [junit4]   2> 13015 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/conf
   [junit4]   2> 13015 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/conf}
   [junit4]   2> 13015 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/conf
   [junit4]   2> 13015 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 13016 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 13016 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.CoreContainer Opening transient core collectionLazy3
   [junit4]   2> 13016 INFO  (Thread-14) [    x:collectionLazy3] 
o.a.s.c.CoreContainer registering core: collectionLazy3
   [junit4]   2> 13017 INFO  
(searcherExecutor-40-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrCore [collectionLazy3] Registered new searcher 
Searcher@1886ad24[collectionLazy3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13019 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=982569151
   [junit4]   2> 13019 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1b906ce8
   [junit4]   2> 13020 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 13020 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 13020 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 13020 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data/index
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection1/data
   [junit4]   2> 13022 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.SolrCore [collectionLazy5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@6cec911f
   [junit4]   2> 13023 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 13023 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 13023 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 13023 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 13029 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.SolrCore [collectionLazy5] Closing main searcher on request.
   [junit4]   2> 13030 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 13030 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 13030 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data
   [junit4]   2> 13030 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 13030 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy5] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection5/data/index
   [junit4]   2> 13030 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.SolrCore [collectionLazy2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@34105c79
   [junit4]   2> 13031 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 13031 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 13031 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 13031 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 13033 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.SolrCore [collectionLazy2] Closing main searcher on request.
   [junit4]   2> 13033 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 13033 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 13033 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data/index
   [junit4]   2> 13033 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 13033 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy2] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection2/data
   [junit4]   2> 13034 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.SolrCore [collectionLazy3]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4ffc341f
   [junit4]   2> 13034 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.u.UpdateHandler closing DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 13034 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 13034 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 13034 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 13035 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.SolrCore [collectionLazy3] Closing main searcher on request.
   [junit4]   2> 13036 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 13036 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data;done=false>>]
   [junit4]   2> 13036 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data
   [junit4]   2> 13036 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/index;done=false>>]
   [junit4]   2> 13036 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-001/collection3/data/index
   [junit4]   2> 13036 INFO  
(TEST-TestLazyCores.testRace-seed#[604EA955F55DFDE5]) [    x:collectionLazy3] 
o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 13059 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.SolrTestCaseJ4 ###Starting testLazySearch
   [junit4]   2> 13128 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/'
   [junit4]   2> 13128 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 13128 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' 
(could not find system property or JNDI)
   [junit4]   2> 13151 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.CoreContainer New CoreContainer 1680872867
   [junit4]   2> 13152 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/]
   [junit4]   2> 13152 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/lib
   [junit4]   2> 13152 WARN  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader Can't find (or read) directory to 
add to classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/lib).
   [junit4]   2> 13165 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] 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,useRetries : false,
   [junit4]   2> 13167 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP 
client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 13168 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.CoreContainer Allocating transient cache for 4 
transient cores
   [junit4]   2> 13168 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.l.LogWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 13168 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 13168 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping 
setup for authorization module.
   [junit4]   2> 13168 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 13170 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {schema=schema.xml, 
config=solrconfig.xml, dataDir=data/, instanceDir=collection1, 
loadOnStartup=true, name=collection1, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection1/,
 transient=false, configSetProperties=configsetprops.json}
   [junit4]   2> 13170 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{loadOnStartup=true, configSetProperties=configsetprops.json, 
name=collectionLazy2, schema=schema.xml, dataDir=data/, 
instanceDir=collection2, config=solrconfig.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection2/,
 transient=true}
   [junit4]   2> 13171 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: {dataDir=data/, 
config=solrconfig.xml, instanceDir=collection3, schema=schema.xml, 
loadOnStartup=false, configSetProperties=configsetprops.json, 
name=collectionLazy3, transient=on, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection3/}
   [junit4]   2> 13171 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{instanceDir=collection4, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection4/,
 dataDir=data/, loadOnStartup=false, schema=schema.xml, name=collectionLazy4, 
config=solrconfig.xml, configSetProperties=configsetprops.json, transient=false}
   [junit4]   2> 13172 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collectionLazy5, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection5/,
 config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
instanceDir=collection5, configSetProperties=configsetprops.json, 
dataDir=data/, transient=false}
   [junit4]   2> 13172 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{loadOnStartup=false, config=solrconfig.xml, dataDir=data/, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection6/,
 name=collectionLazy6, transient=true, schema=schema.xml, 
configSetProperties=configsetprops.json, instanceDir=collection6}
   [junit4]   2> 13172 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{configSetProperties=configsetprops.json, name=collectionLazy7, transient=true, 
schema=schema.xml, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection7/,
 config=solrconfig.xml, instanceDir=collection7, dataDir=data/, 
loadOnStartup=false}
   [junit4]   2> 13173 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{configSetProperties=configsetprops.json, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection8/,
 config=solrconfig.xml, loadOnStartup=false, name=collectionLazy8, 
schema=schema.xml, dataDir=data/, transient=true, instanceDir=collection8}
   [junit4]   2> 13173 INFO  
(TEST-TestLazyCores.testLazySearch-seed#[604EA955F55DFDE5]) [    
x:collectionLazy3] o.a.s.c.SolrCore Created CoreDescriptor: 
{name=collectionLazy9, schema=schema.xml, 
configSetProperties=configsetprops.json, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection9/,
 instanceDir=collection9, loadOnStartup=false, dataDir=data/, 
config=solrconfig.xml, transient=true}
   [junit4]   2> 13174 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection1/'
   [junit4]   2> 13178 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection2/'
   [junit4]   2> 13178 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 13178 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 13179 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' 
(could not find system property or JNDI)
   [junit4]   2> 13179 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' 
(could not find system property or JNDI)
   [junit4]   2> 13177 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader new SolrResourceLoader for 
directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection5/'
   [junit4]   2> 13179 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader JNDI not configured for solr 
(NoInitialContextEx)
   [junit4]   2> 13179 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' 
(could not find system property or JNDI)
   [junit4]   2> 13264 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 13271 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 13279 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 13314 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 13322 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 13348 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 13426 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 13426 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection5/conf/schema.xml
   [junit4]   2> 13449 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 13452 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 13452 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection2/conf/schema.xml
   [junit4]   2> 13471 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 13472 INFO  
(coreLoadExecutor-49-thread-1-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection1/conf/schema.xml
   [junit4]   2> 13475 INFO  
(coreLoadExecutor-49-thread-2-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.s.IndexSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 13478 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 13480 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.ConfigSetProperties Did not find ConfigSet 
properties, assuming default properties: Can't find resource 
'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection5/conf'
   [junit4]   2> 13480 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy3] o.a.s.c.CoreContainer Creating SolrCore 'collectionLazy5' 
using configuration from instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection5/
   [junit4]   2> 13480 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 13481 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy5] o.a.s.c.SolrCore [[collectionLazy5] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_604EA955F55DFDE5-001/tempDir-002/collection5/],
 dataDir=[null]
   [junit4]   2> 13481 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy5] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collectionLazy5
   [junit4]   2> 13482 INFO  
(coreLoadExecutor-49-thread-3-processing-x:collectionLazy3) [    
x:collectionLazy5] o.a.s.c

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

onExpiredException: KeeperErrorCode = Session expired for 
/collections/collection1/leader_elect/shard1/election/94741961935421458-core_node2-n_0000000003
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:873)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:244)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:241)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:241)
   [junit4]   2>        at 
org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:85)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContextBase.cancelElection(ElectionContext.java:166)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.cancelElection(ElectionContext.java:268)
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:450)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 434742 INFO  
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[604EA955F55DFDE5])
 [    ] o.e.j.s.ServerConnector Stopped 
ServerConnector@1d923336{HTTP/1.1}{127.0.0.1:37038}
   [junit4]   2> 434743 INFO  
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[604EA955F55DFDE5])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@48bc20ba{/mcfnu/hs,null,UNAVAILABLE}
   [junit4]   2> 434745 INFO  
(TEST-LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR-seed#[604EA955F55DFDE5])
 [n:127.0.0.1:37038_mcfnu%2Fhs c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40546 40546
   [junit4]   2> 434907 INFO  (Thread-112) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:40546 40546
   [junit4]   2> 434910 WARN  (Thread-112) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        36      /solr/clusterstate.json
   [junit4]   2>        3       
/solr/overseer_elect/election/94741961935421444-127.0.0.1:45521_mcfnu%2Fhs-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        11      /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2>        3       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=LeaderInitiatedRecoveryOnShardRestartTest 
-Dtests.method=testRestartWithAllInLIR -Dtests.seed=604EA955F55DFDE5 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=be -Dtests.timezone=America/Dawson_Creek -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    375s J1 | 
LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: There are still nodes 
recoverying - waited for 330 seconds
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:172)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:133)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:128)
   [junit4]    >        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:830)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest.testRestartWithAllInLIR(LeaderInitiatedRecoveryOnShardRestartTest.java:81)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=484, name=coreZkRegister-215-thread-1, 
state=RUNNABLE, group=TGRP-LeaderInitiatedRecoveryOnShardRestartTest]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([604EA955F55DFDE5]:0)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.updateLeaderInitiatedRecoveryState(ZkController.java:2133)
   [junit4]    >        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:434)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:197)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:157)
   [junit4]    >        at 
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:346)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.joinElection(ZkController.java:1113)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:926)
   [junit4]    >        at 
org.apache.solr.cloud.ZkController.register(ZkController.java:881)
   [junit4]    >        at 
org.apache.solr.core.ZkContainer$2.run(ZkContainer.java:183)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 434943 INFO  
(SUITE-LeaderInitiatedRecoveryOnShardRestartTest-seed#[604EA955F55DFDE5]-worker)
 [n:127.0.0.1:37038_mcfnu%2Fhs c:collection1 s:shard1 r:core_node2 
x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderInitiatedRecoveryOnShardRestartTest_604EA955F55DFDE5-001
   [junit4]   2> Oct 23, 2015 8:53:07 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): {}, 
docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, 
locale=be, timezone=America/Dawson_Creek
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=1,free=103223288,total=343932928
   [junit4]   2> NOTE: All tests run in this JVM: [DistanceFunctionTest, 
DocValuesTest, TestReplicaProperties, TestNRTOpen, TestUpdate, 
TestBM25SimilarityFactory, PreAnalyzedFieldTest, 
LeaderInitiatedRecoveryOnShardRestartTest]
   [junit4] Completed [406/542] on J1 in 375.63s, 1 test, 1 error <<< FAILURES!

[...truncated 430 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:792: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:729: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/solr/common-build.xml:526:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1452:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-5.x/lucene/common-build.xml:1006:
 There were test failures: 542 suites (7 ignored), 2143 tests, 4 suite-level 
errors, 1 error, 1449 ignored (7 assumptions) [seed: 604EA955F55DFDE5]

Total time: 165 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to