Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/247/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

3 tests failed.
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([1D36EB1B55FF0EEC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
        at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
        at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:834)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java: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:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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:
1 thread leaked from SUITE scope at org.apache.solr.core.TestLazyCores:     1) 
Thread[id=3255, name=searcherExecutor-2233-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        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=3255, name=searcherExecutor-2233-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([1D36EB1B55FF0EEC]: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=3255, name=searcherExecutor-2233-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]         at sun.misc.Unsafe.park(Native Method)        
 at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         
at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)   
      at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127) 
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
        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=3255, name=searcherExecutor-2233-thread-1, state=WAITING, 
group=TGRP-TestLazyCores]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
        at __randomizedtesting.SeedInfo.seed([1D36EB1B55FF0EEC]:0)




Build Log:
[...truncated 9569 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> Creating dataDir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/init-core-data-001
   [junit4]   2> 366618 INFO  
(SUITE-TestLazyCores-seed#[1D36EB1B55FF0EEC]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 366620 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testCreateSame
   [junit4]   2> 366641 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001'
   [junit4]   2> 366642 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366642 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366642 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1776745245
   [junit4]   2> 366642 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001]
   [junit4]   2> 366642 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/lib
   [junit4]   2> 366642 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
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> 366644 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 366644 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 366645 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 366645 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 366646 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 366646 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 366647 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 366647 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366647 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 366648 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 366648 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 366648 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366648 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366648 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366648 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366649 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1'
   [junit4]   2> 366649 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366649 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366649 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2'
   [junit4]   2> 366649 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366649 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366651 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5'
   [junit4]   2> 366651 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366651 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366658 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 366658 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 366658 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 366670 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 366670 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 366670 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 366676 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 366676 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 366676 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 366679 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 366679 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 366681 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 366682 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 366682 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 366683 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2'
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5'
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-2) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1'
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore [[collection2] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/]
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection2
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-3) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection5' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/]
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 366684 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore [[collection5] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/]
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/index/
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection5
   [junit4]   2> 366685 WARN  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore [collection2] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/index/
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/index
   [junit4]   2> 366685 WARN  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore [collection5] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/index
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/index/
   [junit4]   2> 366685 WARN  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 366685 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/index
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=24, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6f16f61f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62ed244d),segFN=segments_1,generation=1}
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@69da65f7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f08f31c),segFN=segments_1,generation=1}
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2bd77457 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@498c8180),segFN=segments_1,generation=1}
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366686 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366687 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection2 in 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/
   [junit4]   2> 366687 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection2) [    x:collection2] 
o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 366687 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection5 in 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/
   [junit4]   2> 366687 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/
   [junit4]   2> 366687 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection5) [    x:collection5] 
o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 366688 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 366688 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 366689 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 366691 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 366691 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366692 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366692 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366692 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366693 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366693 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366694 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366694 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366694 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366694 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366695 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366695 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 366695 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366695 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5230017529860871]
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@69da65f7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6f08f31c),segFN=segments_1,generation=1}
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@46933fd6[collection5] 
main
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/conf
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/conf}
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5230017529860871]
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/conf
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@2bd77457 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@498c8180),segFN=segments_1,generation=1}
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@559de1b8[collection1] 
main
   [junit4]   2> 366697 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/conf
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/conf}
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-3) [    
x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/conf
   [junit4]   2> 366696 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 366698 INFO  
(searcherExecutor-2027-thread-1-processing-x:collection5) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Registered new searcher 
Searcher@46933fd6[collection5] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 366698 INFO  
(searcherExecutor-2026-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@559de1b8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=16, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5230017529860871]
   [junit4]   2> 366698 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@6f16f61f 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@62ed244d),segFN=segments_1,generation=1}
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@7e421886[collection2] 
main
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage File-based storage initialized to 
use dir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/conf
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/conf}
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/conf
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 366699 INFO  (coreLoadExecutor-2024-thread-2) [    
x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 366699 INFO  
(searcherExecutor-2025-thread-1-processing-x:collection2) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Registered new searcher 
Searcher@7e421886[collection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 366701 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4'
   [junit4]   2> 366701 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366701 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366705 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 366708 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 366721 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 366724 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.s.IndexSchema [collection4] Schema name=tiny
   [junit4]   2> 366727 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 366728 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4'
   [junit4]   2> 366728 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection4' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4
   [junit4]   2> 366728 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 366728 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore [[collection4] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/]
   [junit4]   2> 366728 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection4
   [junit4]   2> 366729 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data
   [junit4]   2> 366729 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/index/
   [junit4]   2> 366729 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 366729 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/index
   [junit4]   2> 366729 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=13, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=43.240234375, 
floorSegmentMB=1.30078125, forceMergeDeletesPctAllowed=8.432571280219864, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 366730 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@29d5fb03 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14ca1705),segFN=segments_1,generation=1}
   [junit4]   2> 366730 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366730 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection4 in 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/
   [junit4]   2> 366730 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection4) [    x:collection4] 
