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

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

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

3 tests failed.
FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([9EF63B3E0E2581BB]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.security.BasicAuthIntegrationTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([9EF63B3E0E2581BB]:0)


FAILED:  org.apache.solr.update.AutoCommitTest.testMaxTime

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([9EF63B3E0E2581BB:40246DC90BF1D87]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 40 more




Build Log:
[...truncated 11025 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001
   [junit4]   2> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394780 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394803 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1394809 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1394823 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1394827 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1394882 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1394887 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1394888 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1394891 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1394893 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1394895 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1394895 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1394895 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1394896 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394896 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394896 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1394896 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394896 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 495988197
   [junit4]   2> 1394896 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394896 WARN  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394897 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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> 1394902 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1394903 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1394903 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1394903 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1394903 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1394904 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1394904 INFO  (coreLoadExecutor-4135-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> 1394906 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1394906 INFO  (coreLoadExecutor-4135-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> 1394907 INFO  (coreLoadExecutor-4135-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> 1394907 INFO  (coreLoadExecutor-4135-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> 1394930 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1394936 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1394950 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1394954 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1395026 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1395033 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1395034 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1395039 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1395040 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1395042 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1395043 INFO  (coreLoadExecutor-4135-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1395046 INFO  (coreLoadExecutor-4135-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> 1395046 INFO  (coreLoadExecutor-4135-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> 1395046 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1395046 INFO  (coreLoadExecutor-4135-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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/]
   [junit4]   2> 1395046 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c549619
   [junit4]   2> 1395047 INFO  (coreLoadExecutor-4135-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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001
   [junit4]   2> 1395053 INFO  (coreLoadExecutor-4135-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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/index/
   [junit4]   2> 1395053 WARN  (coreLoadExecutor-4135-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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1395053 INFO  (coreLoadExecutor-4135-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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/index
   [junit4]   2> 1395053 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=22, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.34241198411453705]
   [junit4]   2> 1395054 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b6f953f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27f75866),segFN=segments_1,generation=1}
   [junit4]   2> 1395054 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1395054 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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1395059 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1395061 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395062 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395063 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395064 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395067 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1395068 INFO  (coreLoadExecutor-4135-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> 1395069 WARN  (coreLoadExecutor-4135-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> 1395069 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1395070 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1395070 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1395070 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1395070 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=48, maxMergeAtOnceExplicit=27, maxMergedSegmentMB=15.9775390625, floorSegmentMB=0.859375, forceMergeDeletesPctAllowed=20.997608666341197, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.37598500338527385
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b6f953f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27f75866),segFN=segments_1,generation=1}
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@54d8a5d2[collection1] main]
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1395071 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1395096 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1395169 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1395169 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1395170 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1395170 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1395170 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1395170 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1395170 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1395170 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1395170 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1525392995196600320
   [junit4]   2> 1395170 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1395172 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1525392995196600320
   [junit4]   2> 1395172 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1395172 INFO  (coreLoadExecutor-4135-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1395172 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1395172 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1395173 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1395173 INFO  (SUITE-AutoCommitTest-seed#[9EF63B3E0E2581BB]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1395173 INFO  (searcherExecutor-4136-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@54d8a5d2[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1395176 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 1395178 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1525392995202891776)} 0 2
   [junit4]   2> 1395179 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] 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> 1395179 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1395179 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] 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> 1395180 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] 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> 1395180 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] 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> 1395203 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1395210 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1395223 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1395227 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1395293 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1395297 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1395298 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1395301 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1395302 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1395303 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1395304 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1395305 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] 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> 1395305 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1395306 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/]
   [junit4]   2> 1395306 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c549619
   [junit4]   2> 1395306 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/index/
   [junit4]   2> 1395306 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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1395310 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1395311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1395311 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1395312 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395313 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395314 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395315 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1395318 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1395320 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    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> 1395320 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1395321 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1395321 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1395321 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1395322 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@247d5e34[collection1] main]
   [junit4]   2> 1395322 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1395322 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1395322 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1395322 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1395323 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1395327 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1395327 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1395328 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1395328 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1395328 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1395328 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1395328 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1395328 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1395328 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1395329 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1395330 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1525392995202891776
   [junit4]   2> 1395330 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1395331 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1395331 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8095228997806564]
   [junit4]   2> 1395331 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b6f953f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27f75866),segFN=segments_1,generation=1}
   [junit4]   2> 1395331 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1395332 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1395332 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1395332 WARN  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 1395332 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1395332 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@759dd6d[collection1] main]
   [junit4]   2> 1395333 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@247d5e34[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1395333 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1395333 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@879dec9
   [junit4]   2> 1395333 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    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=1,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1395333 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1395335 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@759dd6d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1395346 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1525392995379052544)]} 0 1
   [junit4]   2> 1395346 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1399346 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1399351 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8b8e47e[collection1] main]
   [junit4]   2> 1399351 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1399353 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8b8e47e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 1399388 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1525392999618445312)]} 0 4046
   [junit4]   2> 1399388 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1399390 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1525392999620542464)]} 0 4047
   [junit4]   2> 1399390 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1400390 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1400394 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e109534[collection1] main]
   [junit4]   2> 1400394 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1400395 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@e109534[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 1400396 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1400397 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1400398 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000678555648)]} 0 5056
   [junit4]   2> 1400399 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000679604224)]} 0 5057
   [junit4]   2> 1400399 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000679604225)]} 0 5057
   [junit4]   2> 1400399 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000679604226)]} 0 5057
   [junit4]   2> 1400400 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000679604227)]} 0 5058
   [junit4]   2> 1400400 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000680652800)]} 0 5058
   [junit4]   2> 1400400 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000680652801)]} 0 5058
   [junit4]   2> 1400400 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000680652802)]} 0 5058
   [junit4]   2> 1400401 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000680652803)]} 0 5059
   [junit4]   2> 1400401 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1525393000681701376)]} 0 5059
   [junit4]   2> 1400401 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1400402 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000682749952)]} 0 5060
   [junit4]   2> 1400402 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000682749953)]} 0 5060
   [junit4]   2> 1400402 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000682749954)]} 0 5060
   [junit4]   2> 1400402 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000682749955)]} 0 5061
   [junit4]   2> 1400403 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000683798528)]} 0 5061
   [junit4]   2> 1400403 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000683798529)]} 0 5061
   [junit4]   2> 1400403 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000683798530)]} 0 5061
   [junit4]   2> 1400403 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000683798531)]} 0 5061
   [junit4]   2> 1400404 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000683798532)]} 0 5062
   [junit4]   2> 1400404 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[530 (-1525393000684847104)]} 0 5062
   [junit4]   2> 1400404 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1401402 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1401408 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@576b1554[collection1] main]
   [junit4]   2> 1401409 INFO  (commitScheduler-4144-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1401410 INFO  (searcherExecutor-4141-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@576b1554[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C10/9:delGen=1)))}
   [junit4]   2> 1401412 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=standard&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 1401413 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1401413 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> 1401422 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 1401427 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2d2d3b1c[collection1] realtime]
   [junit4]   2> 1401427 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1525393001753346048)} 0 4
   [junit4]   2> 1401428 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401428 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1401428 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401428 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401428 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401488 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1401496 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1401530 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1401537 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1401636 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1401640 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1401641 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1401645 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1401647 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1401648 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1401649 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1401651 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401651 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1401651 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/]
   [junit4]   2> 1401651 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c549619
   [junit4]   2> 1401652 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/index/
   [junit4]   2> 1401652 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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1401656 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1401657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1401657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1401657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1401657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1401657 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1401659 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1401660 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1401661 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1401662 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1401667 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1401669 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    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> 1401670 WARN  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1401670 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1401670 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1401670 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1401671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68f033b5[collection1] main]
   [junit4]   2> 1401671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1401671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1401671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1401671 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1401673 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1401683 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1401684 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1401685 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1401685 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1401685 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1401689 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1401690 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1401690 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1401693 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1401697 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1401698 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1401698 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1401698 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1401700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1525393001753346048
   [junit4]   2> 1401700 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1401701 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@68f033b5[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1401701 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b6f953f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27f75866),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b6f953f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27f75866),segFN=segments_2,generation=2}
   [junit4]   2> 1401701 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1401702 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=11.7353515625, floorSegmentMB=1.75390625, forceMergeDeletesPctAllowed=24.475670895788003, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7747650364197987
   [junit4]   2> 1401702 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6b6f953f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@27f75866),segFN=segments_2,generation=2}
   [junit4]   2> 1401702 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1401703 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1401703 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@18074abf[collection1] main]
   [junit4]   2> 1401703 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1401703 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6b1ddce7
   [junit4]   2> 1401703 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=3,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=12,adds=0,deletesById=0,deletesByQuery=1,errors=0,cumulative_adds=12,cumulative_deletesById=11,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=0}
   [junit4]   2> 1401704 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1401712 INFO  (searcherExecutor-4145-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@18074abf[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1401713 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1525393002055335936)]} 0 2
   [junit4]   2> 1401713 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1401714 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1525393002058481664)]} 0 3
   [junit4]   2> 1401714 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 1401715 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1401716 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1401716 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxTime -Dtests.seed=9EF63B3E0E2581BB -Dtests.slow=true -Dtests.locale=es-AR -Dtests.timezone=Africa/Addis_Ababa -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.32s J1 | AutoCommitTest.testMaxTime <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9EF63B3E0E2581BB:40246DC90BF1D87]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxTime(AutoCommitTest.java:243)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]    > 	... 40 more
   [junit4]   2> 1401736 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 1401743 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@25cb70e9[collection1] realtime]
   [junit4]   2> 1401744 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1525393002082598912)} 0 7
   [junit4]   2> 1401744 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401744 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1401744 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401745 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401745 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401787 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1401798 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1401822 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1401829 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1401925 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1401934 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1401935 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1401939 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1401941 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1401944 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1401944 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1401946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] 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> 1401946 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1401947 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/]
   [junit4]   2> 1401947 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@c549619
   [junit4]   2> 1401947 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/index/
   [junit4]   2> 1401948 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.update.AutoCommitTest_9EF63B3E0E2581BB-001/init-core-data-001/
   [junit4]   2> 1401951 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1401952 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[9EF63B3E0E2581BB]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 140

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

