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

[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 275 - Failure!

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

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

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

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
	at __randomizedtesting.SeedInfo.seed([5B2C987B281D5A5C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:229)
	at sun.reflect.GeneratedMethodAccessor22.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=8045, name=searcherExecutor-3083-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=8045, name=searcherExecutor-3083-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([5B2C987B281D5A5C]: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=8045, name=searcherExecutor-3083-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=8045, name=searcherExecutor-3083-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([5B2C987B281D5A5C]:0)




Build Log:
[...truncated 10064 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_5B2C987B281D5A5C-001/init-core-data-001
   [junit4]   2> 1153858 INFO  (SUITE-TestLazyCores-seed#[5B2C987B281D5A5C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1153861 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRace
   [junit4]   2> 1153895 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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_5B2C987B281D5A5C-001/tempDir-001'
   [junit4]   2> 1153895 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1153895 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1153896 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.CoreContainer New CoreContainer 761888992
   [junit4]   2> 1153896 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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_5B2C987B281D5A5C-001/tempDir-001]
   [junit4]   2> 1153896 WARN  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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_5B2C987B281D5A5C-001/tempDir-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/lib
   [junit4]   2> 1153896 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153897 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1153897 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1153899 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1153900 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1153900 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1153900 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1153900 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153901 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153902 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] 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> 1153902 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1'
   [junit4]   2> 1153902 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5'
   [junit4]   2> 1153902 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1153902 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2'
   [junit4]   2> 1153903 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1153903 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1153903 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1153903 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1153903 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1153911 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1153912 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1153912 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1153913 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1153914 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1153914 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1153917 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1153944 ERROR (Finalizer) [    ] o.a.s.c.CoreContainer CoreContainer was not close prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!  instance=577888651
   [junit4]   2> 1153946 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1153946 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1153946 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1153948 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1153948 INFO  (coreLoadExecutor-3059-thread-2) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1153948 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2'
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-thread-3) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection2/data/]
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/data
   [junit4]   2> 1153950 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/index/
   [junit4]   2> 1153950 WARN  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1153951 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/index
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5'
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1e47ebff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f8edf14),segFN=segments_1,generation=1}
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1'
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection1/data/]
   [junit4]   2> 1153953 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1153953 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/data
   [junit4]   2> 1153953 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/index/
   [junit4]   2> 1153953 WARN  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1153952 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection5/data/]
   [junit4]   2> 1153953 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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/
   [junit4]   2> 1153953 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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1153953 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/data
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/index/
   [junit4]   2> 1153954 WARN  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/index
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4fc6feff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5520a9c0),segFN=segments_1,generation=1}
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1153954 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1153956 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1153956 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153957 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153957 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153958 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153958 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153953 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/index
   [junit4]   2> 1153960 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153960 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1153960 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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/
   [junit4]   2> 1153960 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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1153960 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153961 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@152f281c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f0f8be4),segFN=segments_1,generation=1}
   [junit4]   2> 1153961 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1153961 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153961 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=924861102, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@1e47ebff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f8edf14),segFN=segments_1,generation=1}
   [junit4]   2> 1153962 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.s.SolrIndexSearcher Opening Searcher@6b077f31[collection2] main
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/conf
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/conf}
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection2/conf
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1153963 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1153964 INFO  (searcherExecutor-3060-thread-1-processing-x:collection2) [    x:collection2] o.a.s.c.SolrCore [collection2] Registered new searcher Searcher@6b077f31[collection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1153964 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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/
   [junit4]   2> 1153964 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=924861102, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1153964 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.SolrCores Opening transient core collection2
   [junit4]   2> 1153964 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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1153964 INFO  (coreLoadExecutor-3059-thread-2) [    x:collection2] o.a.s.c.CoreContainer registering core: collection2
   [junit4]   2> 1153964 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4fc6feff lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5520a9c0),segFN=segments_1,generation=1}
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.s.SolrIndexSearcher Opening Searcher@50896bce[collection5] main
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/conf
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/conf}
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection5/conf
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153965 INFO  (coreLoadExecutor-3059-thread-3) [    x:collection5] o.a.s.c.CoreContainer registering core: collection5
   [junit4]   2> 1153965 INFO  (searcherExecutor-3061-thread-1-processing-x:collection5) [    x:collection5] o.a.s.c.SolrCore [collection5] Registered new searcher Searcher@50896bce[collection5] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1153966 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153967 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1153968 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1153968 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=924861102, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@152f281c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5f0f8be4),segFN=segments_1,generation=1}
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@f0a71aa[collection1] main
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/conf
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/conf}
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-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_5B2C987B281D5A5C-001/tempDir-001/collection1/conf
   [junit4]   2> 1153969 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1153970 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1153970 INFO  (searcherExecutor-3062-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f0a71aa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1153970 INFO  (coreLoadExecutor-3059-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1153991 INFO  (Thread-3061) [    ] 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_5B2C987B281D5A5C-001/tempDir-001/collection3'
   [junit4]   2> 1153991 INFO  (Thread-3061) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1153991 INFO  (Thread-3061) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1153996 INFO  (Thread-3061) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1153998 INFO  (Thread-3061) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1154001 INFO  (Thread-3061) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1154003 INFO  (Thread-3061) [    ] o.a.s.s.IndexSchema [collection3] Schema name=tiny
   [junit4]   2> 1154005 INFO  (Thread-3061) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1154006 INFO  (Thread-3061) [    ] 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_5B2C987B281D5A5C-001/tempDir-001/collection3'
   [junit4]   2> 1154006 INFO  (Thread-3061) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection3' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3
   [junit4]   2> 1154006 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1154006 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrCore [[collection3] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3/data/]
   [junit4]   2> 1154006 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrCore JMX monitoring not detected for core: collection3
   [junit4]   2> 1154006 INFO  (Thread-3061) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data
   [junit4]   2> 1154006 INFO  (Thread-3061) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data/index/
   [junit4]   2> 1154006 WARN  (Thread-3061) [    x:collection3] o.a.s.c.SolrCore [collection3] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1154007 INFO  (Thread-3061) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data/index
   [junit4]   2> 1154007 INFO  (Thread-3061) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1154007 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7de5cfb8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e435462),segFN=segments_1,generation=1}
   [junit4]   2> 1154007 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1154009 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1154010 INFO  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection3 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3/data/
   [junit4]   2> 1154010 WARN  (OldIndexDirectoryCleanupThreadForCore-collection3) [    x:collection3] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1154011 INFO  (Thread-3061) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1154011 INFO  (Thread-3061) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1154012 INFO  (Thread-3061) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1154013 INFO  (Thread-3061) [    x:collection3] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1154014 INFO  (Thread-3061) [    x:collection3] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/select,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1154015 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1154015 INFO  (Thread-3061) [    x:collection3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1154015 INFO  (Thread-3061) [    x:collection3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=924861102, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@7de5cfb8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e435462),segFN=segments_1,generation=1}
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] o.a.s.s.SolrIndexSearcher Opening Searcher@263a173c[collection3] main
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/conf
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/conf}
   [junit4]   2> 1154016 INFO  (Thread-3061) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/conf
   [junit4]   2> 1154017 INFO  (Thread-3061) [    x:collection3] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1154017 INFO  (Thread-3061) [    x:collection3] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1154017 INFO  (Thread-3061) [    x:collection3] o.a.s.c.SolrCores Opening transient core collection3
   [junit4]   2> 1154017 INFO  (searcherExecutor-3072-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrCore [collection3] Registered new searcher Searcher@263a173c[collection3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1154017 INFO  (Thread-3061) [    x:collection3] o.a.s.c.CoreContainer registering core: collection3
   [junit4]   2> 1154040 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=761888992
   [junit4]   2> 1154044 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection5] o.a.s.c.SolrCore [collection5]  CLOSING SolrCore org.apache.solr.core.SolrCore@4dcdbb63
   [junit4]   2> 1154044 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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> 1154044 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection5] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1154045 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection5] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1154045 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection5] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection5] o.a.s.c.SolrCore [collection5] Closing main searcher on request.
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection5] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-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_5B2C987B281D5A5C-001/tempDir-001/collection5/data;done=false>>]
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-001/tempDir-001/collection5/data
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/index;done=false>>]
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-001/tempDir-001/collection5/data/index
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4eb692ea
   [junit4]   2> 1154046 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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> 1154047 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1154047 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1154047 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-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_5B2C987B281D5A5C-001/tempDir-001/collection1/data;done=false>>]
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-001/tempDir-001/collection1/data
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/index;done=false>>]
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-001/tempDir-001/collection1/data/index
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection2] o.a.s.c.SolrCore [collection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@679d025c
   [junit4]   2> 1154048 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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> 1154049 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection2] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1154049 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection2] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1154049 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection2] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1154049 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection2] o.a.s.c.SolrCore [collection2] Closing main searcher on request.
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection2] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/index;done=false>>]
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-001/tempDir-001/collection2/data/index
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-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_5B2C987B281D5A5C-001/tempDir-001/collection2/data;done=false>>]
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    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_5B2C987B281D5A5C-001/tempDir-001/collection2/data
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.SolrCore [collection3]  CLOSING SolrCore org.apache.solr.core.SolrCore@13aa2d87
   [junit4]   2> 1154050 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154052 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1154052 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1154052 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1154062 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.SolrCore [collection3] Closing main searcher on request.
   [junit4]   2> 1154063 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1154063 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3/data/index;done=false>>]
   [junit4]   2> 1154063 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data/index
   [junit4]   2> 1154063 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-001/collection3/data;done=false>>]
   [junit4]   2> 1154063 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-001/collection3/data
   [junit4]   2> 1154063 INFO  (TEST-TestLazyCores.testRace-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Ending testRace
   [junit4]   2> 1154066 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.SolrTestCaseJ4 ###Starting testCachingLimit
   [junit4]   2> 1154092 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002'
   [junit4]   2> 1154092 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1154092 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1154092 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.CoreContainer New CoreContainer 1833824157
   [junit4]   2> 1154092 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002]
   [junit4]   2> 1154092 WARN  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-002/lib
   [junit4]   2> 1154093 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154094 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=600000&connTimeout=60000&retry=true
   [junit4]   2> 1154094 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.SolrCores Allocating transient cache for 4 transient cores
   [junit4]   2> 1154094 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1154094 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1154094 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1154094 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1154095 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154095 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154095 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154096 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154096 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154096 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154096 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154096 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154096 INFO  (TEST-TestLazyCores.testCachingLimit-seed#[5B2C987B281D5A5C]) [    x:collection3] 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> 1154097 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection5'
   [junit4]   2> 1154098 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1154098 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection2'
   [junit4]   2> 1154098 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1154098 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1154098 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection1'
   [junit4]   2> 1154098 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1154099 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1154099 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1154106 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1154106 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1154106 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1154108 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1154108 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1154108 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1154112 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1154112 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1154112 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1154114 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection5] Schema name=tiny
   [junit4]   2> 1154114 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection1] Schema name=tiny
   [junit4]   2> 1154114 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema [collection2] Schema name=tiny
   [junit4]   2> 1154117 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1154117 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1154117 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1154119 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection5'
   [junit4]   2> 1154119 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection5
   [junit4]   2> 1154119 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection2'
   [junit4]   2> 1154119 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection2
   [junit4]   2> 1154119 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1154119 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection1'
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection5], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-002/collection5/data/]
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrCore JMX monitoring not detected for core: collection5
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-002/collection2/data/]
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrCore JMX monitoring not detected for core: collection2
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection3] 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_5B2C987B281D5A5C-001/tempDir-002/collection1
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection5/data
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection5/data/index/
   [junit4]   2> 1154120 WARN  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection5/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestLazyCores_5B2C987B281D5A5C-001/tempDir-002/collection1/data/]
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection2/data
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection2/data/index/
   [junit4]   2> 1154120 WARN  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection5/data/index
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection2/data/index
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection5] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1154120 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection1/data
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection1/data/index/
   [junit4]   2> 1154121 WARN  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    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_5B2C987B281D5A5C-001/tempDir-002/collection1/data/index
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@45c35c95 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@cb514d5),segFN=segments_1,generation=1}
   [junit4]   2> 1154122 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=47.806640625, floorSegmentMB=0.87890625, forceMergeDeletesPctAllowed=29.34971296343752, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1154121 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3f7f97b8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@676e0c34),segFN=segments_1,generation=1}
   [junit4]   2> 1154122 INFO  (coreLoadExecutor-3081-thread-3-processing-x:collection3) [    x:collection5] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1154122 INFO  (coreLoadExecutor-3081-thread-2-processing-x:collection3) [    x:collection2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1154122 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@72fae1a7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5d44d4e6),segFN=segments_1,generation=1}
   [junit4]   2> 1154122 INFO  (coreLoadExecutor-3081-thread-1-processing-x:collection3) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1154122 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_5B2C987B281D5A5C-001/tempDir-002/collection1/data/
   [junit4]   2> 1154122 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_5B2C987B281D5A5C-001/tempDir-002/collection2/data/
   [junit4]   2> 1154123 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_5B2C987B281D5A5C-001/tempDir-002/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1154123 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_5B2C987B281D5A5C-001/tempDir-002/collection2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1154122 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_5B2C987B281D5A5C-001/tempDir-002/collection5/data/
   [junit4]   2> 1154125 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_5B2C987B281D5A5C-001/tempDi

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