o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 366731 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 366733 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366733 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366734 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366735 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366736 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 366736 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 366736 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 366736 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 366736 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=28, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=91.39453125, 
floorSegmentMB=0.705078125, forceMergeDeletesPctAllowed=14.885813748276691, 
segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.760851720124748
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@29d5fb03 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@14ca1705),segFN=segments_1,generation=1}
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.s.SolrIndexSearcher Opening Searcher@67c665bf[collection4] main
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/conf
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/conf}
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/conf
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 366737 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CoreContainer registering core: collection4
   [junit4]   2> 366737 INFO  
(searcherExecutor-2038-thread-1-processing-x:collection4) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Registered new searcher 
Searcher@67c665bf[collection4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 366738 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6'
   [junit4]   2> 366738 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366738 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366744 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 366746 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 366750 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 366753 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.s.IndexSchema [collection6] Schema name=tiny
   [junit4]   2> 366757 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 366758 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6'
   [junit4]   2> 366758 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CoreContainer Creating SolrCore 'collection6' using configuration from 
instancedir 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6
   [junit4]   2> 366758 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 366759 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore [[collection6] ] Opening new SolrCore at 
[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6],
 
dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/]
   [junit4]   2> 366759 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore JMX monitoring not detected for core: collection6
   [junit4]   2> 366759 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data
   [junit4]   2> 366759 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/index/
   [junit4]   2> 366759 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore [collection6] Solr index directory 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 366759 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/index
   [junit4]   2> 366760 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=10.486328125, 
floorSegmentMB=1.716796875, forceMergeDeletesPctAllowed=9.542875764409256, 
segmentsPerTier=33.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5158935696434834
   [junit4]   2> 366760 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@205cc239 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35e8fffb),segFN=segments_1,generation=1}
   [junit4]   2> 366760 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366760 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection6 in 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/
   [junit4]   2> 366761 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection6) [    x:collection6] 
o.a.s.c.DirectoryFactory 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 366762 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating 
implicit default
   [junit4]   2> 366763 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366763 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366764 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366765 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 366766 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,/update/csv,/update/json/docs,/admin/luke,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 366766 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=98.701171875, 
floorSegmentMB=0.5244140625, forceMergeDeletesPctAllowed=25.102781554510145, 
segmentsPerTier=13.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.8197685857305318
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@205cc239 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@35e8fffb),segFN=segments_1,generation=1}
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.s.SolrIndexSearcher Opening Searcher@10b04e3f[collection6] main
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/conf
   [junit4]   2> 366767 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/conf}
   [junit4]   2> 366768 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
file:dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/conf
   [junit4]   2> 366768 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 366768 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 366768 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCores Opening transient core collection6
   [junit4]   2> 366768 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer registering core: collection6
   [junit4]   2> 366768 INFO  
(searcherExecutor-2042-thread-1-processing-x:collection6) [    x:collection6] 
o.a.s.c.SolrCore [collection6] Registered new searcher 
Searcher@10b04e3f[collection6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 366785 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.a.CoreAdminHandler core create command 
schema=schema.xml&dataDir=t12&name=collection2&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 366785 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=t12}
   [junit4]   2> 366785 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 366786 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.a.CoreAdminHandler core create command 