tSolrCloudCollection s:shard2 r:core_node2 x:testSolrCloudCollection_shard2_replica2] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7c8283d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 10101795 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[9EF63B3E0E2581BB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:63015 63015
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_9EF63B3E0E2581BB-001
   [junit4]   2> 10102188 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[9EF63B3E0E2581BB]-SendThread(127.0.0.1:63015)) [n:127.0.0.1:64211_solr    ] o.a.z.ClientCnxn Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> 10102188 WARN  (jetty-launcher-3115-thread-1-SendThread(127.0.0.1:63015)) [n:127.0.0.1:56345_solr    ] o.a.z.ClientCnxn Unexpected exception
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:994)
   [junit4]   2> Feb 06, 2016 5:33:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {range_facet_l_dv=FST50, _version_=PostingsFormat(name=Memory doPackFST= true), multiDefault=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Memory doPackFST= true), id=FST50, range_facet_i_dv=PostingsFormat(name=Memory doPackFST= true), range_facet_l=PostingsFormat(name=Memory doPackFST= true), timestamp=PostingsFormat(name=Memory doPackFST= true)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), range_facet_i_dv=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Direct)}, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=es-AR, timezone=Pacific/Easter
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=120616024,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [SliceStateTest, TestComponentsName, TestMinMaxOnMultiValuedField, InfoHandlerTest, TestCursorMarkWithoutUniqueKey, JsonLoaderTest, TestPseudoReturnFields, TestNRTOpen, TestSort, TestLFUCache, TestDFRSimilarityFactory, IgnoreCommitOptimizeUpdateProcessorFactoryTest, ChaosMonkeyNothingIsSafeTest, CoreAdminRequestStatusTest, HardAutoCommitTest, TestMiniSolrCloudClusterSSL, TestFieldTypeResource, BigEndianAscendingWordDeserializerTest, TestSolrQueryParserDefaultOperatorResource, HdfsSyncSliceTest, TestStressLucene, MBeansHandlerTest, TestQuerySenderNoQuery, PingRequestHandlerTest, TestConfigReload, RulesTest, TestPerFieldSimilarityClassic, DocumentAnalysisRequestHandlerTest, FullHLLTest, SSLMigrationTest, CurrencyFieldXmlFileTest, DistributedFacetPivotLongTailTest, AddBlockUpdateTest, TestSolrDynamicMBean, TestGroupingSearch, ReturnFieldsTest, TestConfigSetsAPI, TestUseDocValuesAsStored, PrimUtilsTest, AnalysisAfterCoreReloadTest, SOLR749Test, SolrCloudExampleTest, TestLazyCores, HighlighterMaxOffsetTest, DeleteLastCustomShardedReplicaTest, TestOverriddenPrefixQueryForCustomFieldType, HdfsRecoveryZkTest, ZkCLITest, DocValuesMultiTest, TestRandomCollapseQParserPlugin, TestCSVLoader, TestFunctionQuery, SpatialFilterTest, TestTrackingShardHandlerFactory, JSONWriterTest, UUIDUpdateProcessorFallbackTest, DistributedSuggestComponentTest, TestReloadDeadlock, UnloadDistributedZkTest, TestSurroundQueryParser, ConfigSetsAPITest, TestConfigSetsAPIZkFailure, XmlUpdateRequestHandlerTest, PreAnalyzedFieldTest, TestCodecSupport, HdfsDirectoryFactoryTest, TestScoreJoinQPNoScore, TestClassNameShortening, TestConfigOverlay, TestCoreContainer, SuggestComponentTest, TestAddFieldRealTimeGet, SpatialHeatmapFacetsTest, RemoteQueryErrorTest, TestSolrQueryResponse, TestExpandComponent, LeaderInitiatedRecoveryOnShardRestartTest, ShardRoutingTest, TestManagedResource, CloneFieldUpdateProcessorFactoryTest, DistributedQueryElevationComponentTest, TestPhraseSuggestions, SuggesterFSTTest, CdcrReplicationDistributedZkTest, TestDynamicFieldResource, RecoveryZkTest, DistributedFacetPivotSmallTest, TestMergePolicyConfig, TestSweetSpotSimilarityFactory, TestSolrDeletionPolicy1, TestLMDirichletSimilarityFactory, TermsComponentTest, AssignTest, TestHighFrequencyDictionaryFactory, CdcrRequestHandlerTest, TestDistributedSearch, TestRuleBasedAuthorizationPlugin, PathHierarchyTokenizerFactoryTest, DistributedSpellCheckComponentTest, TestAuthenticationFramework, TestReplicationHandler, BitVectorTest, BadComponentTest, TestPostingsSolrHighlighter, TestStressReorder, ForceLeaderTest, RegexBoostProcessorTest, XsltUpdateRequestHandlerTest, FastVectorHighlighterTest, IndexSchemaTest, TestShardHandlerFactory, TestRawResponseWriter, DocValuesMissingTest, TestCloudPivotFacet, AlternateDirectoryTest, TestXmlQParser, MoreLikeThisHandlerTest, DocValuesTest, TlogReplayBufferedWhileIndexingTest, TestRandomDVFaceting, SolrCoreTest, TestWordDelimiterFilterFactory, SpatialRPTFieldTypeTest, ClusterStateTest, BlockJoinFacetSimpleTest, TestCloudManagedSchema, TestEmbeddedSolrServerConstructors, HdfsDirectoryTest, AnalyticsMergeStrategyTest, TestManagedSchema, ZkControllerTest, SharedFSAutoReplicaFailoverUtilsTest, TestPartialUpdateDeduplication, DocumentBuilderTest, CollectionStateFormat2Test, TestUpdate, UUIDFieldTest, TestExtendedDismaxParser, DeleteShardTest, SoftAutoCommitTest, BasicDistributedZkTest, BasicDistributedZk2Test, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, TestRealTimeGet, TestJoin, TestStressVersions, SpellCheckComponentTest, PeerSyncTest, TestBadConfig, HighlighterTest, SolrIndexSplitterTest, CoreAdminHandlerTest, PolyFieldTest, SchemaVersionSpecificBehaviorTest, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, CacheHeaderTest, LukeRequestHandlerTest, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest, RequestHandlersTest, TestValueSourceCache, RequiredFieldsTest, FieldAnalysisRequestHandlerTest, TestArbitraryIndexDir, TestAnalyzedSuggestions, TestPHPSerializedResponseWriter, TestQuerySenderListener, CopyFieldTest, SolrIndexConfigTest, SampleTest, TestSearchPerf, MinimalSchemaTest, TestConfig, NotRequiredUniqueKeyTest, TestCharFilters, TestXIncludeConfig, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestJmxMonitoredMap, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, TestFastLRUCache, SpellingQueryConverterTest, DOMUtilTest, TestLRUCache, ZkNodePropsTest, SystemInfoHandlerTest, CircularListTest, TestRTGBase, CursorPagingTest, TestHighlightDedupGrouping, TestTolerantSearch, ActionThrottleTest, BaseCdcrDistributedZkTest, CdcrVersionReplicationTest, CleanupOldIndexTest, CollectionTooManyReplicasTest, ConnectionManagerTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, DistributedQueueTest, LeaderFailoverAfterPartitionTest, MultiThreadedOCPTest, OverseerStatusTest, OverseerTaskQueueTest, RestartWhileUpdatingTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, TestCloudInspectUtil, TestCollectionAPI, TestConfigSetsAPIExclusivity, TestCryptoKeys, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestRebalanceLeaders, HdfsRecoverLeaseTest, TestInfoStreamLogging, TestReloadAndDeleteDocs, TestSolrConfigHandler, TestSolrXml, RequestLoggingTest, TestReqParamsAPI, TestSQLHandler, SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedQueryComponentCustomSortTest, FacetPivotSmallTest, TestDistributedStatsComponentCardinality, TestCloudSchemaless, BasicAuthIntegrationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.seed=9EF63B3E0E2581BB -Dtests.slow=true -Dtests.locale=es-AR -Dtests.timezone=Pacific/Easter -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | BasicAuthIntegrationTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9EF63B3E0E2581BB]:0)
   [junit4] Completed [577/577 (2!)] on J0 in 7222.05s, 1 test, 2 errors <<< FAILURES!

[...truncated 12 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: 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:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 suite-level error, 2 errors, 87 ignored (72 assumptions) [seed: 9EF63B3E0E2581BB]

Total time: 191 minutes 53 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 # 388 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.handler.TestReplicationHandler.doTestStressReplication

Error Message:
timed out waiting for collection1 startAt time to exceed: Sun Feb 07 15:39:51 AKST 2016

Stack Trace:
java.lang.AssertionError: timed out waiting for collection1 startAt time to exceed: Sun Feb 07 15:39:51 AKST 2016
	at __randomizedtesting.SeedInfo.seed([84B7EA4753C88F55:5F1CEA8156E0E6E6]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1419)
	at org.apache.solr.handler.TestReplicationHandler.doTestStressReplication(TestReplicationHandler.java:771)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10750 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/init-core-data-001
   [junit4]   2> 708449 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEmptyCommits
   [junit4]   2> 708450 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1
   [junit4]   2> 708453 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 708455 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c4a8492{/solr,null,AVAILABLE}
   [junit4]   2> 708457 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.ServerConnector Started ServerConnector@7f2e1e09{HTTP/1.1}{127.0.0.1:49443}
   [junit4]   2> 708458 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.Server Started @712157ms
   [junit4]   2> 708458 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=49443}
   [junit4]   2> 708458 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 708458 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001'
   [junit4]   2> 708458 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 708459 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 708459 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/solr.xml
   [junit4]   2> 708463 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/.
   [junit4]   2> 708463 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer New CoreContainer 367190243
   [junit4]   2> 708463 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001]
   [junit4]   2> 708463 WARN  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/lib
   [junit4]   2> 708463 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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> 708464 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 708465 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 708465 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 708465 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 708465 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 708466 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/.
   [junit4]   2> 708466 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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> 708466 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1
   [junit4]   2> 708466 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 708467 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1'
   [junit4]   2> 708467 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 708467 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 708467 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 708468 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 708473 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 708475 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 708488 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 708491 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 708493 INFO  (coreLoadExecutor-2523-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1'
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1/data
   [junit4]   2> 708495 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1/data/index/
   [junit4]   2> 708495 WARN  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 708496 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1/data/index
   [junit4]   2> 708496 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3269781803744404]
   [junit4]   2> 708496 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_1,generation=1}
   [junit4]   2> 708496 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 708497 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/./collection1/data/
   [junit4]   2> 708498 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 708500 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708501 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708502 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708502 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 708507 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 708507 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 708508 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 708508 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 708508 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 708508 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7179555888564926]
   [junit4]   2> 708508 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_1,generation=1}
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7cd7ba83[collection1] main]
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1/conf
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1/conf}
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-001/collection1/conf
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 708509 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 708510 INFO  (coreLoadExecutor-2523-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 708510 INFO  (searcherExecutor-2524-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7cd7ba83[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 708974 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1
   [junit4]   2> 708976 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 708979 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@214d1ae2{/solr,null,AVAILABLE}
   [junit4]   2> 708979 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3e7bc0ae{HTTP/1.1}{127.0.0.1:54793}
   [junit4]   2> 708979 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.Server Started @712679ms
   [junit4]   2> 708979 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=54793}
   [junit4]   2> 708979 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 708980 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002'
   [junit4]   2> 708980 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 708980 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 708980 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/solr.xml
   [junit4]   2> 708983 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/.
   [junit4]   2> 708983 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer New CoreContainer 54281780
   [junit4]   2> 708983 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002]
   [junit4]   2> 708983 WARN  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/lib
   [junit4]   2> 708984 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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> 708984 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 708985 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 708985 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 708985 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 708985 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 708986 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/.
   [junit4]   2> 708987 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] 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> 708987 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1
   [junit4]   2> 708987 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 708987 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 708987 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 708988 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1'
   [junit4]   2> 708988 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 708988 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 708993 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 708995 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 709000 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 709002 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 709004 INFO  (coreLoadExecutor-2533-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 709005 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1'
   [junit4]   2> 709005 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1
   [junit4]   2> 709005 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 709005 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 709005 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: collection1
   [junit4]   2> 709006 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data
   [junit4]   2> 709006 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index/
   [junit4]   2> 709006 WARN  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 709006 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index
   [junit4]   2> 709006 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=43, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3269781803744404]
   [junit4]   2> 709006 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_1,generation=1}
   [junit4]   2> 709007 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 709007 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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/
   [junit4]   2> 709008 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 709009 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 709010 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 709011 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 709011 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 709013 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 709013 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,lazy,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/admin/segments,/admin/system,/replication,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file
   [junit4]   2> 709013 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=50, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7179555888564926]
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_1,generation=1}
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@336afe95[collection1] main]
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1/conf
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1/conf}
   [junit4]   2> 709014 INFO  (coreLoadExecutor-2533-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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/collection1/conf
   [junit4]   2> 709015 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 709019 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 709019 INFO  (coreLoadExecutor-2533-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 709019 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@336afe95[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 709023 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709495 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=*:*&sort=id+desc&wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 709497 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1]} 0 0
   [junit4]   2> 709499 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 709500 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_2,generation=2}
   [junit4]   2> 709500 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 709501 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1e904f42[collection1] main]
   [junit4]   2> 709501 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 709501 INFO  (searcherExecutor-2524-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1e904f42[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 709501 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 709512 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 709515 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709515 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 2
   [junit4]   2> 709515 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 709515 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 709518 WARN  (qtp101837891-6286) [    x:collection1] o.a.s.h.ReplicationHandler Could not read checksum from index file: _0_MockRandom_0.sd
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: misplaced codec footer (file truncated?): length=8 but footerLength==16 (resource=MockIndexInputWrapper(RAMInputStream(name=_0_MockRandom_0.sd)))
   [junit4]   2> 	at org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:400)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:564)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:252)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:670)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:458)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:225)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]   2> 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 709522 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=4
   [junit4]   2> 709522 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 11
   [junit4]   2> 709523 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901694
   [junit4]   2> 709523 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 709523 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=8.421875, floorSegmentMB=0.5390625, forceMergeDeletesPctAllowed=20.361899875172302, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 709523 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_1,generation=1}
   [junit4]   2> 709524 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 709524 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 709524 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_1,generation=1}
   [junit4]   2> 709524 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 709524 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 709524 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@18001872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3774adfc)
   [junit4]   2> 709526 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709528 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709531 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709533 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709536 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709542 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709546 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709551 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0_MockRandom_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709554 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709556 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709558 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709558 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1671) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@18001872 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3774adfc)
   [junit4]   2> 709560 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=94.3955078125, floorSegmentMB=1.013671875, forceMergeDeletesPctAllowed=18.56518097087031, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.425043114217169
   [junit4]   2> 709560 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_2,generation=2}
   [junit4]   2> 709560 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 709561 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 709561 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1158d839[collection1] main]
   [junit4]   2> 709561 INFO  (searcherExecutor-2534-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1158d839[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1)))}
   [junit4]   2> 709561 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901694 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901694;done=true>>]
   [junit4]   2> 709561 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901694
   [junit4]   2> 709561 INFO  (qtp1135929646-6299) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:49443/solr/collection1/replication&command=fetchindex} status=0 QTime=49
   [junit4]   2> 709566 INFO  (qtp1135929646-6300) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/select params={q=name:empty1&sort=id+desc&wt=javabin&version=2} hits=1 status=0 QTime=0
   [junit4]   2> 709566 INFO  (TEST-TestReplicationHandler.testEmptyCommits-seed#[84B7EA4753C88F55]) [    ] o.a.s.h.TestReplicationHandler Waited for 0ms and found 1 docs
   [junit4]   2> 709568 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 709570 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 709575 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={slave=false&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=0
   [junit4]   2> 709576 INFO  (qtp1135929646-6301) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=getDetails&qt=/replication&wt=javabin&version=2&command=details} status=0 QTime=2
   [junit4]   2> 709578 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709580 INFO  (qtp1135929646-6302) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={_trace=assertVersions&qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709582 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 709582 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 709582 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.SolrCore SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 709582 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 709582 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 0
   [junit4]   2> 709583 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 709586 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709586 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave in sync with master.
   [junit4]   2> 709586 INFO  (qtp1135929646-6303) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={wait=true&masterUrl=http://127.0.0.1:49443/solr/collection1/replication&command=fetchindex} status=0 QTime=2
   [junit4]   2> 709589 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2]} 0 1
   [junit4]   2> 709591 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 709594 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=3
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_2,generation=2}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3972db1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@532a1ed),segFN=segments_3,generation=3}
   [junit4]   2> 709594 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 3
   [junit4]   2> 709594 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2424a295[collection1] main]
   [junit4]   2> 709594 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 709594 INFO  (searcherExecutor-2524-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2424a295[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C1) Uninverting(_1(6.0.0):C1)))}
   [junit4]   2> 709594 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{commit=} 0 3
   [junit4]   2> 709596 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher 'masterUrl' must be specified without the /replication suffix
   [junit4]   2> 709598 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709598 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 3
   [junit4]   2> 709598 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 709598 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 709600 WARN  (qtp101837891-6283) [    x:collection1] o.a.s.h.ReplicationHandler Could not read checksum from index file: _0_MockRandom_0.sd
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: misplaced codec footer (file truncated?): length=8 but footerLength==16 (resource=MockIndexInputWrapper(RAMInputStream(name=_0_MockRandom_0.sd)))
   [junit4]   2> 	at org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:400)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:564)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:252)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:670)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:458)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:225)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]   2> 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 709601 WARN  (qtp101837891-6283) [    x:collection1] o.a.s.h.ReplicationHandler Could not read checksum from index file: _1_MockRandom_0.sd
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: misplaced codec footer (file truncated?): length=8 but footerLength==16 (resource=MockIndexInputWrapper(RAMInputStream(name=_1_MockRandom_0.sd)))
   [junit4]   2> 	at org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:400)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:564)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:252)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:670)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:458)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:225)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]   2> 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 709602 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=2
   [junit4]   2> 709603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 21
   [junit4]   2> 709603 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901775
   [junit4]   2> 709603 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 709604 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=37, maxMergedSegmentMB=8.421875, floorSegmentMB=0.5390625, forceMergeDeletesPctAllowed=20.361899875172302, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 709604 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_2,generation=2}
   [junit4]   2> 709604 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 709604 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_2,generation=2}
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState Rollback old IndexWriter... core=collection1
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=false) to MockDirectoryWrapper(RAMDirectory@1a08e018 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10ddf943)
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.si because it already exists
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.doc because it already exists
   [junit4]   2> 709605 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvd because it already exists
   [junit4]   2> 709607 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709607 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdx because it already exists
   [junit4]   2> 709607 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tio because it already exists
   [junit4]   2> 709607 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fdt because it already exists
   [junit4]   2> 709607 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0_MockRandom_0.tipo because it already exists
   [junit4]   2> 709607 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.fnm because it already exists
   [junit4]   2> 709607 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Skipping download for _0.nvm because it already exists
   [junit4]   2> 709609 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709611 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709613 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709615 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709623 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.tix&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709625 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709628 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709631 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709633 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709635 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.tbk&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709638 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709638 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=false,bytesDownloaded=1665) : 0 secs (null bytes/sec) to MockDirectoryWrapper(RAMDirectory@1a08e018 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@10ddf943)
   [junit4]   2> 709639 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Cannot complete replication attempt because file already exists:_0_MockRandom_0.sd
   [junit4]   2> 709639 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=94.3955078125, floorSegmentMB=1.013671875, forceMergeDeletesPctAllowed=18.56518097087031, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.425043114217169
   [junit4]   2> 709639 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@66fb0c38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3e8b91a),segFN=segments_2,generation=2}
   [junit4]   2> 709639 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 709639 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 709640 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901775 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901775;done=true>>]
   [junit4]   2> 709640 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901775
   [junit4]   2> 709640 WARN  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Replication attempt was not successful - trying a full index replication reloadCore=false
   [junit4]   2> 709641 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 709642 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Master's generation: 3
   [junit4]   2> 709642 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Slave's generation: 2
   [junit4]   2> 709642 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting replication process
   [junit4]   2> 709643 WARN  (qtp101837891-6285) [    x:collection1] o.a.s.h.ReplicationHandler Could not read checksum from index file: _0_MockRandom_0.sd
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: misplaced codec footer (file truncated?): length=8 but footerLength==16 (resource=MockIndexInputWrapper(RAMInputStream(name=_0_MockRandom_0.sd)))
   [junit4]   2> 	at org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:400)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:564)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:252)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:670)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:458)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:225)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]   2> 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 709644 WARN  (qtp101837891-6285) [    x:collection1] o.a.s.h.ReplicationHandler Could not read checksum from index file: _1_MockRandom_0.sd
   [junit4]   2> org.apache.lucene.index.CorruptIndexException: misplaced codec footer (file truncated?): length=8 but footerLength==16 (resource=MockIndexInputWrapper(RAMInputStream(name=_1_MockRandom_0.sd)))
   [junit4]   2> 	at org.apache.lucene.codecs.CodecUtil.retrieveChecksum(CodecUtil.java:400)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileList(ReplicationHandler.java:564)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:252)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:155)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2082)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:670)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:458)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:225)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:183)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:109)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:83)
   [junit4]   2> 	at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:364)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:221)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:499)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:310)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 709645 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&wt=javabin&version=2&command=filelist} status=0 QTime=1
   [junit4]   2> 709645 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Number of files in latest index in master: 21
   [junit4]   2> 709645 INFO  (explicit-fetchindex-cmd) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-002/./collection1/data/index.20160207153901817
   [junit4]   2> 709645 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Starting download (fullCopy=true) to MockDirectoryWrapper(RAMDirectory@67b787fa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@42e836d0)
   [junit4]   2> 709648 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709650 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709652 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709654 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709656 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709660 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0_MockRandom_0.tio&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709662 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709666 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0_MockRandom_0.tipo&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709668 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709673 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709676 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.doc&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709682 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.sd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709684 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.si&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709687 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.nvd&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709689 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.tix&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709691 INFO  (qtp101837891-6283) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fdx&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709694 INFO  (qtp101837891-6284) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fnm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709698 INFO  (qtp101837891-6285) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.nvm&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709701 INFO  (qtp101837891-6286) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1.fdt&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709705 INFO  (qtp101837891-6281) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=_1_MockRandom_0.tbk&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709715 INFO  (qtp101837891-6282) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={generation=3&qt=/replication&file=segments_3&checksum=true&wt=filestream&command=filecontent} status=0 QTime=0
   [junit4]   2> 709716 INFO  (explicit-fetchindex-cmd) [    x:collection1] o.a.s.h.IndexFetcher Total time taken for download (fullCopy=true,bytesDownloaded=3162) : 0 secs (null bytes/sec) to MockDirec

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