yCores: 
   [junit4]   2>    1) Thread[id=8045, name=searcherExecutor-3083-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 22, 2015 4:31:42 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=8045, name=searcherExecutor-3083-thread-1, state=WAITING, group=TGRP-TestLazyCores]
   [junit4]   2> Dec 22, 2015 4:31:45 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=8045, name=searcherExecutor-3083-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): {v_t=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting), v_s=PostingsFormat(name=LuceneVarGapFixedInterval), v_f=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=en_US, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=2,free=210255352,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DeleteInactiveReplicaTest, TestNonDefinedSimilarityFactory, TestLRUCache, TestHashPartitioner, AsyncCallRequestStatusResponseTest, QueryElevationComponentTest, TestComponentsName, HighlighterTest, SolrIndexConfigTest, VMParamsZkACLAndCredentialsProvidersTest, IndexSchemaTest, DocValuesMultiTest, CdcrVersionReplicationTest, TestSolrConfigHandlerConcurrent, TestRemoteStreaming, TestSolrQueryParserDefaultOperatorResource, DirectSolrSpellCheckerTest, TestCloudInspectUtil, HdfsLockFactoryTest, TestCloudManagedSchema, SegmentsInfoRequestHandlerTest, DistribCursorPagingTest, SolrXmlInZkTest, TestFieldResource, BasicDistributedZkTest, DocValuesMissingTest, TestReloadDeadlock, JSONWriterTest, TestTolerantSearch, TestBlendedInfixSuggestions, ConjunctionSolrSpellCheckerTest, ShardRoutingTest, TestJettySolrRunner, RollingRestartTest, DocumentAnalysisRequestHandlerTest, TestExactSharedStatsCache, TestAnalyzedSuggestions, HdfsUnloadDistributedZkTest, TestConfigReload, TestSimpleQParserPlugin, TestReqParamsAPI, TestConfigSetProperties, DistributedSpellCheckComponentTest, PreAnalyzedFieldTest, TestFunctionQuery, HdfsSyncSliceTest, TestJmxIntegration, TestPartialUpdateDeduplication, TestRestManager, DistributedQueryComponentCustomSortTest, SolrRequestParserTest, TestInfoStreamLogging, ParsingFieldUpdateProcessorsTest, TestXIncludeConfig, HdfsRecoveryZkTest, TestSolrDeletionPolicy1, CursorPagingTest, PrimitiveFieldTypeTest, TestClassNameShortening, HttpPartitionTest, DocExpirationUpdateProcessorFactoryTest, DeleteReplicaTest, URLClassifyProcessorTest, SoftAutoCommitTest, TestAddFieldRealTimeGet, SimpleCollectionCreateDeleteTest, DistributedSuggestComponentTest, DataDrivenBlockJoinTest, ChaosMonkeyNothingIsSafeTest, ClusterStateUpdateTest, OverseerCollectionConfigSetProcessorTest, DocValuesTest, TestOverriddenPrefixQueryForCustomFieldType, DistributedVersionInfoTest, UUIDFieldTest, TestJmxMonitoredMap, TermsComponentTest, SliceStateTest, TestSha256AuthenticationProvider, TestDFRSimilarityFactory, DisMaxRequestHandlerTest, SolrTestCaseJ4Test, OutOfBoxZkACLAndCredentialsProvidersTest, DistribJoinFromCollectionTest, TestLMDirichletSimilarityFactory, RankQueryTest, SOLR749Test, CollectionTooManyReplicasTest, TestScoreJoinQPNoScore, DOMUtilTest, BufferStoreTest, TestDownShardTolerantSearch, DistributedFacetPivotSmallTest, BJQParserTest, DistributedFacetPivotLongTailTest, CollectionReloadTest, SharedFSAutoReplicaFailoverTest, TestTrackingShardHandlerFactory, CircularListTest, MoreLikeThisHandlerTest, TestCursorMarkWithoutUniqueKey, TestPerFieldSimilarityWithDefaultOverride, TestSolr4Spatial2, RecoveryZkTest, TestPhraseSuggestions, PingRequestHandlerTest, StatelessScriptUpdateProcessorFactoryTest, HdfsDirectoryFactoryTest, TestCodecSupport, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=5B2C987B281D5A5C -Dtests.slow=true -Dtests.locale=en_US -Dtests.timezone=Asia/Yekaterinburg -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [SolrCore, MockDirectoryWrapper, MockDirectoryWrapper, MDCAwareThreadPoolExecutor]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5B2C987B281D5A5C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:229)
   [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=8045, name=searcherExecutor-3083-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([5B2C987B281D5A5C]:0)Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=8045, name=searcherExecutor-3083-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([5B2C987B281D5A5C]:0)
   [junit4] Completed [202/568 (1!)] on J0 in 146.92s, 7 tests, 1 failure, 2 errors <<< FAILURES!

[...truncated 1186 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: 568 suites (8 ignored), 2265 tests, 3 suite-level errors, 1284 ignored (57 assumptions) [seed: 5B2C987B281D5A5C]

Total time: 50 minutes 9 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



[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 277 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/277/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.search.AnalyticsMergeStrategyTest.test

Error Message:
Error from server at http://127.0.0.1:32942/eg/collection1: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Scheme 'http' not registered.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:32942/eg/collection1: java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Scheme 'http' not registered.
	at __randomizedtesting.SeedInfo.seed([9E9399A42EFAF132:16C7A67E80069CCA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase.queryServer(BaseDistributedSearchTestCase.java:562)
	at org.apache.solr.search.AnalyticsMergeStrategyTest.test(AnalyticsMergeStrategyTest.java:85)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:965)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:940)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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)




Build Log:
[...truncated 10973 lines...]
   [junit4] Suite: org.apache.solr.search.AnalyticsMergeStrategyTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001
   [junit4]   2> 2871640 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /eg/
   [junit4]   2> 2871640 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 2871641 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2871641 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2871642 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2871643 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2871643 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2871759 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2871769 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2871789 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-analytics-query.xml
   [junit4]   2> 2871794 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 2871890 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2871891 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2871892 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2871928 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2872023 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2872023 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2872023 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 2872023 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2872023 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2872023 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1355078446
   [junit4]   2> 2872024 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 2872026 WARN  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 2872027 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] 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> 2872028 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 2872029 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2872029 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2872029 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2872029 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2872031 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-analytics-query.xml, transient=false, schema=schema15.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001, shard=shard1}
   [junit4]   2> 2872031 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2872031 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2872032 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2872032 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2872032 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2872050 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2872056 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2872108 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-analytics-query.xml
   [junit4]   2> 2872112 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2872191 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2872191 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2872192 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2872194 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2872200 INFO  (coreLoadExecutor-8023-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/core/src/test-files/solr/collection1'
   [junit4]   2> 2872200 INFO  (coreLoadExecutor-8023-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2872200 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2872200 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/]
   [junit4]   2> 2872200 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25bada68
   [junit4]   2> 2872201 INFO  (coreLoadExecutor-8023-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001
   [junit4]   2> 2872201 INFO  (coreLoadExecutor-8023-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/index/
   [junit4]   2> 2872201 WARN  (coreLoadExecutor-8023-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 2872201 INFO  (coreLoadExecutor-8023-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/index
   [junit4]   2> 2872201 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8540010737182306]
   [junit4]   2> 2872202 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10119946 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15f40832),segFN=segments_1,generation=1}
   [junit4]   2> 2872202 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2872202 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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/
   [junit4]   2> 2872243 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2872243 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2872243 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2872243 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2872243 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2872244 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2872252 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2872253 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2872254 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2872256 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2872260 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2872261 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/elevate,/update/json,mltrh,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2872261 WARN  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2872261 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2872262 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2872262 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2872264 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2872264 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2872264 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2872264 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10119946 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@15f40832),segFN=segments_1,generation=1}
   [junit4]   2> 2872264 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2872265 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3b4731dc[collection1] main
   [junit4]   2> 2872265 WARN  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2872266 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2872266 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2872266 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2872266 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2872451 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2872820 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 2872828 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2872830 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2872831 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2872831 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2872831 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1521333100103073792
   [junit4]   2> 2872833 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1521333100103073792
   [junit4]   2> 2872833 INFO  (coreLoadExecutor-8023-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2872833 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2872834 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2872835 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2872835 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 2872835 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2872836 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2872836 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2872843 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2872843 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2872844 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2872845 INFO  (searcherExecutor-8024-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3b4731dc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2874237 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1
   [junit4]   2> 2874239 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 2874240 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37eaeb20{/eg,null,AVAILABLE}
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6e47e254{HTTP/1.1,[http/1.1]}{127.0.0.1:39805}
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.Server Started @2877273ms
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema15.xml, solrconfig=solrconfig-analytics-query.xml, hostContext=/eg, hostPort=39805, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores}
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control'
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2874241 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/solr.xml
   [junit4]   2> 2874246 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores
   [junit4]   2> 2874246 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer New CoreContainer 498299660
   [junit4]   2> 2874246 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control]
   [junit4]   2> 2874246 WARN  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/lib
   [junit4]   2> 2874247 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2874248 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2874248 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2874248 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2874248 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2874248 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2874249 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores
   [junit4]   2> 2874250 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-analytics-query.xml, loadOnStartup=true, schema=schema15.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 2874250 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1
   [junit4]   2> 2874250 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2874250 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 2874250 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2874260 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2874260 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2874260 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2874260 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2874260 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2874283 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2874290 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2874333 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-analytics-query.xml
   [junit4]   2> 2874339 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2874405 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2874406 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2874407 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2874408 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2874414 INFO  (coreLoadExecutor-8034-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/core/src/test-files/solr/collection1'
   [junit4]   2> 2874414 INFO  (coreLoadExecutor-8034-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2874414 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2874414 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 2874415 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25bada68
   [junit4]   2> 2874415 INFO  (coreLoadExecutor-8034-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 2874415 INFO  (coreLoadExecutor-8034-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 2874415 WARN  (coreLoadExecutor-8034-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2874415 INFO  (coreLoadExecutor-8034-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 2874415 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8540010737182306]
   [junit4]   2> 2874416 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@222475c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c9cef6a),segFN=segments_1,generation=1}
   [junit4]   2> 2874416 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2874416 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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 2874416 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/control/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2874419 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2874420 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2874420 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2874420 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2874422 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2874422 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2874423 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2874424 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2874428 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2874430 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/elevate,/update/json,mltrh,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2874430 WARN  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2874431 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2874431 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2874431 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2874434 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2874434 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2874458 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2874459 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@222475c7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c9cef6a),segFN=segments_1,generation=1}
   [junit4]   2> 2874469 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2874470 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@629a0b16[collection1] main
   [junit4]   2> 2874470 WARN  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2874470 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2874470 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2874470 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2874470 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2874540 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2874801 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 2874805 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2874806 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2874806 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2874806 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2874806 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1521333102174011392
   [junit4]   2> 2874808 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1521333102174011392
   [junit4]   2> 2874808 INFO  (coreLoadExecutor-8034-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2874809 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2874809 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2874809 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2874810 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2874810 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2874811 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2874811 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2874812 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2874812 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2874813 INFO  (searcherExecutor-8035-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@629a0b16[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2875733 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 2875735 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 2875744 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@283172c3{/eg,null,AVAILABLE}
   [junit4]   2> 2875744 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.ServerConnector Started ServerConnector@176b2d1f{HTTP/1.1,[http/1.1]}{127.0.0.1:58864}
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.Server Started @2878778ms
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema15.xml, solrconfig=solrconfig-analytics-query.xml, hostContext=/eg, hostPort=58864, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores}
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0'
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2875745 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 2875751 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores
   [junit4]   2> 2875751 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer New CoreContainer 1516053256
   [junit4]   2> 2875751 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0]
   [junit4]   2> 2875751 WARN  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/lib
   [junit4]   2> 2875751 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2875753 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2875753 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2875753 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2875753 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2875753 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2875754 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores
   [junit4]   2> 2875755 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-analytics-query.xml, loadOnStartup=true, schema=schema15.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 2875755 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 2875755 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2875756 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 2875756 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2875756 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2875757 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2875757 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2875757 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2875757 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2875842 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2875849 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2875943 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-analytics-query.xml
   [junit4]   2> 2875947 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2876066 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2876067 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2876067 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2876071 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2876083 INFO  (coreLoadExecutor-8045-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/core/src/test-files/solr/collection1'
   [junit4]   2> 2876083 INFO  (coreLoadExecutor-8045-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2876083 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2876083 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 2876083 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25bada68
   [junit4]   2> 2876084 INFO  (coreLoadExecutor-8045-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 2876084 INFO  (coreLoadExecutor-8045-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 2876084 WARN  (coreLoadExecutor-8045-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2876084 INFO  (coreLoadExecutor-8045-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 2876084 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8540010737182306]
   [junit4]   2> 2876085 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60ae5fe9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2cc28b51),segFN=segments_1,generation=1}
   [junit4]   2> 2876085 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2876089 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2876090 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2876092 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2876097 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2876099 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2876100 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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 2876100 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard0/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2876101 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2876108 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 2876112 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/elevate,/update/json,mltrh,/admin/threads,/update/csv,/sql,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 2876113 WARN  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 2876113 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2876114 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2876114 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2876117 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2876117 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2876134 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2876134 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@60ae5fe9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2cc28b51),segFN=segments_1,generation=1}
   [junit4]   2> 2876134 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2876134 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@7d02d51c[collection1] main
   [junit4]   2> 2876135 WARN  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 2876135 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2876135 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 2876135 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2876136 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2876159 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2876344 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.c.QueryElevationComponent Loading QueryElevation from: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/elevate.xml
   [junit4]   2> 2876352 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2876353 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2876353 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2876353 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2876354 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2876354 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2876354 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2876355 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2876355 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2876356 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2876357 INFO  (searcherExecutor-8046-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7d02d51c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2876359 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2876359 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2876359 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2876359 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1521333103802449920
   [junit4]   2> 2876361 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1521333103802449920
   [junit4]   2> 2876361 INFO  (coreLoadExecutor-8045-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2877070 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 2877071 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 2877073 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a7812fd{/eg,null,AVAILABLE}
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1c8f3d24{HTTP/1.1,[http/1.1]}{127.0.0.1:32942}
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.e.j.s.Server Started @2880107ms
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {schema=schema15.xml, solrconfig=solrconfig-analytics-query.xml, hostContext=/eg, hostPort=32942, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores}
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1'
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2877074 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/solr.xml
   [junit4]   2> 2877079 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores
   [junit4]   2> 2877079 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer New CoreContainer 72204923
   [junit4]   2> 2877079 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1]
   [junit4]   2> 2877080 WARN  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/lib
   [junit4]   2> 2877080 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2877082 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2877082 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2877082 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2877082 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2877082 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2877083 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores
   [junit4]   2> 2877084 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig-analytics-query.xml, loadOnStartup=true, schema=schema15.xml, configSetProperties=configsetprops.json, transient=false, dataDir=data/, configSet=collection1}
   [junit4]   2> 2877084 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1
   [junit4]   2> 2877084 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 2877085 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 2877085 INFO  (TEST-AnalyticsMergeStrategyTest.test-seed#[9E9399A42EFAF132]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2877102 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 2877102 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2877102 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 2877103 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2877103 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2877169 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2877181 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2877223 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-analytics-query.xml
   [junit4]   2> 2877230 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2877335 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2877336 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2877336 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2877365 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2877371 INFO  (coreLoadExecutor-8056-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/core/src/test-files/solr/collection1'
   [junit4]   2> 2877371 INFO  (coreLoadExecutor-8056-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 2877372 INFO  (coreLoadExecutor-8056-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2877373 INFO  (coreLoadExecutor-8056-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data/]
   [junit4]   2> 2877373 INFO  (coreLoadExecutor-8056-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@25bada68
   [junit4]   2> 2877373 INFO  (coreLoadExecutor-8056-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data
   [junit4]   2> 2877373 INFO  (coreLoadExecutor-8056-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data/index/
   [junit4]   2> 2877373 WARN  (coreLoadExecutor-8056-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2877374 INFO  (coreLoadExecutor-8056-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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data/index
   [junit4]   2> 2877374 INFO  (coreLoadExecutor-8056-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8540010737182306]
   [junit4]   2> 2877375 INFO  (coreLoadExecutor-8056-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@10912141 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@383798f0),segFN=segments_1,generation=1}
   [junit4]   2> 2877375 INFO  (coreLoadExecutor-8056-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2877380 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/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data/
   [junit4]   2> 2877380 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/tempDir-001/shard1/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index di

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

d#[9E9399A42EFAF132]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2879738 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 2879738 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001/index
   [junit4]   2> 2879738 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001;done=false>>]
   [junit4]   2> 2879739 INFO  (SUITE-AnalyticsMergeStrategyTest-seed#[9E9399A42EFAF132]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.search.AnalyticsMergeStrategyTest_9E9399A42EFAF132-001
   [junit4]   2> NOTE: test params are: codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST, chunkSize=15898, maxDocsPerChunk=333, blockSize=800), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, chunkSize=15898, blockSize=800)), sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=ar_MA, timezone=Africa/Kampala
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=174976832,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SolrInfoMBeanTest, AddBlockUpdateTest, ResponseHeaderTest, DateRangeFieldTest, TestPerFieldSimilarity, TestFieldSortValues, TestHashQParserPlugin, TestQueryWrapperFilter, MultiTermTest, TestCollationField, TestObjectReleaseTracker, FullHLLTest, SpellCheckCollatorTest, TestSchemaSimilarityResource, HdfsWriteToMultipleCollectionsTest, TestSolrConfigHandlerCloud, BitVectorTest, DistributedDebugComponentTest, ZkNodePropsTest, ActionThrottleTest, SolrIndexSplitterTest, SecurityConfHandlerTest, PluginInfoTest, SpellingQueryConverterTest, TestRealTimeGet, TestStandardQParsers, TestClassicSimilarityFactory, TestFuzzyAnalyzedSuggestions, TestDistributedStatsComponentCardinality, FacetPivotSmallTest, TestSystemIdResolver, HighlighterConfigTest, TestCharFilters, TestConfigSetsAPI, MultiThreadedOCPTest, CloudMLTQParserTest, TestStressRecovery, TestCopyFieldCollectionResource, FileBasedSpellCheckerTest, SortByFunctionTest, TestJoin, TestAtomicUpdateErrorCases, TestFastOutputStream, TestFiltering, DistributedFacetPivotWhiteBoxTest, TestAuthenticationFramework, TestRangeQuery, RequestHandlersTest, LeaderElectionIntegrationTest, TestDistribDocBasedVersion, TestPivotHelperCode, TestManagedSchemaFieldTypeResource, CheckHdfsIndexTest, OverseerRolesTest, ConvertedLegacyTest, TestLeaderInitiatedRecoveryThread, TestAuthorizationFramework, DistributedIntervalFacetingTest, TestImplicitCoreProperties, FieldAnalysisRequestHandlerTest, HdfsThreadLeakTest, BinaryUpdateRequestHandlerTest, TestSolrCLIRunExample, TestRandomForceMergePolicy, TestRawTransformer, RulesTest, CoreAdminCreateDiscoverTest, CoreMergeIndexesAdminHandlerTest, ShowFileRequestHandlerTest, TestSolrXml, TestSchemaManager, TestEmbeddedSolrServerConstructors, ResponseLogComponentTest, TestDynamicFieldCollectionResource, TestSolrIndexConfig, SuggesterTSTTest, TestSerializedLuceneMatchVersion, CurrencyFieldOpenExchangeTest, SpellPossibilityIteratorTest, CdcrRequestHandlerTest, SortSpecParsingTest, BlockDirectoryTest, TestIndexSearcher, ZkStateWriterTest, TestMiniSolrCloudClusterSSL, TestCollationFieldDocValues, TestRecovery, TestManagedResourceStorage, TestSolrCoreProperties, FullSolrCloudDistribCmdsTest, TestRebalanceLeaders, TestReloadAndDeleteDocs, SpellCheckComponentTest, EchoParamsTest, TestSimpleTrackingShardHandler, RAMDirectoryFactoryTest, HdfsDirectoryTest, TestBulkSchemaAPI, HdfsRestartWhileUpdatingTest, DistributedQueueTest, UUIDUpdateProcessorFallbackTest, TestFileDictionaryLookup, NumericFieldsTest, MergeStrategyTest, TestPerFieldSimilarityClassic, SuggesterWFSTTest, TestBadConfig, TestZkChroot, CacheHeaderTest, TestCrossCoreJoin, TestTrieFacet, SuggesterTest, LukeRequestHandlerTest, TestDistribIDF, TestAnalyzeInfixSuggestions, SmileWriterTest, DistribDocExpirationUpdateProcessorTest, SSLMigrationTest, DebugComponentTest, LeaderInitiatedRecoveryOnShardRestartTest, JavabinLoaderTest, TestConfigSetImmutable, TestSchemaNameResource, TestExclusionRuleCollectionAccess, DateFieldTest, TestManagedStopFilterFactory, DistributedTermsComponentTest, LeaderFailoverAfterPartitionTest, EnumFieldTest, TestSortByMinMaxFunction, TermVectorComponentDistributedTest, TestRestoreCore, CollectionsAPIAsyncDistributedZkTest, TestSortingResponseWriter, TestSuggestSpellingConverter, TestDocBasedVersionConstraints, PreAnalyzedUpdateProcessorTest, TestQueryTypes, AsyncMigrateRouteKeyTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, OpenCloseCoreStressTest, BasicZkTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, AutoCommitTest, TestDistributedGrouping, ZkControllerTest, TestStressVersions, TestCoreContainer, StatsComponentTest, DirectUpdateHandlerTest, CurrencyFieldXmlFileTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestFoldingMultitermQuery, DocValuesTest, TestCSVLoader, NoCacheHeaderTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, TestSolrDeletionPolicy1, TestSurroundQueryParser, TestQueryUtils, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, TestOmitPositions, XmlUpdateRequestHandlerTest, TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, IndexSchemaTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, SearchHandlerTest, TestLFUCache, PrimUtilsTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, SliceStateTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, SolrTestCaseJ4Test, TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, AliasIntegrationTest, CleanupOldIndexTest, CollectionStateFormat2Test, CollectionTooManyReplicasTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DistribJoinFromCollectionTest, ForceLeaderTest, RemoteQueryErrorTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrCloudExampleTest, SolrXmlInZkTest, TestCloudInspectUtil, TestCloudPivotFacet, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterBase, TestReplicaProperties, TestRequestForwarding, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, HdfsUnloadDistributedZkTest, TestClusterStateMutator, RuleEngineTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, RequestLoggingTest, TestBlobHandler, DistributedFacetPivotSmallAdvancedTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, TestManagedSchemaFieldResource, TestSchemaResource, BadCopyFieldTest, TestBulkSchemaConcurrent, TestCloudSchemaless, AnalyticsMergeStrategyTest]
   [junit4] Completed [519/568 (1!)] on J1 in 8.12s, 1 test, 1 error <<< FAILURES!

[...truncated 184 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: 568 suites (8 ignored), 2266 tests, 1 error, 85 ignored (70 assumptions) [seed: 9E9399A42EFAF132]

Total time: 72 minutes 33 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



[JENKINS] Lucene-Solr-trunk-Solaris (64bit/jdk1.8.0) - Build # 276 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Solaris/276/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:34530/solr/testSolrCloudCollection]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34530/solr/testSolrCloudCollection]
	at __randomizedtesting.SeedInfo.seed([74721A64E32297AD:9AA1A4B466CEAD49]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:352)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1100)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:807)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:150)
	at org.apache.solr.handler.PingRequestHandlerTest.testPingInClusterWithNoHealthCheck(PingRequestHandlerTest.java:200)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java: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)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34530/solr/testSolrCloudCollection: Ping query caused exception: no servers hosting shard: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:230)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
	... 44 more




Build Log:
[...truncated 10528 lines...]
   [junit4] Suite: org.apache.solr.handler.PingRequestHandlerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001
   [junit4]   2> 1830062 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true)
   [junit4]   2> 1830063 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1830063 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1830063 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830063 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830063 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1830063 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1830082 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1830087 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1830098 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1830102 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1830154 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1830157 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1830158 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1830160 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1830162 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1830163 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1830163 WARN  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1830163 WARN  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1830163 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1830163 WARN  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1830163 WARN  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1830163 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830163 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830163 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 1830163 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830164 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830164 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 100926700
   [junit4]   2> 1830164 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 1830164 WARN  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1830164 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] 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> 1830166 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1830168 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1830168 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1830168 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1830169 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1830169 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1830170 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1830170 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830170 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830170 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1830170 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1830187 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1830192 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1830203 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1830207 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1830260 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1830264 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1830264 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1830266 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1830268 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1830269 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1830269 WARN  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1830269 WARN  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1830269 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1830269 WARN  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1830269 WARN  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1830271 INFO  (coreLoadExecutor-6464-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/core/src/test-files/solr/collection1'
   [junit4]   2> 1830271 INFO  (coreLoadExecutor-6464-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1830271 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1830271 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/]
   [junit4]   2> 1830271 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e0f6552
   [junit4]   2> 1830272 INFO  (coreLoadExecutor-6464-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/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001
   [junit4]   2> 1830272 INFO  (coreLoadExecutor-6464-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/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/index/
   [junit4]   2> 1830272 WARN  (coreLoadExecutor-6464-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/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1830272 INFO  (coreLoadExecutor-6464-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/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/index
   [junit4]   2> 1830272 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=867373531, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1830272 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@98842f3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@667f0fdb),segFN=segments_1,generation=1}
   [junit4]   2> 1830273 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1830273 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/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1830276 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1830278 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1830279 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1830280 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1830281 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1830283 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1830284 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 1830285 WARN  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1830285 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1830285 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1830285 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1830286 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1830286 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1830286 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=14.6875, floorSegmentMB=0.2333984375, forceMergeDeletesPctAllowed=7.058513557788871, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8440741208695648
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@98842f3 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@667f0fdb),segFN=segments_1,generation=1}
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2f249704[collection1] main
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1830287 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1830305 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1830358 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1830358 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1830358 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1830359 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1830359 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1830359 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1830359 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1830359 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1521302032237985792
   [junit4]   2> 1830359 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1830360 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1521302032237985792
   [junit4]   2> 1830361 INFO  (coreLoadExecutor-6464-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1830362 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1830362 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1830362 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1830366 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1830378 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1830378 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[74721A64E32297AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDisablingServer
   [junit4]   2> 1830378 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1830379 INFO  (searcherExecutor-6465-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2f249704[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1830379 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[74721A64E32297AD]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 1830379 INFO  (TEST-PingRequestHandlerTest.testDisablingServer-seed#[74721A64E32297AD]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDisablingServer
   [junit4]   2> 1830388 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPingInClusterWithNoHealthCheck
   [junit4]   2> 1830389 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1830389 INFO  (Thread-7254) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1830389 INFO  (Thread-7254) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1830489 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.ZkTestServer start zk server on port:60558
   [junit4]   2> 1830489 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830490 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830493 INFO  (zkCallback-2030-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@111837be name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830493 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830493 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830493 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1830496 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/clusterprops.json
   [junit4]   2> 1830500 INFO  (jetty-launcher-2029-thread-1) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1830501 INFO  (jetty-launcher-2029-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5b7be48d{/solr,null,AVAILABLE}
   [junit4]   2> 1830502 INFO  (jetty-launcher-2029-thread-1) [    ] o.e.j.u.s.SslContextFactory x509=X509@4f4dc122(solrtest,h=[],w=[]) for SslContextFactory@28892242(file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@4cc6a1f4{SSL,[ssl, http/1.1]}{127.0.0.1:43830}
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.e.j.s.Server Started @1833714ms
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43830}
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node1'
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830504 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830505 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830511 INFO  (jetty-launcher-2029-thread-3) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1830511 INFO  (jetty-launcher-2029-thread-4) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1830513 INFO  (jetty-launcher-2029-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@38640292{/solr,null,AVAILABLE}
   [junit4]   2> 1830513 INFO  (jetty-launcher-2029-thread-3) [    ] o.e.j.u.s.SslContextFactory x509=X509@3e7cb38f(solrtest,h=[],w=[]) for SslContextFactory@42fbbb66(file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1830515 INFO  (jetty-launcher-2029-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@73c1fc4d{SSL,[ssl, http/1.1]}{127.0.0.1:34232}
   [junit4]   2> 1830515 INFO  (jetty-launcher-2029-thread-3) [    ] o.e.j.s.Server Started @1833725ms
   [junit4]   2> 1830515 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34232}
   [junit4]   2> 1830515 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1830515 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node2'
   [junit4]   2> 1830516 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830516 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830516 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830516 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830518 INFO  (jetty-launcher-2029-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@538d22b6{/solr,null,AVAILABLE}
   [junit4]   2> 1830519 INFO  (jetty-launcher-2029-thread-4) [    ] o.e.j.u.s.SslContextFactory x509=X509@3f235d28(solrtest,h=[],w=[]) for SslContextFactory@3b54b291(file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@766769c4{SSL,[ssl, http/1.1]}{127.0.0.1:57985}
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.e.j.s.Server Started @1833731ms
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57985}
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node3'
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830521 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830522 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830523 INFO  (jetty-launcher-2029-thread-5) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1830525 INFO  (jetty-launcher-2029-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44918526{/solr,null,AVAILABLE}
   [junit4]   2> 1830526 INFO  (jetty-launcher-2029-thread-5) [    ] o.e.j.u.s.SslContextFactory x509=X509@36d78405(solrtest,h=[],w=[]) for SslContextFactory@3e9edbaf(file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@7d9efc51{SSL,[ssl, http/1.1]}{127.0.0.1:37773}
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.e.j.s.Server Started @1833739ms
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37773}
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node5'
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830529 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830530 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830535 INFO  (jetty-launcher-2029-thread-2) [    ] o.e.j.s.Server jetty-9.3.6.v20151106
   [junit4]   2> 1830537 INFO  (jetty-launcher-2029-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20d7ffe9{/solr,null,AVAILABLE}
   [junit4]   2> 1830538 INFO  (jetty-launcher-2029-thread-2) [    ] o.e.j.u.s.SslContextFactory x509=X509@13b8d14f(solrtest,h=[],w=[]) for SslContextFactory@46044bf1(file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore,file:///export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/server/etc/test/solrtest.keystore)
   [junit4]   2> 1830539 INFO  (jetty-launcher-2029-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@189877b8{SSL,[ssl, http/1.1]}{127.0.0.1:34530}
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.e.j.s.Server Started @1833749ms
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34530}
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@659e0bfd
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node4'
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1830540 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830541 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830602 INFO  (zkCallback-2034-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d0a2c97 name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830602 INFO  (zkCallback-2031-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@f778f9b name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830602 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830602 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830602 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830603 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830603 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830603 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830609 INFO  (zkCallback-2035-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4ce9af33 name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830609 INFO  (zkCallback-2032-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7595003f name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830610 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830610 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830610 INFO  (zkCallback-2033-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7835e01f name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830610 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830610 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830611 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830611 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830611 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830612 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830613 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1830614 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node5/.
   [junit4]   2> 1830614 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 1631108563
   [junit4]   2> 1830614 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node5]
   [junit4]   2> 1830614 WARN  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node5/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node5/lib
   [junit4]   2> 1830615 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1830616 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1830618 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1830618 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1830618 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60558/solr
   [junit4]   2> 1830618 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1830618 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830618 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830621 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151cc0235da0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1830704 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151cc0235da0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1830704 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151cc0235da0005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1830704 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151cc0235da0002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1830623 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node3/.
   [junit4]   2> 1830705 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 263882760
   [junit4]   2> 1830705 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node3]
   [junit4]   2> 1830705 WARN  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node3/lib
   [junit4]   2> 1830705 INFO  (zkCallback-2038-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56dda554 name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830705 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1830705 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830705 INFO  (jetty-launcher-2029-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830707 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1830708 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60558/solr
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830622 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node1/.
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 51679241
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node1]
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830709 WARN  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node1/lib
   [junit4]   2> 1830623 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node2/.
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 911261739
   [junit4]   2> 1830709 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node2]
   [junit4]   2> 1830710 WARN  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node2/lib
   [junit4]   2> 1830710 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1830711 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1830711 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1830712 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1830712 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1830712 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60558/solr
   [junit4]   2> 1830712 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1830712 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60558/solr
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830713 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830623 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node4/.
   [junit4]   2> 1830714 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 679557746
   [junit4]   2> 1830714 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node4]
   [junit4]   2> 1830714 WARN  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node4/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node4/lib
   [junit4]   2> 1830714 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : https,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 1830714 INFO  (zkCallback-2041-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62740fd5 name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830714 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830715 INFO  (jetty-launcher-2029-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830715 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1830719 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1830719 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1830719 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:60558/solr
   [junit4]   2> 1830719 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1830719 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1830719 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830720 INFO  (zkCallback-2050-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46454b04 name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830721 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830721 INFO  (jetty-launcher-2029-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830721 INFO  (zkCallback-2047-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ff2d9c1 name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830722 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830722 INFO  (zkCallback-2046-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@309280cc name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830722 INFO  (jetty-launcher-2029-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830723 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830723 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830724 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830724 INFO  (zkCallback-2051-thread-1-processing-n:127.0.0.1:57985_solr) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@772780dc name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830725 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830725 INFO  (zkCallback-2053-thread-1-processing-n:127.0.0.1:37773_solr) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@700c2298 name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830725 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830725 INFO  (zkCallback-2052-thread-1-processing-n:127.0.0.1:34530_solr) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3fd708a4 name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830725 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830725 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830725 INFO  (jetty-launcher-2029-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1830726 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830726 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151cc0235da0008, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1830728 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1830728 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1830728 INFO  (zkCallback-2054-thread-1-processing-n:127.0.0.1:34232_solr) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11559d97 name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830728 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830729 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1830729 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x151cc0235da000a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1830729 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1830730 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1830730 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:43830_solr) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5dcb9fdc name:ZooKeeperConnection Watcher:127.0.0.1:60558/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1830731 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1830732 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1830733 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1830733 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1830733 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1830736 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1830738 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1830741 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1830744 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1830745 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1830746 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1830748 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1830749 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1830752 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34530_solr
   [junit4]   2> 1830752 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34530_solr
   [junit4]   2> 1830753 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1830754 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1830756 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1830758 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1830759 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1830759 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95081377016971276-127.0.0.1:34530_solr-n_0000000000
   [junit4]   2> 1830759 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1830759 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34530_solr
   [junit4]   2> 1830760 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1830761 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.Overseer Overseer (id=95081377016971276-127.0.0.1:34530_solr-n_0000000000) starting
   [junit4]   2> 1830761 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1830763 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1830764 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1830771 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1830771 INFO  (OverseerCollectionConfigSetProcessor-95081377016971276-127.0.0.1:34530_solr-n_0000000000) [n:127.0.0.1:34530_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1830771 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1830772 INFO  (OverseerStateUpdate-95081377016971276-127.0.0.1:34530_solr-n_0000000000) [n:127.0.0.1:34530_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1830789 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1830789 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1830790 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node4/.
   [junit4]   2> 1830790 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1830791 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1830791 INFO  (jetty-launcher-2029-thread-2) [n:127.0.0.1:34530_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1831767 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57985_solr
   [junit4]   2> 1831767 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37773_solr
   [junit4]   2> 1831767 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:57985_solr
   [junit4]   2> 1831767 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:37773_solr
   [junit4]   2> 1831769 INFO  (zkCallback-2053-thread-1-processing-n:127.0.0.1:37773_solr) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1831769 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:43830_solr) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1831770 INFO  (zkCallback-2051-thread-1-processing-n:127.0.0.1:57985_solr) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1831770 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831771 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43830_solr
   [junit4]   2> 1831771 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95081377016971277-127.0.0.1:37773_solr-n_0000000001
   [junit4]   2> 1831772 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43830_solr
   [junit4]   2> 1831772 INFO  (zkCallback-2054-thread-1-processing-n:127.0.0.1:34232_solr) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1831772 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831773 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95081377016971276-127.0.0.1:34530_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1831777 INFO  (zkCallback-2052-thread-1-processing-n:127.0.0.1:34530_solr) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1831781 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1831781 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1831782 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node5/.
   [junit4]   2> 1831782 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1831784 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95081377016971275-127.0.0.1:57985_solr-n_0000000002
   [junit4]   2> 1831784 INFO  (zkCallback-2054-thread-1-processing-n:127.0.0.1:34232_solr) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1831784 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1831784 INFO  (jetty-launcher-2029-thread-5) [n:127.0.0.1:37773_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1831784 INFO  (zkCallback-2051-thread-1-processing-n:127.0.0.1:57985_solr) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1831784 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:43830_solr) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1831784 INFO  (zkCallback-2052-thread-1-processing-n:127.0.0.1:34530_solr) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1831785 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34232_solr
   [junit4]   2> 1831785 INFO  (zkCallback-2053-thread-1-processing-n:127.0.0.1:37773_solr) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1831785 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34232_solr
   [junit4]   2> 1831786 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95081377016971277-127.0.0.1:37773_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1831787 INFO  (zkCallback-2051-thread-1-processing-n:127.0.0.1:57985_solr) [n:127.0.0.1:57985_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1831788 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831788 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95081377016971278-127.0.0.1:34232_solr-n_0000000003
   [junit4]   2> 1831789 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95081377016971275-127.0.0.1:57985_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1831790 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1831790 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1831791 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node3/.
   [junit4]   2> 1831791 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1831791 INFO  (zkCallback-2055-thread-1-processing-n:127.0.0.1:43830_solr) [n:127.0.0.1:43830_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1831791 INFO  (zkCallback-2054-thread-1-processing-n:127.0.0.1:34232_solr) [n:127.0.0.1:34232_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1831792 INFO  (zkCallback-2053-thread-1-processing-n:127.0.0.1:37773_solr) [n:127.0.0.1:37773_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1831794 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1831794 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1831794 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node2/.
   [junit4]   2> 1831795 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1831795 INFO  (zkCallback-2052-thread-1-processing-n:127.0.0.1:34530_solr) [n:127.0.0.1:34530_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1831795 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1831795 INFO  (jetty-launcher-2029-thread-3) [n:127.0.0.1:34232_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1831796 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1831796 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1831796 INFO  (jetty-launcher-2029-thread-4) [n:127.0.0.1:57985_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1831797 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95081377016971279-127.0.0.1:43830_solr-n_0000000004
   [junit4]   2> 1831797 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95081377016971278-127.0.0.1:34232_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1831806 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1831806 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1831807 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/tempDir-001/node1/.
   [junit4]   2> 1831807 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1831808 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 1831808 INFO  (jetty-launcher-2029-thread-1) [n:127.0.0.1:43830_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1831808 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1831809 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1831810 INFO  (zkCallback-2056-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2d55d110 name:ZooKeeperConnection Watcher:127.0.0.1:60558 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831811 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1831811 INFO  (TEST-PingRequestHandlerTest.testPingInClusterWithNoHealthCheck-seed#[74721A64E32297AD]

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

lr.core.SolrCore@492ce5e4
   [junit4]   2> 1837637 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    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,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1837637 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1837637 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1837637 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1837638 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1837644 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1837645 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001;done=false>>]
   [junit4]   2> 1837645 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001
   [junit4]   2> 1837645 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1837645 INFO  (SUITE-PingRequestHandlerTest-seed#[74721A64E32297AD]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001/init-core-data-001/index
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.PingRequestHandlerTest_74721A64E32297AD-001
   [junit4]   2> Dec 22, 2015 11:24:42 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, sim=ClassicSimilarity, locale=sr_ME, timezone=America/Cancun
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=216118888,total=457179136
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrQueryParser, TestDistributedStatsComponentCardinality, HighlighterConfigTest, TestPerFieldSimilarityClassic, TestSolrConfigHandler, CdcrRequestHandlerTest, BasicDistributedZk2Test, FacetPivotSmallTest, EnumFieldTest, CloudMLTQParserTest, OutputWriterTest, HLLUtilTest, CdcrReplicationDistributedZkTest, ResponseHeaderTest, TestTrieFacet, SuggestComponentContextFilterQueryTest, TestRuleBasedAuthorizationPlugin, TestConfigSetsAPI, TestHighFrequencyDictionaryFactory, DefaultValueUpdateProcessorTest, TestMinMaxOnMultiValuedField, QueryParsingTest, BigEndianAscendingWordDeserializerTest, BadCopyFieldTest, TestConfigSetsAPIZkFailure, DistributedFacetPivotWhiteBoxTest, TestImplicitCoreProperties, HdfsDirectoryTest, TestCoreDiscovery, DistributedQueryComponentOptimizationTest, ShardRoutingCustomTest, ResponseLogComponentTest, TestMaxScoreQueryParser, TestSystemIdResolver, TestIndexSearcher, SolrCloudExampleTest, TestRangeQuery, TestSolrIndexConfig, TestFieldCollectionResource, TestReload, BasicFunctionalityTest, OverriddenZkACLAndCredentialsProvidersTest, TestCrossCoreJoin, MergeStrategyTest, TestFastOutputStream, TestDocBasedVersionConstraints, TestExactStatsCache, FileUtilsTest, TriLevelCompositeIdRoutingTest, BinaryUpdateRequestHandlerTest, TestBulkSchemaConcurrent, SortSpecParsingTest, TestUtils, SecurityConfHandlerTest, TestCollationField, HdfsCollectionsAPIDistributedZkTest, TestZkChroot, TestSchemaNameResource, TestPerFieldSimilarity, LeaderElectionIntegrationTest, AddSchemaFieldsUpdateProcessorFactoryTest, CustomCollectionTest, TestRealTimeGet, TestOmitPositions, TestCopyFieldCollectionResource, TestPHPSerializedResponseWriter, TestRecoveryHdfs, DistribDocExpirationUpdateProcessorTest, CurrencyFieldOpenExchangeTest, CollectionStateFormat2Test, TestRestoreCore, ZkNodePropsTest, CollectionsAPIDistributedZkTest, TestRecovery, LukeRequestHandlerTest, TestDistribIDF, TestClassicSimilarityFactory, ExitableDirectoryReaderTest, RAMDirectoryFactoryTest, TestMiniSolrCloudClusterBase, SearchHandlerTest, NumericFieldsTest, TestConfigSets, FieldAnalysisRequestHandlerTest, TestScoreJoinQPScore, SmileWriterTest, HdfsChaosMonkeyNothingIsSafeTest, BlockDirectoryTest, RestartWhileUpdatingTest, TestQueryTypes, ZkSolrClientTest, TestValueSourceCache, TestQueryWrapperFilter, SolrInfoMBeanTest, GraphQueryTest, ActionThrottleTest, FileBasedSpellCheckerTest, CloudExitableDirectoryReaderTest, TestMiniSolrCloudClusterSSL, TestSimpleTrackingShardHandler, TestDistributedMissingSort, TestAuthorizationFramework, ZkStateWriterTest, TestSolrXml, TestLeaderInitiatedRecoveryThread, TestEmbeddedSolrServerConstructors, TestSchemaSimilarityResource, DeleteLastCustomShardedReplicaTest, PluginInfoTest, ConvertedLegacyTest, TestCustomDocTransformer, TestFiltering, TestManagedSchemaFieldTypeResource, LoggingHandlerTest, DistributedDebugComponentTest, DistributedFacetPivotSmallAdvancedTest, TestSortingResponseWriter, LeaderInitiatedRecoveryOnShardRestartTest, DistributedIntervalFacetingTest, DistributedFacetPivotLargeTest, SpellCheckComponentTest, HdfsBasicDistributedZk2Test, TestRTGBase, SolrPluginUtilsTest, ConfigSetsAPITest, TestManagedSchemaDynamicFieldResource, HdfsRestartWhileUpdatingTest, BasicZkTest, TestFoldingMultitermQuery, WordBreakSolrSpellCheckerTest, TestLMJelinekMercerSimilarityFactory, FieldMutatingUpdateProcessorTest, NoCacheHeaderTest, QueryResultKeyTest, DirectSolrConnectionTest, TestDynamicFieldCollectionResource, TestSerializedLuceneMatchVersion, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestRandomFaceting, LeaderElectionTest, TestRandomDVFaceting, AutoCommitTest, TestDistributedGrouping, TestFaceting, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, DistributedTermsComponentTest, SolrCoreTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, TestSort, DirectUpdateHandlerTest, SoftAutoCommitTest, SpellCheckCollatorTest, CoreAdminHandlerTest, SuggesterTest, SuggesterWFSTTest, SolrCoreCheckLockOnStartupTest, TestUpdate, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, StandardRequestHandlerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, TestJmxIntegration, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest]
   [junit4] Completed [380/568 (1!)] on J1 in 7.85s, 6 tests, 1 error <<< FAILURES!

[...truncated 639 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: 568 suites (8 ignored), 2266 tests, 1 error, 85 ignored (70 assumptions) [seed: 74721A64E32297AD]

Total time: 72 minutes 18 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