schema=schema.xml&dataDir=t14&name=collection4&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 366786 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=t14}
   [junit4]   2> 366786 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 366786 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.a.CoreAdminHandler core create command 
schema=schema.xml&dataDir=t15&name=collection5&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 366786 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=t15}
   [junit4]   2> 366787 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 366787 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.h.a.CoreAdminHandler core create command 
schema=schema.xml&dataDir=t16&name=collection6&action=CREATE&config=solrconfig.xml&wt=xml
   [junit4]   2> 366787 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=t16}
   [junit4]   2> 366787 WARN  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 366787 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1776745245
   [junit4]   2> 366787 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.SolrCore [collection5]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1efeefd4
   [junit4]   2> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.u.DirectUpdateHandler2 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> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 366788 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection5] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection5/data/index
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3112e678
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 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> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 366789 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 366790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 366790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 366790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data
   [junit4]   2> 366790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 366790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection1/data/index
   [junit4]   2> 366790 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore [collection4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3a0ef1a3
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.DirectUpdateHandler2 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> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.SolrCore [collection4] Closing main searcher on request.
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data;done=false>>]
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/index;done=false>>]
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection4] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection4/data/index
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.SolrCore [collection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@285d916b
   [junit4]   2> 366791 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.u.DirectUpdateHandler2 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> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data/index
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection2] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection2/data
   [junit4]   2> 366792 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore [collection6]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@41345bfb
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.DirectUpdateHandler2 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> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCore [collection6] Closing main searcher on request.
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories 
currently being tracked
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/index
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/index;done=false>>]
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data/index
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data;done=false>>]
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-001/collection6/data
   [junit4]   2> 366793 INFO  
(TEST-TestLazyCores.testCreateSame-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.SolrTestCaseJ4 ###Ending testCreateSame
   [junit4]   2> 366796 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.SolrTestCaseJ4 ###Starting testLazyLoad
   [junit4]   2> 366825 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-002'
   [junit4]   2> 366825 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 366825 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 366825 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer New CoreContainer 1731413123
   [junit4]   2> 366825 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-002]
   [junit4]   2> 366825 WARN  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Couldn't add files from 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-002/lib
 to classpath: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-002/lib
   [junit4]   2> 366825 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
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> 366826 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 366827 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 366827 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 366827 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 366827 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 366827 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 366828 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 366828 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection2, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366828 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection3, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=on, dataDir=data/}
   [junit4]   2> 366828 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection4, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 366828 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection5, 
config=solrconfig.xml, loadOnStartup=true, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=false, dataDir=data/}
   [junit4]   2> 366829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection6, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection7, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection8, 
config=solrconfig.xml, loadOnStartup=false, schema=schema.xml, 
configSetProperties=configsetprops.json, transient=true, dataDir=data/}
   [junit4]   2> 366829 INFO  
(TEST-TestLazyCores.testLazyLoad-seed#[1D36EB1B55FF0EEC]) [    x:collection6] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection9, 
config=solrconfig

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

ores.testCachingLimit-seed#[1D36EB1B55FF0EEC]) [    x:collection9] 
o.a.s.c.CachingDirectoryFactory looking to close 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-007/collection9/data
 
[CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-007/collection9/data;done=false>>]
   [junit4]   2> 368157 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[1D36EB1B55FF0EEC]) [    
x:collection9] o.a.s.c.CachingDirectoryFactory Closing directory: 
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_1D36EB1B55FF0EEC-001/tempDir-007/collection9/data
   [junit4]   2> 368157 INFO  
(TEST-TestLazyCores.testCachingLimit-seed#[1D36EB1B55FF0EEC]) [    
x:collection9] o.a.s.SolrTestCaseJ4 ###Ending testCachingLimit
   [junit4]   2> 368157 INFO  