ance-027/./collection1/data/index;done=false>>]
   [junit4]   2> 802798 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-027/./collection1/data/index
   [junit4]   2> 802798 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-027/./collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-027/./collection1/data;done=false>>]
   [junit4]   2> 802798 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-027/./collection1/data
   [junit4]   2> 802798 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@23f05f64{/solr,null,UNAVAILABLE}
   [junit4]   2> 802802 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@3cbcbc48{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 802802 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2109073499
   [junit4]   2> 802803 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@44009ba
   [junit4]   2> 802803 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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> 802803 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 802804 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 802804 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-028/./collection1/data [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-028/./collection1/data;done=false>>]
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-028/./collection1/data
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-028/./collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-028/./collection1/data/index;done=false>>]
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    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.handler.TestReplicationHandler_84B7EA4753C88F55-001/solr-instance-028/./collection1/data/index
   [junit4]   2> 802806 INFO  (TEST-TestReplicationHandler.doTestIndexAndConfigReplication-seed#[84B7EA4753C88F55]) [    x:collection1] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c2d48d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 802809 INFO  (SUITE-TestReplicationHandler-seed#[84B7EA4753C88F55]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.handler.TestReplicationHandler_84B7EA4753C88F55-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {name=PostingsFormat(name=MockRandom), id=PostingsFormat(name=MockRandom), newname=PostingsFormat(name=MockRandom)}, docValues:{}, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=es-NI, timezone=AST
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=41364328,total=387272704
   [junit4]   2> NOTE: All tests run in this JVM: [DistributedFacetPivotLongTailTest, TestSchemaVersionResource, ScriptEngineTest, TestCSVLoader, BasicDistributedZkTest, TestManagedResource, TestIBSimilarityFactory, AnalysisAfterCoreReloadTest, TestAddFieldRealTimeGet, TestHdfsUpdateLog, TestSort, DistributedExpandComponentTest, HdfsRecoveryZkTest, RestartWhileUpdatingTest, CollectionStateFormat2Test, TestUpdate, TestShortCircuitedRequests, TestSolrDeletionPolicy1, TestMinMaxOnMultiValuedField, DocumentAnalysisRequestHandlerTest, DirectoryFactoryTest, TestUniqueKeyFieldResource, TestSolrQueryResponse, TestExactStatsCache, TestSortByMinMaxFunction, ZkControllerTest, TestConfigOverlay, TestChildDocTransformer, RankQueryTest, TestQuerySenderNoQuery, PathHierarchyTokenizerFactoryTest, PrimUtilsTest, TestRandomDVFaceting, TestReqParamsAPI, TestSolr4Spatial2, XsltUpdateRequestHandlerTest, ConfigSetsAPITest, TestLuceneMatchVersion, SimplePostToolTest, TestManagedSchema, TestLRUCache, DistributedFacetPivotSmallTest, SuggestComponentTest, CdcrUpdateLogTest, HdfsTlogReplayBufferedWhileIndexingTest, SchemaVersionSpecificBehaviorTest, TestDFRSimilarityFactory, TestObjectReleaseTracker, TestGroupingSearch, TestNRTOpen, CdcrRequestHandlerTest, DocumentBuilderTest, TestDocumentBuilder, TestCloudSchemaless, SolrRequestParserTest, SolrCoreTest, TestArbitraryIndexDir, HLLUtilTest, ZkStateWriterTest, ExternalFileFieldSortTest, HdfsChaosMonkeySafeLeaderTest, PingRequestHandlerTest, CircularListTest, UUIDUpdateProcessorFallbackTest, TestConfigSetsAPIZkFailure, TestStressVersions, TestHashPartitioner, TestReloadDeadlock, SystemInfoHandlerTest, TestIntervalFaceting, SolrCloudExampleTest, TestCloudPivotFacet, ForceLeaderTest, UUIDFieldTest, TestJsonRequest, SpatialHeatmapFacetsTest, CollectionsAPIAsyncDistributedZkTest, TestAnalyzedSuggestions, HighlighterMaxOffsetTest, DirectSolrSpellCheckerTest, TestReplicationHandler]
   [junit4] Completed [151/577 (1!)] on J0 in 94.39s, 13 tests, 1 failure <<< FAILURES!

[...truncated 1375 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: 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:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 failure, 87 ignored (72 assumptions) [seed: 84B7EA4753C88F55]

Total time: 66 minutes 17 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 # 387 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestAuthenticationFramework.testBasics

Error Message:
Error reading cluster properties

Stack Trace:
org.apache.solr.common.SolrException: Error reading cluster properties
	at __randomizedtesting.SeedInfo.seed([75D11761597D15C7:4809B94D61934BB7]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:693)
	at org.apache.solr.common.cloud.ZkStateReader.getBaseUrlForNodeName(ZkStateReader.java:780)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:998)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:166)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestState(AbstractFullDistribZkTestBase.java:1923)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.getRequestStateAfterCompletion(AbstractFullDistribZkTestBase.java:1903)
	at org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:209)
	at org.apache.solr.cloud.TestAuthenticationFramework.testBasics(TestAuthenticationFramework.java:92)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /clusterprops.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:319)
	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:316)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
	at org.apache.solr.common.cloud.ZkStateReader.getClusterProps(ZkStateReader.java:687)
	... 49 more