(SUITE-TestLazyCores-seed#[1D36EB1B55FF0EEC]-worker) [    x:collection9] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 368157 INFO  
(SUITE-TestLazyCores-seed#[1D36EB1B55FF0EEC]-worker) [    x:collection9] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=325538420
   [junit4]   2> 489321 ERROR 
(SUITE-TestLazyCores-seed#[1D36EB1B55FF0EEC]-worker) [    x:collection9] 
o.a.s.SolrTestCaseJ4 ERROR: SolrIndexSearcher opens=51 closes=50
   [junit4]   2> Dec 10, 2015 6:10:16 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> Dec 10, 2015 6:10:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at 
org.apache.solr.core.TestLazyCores: 
   [junit4]   2>    1) Thread[id=3255, name=searcherExecutor-2233-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Dec 10, 2015 6:10:36 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=3255, name=searcherExecutor-2233-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 10, 2015 6:10:39 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be 
terminated:
   [junit4]   2>    1) Thread[id=3255, name=searcherExecutor-2233-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2>         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), 
sim=ClassicSimilarity, locale=ar_EG, timezone=Africa/Cairo
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 
(64-bit)/cpus=3,threads=2,free=61996744,total=304087040
   [junit4]   2> NOTE: All tests run in this JVM: [TestFastLRUCache, 
TestCloudInspectUtil, TestCoreContainer, ExternalFileFieldSortTest, 
HardAutoCommitTest, MBeansHandlerTest, TestConfigSets, SimplePostToolTest, 
SmileWriterTest, TestJmxIntegration, TestDocumentBuilder, TestFilteredDocIdSet, 
HdfsBasicDistributedZkTest, DocValuesTest, 
ConcurrentDeleteAndCreateCollectionTest, TestFunctionQuery, 
SimpleMLTQParserTest, SOLR749Test, TestLeaderElectionZkExpiry, 
TestClusterStateMutator, TestStressVersions, PKIAuthenticationIntegrationTest, 
TestHashPartitioner, RankQueryTest, FacetPivotSmallTest, HdfsLockFactoryTest, 
TestMacros, DistributedQueryElevationComponentTest, 
TestManagedSchemaFieldResource, TestCloudManagedSchema, 
ParsingFieldUpdateProcessorsTest, TestRandomDVFaceting, ExplicitHLLTest, 
SchemaVersionSpecificBehaviorTest, TestLRUStatsCache, TestUpdate, 
SpatialRPTFieldTypeTest, SolrCoreTest, TestManagedSynonymFilterFactory, 
StandardRequestHandlerTest, ScriptEngineTest, TestRandomCollapseQParserPlugin, 
TestCSVLoader, SpatialFilterTest, TestManagedSchema, 
AnalysisAfterCoreReloadTest, TestRTimerTree, ReturnFieldsTest, 
TestReplicationHandler, ExitableDirectoryReaderTest, HdfsNNFailoverTest, 
TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores 
-Dtests.seed=1D36EB1B55FF0EEC -Dtests.slow=true -Dtests.locale=ar_EG 
-Dtests.timezone=Africa/Cairo -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: 
SolrIndexSearcher opens=51 closes=50
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1D36EB1B55FF0EEC]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:453)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:225)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE 
scope at org.apache.solr.core.TestLazyCores: 
   [junit4]    >    1) Thread[id=3255, name=searcherExecutor-2233-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1D36EB1B55FF0EEC]:0)Throwable #3: 
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=3255, name=searcherExecutor-2233-thread-1, 
state=WAITING, group=TGRP-TestLazyCores]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]    >         at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([1D36EB1B55FF0EEC]:0)
   [junit4] Completed [116/564 (1!)] on J0 in 145.89s, 7 tests, 1 failure, 2 
errors <<< FAILURES!

[...truncated 1450 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:784: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:728: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:59: The 
following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build.xml:233: 
The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/common-build.xml:516:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1436:
 The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:991:
 There were test failures: 564 suites (8 ignored), 2241 tests, 3 suite-level 
errors, 1456 ignored (66 assumptions) [seed: 1D36EB1B55FF0EEC]

Total time: 43 minutes 26 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to