Build Log:
[...truncated 11167 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestAuthenticationFramework
   [junit4]   2> 1301733 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1301734 INFO  (Thread-4117) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1301734 INFO  (Thread-4117) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1301834 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.ZkTestServer start zk server on port:40966
   [junit4]   2> 1301834 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301835 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301901 INFO  (zkCallback-1580-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@30de3bd3 name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1301901 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1301901 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1301901 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1301936 INFO  (jetty-launcher-1579-thread-1) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1301937 INFO  (jetty-launcher-1579-thread-2) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1301938 INFO  (jetty-launcher-1579-thread-4) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1301940 INFO  (jetty-launcher-1579-thread-3) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1301941 INFO  (jetty-launcher-1579-thread-5) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1301942 INFO  (jetty-launcher-1579-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57bcb4f1{/solr,null,AVAILABLE}
   [junit4]   2> 1301942 INFO  (jetty-launcher-1579-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@96f0b84{/solr,null,AVAILABLE}
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@16e179e5{HTTP/1.1}{127.0.0.1:46706}
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-thread-1) [    ] o.e.j.s.Server Started @1305840ms
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46706}
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-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.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1'
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301943 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1301944 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301944 INFO  (jetty-launcher-1579-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@32482e5f{/solr,null,AVAILABLE}
   [junit4]   2> 1301945 INFO  (jetty-launcher-1579-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e066b2b{/solr,null,AVAILABLE}
   [junit4]   2> 1301946 INFO  (jetty-launcher-1579-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5ff82f07{/solr,null,AVAILABLE}
   [junit4]   2> 1301946 INFO  (jetty-launcher-1579-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@4c3d0664{HTTP/1.1}{127.0.0.1:43730}
   [junit4]   2> 1301946 INFO  (jetty-launcher-1579-thread-5) [    ] o.e.j.s.Server Started @1305843ms
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43730}
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-5) [    ] 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.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5'
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301947 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301948 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301948 INFO  (jetty-launcher-1579-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@77456d42{HTTP/1.1}{127.0.0.1:53514}
   [junit4]   2> 1301948 INFO  (jetty-launcher-1579-thread-4) [    ] o.e.j.s.Server Started @1305845ms
   [junit4]   2> 1301948 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53514}
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@7cf3e9c{HTTP/1.1}{127.0.0.1:47953}
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-4) [    ] 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.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4'
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.e.j.s.Server Started @1305846ms
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47953}
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-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.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2'
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1301949 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@166c654f{HTTP/1.1}{127.0.0.1:52884}
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.e.j.s.Server Started @1305847ms
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52884}
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-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.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3'
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1301950 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301951 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301969 INFO  (zkCallback-1585-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5a5109df name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1301970 INFO  (zkCallback-1581-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@49f77cdc name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1301970 INFO  (zkCallback-1582-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7dde5fba name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1301970 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1301970 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1301971 INFO  (zkCallback-1583-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2bbbc65f name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1301971 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1301971 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1301971 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1301972 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1301972 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1301972 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1301972 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1301973 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1301977 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1301979 INFO  (zkCallback-1584-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56780836 name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1301981 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1301981 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1301982 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1301983 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/.
   [junit4]   2> 1301983 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 915001362
   [junit4]   2> 1301983 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4]
   [junit4]   2> 1301983 WARN  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/lib
   [junit4]   2> 1301983 INFO  (jetty-launcher-1579-thread-4) [    ] 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> 1301984 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1301985 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1301991 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/.
   [junit4]   2> 1301991 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 464322793
   [junit4]   2> 1301991 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1]
   [junit4]   2> 1301991 WARN  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/lib
   [junit4]   2> 1301991 INFO  (jetty-launcher-1579-thread-1) [    ] 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> 1301992 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1301993 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1301993 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1301993 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
   [junit4]   2> 1301993 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1301994 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1301994 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302000 INFO  (zkCallback-1588-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@696c744f name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302001 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302001 INFO  (jetty-launcher-1579-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1302001 INFO  (zkCallback-1591-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@327708ee name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302001 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302001 INFO  (jetty-launcher-1579-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1302002 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/.
   [junit4]   2> 1302002 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 314157755
   [junit4]   2> 1302002 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2]
   [junit4]   2> 1302002 WARN  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/lib
   [junit4]   2> 1302002 INFO  (jetty-launcher-1579-thread-2) [    ] 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> 1302005 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1302006 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1302006 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1302006 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
   [junit4]   2> 1302006 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1302006 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1302006 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302007 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/.
   [junit4]   2> 1302007 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1593946414
   [junit4]   2> 1302007 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3]
   [junit4]   2> 1302007 WARN  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/lib
   [junit4]   2> 1302008 INFO  (jetty-launcher-1579-thread-3) [    ] 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> 1302010 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/.
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 907205394
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5]
   [junit4]   2> 1302010 WARN  (jetty-launcher-1579-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/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/lib
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-5) [    ] 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> 1302010 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1302010 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1302011 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1302011 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302011 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1302011 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1302011 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40966/solr
   [junit4]   2> 1302011 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302008 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 0x152bbfa8fb50006, 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> 1302011 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1302012 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1302012 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302013 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302021 INFO  (zkCallback-1594-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10a6f777 name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302021 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302021 INFO  (jetty-launcher-1579-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1302036 INFO  (zkCallback-1601-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7b44cc45 name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302036 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302036 INFO  (jetty-launcher-1579-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1302037 INFO  (zkCallback-1602-thread-1-processing-n:127.0.0.1:46706_solr) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@37e8d06f name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302037 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302038 INFO  (zkCallback-1600-thread-1-processing-n:127.0.0.1:53514_solr) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36cc4f52 name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302038 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302039 INFO  (zkCallback-1597-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5359df92 name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302039 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302039 INFO  (jetty-launcher-1579-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1302067 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302068 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302069 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1302070 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 0x152bbfa8fb50009, 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> 1302070 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1302071 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1302076 INFO  (zkCallback-1603-thread-1-processing-n:127.0.0.1:43730_solr) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@310d7425 name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302076 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302077 INFO  (zkCallback-1604-thread-1-processing-n:127.0.0.1:47953_solr) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c5fa152 name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302078 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302079 INFO  (zkCallback-1605-thread-1-processing-n:127.0.0.1:52884_solr) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@233483f9 name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1302080 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1302121 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1302121 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1302121 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1302122 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1302123 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1302165 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1302173 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1302173 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1302173 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1302243 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1302244 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1302244 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1302244 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1302264 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1302264 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1302283 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1302283 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1302284 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1302308 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1302310 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1302310 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1302310 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1302338 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1302338 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1302338 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1302338 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1302355 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1302355 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1302356 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1302356 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1302357 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1302387 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1302387 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1302387 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1302388 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1302404 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1302404 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1302421 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1302422 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1302433 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43730_solr
   [junit4]   2> 1302433 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47953_solr
   [junit4]   2> 1302436 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53514_solr
   [junit4]   2> 1302441 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43730_solr
   [junit4]   2> 1302441 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46706_solr
   [junit4]   2> 1302442 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52884_solr
   [junit4]   2> 1302442 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:47953_solr
   [junit4]   2> 1302469 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53514_solr
   [junit4]   2> 1302474 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46706_solr
   [junit4]   2> 1302474 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52884_solr
   [junit4]   2> 1302481 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1302482 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1302565 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1302566 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1302566 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1302566 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1302567 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1302580 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1302580 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1302592 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1302598 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95345226955423757-127.0.0.1:43730_solr-n_0000000000
   [junit4]   2> 1302599 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1302599 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1302599 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95345226955423756-127.0.0.1:46706_solr-n_0000000001
   [junit4]   2> 1302610 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43730_solr
   [junit4]   2> 1302610 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1302610 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95345226955423758-127.0.0.1:47953_solr-n_0000000002
   [junit4]   2> 1302631 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95345226955423754-127.0.0.1:53514_solr-n_0000000003
   [junit4]   2> 1302632 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95345226955423759-127.0.0.1:52884_solr-n_0000000004
   [junit4]   2> 1302633 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95345226955423757-127.0.0.1:43730_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1302633 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1302633 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95345226955423758-127.0.0.1:47953_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1302633 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1302633 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95345226955423756-127.0.0.1:46706_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1302633 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1302634 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95345226955423754-127.0.0.1:53514_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 1302634 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1302703 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.Overseer Overseer (id=95345226955423757-127.0.0.1:43730_solr-n_0000000000) starting
   [junit4]   2> 1302774 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1302805 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1302805 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1302806 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1302806 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@92cfe01
   [junit4]   2> 1302809 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1302809 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1302809 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1302809 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@28002967
   [junit4]   2> 1302821 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1302821 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1302821 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1302821 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6cf40815
   [junit4]   2> 1302830 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@92cfe01
   [junit4]   2> 1302830 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@28002967
   [junit4]   2> 1302831 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node4/.
   [junit4]   2> 1302831 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node3/.
   [junit4]   2> 1302831 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1302831 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1302831 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@6cf40815
   [junit4]   2> 1302871 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1302872 INFO  (jetty-launcher-1579-thread-4) [n:127.0.0.1:53514_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1302872 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1302872 INFO  (jetty-launcher-1579-thread-3) [n:127.0.0.1:52884_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1302873 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node1/.
   [junit4]   2> 1302873 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1302886 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1302886 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1302886 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1302886 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@380b6e40
   [junit4]   2> 1302886 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@380b6e40
   [junit4]   2> 1302887 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node2/.
   [junit4]   2> 1302887 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1302889 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1302889 INFO  (jetty-launcher-1579-thread-2) [n:127.0.0.1:47953_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1302889 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1302889 INFO  (jetty-launcher-1579-thread-1) [n:127.0.0.1:46706_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1302973 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1302973 INFO  (OverseerCollectionConfigSetProcessor-95345226955423757-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1302973 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1302974 INFO  (OverseerStateUpdate-95345226955423757-127.0.0.1:43730_solr-n_0000000000) [n:127.0.0.1:43730_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1303007 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1303007 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.CoreContainer Authentication plugin class obtained from system property 'authenticationPlugin': org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin
   [junit4]   2> 1303007 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.CoreContainer Reconfiguring the shard handler factory and update shard handler.
   [junit4]   2> 1303007 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.h.c.HttpShardHandlerFactory Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@145b9361
   [junit4]   2> 1303007 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.u.UpdateShardHandler Reconfiguring the default client with: org.apache.solr.cloud.TestAuthenticationFramework$MockAuthenticationPlugin$MockClientConfigurer@145b9361
   [junit4]   2> 1303008 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001/tempDir-001/node5/.
   [junit4]   2> 1303008 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1303010 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1303010 INFO  (jetty-launcher-1579-thread-5) [n:127.0.0.1:43730_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1303010 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1303010 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1303035 INFO  (zkCallback-1606-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f00e507 name:ZooKeeperConnection Watcher:127.0.0.1:40966 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1303035 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1303036 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1303051 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1303051 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1303081 INFO  (zkCallback-1608-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7abb04bd name:ZooKeeperConnection Watcher:127.0.0.1:40966/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1303081 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1303081 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1303082 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-HighlighterMaxOffsetTest.xml
   [junit4]   2> 1303128 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-missing-scriptfile.xml
   [junit4]   2> 1303167 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-mergepolicy-nocfs.xml
   [junit4]   2> 1303197 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-default-code.xml
   [junit4]   2> 1303224 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-bogus-analysis-parameters.xml
   [junit4]   2> 1303253 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-binaryfield.xml
   [junit4]   2> 1303272 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-plugcollector.xml
   [junit4]   2> 1303284 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-unsupported-docValues.xml
   [junit4]   2> 1303300 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-master2.xml
   [junit4]   2> 1303310 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stop-1.txt
   [junit4]   2> 1303341 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad_solrconfig.xml
   [junit4]   2> 1303362 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/enumsConfig.xml
   [junit4]   2> 1303386 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-class-name-shortening-on-serialization.xml
   [junit4]   2> 1303417 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-noopregen.xml
   [junit4]   2> 1303568 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-add-schema-fields-update-processor.xml
   [junit4]   2> 1303691 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-externalversionconstraint.xml
   [junit4]   2> 1303790 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-headers.xml
   [junit4]   2> 1303819 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-phrasesuggest.xml
   [junit4]   2> 1303832 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-unexpected-schema-attribute.xml
   [junit4]   2> 1303856 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-norms.xml
   [junit4]   2> 1303912 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-infostream-logging.xml
   [junit4]   2> 1303933 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-bogus-scriptengine-name.xml
   [junit4]   2> 1303987 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-functionquery.xml
   [junit4]   2> 1304014 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/currency.xml
   [junit4]   2> 1304043 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/analyzingInfixSuggest.txt
   [junit4]   2> 1304085 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender-noquery.xml
   [junit4]   2> 1304132 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-stop-keep.xml
   [junit4]   2> 1304181 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-does-not-exist.xml
   [junit4]   2> 1304204 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-required-fields.xml
   [junit4]   2> 1304244 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stoptypes-1.txt
   [junit4]   2> 1304278 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-doctransformers.xml
   [junit4]   2> 1304291 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-parsing-update-processor-chains.xml
   [junit4]   2> 1304328 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-suggestercomponent.xml
   [junit4]   2> 1304356 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-implicitproperties.xml
   [junit4]   2> 1304385 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-mp-solrconfig.xml
   [junit4]   2> 1304435 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-multivalued.xml
   [junit4]   2> 1304461 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-both-tf.xml
   [junit4]   2> 1304507 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-analytics-query.xml
   [junit4]   2> 1304527 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-complex-phrase.xml
   [junit4]   2> 1304558 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-reversed.xml
   [junit4]   2> 1304571 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-eff.xml
   [junit4]   2> 1304584 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesMulti.xml
   [junit4]   2> 1304603 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-trie.xml
   [junit4]   2> 1304618 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-cdcrupdatelog.xml
   [junit4]   2> 1304640 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-query-parser-init.xml
   [junit4]   2> 1304656 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig_codec2.xml
   [junit4]   2> 1304690 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-default-has-no-explicit-sim.xml
   [junit4]   2> 1304723 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-luceneMatchVersion.xml
   [junit4]   2> 1304740 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stopwords.txt
   [junit4]   2> 1304747 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValuesJoin.xml
   [junit4]   2> 1304762 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-currency.xml
   [junit4]   2> 1304773 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-managed-schema-test.xml
   [junit4]   2> 1304781 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-init-error.xml
   [junit4]   2> 1304793 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tieredmergepolicy.xml
   [junit4]   2> 1304801 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-not-indexed-but-tf.xml
   [junit4]   2> 1304809 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-not-required-unique-key.xml
   [junit4]   2> 1304827 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-elevate.xml
   [junit4]   2> 1304841 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sim-global-vs-ft-mismatch.xml
   [junit4]   2> 1304853 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-bogus-code-in-xml.xml
   [junit4]   2> 1304868 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-one-field-no-dynamic-field.xml
   [junit4]   2> 1304885 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-charfilters.xml
   [junit4]   2> 1304894 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-copyfield-test.xml
   [junit4]   2> 1304923 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-multiple-cfs.xml
   [junit4]   2> 1304941 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-sql.xml
   [junit4]   2> 1304952 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-replication2.xml
   [junit4]   2> 1304962 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.aff
   [junit4]   2> 1304980 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-master-throttled.xml
   [junit4]   2> 1304992 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/missleading.extension.updateprocessor.js.txt
   [junit4]   2> 1304998 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema15.xml
   [junit4]   2> 1305029 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-solrconfig-invalid-scriptfile.xml
   [junit4]   2> 1305063 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema12.xml
   [junit4]   2> 1305091 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-sweetspot-partial-norms.xml
   [junit4]   2> 1305120 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-dfr.xml
   [junit4]   2> 1305149 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1305162 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-misplaced-asterisk-copyfield-source-should-fail-test.xml
   [junit4]   2> 1305176 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-codec-global-vs-ft-mismatch.xml
   [junit4]   2> 1305188 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-cdcr.xml
   [junit4]   2> 1305199 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/keep-2.txt
   [junit4]   2> 1305211 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-field-sort-values.xml
   [junit4]   2> 1305226 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-transformers.xml
   [junit4]   2> 1305240 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-sim.xml
   [junit4]   2> 1305261 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delpolicy1.xml
   [junit4]   2> 1305276 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-repeater.xml
   [junit4]   2> 1305293 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-delaying-component.xml
   [junit4]   2> 1305317 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-managed-schema.xml
   [junit4]   2> 1305343 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-currency-ft-oer-norates.xml
   [junit4]   2> 1305351 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/stemdict.txt
   [junit4]   2> 1305359 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/conditional.updateprocessor.js
   [junit4]   2> 1305373 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1305382 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-dynamicfield-default-val.xml
   [junit4]   2> 1305396 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-dfi.xml
   [junit4]   2> 1305435 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-non-stored-docvalues.xml
   [junit4]   2> 1305455 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-master3.xml
   [junit4]   2> 1305463 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-tolerant-search.xml
   [junit4]   2> 1305498 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-enums.xml
   [junit4]   2> 1305519 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/regex-boost-processor-test.txt
   [junit4]   2> 1305528 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-querysender.xml
   [junit4]   2> 1305542 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-id-and-version-fields-only.xml
   [junit4]   2> 1305548 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-tfidf.xml
   [junit4]   2> 1305564 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-suggestercomponent-context-filter-query.xml
   [junit4]   2> 1305581 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-preanalyzed.xml
   [junit4]   2> 1305596 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-docValues.xml
   [junit4]   2> 1305610 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/hunspell-test.dic
   [junit4]   2> 1305621 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-synonym-tokenizer.xml
   [junit4]   2> 1305647 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmdirichlet.xml
   [junit4]   2> 1305660 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-nocache.xml
   [junit4]   2> 1305687 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-customfield.xml
   [junit4]   2> 1305702 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-postingshighlight.xml
   [junit4]   2> 1305718 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/bad-schema-uniquekey-uses-default.xml
   [junit4]   2> 1305724 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-lmjelinekmercer.xml
   [junit4]   2> 1305732 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/solrconfig-response-log-component.xml
   [junit4]   2> 1305738 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/elevate.xml
   [junit4]   2> 1305767 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schemasurround.xml
   [junit4]   2> 1305789 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollectionConfig/schema-distributed-missing-sort.xml
   [junit4]   2> 1305801 INFO  (TEST-TestAuthenticationFramework.testStopAllStartAll-seed#[75D11761597D15C7]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/solrCloudCollecti

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

hildren(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:107)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1465221 WARN  (zkCallback-1811-thread-2-processing-n:127.0.0.1:56637_solr) [n:127.0.0.1:56637_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1465227 INFO  (jetty-launcher-1785-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2035162a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1465230 WARN  (zkCallback-1810-thread-2-processing-n:127.0.0.1:42504_solr) [n:127.0.0.1:42504_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:336)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:333)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:107)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:388)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:269)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1465233 INFO  (jetty-launcher-1785-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@54e40ef1{/solr,null,UNAVAILABLE}
   [junit4]   2> 1465240 INFO  (TEST-TestAuthenticationFramework.testCollectionCreateWithoutCoresThenDelete-seed#[75D11761597D15C7]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40290 40290
   [junit4]   2> 1465264 INFO  (Thread-4565) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40290 40290
   [junit4]   2> 1465266 WARN  (Thread-4565) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestAuthenticationFramework_75D11761597D15C7-001
   [junit4]   2> Feb 07, 2016 1:47:49 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): {range_facet_l_dv=PostingsFormat(name=Asserting), _version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=PostingsFormat(name=Direct), intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=PostingsFormat(name=Asserting), range_facet_i_dv=PostingsFormat(name=Direct), range_facet_l=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=Direct)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=ar-LY, timezone=Mexico/BajaNorte
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=57968088,total=461373440
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollapseQParserPlugin, TestCodecSupport, CurrencyFieldXmlFileTest, TestIBSimilarityFactory, TestFieldTypeResource, RemoteQueryErrorTest, BitVectorTest, SolrCoreTest, TestSimpleQParserPlugin, TestExpandComponent, SuggesterFSTTest, HLLUtilTest, TestInfoStreamLogging, SSLMigrationTest, UpdateParamsTest, TestDocSet, RequestLoggingTest, HdfsDirectoryTest, HdfsTlogReplayBufferedWhileIndexingTest, OverseerRolesTest, TestSolr4Spatial2, TestCoreContainer, ResponseHeaderTest, TestFastLRUCache, DistributedSuggestComponentTest, TestConfigSetsAPI, SpatialHeatmapFacetsTest, TestDFRSimilarityFactory, DocumentAnalysisRequestHandlerTest, LeaderInitiatedRecoveryOnShardRestartTest, TestDynamicLoading, TestExclusionRuleCollectionAccess, DistributedQueueTest, TestSchemaVersionResource, TestSchemaResource, PeerSyncTest, ShardRoutingTest, VMParamsZkACLAndCredentialsProvidersTest, DirectSolrSpellCheckerTest, SampleTest, TestObjectReleaseTracker, TestReqParamsAPI, TestCloudPivotFacet, TestReloadDeadlock, TestAddFieldRealTimeGet, UnloadDistributedZkTest, TestComponentsName, TestConfigOverlay, CircularListTest, OverseerTaskQueueTest, QueryEqualityTest, TestSolrQueryResponse, SolrCloudExampleTest, TestAnalyzedSuggestions, JsonLoaderTest, DistribDocExpirationUpdateProcessorTest, ActionThrottleTest, SOLR749Test, TestShortCircuitedRequests, DocumentBuilderTest, TestDocumentBuilder, IndexBasedSpellCheckerTest, DistributedFacetPivotLongTailTest, TestJmxIntegration, PingRequestHandlerTest, CustomCollectionTest, BlockJoinFacetSimpleTest, TestMissingGroups, XsltUpdateRequestHandlerTest, TestSortByMinMaxFunction, SystemInfoHandlerTest, OverseerTest, TestManagedSchemaFieldResource, TestUniqueKeyFieldResource, TestFieldResource, DeleteLastCustomShardedReplicaTest, TestJmxMonitoredMap, ConfigSetsAPITest, CollectionsAPIAsyncDistributedZkTest, TestExtendedDismaxParser, MoreLikeThisHandlerTest, SoftAutoCommitTest, SyncSliceTest, CloneFieldUpdateProcessorFactoryTest, SharedFSAutoReplicaFailoverUtilsTest, TestDocBasedVersionConstraints, PrimUtilsTest, TestPostingsSolrHighlighter, TestConfigReload, UUIDFieldTest, TestLRUCache, TestSolrDynamicMBean, MultiThreadedOCPTest, TestLFUCache, CursorMarkTest, StandardRequestHandlerTest, TestDefaultSearchFieldResource, CdcrRequestHandlerTest, TestManagedSchema, SimpleFacetsTest, TestPartialUpdateDeduplication, TestInitQParser, TestJsonRequest, AssignTest, TestRemoteStreaming, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestDistribDocBasedVersion, CollectionStateFormat2Test, ShardSplitTest, HdfsWriteToMultipleCollectionsTest, HardAutoCommitTest, ZkControllerTest, TestElisionMultitermQuery, TestSurroundQueryParser, TestTrackingShardHandlerFactory, DisMaxRequestHandlerTest, UUIDUpdateProcessorFallbackTest, TestExactStatsCache, DOMUtilTest, CdcrReplicationDistributedZkTest, XmlUpdateRequestHandlerTest, TestAuthorizationFramework, TestAuthenticationFramework]
   [junit4] Completed [277/577 (1!)] on J0 in 163.81s, 7 tests, 1 error <<< FAILURES!

[...truncated 966 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: 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:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 error, 87 ignored (72 assumptions) [seed: 75D11761597D15C7]

Total time: 70 minutes 35 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 # 386 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([3EDF7929B6BD747C:D785C2112824E4D4]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
	... 41 more




Build Log:
[...truncated 11357 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001
   [junit4]   2> 1625458 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1625460 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 1625461 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1625461 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625461 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1625461 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625462 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625462 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625499 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1625508 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1625523 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1625528 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1625640 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1625641 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1625641 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1625648 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1625650 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1625653 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1625653 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625653 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625653 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1625653 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625654 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.CoreContainer New CoreContainer 1299389486
   [junit4]   2> 1625654 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625654 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625654 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1625657 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 1625658 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1625658 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1625658 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1625658 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1625660 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema12.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, dataDir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1625660 INFO  (coreLoadExecutor-5397-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> 1625660 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1625660 INFO  (coreLoadExecutor-5397-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> 1625661 INFO  (coreLoadExecutor-5397-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> 1625661 INFO  (coreLoadExecutor-5397-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> 1625693 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1625706 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1625744 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1625751 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1625824 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1625825 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1625825 WARN  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1625829 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1625831 INFO  (coreLoadExecutor-5397-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1625835 INFO  (coreLoadExecutor-5397-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> 1625835 INFO  (coreLoadExecutor-5397-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> 1625836 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 1625836 INFO  (coreLoadExecutor-5397-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/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/]
   [junit4]   2> 1625836 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba66b1
   [junit4]   2> 1625836 INFO  (coreLoadExecutor-5397-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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001
   [junit4]   2> 1625837 INFO  (coreLoadExecutor-5397-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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index/
   [junit4]   2> 1625837 WARN  (coreLoadExecutor-5397-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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1625837 INFO  (coreLoadExecutor-5397-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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index
   [junit4]   2> 1625837 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=69.7998046875, floorSegmentMB=0.39453125, forceMergeDeletesPctAllowed=0.5329309969863316, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1625850 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74ece025),segFN=segments_1,generation=1}
   [junit4]   2> 1625850 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1625851 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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1625854 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1625855 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1625855 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1625855 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1625855 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1625855 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1625858 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1625860 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1625861 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1625862 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1625865 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1625867 INFO  (coreLoadExecutor-5397-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> 1625881 WARN  (coreLoadExecutor-5397-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> 1625882 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1625883 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1625883 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1625884 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=713092562, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1625884 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74ece025),segFN=segments_1,generation=1}
   [junit4]   2> 1625884 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1625884 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@381ab31d[collection1] main]
   [junit4]   2> 1625885 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1625885 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1625885 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1625885 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1625907 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1626058 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1626058 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1626059 INFO  (coreLoadExecutor-5397-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1626060 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1626060 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1626060 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1626060 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1626061 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1626061 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1626061 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1626062 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1626062 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1626063 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 1
   [junit4]   2> 1626063 INFO  (searcherExecutor-5398-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@381ab31d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1626115 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1626158 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74ece025),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74ece025),segFN=segments_2,generation=2}
   [junit4]   2> 1626159 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 1626161 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrCore New index directory detected: old=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index/ new=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp
   [junit4]   2> 1626163 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@652c87a[collection1] main]
   [junit4]   2> 1626163 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1626164 INFO  (searcherExecutor-5398-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@652c87a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 1626165 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 49
   [junit4]   2> 1626165 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1626165 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1626165 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1626166 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1626166 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1626212 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1626225 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1626254 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1626262 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1626383 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1626384 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1626385 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1626391 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1626394 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1626399 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] 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> 1626400 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1626400 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    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/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/]
   [junit4]   2> 1626401 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ba66b1
   [junit4]   2> 1626401 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp
   [junit4]   2> 1626402 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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/
   [junit4]   2> 1626403 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/
   [junit4]   2> 1626403 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index as it is still being referenced in the cache!
   [junit4]   2> 1626403 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index failed.
   [junit4]   2> 1626407 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1626408 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1626409 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1626409 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1626409 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1626412 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1626414 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1626415 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1626417 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1626419 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp
   [junit4]   2> 1626426 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1626429 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    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> 1626429 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1626430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1626431 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1626431 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1626431 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4cce0b59[collection1] main]
   [junit4]   2> 1626432 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1626432 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 1626432 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1626433 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1626434 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1626438 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1626438 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1626439 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 1626439 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 1626439 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 1626439 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 1626440 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 1626441 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 1626441 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 1626442 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 1626443 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4cce0b59[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 1626439 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 1626447 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=25, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1626449 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4c62ca86),segFN=segments_1,generation=1}
   [junit4]   2> 1626450 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1626450 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1626452 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7a5b1ca3[collection1] main]
   [junit4]   2> 1626453 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 1626453 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6574d6b6
   [junit4]   2> 1626453 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 closing DirectUpdateHandler2{commits=1,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1626453 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1626474 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=11
   [junit4]   2> 1626478 INFO  (searcherExecutor-5402-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7a5b1ca3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):c1)))}
   [junit4]   2> 1626481 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 1626481 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]   2> 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1626482 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3EDF7929B6BD747C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -Dtests.seed=3EDF7929B6BD747C -Dtests.slow=true -Dtests.locale=es-NI -Dtests.timezone=America/Nassau -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.03s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3EDF7929B6BD747C:D785C2112824E4D4]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:754)
   [junit4]    > 	at org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">11</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:747)
   [junit4]    > 	... 41 more
   [junit4]   2> 1626490 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1626490 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1299389486
   [junit4]   2> 1626491 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@59333fce
   [junit4]   2> 1626491 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-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}
   [junit4]   2> 1626491 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 1626491 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1626491 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1626492 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1626505 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 1626505 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001;done=false>>]
   [junit4]   2> 1626505 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001
   [junit4]   2> 1626505 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 1626505 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index_temp
   [junit4]   2> 1626510 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1626510 INFO  (SUITE-TestArbitraryIndexDir-seed#[3EDF7929B6BD747C]-worker) [    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.TestArbitraryIndexDir_3EDF7929B6BD747C-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/J0/temp/solr.core.TestArbitraryIndexDir_3EDF7929B6BD747C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60), sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=es-NI, timezone=America/Nassau
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=251880656,total=384167936
   [junit4]   2> NOTE: All tests run in this JVM: [BitVectorTest, DocValuesMultiTest, SolrTestCaseJ4Test, RegexBoostProcessorTest, TestDynamicFieldResource, TestConfigSetsAPI, TestReloadDeadlock, SOLR749Test, TestConfigReload, TestChildDocTransformer, FastVectorHighlighterTest, ForceLeaderTest, TestJmxIntegration, ExternalFileFieldSortTest, TestDistributedSearch, TestLazyCores, TestStressUserVersions, HdfsRecoveryZkTest, TestCursorMarkWithoutUniqueKey, TestConfigSetProperties, PingRequestHandlerTest, TestIntervalFaceting, StandardRequestHandlerTest, ActionThrottleTest, BlockDirectoryTest, BadComponentTest, CursorPagingTest, TestSurroundQueryParser, SolrCloudExampleTest, TestLFUCache, ConfigSetsAPITest, UUIDFieldTest, MBeansHandlerTest, SuggesterFSTTest, AsyncMigrateRouteKeyTest, TestSort, SuggestComponentTest, TestExpandComponent, PreAnalyzedFieldTest, HdfsWriteToMultipleCollectionsTest, DistributedSpellCheckComponentTest, TestRuleBasedAuthorizationPlugin, SolrCoreTest, ChaosMonkeyNothingIsSafeTest, TestIBSimilarityFactory, TestSolrDeletionPolicy1, ZkControllerTest, DistributedSuggestComponentTest, UpdateParamsTest, TestInitQParser, InfoHandlerTest, TestHighFrequencyDictionaryFactory, AlternateDirectoryTest, TestStressLucene, SampleTest, TestCSVLoader, DirectoryFactoryTest, TestAddFieldRealTimeGet, DocumentAnalysisRequestHandlerTest, TestUpdate, VMParamsZkACLAndCredentialsProvidersTest, TestPerFieldSimilarityClassic, DocValuesTest, QueryElevationComponentTest, TestSolrDynamicMBean, SpatialRPTFieldTypeTest, PrimitiveFieldTypeTest, DistributedExpandComponentTest, ShardRoutingTest, TestAuthorizationFramework, TestLuceneMatchVersion, TestDefaultSearchFieldResource, TestSolr4Spatial2, TestShardHandlerFactory, TestHashPartitioner, TestManagedSchemaFieldResource, TestDocBasedVersionConstraints, PolyFieldTest, TestElisionMultitermQuery, TermsComponentTest, TestRemoteStreaming, TestUseDocValuesAsStored, DistribDocExpirationUpdateProcessorTest, HardAutoCommitTest, CurrencyFieldXmlFileTest, TestRandomCollapseQParserPlugin, MoreLikeThisHandlerTest, TestJmxMonitoredMap, CdcrReplicationDistributedZkTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestPseudoReturnFields, OverseerTaskQueueTest, AnalyticsMergeStrategyTest, TestStressReorder, PreAnalyzedUpdateProcessorTest, TestMiniSolrCloudClusterBase, HLLUtilTest, DirectUpdateHandlerTest, TestReplicationHandler, PeerSyncTest, UnloadDistributedZkTest, TestWordDelimiterFilterFactory, TimeZoneUtilsTest, BlockJoinFacetSimpleTest, TestTrackingShardHandlerFactory, HighlighterMaxOffsetTest, TestPostingsSolrHighlighter, TestInfoStreamLogging, DistributedQueueTest, DOMUtilTest, TestConfigSetsAPIZkFailure, TestExactStatsCache, TestFilteredDocIdSet, ZkStateWriterTest, TestRawResponseWriter, TestRequestForwarding, RecoveryZkTest, HdfsDirectoryFactoryTest, XmlUpdateRequestHandlerTest, ScriptEngineTest, ReturnFieldsTest, TestSolrCLIRunExample, TestRemoveLastDynamicCopyField, ChangedSchemaMergeTest, TestXmlQParser, ClusterStateTest, RequiredFieldsTest, TestPhraseSuggestions, SharedFSAutoReplicaFailoverUtilsTest, TestClassNameShortening, TestSortByMinMaxFunction, RequestLoggingTest, SpatialHeatmapFacetsTest, AssignTest, TestXIncludeConfig, BasicDistributedZkTest, PathHierarchyTokenizerFactoryTest, SSLMigrationTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, TestRandomFaceting, ZkSolrClientTest, ZkCLITest, TestFaceting, TestRecovery, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestGroupingSearch, TestFiltering, TestIndexSearcher, SoftAutoCommitTest, SolrRequestParserTest, SuggesterTest, QueryEqualityTest, StatelessScriptUpdateProcessorFactoryTest, XsltUpdateRequestHandlerTest, DisMaxRequestHandlerTest, TestWriterPerf, FileBasedSpellCheckerTest, DocumentBuilderTest, TestIndexingPerformance, TestArbitraryIndexDir]
   [junit4] Completed [348/577 (1!)] on J0 in 1.08s, 1 test, 1 error <<< FAILURES!

[...truncated 763 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: 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:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 error, 87 ignored (72 assumptions) [seed: 3EDF7929B6BD747C]

Total time: 66 minutes 56 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 # 385 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.test

Error Message:
Doc Counts do not add up expected:<67> but was:<36>

Stack Trace:
java.lang.AssertionError: Doc Counts do not add up expected:<67> but was:<36>
	at __randomizedtesting.SeedInfo.seed([FF9AC0A04748893C:77CEFF7AE9B4E4C4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.assertDocCounts(AbstractFullDistribZkTestBase.java:1387)
	at org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:90)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:48765","node_name":"127.0.0.1:48765_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node1":{           "core":"c8n_1x3_lf_shard1_replica2",           "base_url":"http://127.0.0.1:53725",           "node_name":"127.0.0.1:53725_",           "state":"down"},         "core_node2":{           "state":"down",           "base_url":"http://127.0.0.1:51244",           "core":"c8n_1x3_lf_shard1_replica3",           "node_name":"127.0.0.1:51244_"},         "core_node3":{           "core":"c8n_1x3_lf_shard1_replica1",           "base_url":"http://127.0.0.1:48765",           "node_name":"127.0.0.1:48765_",           "state":"active",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node3:{"core":"c8n_1x3_lf_shard1_replica1","base_url":"http://127.0.0.1:48765","node_name":"127.0.0.1:48765_","state":"active","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf)={
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node1":{
          "core":"c8n_1x3_lf_shard1_replica2",
          "base_url":"http://127.0.0.1:53725",
          "node_name":"127.0.0.1:53725_",
          "state":"down"},
        "core_node2":{
          "state":"down",
          "base_url":"http://127.0.0.1:51244",
          "core":"c8n_1x3_lf_shard1_replica3",
          "node_name":"127.0.0.1:51244_"},
        "core_node3":{
          "core":"c8n_1x3_lf_shard1_replica1",
          "base_url":"http://127.0.0.1:48765",
          "node_name":"127.0.0.1:48765_",
          "state":"active",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false"}
	at __randomizedtesting.SeedInfo.seed([FF9AC0A04748893C:77CEFF7AE9B4E4C4]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:55)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10592 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/init-core-data-001
   [junit4]   2> 578495 INFO  (SUITE-LeaderFailoverAfterPartitionTest-seed#[FF9AC0A04748893C]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 578506 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 578506 INFO  (Thread-2136) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 578506 INFO  (Thread-2136) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 578607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ZkTestServer start zk server on port:52756
   [junit4]   2> 578607 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 578608 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578614 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4bb9f29 name:ZooKeeperConnection Watcher:127.0.0.1:52756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 578614 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578614 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 578614 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 578626 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 578626 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578630 INFO  (zkCallback-587-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7e2ad320 name:ZooKeeperConnection Watcher:127.0.0.1:52756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 578630 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578630 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 578630 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 578633 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 578635 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 578636 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 578639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 578639 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 578643 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 578643 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 578646 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 578646 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 578648 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 578648 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 578650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 578650 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 578652 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 578653 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 578655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 578655 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 578657 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 578658 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 578660 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 578660 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 578662 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 578662 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 578664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 578664 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 578958 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1
   [junit4]   2> 578960 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 578961 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44f9462e{/,null,AVAILABLE}
   [junit4]   2> 578961 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6c90c3c3{HTTP/1.1}{127.0.0.1:54602}
   [junit4]   2> 578961 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.Server Started @582693ms
   [junit4]   2> 578961 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/tempDir-001/control/data, hostContext=/, hostPort=50049, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores}
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001'
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 578962 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578964 INFO  (zkCallback-588-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ae6db2d name:ZooKeeperConnection Watcher:127.0.0.1:52756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 578964 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578965 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 578967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 578967 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/solr.xml
   [junit4]   2> 578971 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores
   [junit4]   2> 578971 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.CoreContainer New CoreContainer 1239309522
   [junit4]   2> 578971 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001]
   [junit4]   2> 578971 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/lib
   [junit4]   2> 578972 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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> 578972 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 578973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 578973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 578973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52756/solr
   [junit4]   2> 578973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 578973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 578973 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578975 INFO  (zkCallback-591-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@15ee45bd name:ZooKeeperConnection Watcher:127.0.0.1:52756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 578975 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578976 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 578978 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 578980 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7dfa30e2 name:ZooKeeperConnection Watcher:127.0.0.1:52756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 578980 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 578981 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 578984 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 578988 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 578991 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 578994 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 578997 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 579000 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 579001 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 579004 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 579005 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50049_
   [junit4]   2> 579006 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50049_
   [junit4]   2> 579008 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 579010 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 579011 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 579012 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95341504348160004-127.0.0.1:50049_-n_0000000000
   [junit4]   2> 579013 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50049_
   [junit4]   2> 579013 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 579015 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer Overseer (id=95341504348160004-127.0.0.1:50049_-n_0000000000) starting
   [junit4]   2> 579017 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 579025 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 579027 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 579027 INFO  (OverseerCollectionConfigSetProcessor-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 579027 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 579048 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 579048 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 579049 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores
   [junit4]   2> 579050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 579050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1
   [junit4]   2> 579050 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 579052 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 579052 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:50049_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 579052 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 579052 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 579054 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50049",
   [junit4]   2>   "node_name":"127.0.0.1:50049_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 579055 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 579055 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50049",
   [junit4]   2>   "node_name":"127.0.0.1:50049_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 579056 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 579056 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 579058 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 580056 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 580056 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 580057 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 580057 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 580058 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 580058 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1'
   [junit4]   2> 580058 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 580058 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 580061 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 580066 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 580070 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 580077 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 580083 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 580164 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 580170 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 580170 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 580182 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 580185 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 580187 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 580188 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 580190 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 580190 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 580190 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 580190 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data/]
   [junit4]   2> 580191 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d141a92
   [junit4]   2> 580191 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data
   [junit4]   2> 580191 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data/index/
   [junit4]   2> 580191 WARN  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 580191 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data/index
   [junit4]   2> 580192 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=49.5537109375, floorSegmentMB=1.8466796875, forceMergeDeletesPctAllowed=0.7246925505183766, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5201827072651729
   [junit4]   2> 580192 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@39c9551 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@631741ed),segFN=segments_1,generation=1}
   [junit4]   2> 580192 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 580192 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data/
   [junit4]   2> 580192 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 580194 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 580195 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 580195 WARN  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 580197 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 580198 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 580199 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 580200 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 580203 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/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> 580203 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 580205 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 580205 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 580206 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580206 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580207 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=58.443359375, floorSegmentMB=0.9287109375, forceMergeDeletesPctAllowed=8.657073777472087, segmentsPerTier=49.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.29997259650003205
   [junit4]   2> 580207 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@39c9551 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@631741ed),segFN=segments_1,generation=1}
   [junit4]   2> 580207 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 580207 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d4dfbb9[collection1] main]
   [junit4]   2> 580207 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 580208 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 580208 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 580209 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 580209 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 580209 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 580209 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 580209 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 580209 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 580210 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580210 INFO  (searcherExecutor-2130-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5d4dfbb9[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580210 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 580210 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 580210 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 580210 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1525464071356284928
   [junit4]   2> 580212 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1525464071356284928
   [junit4]   2> 580212 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 580213 INFO  (coreLoadExecutor-2129-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 580213 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:50049 collection:control_collection shard:shard1
   [junit4]   2> 580214 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 580219 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95341504348160004-core_node1-n_0000000000
   [junit4]   2> 580219 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 580222 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 580222 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 580222 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 580222 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:50049/collection1/
   [junit4]   2> 580222 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 580222 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:50049/collection1/ has no replicas
   [junit4]   2> 580224 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 580227 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 580230 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:50049/collection1/ shard1
   [junit4]   2> 580231 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:50049",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 580334 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 580381 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:50049/collection1/ and leader is http://127.0.0.1:50049/collection1/
   [junit4]   2> 580381 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50049
   [junit4]   2> 580381 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 580381 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 580381 INFO  (coreZkRegister-2123-thread-1-processing-n:127.0.0.1:50049_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:50049_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 580384 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50049",
   [junit4]   2>   "node_name":"127.0.0.1:50049_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 580384 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50049",
   [junit4]   2>   "node_name":"127.0.0.1:50049_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 580545 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 580558 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 580559 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 580561 INFO  (zkCallback-594-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2129996e name:ZooKeeperConnection Watcher:127.0.0.1:52756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 580562 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 580562 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 580562 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 580565 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 580683 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/cores/collection1
   [junit4]   2> 580684 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001
   [junit4]   2> 580685 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 580687 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21482f57{/,null,AVAILABLE}
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5d66d62d{HTTP/1.1}{127.0.0.1:65149}
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.Server Started @584421ms
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=51244, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/cores}
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001'
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 580688 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 580689 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 580689 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 580691 INFO  (zkCallback-595-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@45d433ba name:ZooKeeperConnection Watcher:127.0.0.1:52756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 580692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 580692 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 580693 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 580693 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 0x152b897d3060006, 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> 580693 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/solr.xml
   [junit4]   2> 580699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/cores
   [junit4]   2> 580699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.CoreContainer New CoreContainer 1919567722
   [junit4]   2> 580699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001]
   [junit4]   2> 580699 WARN  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/lib
   [junit4]   2> 580699 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] 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> 580700 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 580701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 580701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 580701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52756/solr
   [junit4]   2> 580701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 580701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 580701 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 580703 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a2618be name:ZooKeeperConnection Watcher:127.0.0.1:52756 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 580703 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 580704 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 580706 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 580707 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d98a2a name:ZooKeeperConnection Watcher:127.0.0.1:52756/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 580708 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 580714 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 581731 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51244_
   [junit4]   2> 581731 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:51244_
   [junit4]   2> 581733 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_    ] 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> 581733 INFO  (zkCallback-594-thread-1) [    ] 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> 581733 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_    ] 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> 581735 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 581736 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95341504348160008-127.0.0.1:51244_-n_0000000001
   [junit4]   2> 581737 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95341504348160004-127.0.0.1:50049_-n_0000000000 to know if I could be the leader
   [junit4]   2> 581755 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 581755 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 581755 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/cores
   [junit4]   2> 581756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 581756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/cores/collection1
   [junit4]   2> 581756 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 581758 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 581758 INFO  (TEST-LeaderFailoverAfterPartitionTest.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:51244_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 581758 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 581758 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 581761 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 581761 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51244",
   [junit4]   2>   "node_name":"127.0.0.1:51244_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 581762 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:51244",
   [junit4]   2>   "node_name":"127.0.0.1:51244_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 581762 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 581762 INFO  (OverseerStateUpdate-95341504348160004-127.0.0.1:50049_-n_0000000000) [n:127.0.0.1:50049_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 581865 INFO  (zkCallback-594-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 581865 INFO  (zkCallback-599-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 581866 INFO  (zkCallback-592-thread-1-processing-n:127.0.0.1:50049_) [n:127.0.0.1:50049_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 582762 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 582762 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 582763 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 582763 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 582764 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 582764 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] 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.cloud.LeaderFailoverAfterPartitionTest_FF9AC0A04748893C-001/shard-1-001/cores/collection1'
   [junit4]   2> 582764 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 582764 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 582766 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 582774 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 582777 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 582785 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 582793 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 582894 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 582899 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 582900 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 582912 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 582915 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 582917 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 582919 INFO  (coreLoadExecutor-2140-thread-1-processing-n:127.0.0.1:51244_) [n:127.0.0.1:51244_ c:collection1   x:collection1]

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

on1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_FF9AC0A04748893C-001/shard-4-001/cores/collection1/data
   [junit4]   2> 1207571 INFO  (recoveryExecutor-1734-thread-1-processing-n:127.0.0.1:60444_j_l x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:60444_j_l c:collection1 s:shard1 r:core_node4 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.cloud.BasicDistributedZk2Test_FF9AC0A04748893C-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZk2Test_FF9AC0A04748893C-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 1207571 INFO  (recoveryExecutor-1734-thread-1-processing-n:127.0.0.1:60444_j_l x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:60444_j_l c:collection1 s:shard1 r:core_node4 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.cloud.BasicDistributedZk2Test_FF9AC0A04748893C-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 1207571 INFO  (TEST-BasicDistributedZk2Test.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:60444_j_l c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.Overseer Overseer (id=95341541965627409-127.0.0.1:60444_j_l-n_0000000004) closing
   [junit4]   2> 1207572 INFO  (OverseerStateUpdate-95341541965627409-127.0.0.1:60444_j_l-n_0000000004) [n:127.0.0.1:60444_j_l    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:60444_j_l
   [junit4]   2> 1207577 ERROR (TEST-BasicDistributedZk2Test.test-seed#[FF9AC0A04748893C]-EventThread) [n:127.0.0.1:60444_j_l    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1@212d727 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@ea0db16[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 35]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:214)
   [junit4]   2> 	at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 1207578 INFO  (TEST-BasicDistributedZk2Test.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@939baad{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1207578 INFO  (TEST-BasicDistributedZk2Test.test-seed#[FF9AC0A04748893C]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7978a9de{/j_l,null,UNAVAILABLE}
   [junit4]   2> 1207582 INFO  (TEST-BasicDistributedZk2Test.test-seed#[FF9AC0A04748893C]) [n:127.0.0.1:60444_j_l c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37568 37568
   [junit4]   2> 1207606 INFO  (Thread-7200) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37568 37568
   [junit4]   2> 1207607 WARN  (Thread-7200) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=test -Dtests.seed=FF9AC0A04748893C -Dtests.slow=true -Dtests.locale=ar-SY -Dtests.timezone=SystemV/HST10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 55.2s J1 | BasicDistributedZk2Test.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Doc Counts do not add up expected:<67> but was:<36>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FF9AC0A04748893C:77CEFF7AE9B4E4C4]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.assertDocCounts(AbstractFullDistribZkTestBase.java:1387)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:90)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1207615 INFO  (SUITE-BasicDistributedZk2Test-seed#[FF9AC0A04748893C]-worker) [n:127.0.0.1:60444_j_l c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [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.cloud.BasicDistributedZk2Test_FF9AC0A04748893C-001
   [junit4]   2> Feb 06, 2016 10:08:52 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=ar-SY, timezone=SystemV/HST10
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=125697560,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest, TestTrie, CurrencyFieldOpenExchangeTest, TestSolrXml, TestSuggestSpellingConverter, TestCollationFieldDocValues, TestMiniSolrCloudCluster, TestUtils, OpenCloseCoreStressTest, TestBlobHandler, SolrPluginUtilsTest, ConjunctionSolrSpellCheckerTest, TestManagedStopFilterFactory, TestSearcherReuse, TestManagedSchemaDynamicFieldResource, FileUtilsTest, ExitableDirectoryReaderTest, DistributedDebugComponentTest, MigrateRouteKeyTest, TestSolrQueryParser, SaslZkACLProviderTest, ResponseLogComponentTest, ZkNodePropsTest, TestRawTransformer, UniqFieldsUpdateProcessorFactoryTest, TestConfigSetImmutable, ConnectionReuseTest, HdfsChaosMonkeyNothingIsSafeTest, PKIAuthenticationIntegrationTest, TestStandardQParsers, TestRTGBase, TestReversedWildcardFilterFactory, TestSchemaSimilarityResource, TestZkChroot, AliasIntegrationTest, TestDownShardTolerantSearch, QueryResultKeyTest, TestDistributedStatsComponentCardinality, TestBinaryField, ChaosMonkeySafeLeaderTest, TestPHPSerializedResponseWriter, TestSolrIndexConfig, CheckHdfsIndexTest, SortSpecParsingTest, AutoCommitTest, HdfsRecoverLeaseTest, TestJettySolrRunner, ZkSolrClientTest, TestStressRecovery, TestNoOpRegenerator, ExplicitHLLTest, ShardRoutingCustomTest, TestIndexSearcher, TestSmileRequest, TestBM25SimilarityFactory, TestSolrConfigHandler, TestRequestStatusCollectionAPI, TestExceedMaxTermLength, SolrInfoMBeanTest, TestValueSourceCache, HdfsLockFactoryTest, TestExactSharedStatsCache, RuleEngineTest, TestRecoveryHdfs, DeleteInactiveReplicaTest, BadCopyFieldTest, AtomicUpdatesTest, TestTrieFacet, TestCrossCoreJoin, TestSolrCoreProperties, SmileWriterTest, OutputWriterTest, StressHdfsTest, MinimalSchemaTest, TestBadConfig, HdfsRestartWhileUpdatingTest, HdfsBasicDistributedZk2Test, TestCloudManagedSchemaConcurrent, LeaderElectionIntegrationTest, VersionInfoTest, NumericFieldsTest, TestTestInjection, BasicDistributedZk2Test]
   [junit4] Completed [185/577 (2!)] on J1 in 55.47s, 1 test, 1 failure <<< FAILURES!

[...truncated 1301 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: 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:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 2 failures, 87 ignored (72 assumptions) [seed: FF9AC0A04748893C]

Total time: 68 minutes 41 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 # 384 - Still Failing!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Did not find correct number of replicas. Expected:3 Found:2

Stack Trace:
java.lang.AssertionError: Did not find correct number of replicas. Expected:3 Found:2
	at __randomizedtesting.SeedInfo.seed([72BA84BEF0D831B:E1BC9C8BD68F7A7A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1836)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11035 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/init-core-data-001
   [junit4]   2> 1310236 INFO  (SUITE-ForceLeaderTest-seed#[72BA84BEF0D831B]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1310241 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1310241 INFO  (Thread-4236) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1310241 INFO  (Thread-4236) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1310341 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ZkTestServer start zk server on port:61373
   [junit4]   2> 1310341 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1310342 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1310345 INFO  (zkCallback-1729-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ce51b18 name:ZooKeeperConnection Watcher:127.0.0.1:61373 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1310345 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1310345 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1310346 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1310351 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1310352 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1310354 INFO  (zkCallback-1730-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@480c9e9c name:ZooKeeperConnection Watcher:127.0.0.1:61373/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1310354 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1310354 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1310354 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1310356 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1310359 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1310361 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1310364 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1310365 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1310368 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1310369 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1310371 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1310371 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1310374 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1310374 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1310378 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1310378 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1310381 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1310381 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1310384 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1310384 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1310386 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1310387 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1310390 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1310390 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1310393 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1310393 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1310396 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1310396 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1310860 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1
   [junit4]   2> 1310862 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1310864 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7ce7138{/,null,AVAILABLE}
   [junit4]   2> 1310873 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@33c7c558{HTTP/1.1}{127.0.0.1:37247}
   [junit4]   2> 1310873 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.Server Started @1315393ms
   [junit4]   2> 1310873 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/tempDir-001/control/data, hostContext=/, hostPort=49772, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores}
   [junit4]   2> 1310874 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1310874 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001'
   [junit4]   2> 1310874 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1310874 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1310874 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1310875 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1310876 INFO  (zkCallback-1731-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@76a24c89 name:ZooKeeperConnection Watcher:127.0.0.1:61373/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1310876 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1310877 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1310878 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1310878 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/solr.xml
   [junit4]   2> 1310882 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores
   [junit4]   2> 1310882 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.CoreContainer New CoreContainer 727923358
   [junit4]   2> 1310883 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001]
   [junit4]   2> 1310883 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/lib
   [junit4]   2> 1310883 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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> 1310884 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1310884 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1310884 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1310884 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61373/solr
   [junit4]   2> 1310885 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1310885 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1310885 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1310898 INFO  (zkCallback-1734-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@be38b66 name:ZooKeeperConnection Watcher:127.0.0.1:61373 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1310899 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1310900 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1310902 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1310904 INFO  (zkCallback-1735-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c861f0f name:ZooKeeperConnection Watcher:127.0.0.1:61373/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1310904 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1310906 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1310909 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1310914 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1310917 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1310920 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1310923 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1310925 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1310929 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1310932 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1310934 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49772_
   [junit4]   2> 1310935 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:49772_
   [junit4]   2> 1310938 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1310941 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1310943 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1310944 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95339669792358404-127.0.0.1:49772_-n_0000000000
   [junit4]   2> 1310945 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49772_
   [junit4]   2> 1310945 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1310947 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer Overseer (id=95339669792358404-127.0.0.1:49772_-n_0000000000) starting
   [junit4]   2> 1310949 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1310961 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1310962 INFO  (OverseerCollectionConfigSetProcessor-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1310962 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1310963 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1311000 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1311000 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1311001 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores
   [junit4]   2> 1311002 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1311003 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1
   [junit4]   2> 1311003 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1311005 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1311005 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:49772_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1311006 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1311006 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1311010 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49772",
   [junit4]   2>   "node_name":"127.0.0.1:49772_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1311010 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1311011 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49772",
   [junit4]   2>   "node_name":"127.0.0.1:49772_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1311011 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1311013 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1311015 INFO  (zkCallback-1735-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1312012 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1312012 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1312012 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1312013 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1312013 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1312014 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1'
   [junit4]   2> 1312014 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1312014 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1312016 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1312021 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1312025 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1312031 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1312037 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1312129 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1312134 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1312135 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1312146 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1312148 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1312150 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1312151 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data/]
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5814d635
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data
   [junit4]   2> 1312154 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1312154 WARN  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1312155 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data/index
   [junit4]   2> 1312155 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8525250261103915]
   [junit4]   2> 1312155 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4f392255 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bf4f5da),segFN=segments_1,generation=1}
   [junit4]   2> 1312155 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1312156 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data/
   [junit4]   2> 1312156 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1312158 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1312158 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1312159 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1312159 WARN  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1312161 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1312162 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1312163 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1312164 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1312167 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/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> 1312167 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1312168 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1312168 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=309684870, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@4f392255 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2bf4f5da),segFN=segments_1,generation=1}
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1312169 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@27a82b2a[collection1] main]
   [junit4]   2> 1312170 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1312171 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1312171 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1312171 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1312171 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1312171 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1312172 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1312172 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1312172 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1312172 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1312173 INFO  (searcherExecutor-4279-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@27a82b2a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1312173 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1312173 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1312173 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1312173 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1525434718702534656
   [junit4]   2> 1312175 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1525434718702534656
   [junit4]   2> 1312175 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1312176 INFO  (coreLoadExecutor-4278-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1312177 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:49772 collection:control_collection shard:shard1
   [junit4]   2> 1312179 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1312184 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95339669792358404-core_node1-n_0000000000
   [junit4]   2> 1312185 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1312187 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1312187 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1312187 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:49772/collection1/
   [junit4]   2> 1312187 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1312188 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:49772/collection1/ has no replicas
   [junit4]   2> 1312188 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1312190 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1312193 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 1312196 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:49772/collection1/ shard1
   [junit4]   2> 1312198 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:49772",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1312310 INFO  (zkCallback-1735-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1312348 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:49772/collection1/ and leader is http://127.0.0.1:49772/collection1/
   [junit4]   2> 1312348 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49772
   [junit4]   2> 1312348 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1312348 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1312348 INFO  (coreZkRegister-4272-thread-1-processing-n:127.0.0.1:49772_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:49772_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1312351 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49772",
   [junit4]   2>   "node_name":"127.0.0.1:49772_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1312351 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:49772",
   [junit4]   2>   "node_name":"127.0.0.1:49772_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1312459 INFO  (zkCallback-1735-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1312513 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1312514 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1312515 INFO  (zkCallback-1737-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48cb0164 name:ZooKeeperConnection Watcher:127.0.0.1:61373/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1312515 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1312516 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1312516 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1312519 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1312702 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1
   [junit4]   2> 1312704 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001
   [junit4]   2> 1312705 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1312707 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6d3f30ef{/,null,AVAILABLE}
   [junit4]   2> 1312707 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.ServerConnector Started ServerConnector@297da243{HTTP/1.1}{127.0.0.1:64628}
   [junit4]   2> 1312707 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.Server Started @1317228ms
   [junit4]   2> 1312707 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=42965, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores}
   [junit4]   2> 1312707 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 1312708 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001'
   [junit4]   2> 1312708 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1312708 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1312708 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1312709 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1312710 INFO  (zkCallback-1738-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7f7b6d02 name:ZooKeeperConnection Watcher:127.0.0.1:61373/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1312710 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1312710 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1312712 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1312712 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/solr.xml
   [junit4]   2> 1312715 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores
   [junit4]   2> 1312716 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.CoreContainer New CoreContainer 116201411
   [junit4]   2> 1312716 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001]
   [junit4]   2> 1312716 WARN  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/lib
   [junit4]   2> 1312716 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] 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> 1312717 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1312718 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1312718 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1312718 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:61373/solr
   [junit4]   2> 1312718 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1312718 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1312719 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1312720 INFO  (zkCallback-1741-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d514832 name:ZooKeeperConnection Watcher:127.0.0.1:61373 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1312721 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1312721 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1312722 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 0x152b6ecaefa0007, 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> 1312723 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1312724 INFO  (zkCallback-1742-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e40c9b4 name:ZooKeeperConnection Watcher:127.0.0.1:61373/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1312724 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1312733 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1313742 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42965_
   [junit4]   2> 1313742 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42965_
   [junit4]   2> 1313744 INFO  (zkCallback-1735-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_    ] 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> 1313744 INFO  (zkCallback-1737-thread-1) [    ] 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> 1313744 INFO  (zkCallback-1742-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_    ] 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> 1313746 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1313746 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95339669792358408-127.0.0.1:42965_-n_0000000001
   [junit4]   2> 1313748 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95339669792358404-127.0.0.1:49772_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1313765 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1313765 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1313766 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores
   [junit4]   2> 1313766 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1313766 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1
   [junit4]   2> 1313767 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1313768 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1313768 INFO  (TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42965_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1313768 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1313769 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1313771 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1313771 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42965",
   [junit4]   2>   "node_name":"127.0.0.1:42965_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 1313772 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:42965",
   [junit4]   2>   "node_name":"127.0.0.1:42965_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1313772 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1313772 INFO  (OverseerStateUpdate-95339669792358404-127.0.0.1:49772_-n_0000000000) [n:127.0.0.1:49772_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1313880 INFO  (zkCallback-1737-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1313880 INFO  (zkCallback-1742-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1313880 INFO  (zkCallback-1735-thread-1-processing-n:127.0.0.1:49772_) [n:127.0.0.1:49772_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1314772 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1314772 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1314773 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1314773 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1314774 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1314774 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1'
   [junit4]   2> 1314775 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1314775 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1314776 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1314782 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1314786 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1314796 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1314803 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1314900 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1314905 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1314906 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1314917 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1314919 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1314922 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1314923 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1314925 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 1314925 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1314926 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1314926 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1314926 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5814d635
   [junit4]   2> 1314926 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1314926 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1314927 WARN  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1314927 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1314928 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8525250261103915]
   [junit4]   2> 1314928 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6ef46dd8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c21fb21),segFN=segments_1,generation=1}
   [junit4]   2> 1314928 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1314929 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 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.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1314929 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1314931 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1314932 INFO  (coreLoadExecutor-4289-thread-1-processing-n:127.0.0.1:42965_) [n:127.0.0.1:42965_ c:collection1 s:shard

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

un(Thread.java:745)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:388)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$9.execute(SolrZkClient.java:385)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:385)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer.createOverseerNode(Overseer.java:948)
   [junit4]   2> 	... 20 more
   [junit4]   2> 1406131 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@6017b485{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1406131 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@76267151{/,null,UNAVAILABLE}
   [junit4]   2> 1406134 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42065_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45613 45613
   [junit4]   2> 1406148 INFO  (Thread-4303) [n:127.0.0.1:59349_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45613 45613
   [junit4]   2> 1406149 WARN  (Thread-4303) [n:127.0.0.1:59349_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> 1406149 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42065_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:34856/, target: http://127.0.0.1:56807/
   [junit4]   2> 1406149 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42065_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:36044/, target: http://127.0.0.1:52035/
   [junit4]   2> 1406150 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42065_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:59680/, target: http://127.0.0.1:44168/
   [junit4]   2> 1406150 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[72BA84BEF0D831B]) [n:127.0.0.1:42065_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SocketProxy Closing 2 connections to: http://127.0.0.1:42065/, target: http://127.0.0.1:37692/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=72BA84BEF0D831B -Dtests.slow=true -Dtests.locale=nn-NO -Dtests.timezone=America/Pangnirtung -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 21.2s J0 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Did not find correct number of replicas. Expected:3 Found:2
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([72BA84BEF0D831B:E1BC9C8BD68F7A7A]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.ensureAllReplicasAreActive(AbstractFullDistribZkTestBase.java:1836)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:81)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1406157 INFO  (SUITE-ForceLeaderTest-seed#[72BA84BEF0D831B]-worker) [n:127.0.0.1:42065_ c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_72BA84BEF0D831B-001
   [junit4]   2> Feb 06, 2016 2:13:26 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=nn-NO, timezone=America/Pangnirtung
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_72 (64-bit)/cpus=3,threads=1,free=207293144,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderFailoverAfterPartitionTest, TestReqParamsAPI, UUIDUpdateProcessorFallbackTest, TestFilteredDocIdSet, TestShardHandlerFactory, AddBlockUpdateTest, TestAuthenticationFramework, HdfsDirectoryTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestManagedSynonymFilterFactory, DistributedFacetPivotLongTailTest, TestPseudoReturnFields, TestSolrDeletionPolicy1, TestConfigOverlay, SpatialFilterTest, ScriptEngineTest, RequestLoggingTest, TestLMDirichletSimilarityFactory, TestRemoveLastDynamicCopyField, TestTolerantSearch, TestHighlightDedupGrouping, TestJmxMonitoredMap, DisMaxRequestHandlerTest, TestXIncludeConfig, SSLMigrationTest, TestSearchPerf, SharedFSAutoReplicaFailoverUtilsTest, JsonLoaderTest, SchemaVersionSpecificBehaviorTest, HdfsBasicDistributedZkTest, TestLRUCache, CloudExitableDirectoryReaderTest, ChangedSchemaMergeTest, AnalysisAfterCoreReloadTest, BigEndianAscendingWordDeserializerTest, TimeZoneUtilsTest, TestPerFieldSimilarityClassic, TestComponentsName, TestArbitraryIndexDir, PreAnalyzedUpdateProcessorTest, TestDocSet, HdfsChaosMonkeySafeLeaderTest, TestDynamicFieldResource, ClusterStateUpdateTest, DistribDocExpirationUpdateProcessorTest, ClusterStateTest, TestLeaderInitiatedRecoveryThread, TestRestManager, BlockJoinFacetDistribTest, TestCodecSupport, RegexBoostProcessorTest, TestReRankQParserPlugin, ZkCLITest, TestRuleBasedAuthorizationPlugin, TestSolrConfigHandlerConcurrent, CurrencyFieldXmlFileTest, TestCloudManagedSchema, TestFieldTypeResource, HighlighterMaxOffsetTest, DistributedQueueTest, AsyncMigrateRouteKeyTest, TestSimpleQParserPlugin, TestConfig, SuggestComponentTest, TestMissingGroups, TestSort, SliceStateTest, TestIBSimilarityFactory, TestFieldResource, TestUpdate, DOMUtilTest, TestDistribIDF, TestFaceting, SolrCoreTest, TestFastLRUCache, DirectUpdateHandlerTest, TestMergePolicyConfig, TestTrackingShardHandlerFactory, TestSQLHandler, TestReplicationHandler, TestAuthorizationFramework, PolyFieldTest, TestDocumentBuilder, OverseerRolesTest, CustomCollectionTest, CollectionsAPIAsyncDistributedZkTest, ZkControllerTest, QueryEqualityTest, HLLUtilTest, TestCursorMarkWithoutUniqueKey, JSONWriterTest, TestExactStatsCache, DistributedFacetPivotSmallTest, RequiredFieldsTest, TestConfigSetsAPI, TestXmlQParser, AddSchemaFieldsUpdateProcessorFactoryTest, SystemInfoHandlerTest, TestRandomCollapseQParserPlugin, TestChildDocTransformer, TestCustomSort, TestManagedSchema, HdfsNNFailoverTest, TestPhraseSuggestions, TestSolrCLIRunExample, TestRandomDVFaceting, TestRebalanceLeaders, TestIntervalFaceting, TestAnalyzedSuggestions, TestExclusionRuleCollectionAccess, StandardRequestHandlerTest, TestSchemaResource, DirectoryFactoryTest, ShardRoutingTest, TestNRTOpen, PrimitiveFieldTypeTest, LeaderElectionTest, TestCollapseQParserPlugin, XmlUpdateRequestHandlerTest, TestRemoteStreaming, ForceLeaderTest]
   [junit4] Completed [245/577 (1!)] on J0 in 96.48s, 3 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 1113 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:740: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/build.xml:684: 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:524: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1457: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-trunk-Solaris/lucene/common-build.xml:1014: There were test failures: 577 suites (8 ignored), 2318 tests, 1 failure, 87 ignored (72 assumptions) [seed: 72BA84BEF0D831B]

Total time: 68 minutes 54 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