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/07/12 07:35:45 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/713/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 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([214AFBDFFADFD00B:C81040E7644640A3]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
	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">0</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:775)
	... 41 more


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

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([214AFBDFFADFD00B:98CB2D00D635D481]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:198)
	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:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:775)
	... 40 more




Build Log:
[...truncated 10936 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001
   [junit4]   2> 520294 INFO  (SUITE-TestArbitraryIndexDir-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 520300 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 520301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 520301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 520301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 520301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 520301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 520301 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 520323 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 520331 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 520332 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 520346 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 520350 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 520421 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 520422 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 520422 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 520427 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 520428 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.CoreContainer New CoreContainer 527361389
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 520430 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 520430 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 520433 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 520433 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 520433 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 520433 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 520433 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 520434 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001, shard=shard1}
   [junit4]   2> 520434 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 520437 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 520438 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 520438 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 520438 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 520479 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 520485 WARN  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 520486 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 520497 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 520508 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 520571 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 520572 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 520572 WARN  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 520576 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 520578 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 520581 INFO  (coreLoadExecutor-2447-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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 520582 INFO  (coreLoadExecutor-2447-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 520582 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 520582 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/]
   [junit4]   2> 520582 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aded543
   [junit4]   2> 520584 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001
   [junit4]   2> 520585 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index/
   [junit4]   2> 520585 WARN  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 520585 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index
   [junit4]   2> 520586 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=31, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=39.8408203125, floorSegmentMB=1.9404296875, forceMergeDeletesPctAllowed=14.327999209837708, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7139262911784978
   [junit4]   2> 520605 INFO  (coreLoadExecutor-2447-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f981d53),segFN=segments_1,generation=1}
   [junit4]   2> 520605 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 520606 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/
   [junit4]   2> 520608 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 520609 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 520611 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 520612 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 520613 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 520614 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 520616 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 520617 INFO  (coreLoadExecutor-2447-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,/graph,/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> 520617 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 520618 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 520618 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 520618 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=63.9462890625, floorSegmentMB=1.421875, forceMergeDeletesPctAllowed=13.28837178147785, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f981d53),segFN=segments_1,generation=1}
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68eb0713[collection1] main]
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 520619 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 520635 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 520706 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 520706 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 520707 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 520707 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 520707 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 520707 INFO  (coreLoadExecutor-2447-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 520707 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 520707 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 520708 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 520708 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 520708 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 520709 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 520713 INFO  (searcherExecutor-2448-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@68eb0713[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 520714 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 5
   [junit4]   2> 520750 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 520783 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f981d53),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2f981d53),segFN=segments_2,generation=2}
   [junit4]   2> 520784 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 520785 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrCore New index directory detected: old=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index/ new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp
   [junit4]   2> 520788 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@59a54fba[collection1] main]
   [junit4]   2> 520788 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 520789 INFO  (searcherExecutor-2448-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@59a54fba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 520789 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 39
   [junit4]   2> 520790 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 520790 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 520790 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 520790 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 520790 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 520813 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 520817 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 520821 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 520931 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 520934 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 520994 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 520994 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 520995 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 520999 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 521001 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 521003 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] 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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 521004 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 521004 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/]
   [junit4]   2> 521004 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2aded543
   [junit4]   2> 521005 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp
   [junit4]   2> 521005 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/
   [junit4]   2> 521006 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/
   [junit4]   2> 521006 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index as it is still being referenced in the cache!
   [junit4]   2> 521006 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index failed.
   [junit4]   2> 521008 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 521009 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 521010 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 521010 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 521011 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 521012 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 521017 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 521018 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 521019 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp
   [junit4]   2> 521023 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 521025 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    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,/graph,/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> 521025 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 521025 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 521025 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 521026 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3dc34980[collection1] main]
   [junit4]   2> 521026 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 521026 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 521026 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 521026 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 521027 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 521033 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 521034 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 521034 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 521034 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 521034 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 521034 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 521035 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=32, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8118291678650394]
   [junit4]   2> 521036 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e33f89f),segFN=segments_1,generation=1}
   [junit4]   2> 521036 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 521036 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 521036 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 521036 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 521037 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 521037 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4078205d[collection1] main]
   [junit4]   2> 521038 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 521038 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@3847b056
   [junit4]   2> 521038 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    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> 521038 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 521039 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 521039 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 521040 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 521041 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3dc34980[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 521041 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 521045 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 521045 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 521045 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 521049 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 521050 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 521050 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    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=0
   [junit4]   2> 521050 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 521050 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    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">0</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> 521051 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    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">0</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:775)
   [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> 521051 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[214AFBDFFADFD00B]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> 521051 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 521052 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 521053 INFO  (searcherExecutor-2452-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4078205d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -Dtests.seed=214AFBDFFADFD00B -Dtests.slow=true -Dtests.locale=sq-AL -Dtests.timezone=Europe/Belgrade -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.76s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([214AFBDFFADFD00B:C81040E7644640A3]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
   [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">0</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:775)
   [junit4]    > 	... 41 more
   [junit4]   2> 521054 INFO  (SUITE-TestArbitraryIndexDir-seed#[214AFBDFFADFD00B]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 521054 INFO  (SUITE-TestArbitraryIndexDir-seed#[214AFBDFFADFD00B]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=527361389
   [junit4]   2> 521055 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@327bb5da
   [junit4]   2> 521055 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    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> 521055 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 521055 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 521055 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 521057 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 521072 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 521072 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 521072 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 521072 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index
   [junit4]   2> 521075 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 521075 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 521075 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001/index_temp
   [junit4]   2> 521077 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001;done=false>>]
   [junit4]   2> 521078 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 521078 INFO  (coreCloseExecutor-2456-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_214AFBDFFADFD00B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {name=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=1271, maxMBSortInHeap=6.692644852328999, sim=ClassicSimilarity, locale=sq-AL, timezone=Europe/Belgrade
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=66328176,total=173531136
   [junit4]   2> NOTE: All tests run in this JVM: [DirectUpdateHandlerTest, MigrateRouteKeyTest, TestFieldTypeResource, DocumentBuilderTest, XsltUpdateRequestHandlerTest, HdfsCollectionsAPIDistributedZkTest, TestSortByMinMaxFunction, TestGroupingSearch, TestTolerantUpdateProcessorRandomCloud, SolrTestCaseJ4Test, FastVectorHighlighterTest, TestLazyCores, TestDefaultSearchFieldResource, TestReplicaProperties, HardAutoCommitTest, CurrencyFieldXmlFileTest, DistributedSuggestComponentTest, SuggestComponentTest, TestCloudDeleteByQuery, DeleteLastCustomShardedReplicaTest, TestFastLRUCache, TestSmileRequest, TestFieldCache, ExternalFileFieldSortTest, SoftAutoCommitTest, SSLMigrationTest, TestLuceneMatchVersion, SolrCoreTest, DistributedVersionInfoTest, TestConfigSetsAPIExclusivity, DistributedQueryComponentCustomSortTest, TestTrackingShardHandlerFactory, ZkCLITest, TestConfigSetImmutable, SuggesterFSTTest, PrimUtilsTest, TestScoreJoinQPNoScore, UpdateParamsTest, TestReloadAndDeleteDocs, LeaderElectionTest, TestLFUCache, IndexBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, TestRawResponseWriter, DistributedFacetPivotSmallTest, TestUpdate, TestDocumentBuilder, TestPerFieldSimilarityWithDefaultOverride, DirectSolrSpellCheckerTest, AnalyticsMergeStrategyTest, HighlighterMaxOffsetTest, PathHierarchyTokenizerFactoryTest, ConcurrentDeleteAndCreateCollectionTest, DistributedSpellCheckComponentTest, TestManagedSynonymFilterFactory, HdfsDirectoryFactoryTest, TestCoreContainer, TimeZoneUtilsTest, TermsComponentTest, JsonLoaderTest, TestFilteredDocIdSet, StressHdfsTest, OverseerRolesTest, TestArbitraryIndexDir]
   [junit4] Completed [144/620 (1!)] on J0 in 0.82s, 1 test, 1 error <<< FAILURES!

[...truncated 577 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001
   [junit4]   2> 1864538 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1864539 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1864539 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1864539 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1864539 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1864540 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1864540 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1864580 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1864589 WARN  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1864591 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1864616 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1864623 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1864721 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1864730 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1864731 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1864737 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1864739 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1864742 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1864742 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.CoreContainer New CoreContainer 1060793593
   [junit4]   2> 1864743 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 1864744 WARN  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 1864744 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-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,
   [junit4]   2> 1864747 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 1864748 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1864748 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1864748 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1864748 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-worker) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1864750 INFO  (SUITE-AutoCommitTest-seed#[214AFBDFFADFD00B]-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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001, shard=shard1}
   [junit4]   2> 1864750 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1864751 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1864751 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 1864751 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1864751 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1864829 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1864835 WARN  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1864836 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1864850 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1864855 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1864941 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1864945 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1864946 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1864949 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1864951 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1864952 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1864952 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1864955 INFO  (coreLoadExecutor-6067-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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 1864955 INFO  (coreLoadExecutor-6067-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 1864955 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1864955 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/]
   [junit4]   2> 1864955 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1def7580
   [junit4]   2> 1864956 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001
   [junit4]   2> 1864956 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/index/
   [junit4]   2> 1864956 WARN  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 1864956 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/index
   [junit4]   2> 1864956 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=93.193359375, floorSegmentMB=0.7802734375, forceMergeDeletesPctAllowed=15.948095142266585, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.495477832151759
   [junit4]   2> 1864957 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fbc1055 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5514a271),segFN=segments_1,generation=1}
   [junit4]   2> 1864957 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1864958 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-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/
   [junit4]   2> 1864969 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1864969 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1864969 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1864969 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1864970 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1864972 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1864973 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1864974 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1864975 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1864979 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 1864980 INFO  (coreLoadExecutor-6067-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,/graph,/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> 1864980 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1864980 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1864980 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=32, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=84.3701171875, floorSegmentMB=1.7880859375, forceMergeDeletesPctAllowed=0.14028606014504952, segmentsPerTier=24.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.125282425477225
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fbc1055 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5514a271),segFN=segments_1,generation=1}
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33eecfac[collection1] main]
   [junit4]   2> 1864981 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 1864982 INFO  (coreLoadExecutor-6067-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 18

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

utor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1876445 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1876445 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fbc1055 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5514a271),segFN=segments_3,generation=3}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@5fbc1055 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5514a271),segFN=segments_4,generation=4}
   [junit4]   2> 1876445 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
   [junit4]   2> 1876446 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001/index
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001;done=false>>]
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1876453 INFO  (coreCloseExecutor-6085-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_214AFBDFFADFD00B-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=FSTOrd50, field_t=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=Direct), subject=PostingsFormat(name=Direct), intDefault=FSTOrd50, id=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=FSTOrd50, text=Lucene50(blocksize=128), range_facet_l=FSTOrd50, timestamp=FSTOrd50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Lucene54), timestamp=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=1415, maxMBSortInHeap=7.1377540200325775, sim=ClassicSimilarity, locale=es-NI, timezone=Asia/Manila
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=174860280,total=488775680
   [junit4]   2> NOTE: All tests run in this JVM: [CdcrUpdateLogTest, FullSolrCloudDistribCmdsTest, BadIndexSchemaTest, DirectUpdateHandlerOptimizeTest, TestSerializedLuceneMatchVersion, DistributedFacetPivotSmallAdvancedTest, HdfsRecoveryZkTest, TestBM25SimilarityFactory, TestDistributedGrouping, TlogReplayBufferedWhileIndexingTest, MinimalSchemaTest, TestSolrDeletionPolicy2, TestSolrQueryParserResource, TestSSLRandomization, SolrCmdDistributorTest, NotRequiredUniqueKeyTest, TestDistributedStatsComponentCardinality, HighlighterConfigTest, TestCloudInspectUtil, ConfigSetsAPITest, TestRangeQuery, TestTrieFacet, TestDocTermOrds, TestBinaryField, TestAtomicUpdateErrorCases, ReplicationFactorTest, TestSolrCoreProperties, RequestHandlersTest, DeleteStatusTest, TestConfigSetsAPIZkFailure, SuggestComponentContextFilterQueryTest, ZkSolrClientTest, TestConfigSetProperties, SuggesterTest, TestFastWriter, TestNonDefinedSimilarityFactory, AddSchemaFieldsUpdateProcessorFactoryTest, TestGraphMLResponseWriter, BinaryUpdateRequestHandlerTest, DistributedQueueTest, TestRecovery, SuggesterTSTTest, DistributedFacetPivotLargeTest, TestCopyFieldCollectionResource, StatsComponentTest, TestIndexingPerformance, TestCrossCoreJoin, TestRuleBasedAuthorizationPlugin, WordBreakSolrSpellCheckerTest, TestComplexPhraseQParserPlugin, TestSimpleTrackingShardHandler, CollectionTooManyReplicasTest, TermVectorComponentTest, DocValuesMissingTest, QueryResultKeyTest, TestDynamicLoading, TestUtils, TestSlowCompositeReaderWrapper, TestRestoreCore, TestReRankQParserPlugin, ZkStateWriterTest, LeaderInitiatedRecoveryOnShardRestartTest, ResourceLoaderTest, OutputWriterTest, TestJsonFacets, TestGraphTermsQParserPlugin, TestFieldCacheReopen, SynonymTokenizerTest, QueryParsingTest, AliasIntegrationTest, TestCollationField, OverseerStatusTest, TestExclusionRuleCollectionAccess, TestSolrQueryParser, TestDocBasedVersionConstraints, DistribDocExpirationUpdateProcessorTest, TestClassicSimilarityFactory, VMParamsZkACLAndCredentialsProvidersTest, NumericFieldsTest, SecurityConfHandlerTest, DistributedDebugComponentTest, SpellPossibilityIteratorTest, OpenCloseCoreStressTest, TestRawTransformer, HdfsDirectoryTest, MultiThreadedOCPTest, SaslZkACLProviderTest, TestTolerantUpdateProcessorCloud, JavabinLoaderTest, TestFileDictionaryLookup, TestManagedSchema, TestCloudSchemaless, UniqFieldsUpdateProcessorFactoryTest, BasicFunctionalityTest, TestSizeLimitedDistributedMap, TestSolrDynamicMBean, BasicZkTest, SolrCloudExampleTest, SolrCoreCheckLockOnStartupTest, SortSpecParsingTest, HdfsNNFailoverTest, TestSchemaSimilarityResource, TestSolrCLIRunExample, SuggesterWFSTTest, DistributedQueryComponentOptimizationTest, TestSystemIdResolver, TestWriterPerf, TestSuggestSpellingConverter, SolrInfoMBeanTest, MultiTermTest, TestAuthorizationFramework, BlockDirectoryTest, TestLocalFSCloudBackupRestore, TestScoreJoinQPScore, RollingRestartTest, TestFastOutputStream, TestQuerySenderListener, HdfsSyncSliceTest, FieldAnalysisRequestHandlerTest, HdfsWriteToMultipleCollectionsTest, TestOnReconnectListenerSupport, TestOverriddenPrefixQueryForCustomFieldType, TestMissingGroups, ClassificationUpdateProcessorFactoryTest, CloudMLTQParserTest, LeaderFailoverAfterPartitionTest, AddBlockUpdateTest, FieldMutatingUpdateProcessorTest, BJQParserTest, TestFieldCacheSort, HdfsTlogReplayBufferedWhileIndexingTest, DistributedTermsComponentTest, DistributedIntervalFacetingTest, TestFieldTypeCollectionResource, HLLUtilTest, TestPerFieldSimilarity, MergeStrategyTest, TestConfigSetsAPI, CleanupOldIndexTest, TestFiltering, BitVectorTest, TestDistribIDF, SolrIndexSplitterTest, TestBinaryResponseWriter, CollectionsAPISolrJTest, TestInfoStreamLogging, TestFuzzyAnalyzedSuggestions, UUIDUpdateProcessorFallbackTest, TestValueSourceCache, TestDistributedMissingSort, TestRebalanceLeaders, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestZkChroot, ShardRoutingCustomTest, AutoCommitTest]
   [junit4] Completed [325/620 (2!)] on J1 in 11.94s, 3 tests, 1 error <<< FAILURES!

[...truncated 974 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:741: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:685: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 2 errors, 98 ignored (83 assumptions) [seed: 214AFBDFFADFD00B]

Total time: 72 minutes 51 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-master-Solaris (64bit/jdk1.8.0) - Build # 718 - Still Failing!

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

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:42732/solr/testSolrCloudCollection_shard1_replica1

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:42732/solr/testSolrCloudCollection_shard1_replica1
	at __randomizedtesting.SeedInfo.seed([55EAC0E3C4E6865C:68326ECFFC08D82C]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
	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.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42732/solr/testSolrCloudCollection_shard1_replica1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	... 1 more
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:209)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
	... 10 more




Build Log:
[...truncated 10609 lines...]
   [junit4] Suite: org.apache.solr.security.BasicAuthIntegrationTest
   [junit4]   2> 236047 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 236047 INFO  (Thread-353) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 236047 INFO  (Thread-353) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 236147 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.ZkTestServer start zk server on port:43163
   [junit4]   2> 236148 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236148 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236180 INFO  (zkCallback-269-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ad6c2ed name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236180 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236180 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236180 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 236208 INFO  (jetty-launcher-268-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 236208 INFO  (jetty-launcher-268-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 236209 INFO  (jetty-launcher-268-thread-5) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 236209 INFO  (jetty-launcher-268-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 236210 INFO  (jetty-launcher-268-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2212919d{/solr,null,AVAILABLE}
   [junit4]   2> 236212 INFO  (jetty-launcher-268-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@5406baaa{HTTP/1.1,[http/1.1]}{127.0.0.1:60020}
   [junit4]   2> 236212 INFO  (jetty-launcher-268-thread-1) [    ] o.e.j.s.Server Started @239570ms
   [junit4]   2> 236212 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60020}
   [junit4]   2> 236212 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 236213 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node1'
   [junit4]   2> 236213 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236213 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236213 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236213 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236216 INFO  (jetty-launcher-268-thread-4) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 236217 INFO  (jetty-launcher-268-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3c6155a1{/solr,null,AVAILABLE}
   [junit4]   2> 236217 INFO  (jetty-launcher-268-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@550dfacc{HTTP/1.1,[http/1.1]}{127.0.0.1:42732}
   [junit4]   2> 236217 INFO  (jetty-launcher-268-thread-2) [    ] o.e.j.s.Server Started @239575ms
   [junit4]   2> 236217 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42732}
   [junit4]   2> 236219 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 236219 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node2'
   [junit4]   2> 236219 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236219 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236219 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236220 INFO  (jetty-launcher-268-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ced843e{/solr,null,AVAILABLE}
   [junit4]   2> 236221 INFO  (jetty-launcher-268-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@7ab463fb{HTTP/1.1,[http/1.1]}{127.0.0.1:44137}
   [junit4]   2> 236221 INFO  (jetty-launcher-268-thread-3) [    ] o.e.j.s.Server Started @239578ms
   [junit4]   2> 236221 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44137}
   [junit4]   2> 236222 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 236222 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node4'
   [junit4]   2> 236222 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236222 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236222 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236222 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236234 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236236 INFO  (jetty-launcher-268-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@214fd7e0{/solr,null,AVAILABLE}
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.e.j.s.ServerConnector Started ServerConnector@1b5e8131{HTTP/1.1,[http/1.1]}{127.0.0.1:55884}
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.e.j.s.Server Started @239594ms
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55884}
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node3'
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236237 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236238 INFO  (jetty-launcher-268-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@8dee1fb{/solr,null,AVAILABLE}
   [junit4]   2> 236240 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236241 INFO  (zkCallback-272-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3e89ec0d name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236241 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236241 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.e.j.s.ServerConnector Started ServerConnector@23da4061{HTTP/1.1,[http/1.1]}{127.0.0.1:36101}
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.e.j.s.Server Started @239599ms
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36101}
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node5'
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 236242 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 236243 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236243 INFO  (zkCallback-271-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c5cc18a name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236243 INFO  (zkCallback-270-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c0da313 name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236243 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236243 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236243 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236244 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236244 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236247 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 236247 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 236247 INFO  (zkCallback-273-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d492499 name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236247 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236247 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236250 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 236252 INFO  (zkCallback-274-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4dc541d8 name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236252 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236252 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236252 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 236262 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 236283 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node5/.
   [junit4]   2> 236283 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.CoreContainer New CoreContainer 1724727331
   [junit4]   2> 236283 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node5]
   [junit4]   2> 236283 WARN  (jetty-launcher-268-thread-4) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node5/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node5/lib
   [junit4]   2> 236284 INFO  (jetty-launcher-268-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,
   [junit4]   2> 236287 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node2/.
   [junit4]   2> 236287 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1746113675
   [junit4]   2> 236287 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node2]
   [junit4]   2> 236287 WARN  (jetty-launcher-268-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node2/lib
   [junit4]   2> 236288 INFO  (jetty-launcher-268-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,
   [junit4]   2> 236290 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 236290 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236290 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236291 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43163/solr
   [junit4]   2> 236291 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 236291 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236291 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43163/solr
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236295 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236330 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node4/.
   [junit4]   2> 236330 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1476784048
   [junit4]   2> 236330 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node4]
   [junit4]   2> 236331 WARN  (jetty-launcher-268-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node4/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node4/lib
   [junit4]   2> 236331 INFO  (jetty-launcher-268-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,
   [junit4]   2> 236332 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 236332 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236332 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236332 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43163/solr
   [junit4]   2> 236332 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 236332 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236333 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236344 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node3/.
   [junit4]   2> 236344 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.CoreContainer New CoreContainer 2086507178
   [junit4]   2> 236344 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node3]
   [junit4]   2> 236344 WARN  (jetty-launcher-268-thread-5) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node3/lib
   [junit4]   2> 236344 INFO  (jetty-launcher-268-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,
   [junit4]   2> 236346 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 236347 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236347 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236347 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43163/solr
   [junit4]   2> 236347 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 236347 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236347 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236352 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node1/.
   [junit4]   2> 236352 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 258218654
   [junit4]   2> 236352 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node1]
   [junit4]   2> 236352 WARN  (jetty-launcher-268-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node1/lib
   [junit4]   2> 236352 INFO  (jetty-launcher-268-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,
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43163/solr
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 236354 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236355 INFO  (zkCallback-277-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51d77d9b name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236355 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236355 INFO  (jetty-launcher-268-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236359 INFO  (zkCallback-280-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@405c823f name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236359 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236360 INFO  (jetty-launcher-268-thread-4) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236361 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 0x155e6575b890002, 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> 236371 INFO  (zkCallback-283-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@48bc0631 name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236371 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236371 INFO  (jetty-launcher-268-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236389 INFO  (zkCallback-289-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7a0234e3 name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236389 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236389 INFO  (jetty-launcher-268-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236390 INFO  (zkCallback-286-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@753a728e name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236390 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236390 INFO  (jetty-launcher-268-thread-5) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 236391 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/529096720@570d8d49
   [junit4]   2> 236391 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236423 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/529096720@5bfdd74e
   [junit4]   2> 236424 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236432 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/529096720@3d41ed5d
   [junit4]   2> 236432 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236433 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a91dde name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236433 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236435 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/529096720@10c21a04
   [junit4]   2> 236435 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d9921eb name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236435 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236435 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236437 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/529096720@50278033
   [junit4]   2> 236438 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 236441 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2deba41a name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236442 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236444 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@54e85f64 name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236444 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236445 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 236445 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 236446 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e50a002 name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236447 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 236487 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 236487 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 236541 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 236559 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 236569 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 236699 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 236699 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 236699 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 236700 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 236714 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 236747 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 236751 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 236751 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 236751 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 236756 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 236815 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 236815 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 236834 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 236835 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 236835 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 236869 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 236870 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 236871 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 236871 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 236903 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 236903 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 236904 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 236904 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 236904 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 236923 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 236928 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 236928 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 236928 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 236961 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 236962 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 236964 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 236965 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 236977 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 236977 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 236977 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 236977 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 236978 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 236987 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236987 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236987 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236987 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236987 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 236989 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 236989 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 236989 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 236990 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 236990 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 236990 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 236991 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 236991 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 236992 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 236993 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 236999 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 237000 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 237000 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 237012 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 237012 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 237012 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 237013 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 237023 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 237023 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 237023 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 237023 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 237023 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 237027 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236229930582028-127.0.0.1:44137_solr-n_0000000000
   [junit4]   2> 237027 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236229930582030-127.0.0.1:60020_solr-n_0000000001
   [junit4]   2> 237028 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236229930582029-127.0.0.1:42732_solr-n_0000000002
   [junit4]   2> 237031 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236229930582027-127.0.0.1:36101_solr-n_0000000003
   [junit4]   2> 237032 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236229930582031-127.0.0.1:55884_solr-n_0000000004
   [junit4]   2> 237032 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44137_solr
   [junit4]   2> 237032 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 237033 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96236229930582029-127.0.0.1:42732_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 237033 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96236229930582027-127.0.0.1:36101_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 237033 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96236229930582028-127.0.0.1:44137_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 237034 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36101_solr
   [junit4]   2> 237034 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36101_solr
   [junit4]   2> 237034 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60020_solr
   [junit4]   2> 237034 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:60020_solr
   [junit4]   2> 237034 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55884_solr
   [junit4]   2> 237034 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:55884_solr
   [junit4]   2> 237039 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96236229930582030-127.0.0.1:60020_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 237040 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer Overseer (id=96236229930582028-127.0.0.1:44137_solr-n_0000000000) starting
   [junit4]   2> 237044 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 237044 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 237044 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 237044 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 237045 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 237045 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:42732_solr as DOWN
   [junit4]   2> 237063 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 237063 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 237064 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 237064 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 237064 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 237087 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 237087 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 237088 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node3/.
   [junit4]   2> 237088 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 237091 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 237091 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 237091 INFO  (jetty-launcher-268-thread-5) [n:127.0.0.1:55884_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 237093 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42732_solr
   [junit4]   2> 237093 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:42732_solr
   [junit4]   2> 237098 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 237098 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 237099 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node5/.
   [junit4]   2> 237099 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 237103 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 237103 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 237103 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 237104 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 237104 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 237104 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 237104 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 237105 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 237105 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 237105 INFO  (jetty-launcher-268-thread-4) [n:127.0.0.1:36101_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 237107 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 237107 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 237107 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node1/.
   [junit4]   2> 237108 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 237109 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 237109 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 237110 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 237110 INFO  (jetty-launcher-268-thread-1) [n:127.0.0.1:60020_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 237121 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 237121 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 237122 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node2/.
   [junit4]   2> 237122 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 237124 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 237124 INFO  (jetty-launcher-268-thread-2) [n:127.0.0.1:42732_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 237144 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 237145 INFO  (OverseerCollectionConfigSetProcessor-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 237145 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:44137_solr as DOWN
   [junit4]   2> 237145 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 237171 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44137_solr
   [junit4]   2> 237171 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:44137_solr
   [junit4]   2> 237171 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (4)
   [junit4]   2> 237189 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 237189 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 237189 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 237189 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 237190 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 237191 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 237191 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 237191 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 237192 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 237192 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 237192 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:42732_solr"} current state version: 0
   [junit4]   2> 237192 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42732_solr
   [junit4]   2> 237217 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 237217 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 237218 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node4/.
   [junit4]   2> 237218 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 237224 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 237224 INFO  (jetty-launcher-268-thread-3) [n:127.0.0.1:44137_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 237224 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 237224 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 237226 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:44137_solr"} current state version: 0
   [junit4]   2> 237226 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:44137_solr
   [junit4]   2> 237230 INFO  (zkCallback-300-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8ce8b70 name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 237230 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 237231 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 237271 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@1b5e8131{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 237271 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2086507178
   [junit4]   2> 237271 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:55884_solr as DOWN
   [junit4]   2> 237292 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 237293 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 237293 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 237293 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 237293 INFO  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 237294 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:55884_solr"} current state version: 0
   [junit4]   2> 237294 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:55884_solr
   [junit4]   2> 237294 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 237295 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 237296 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 237296 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 238794 WARN  (zkCallback-294-thread-1-processing-n:127.0.0.1:55884_solr) [n:127.0.0.1:55884_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 238794 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@214fd7e0{/solr,null,UNAVAILABLE}
   [junit4]   2> 238797 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 238799 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c3d150f{/solr,null,AVAILABLE}
   [junit4]   2> 238800 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.e.j.s.ServerConnector Started ServerConnector@19931151{HTTP/1.1,[http/1.1]}{127.0.0.1:50707}
   [junit4]   2> 238800 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.e.j.s.Server Started @242158ms
   [junit4]   2> 238800 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50707}
   [junit4]   2> 238800 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 238801 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node6'
   [junit4]   2> 238801 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 238801 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 238801 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 238801 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 238807 INFO  (zkCallback-302-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@73fda95e name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238807 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 238808 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 238808 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 238834 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node6/.
   [junit4]   2> 238835 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.CoreContainer New CoreContainer 523277648
   [junit4]   2> 238835 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node6]
   [junit4]   2> 238835 WARN  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node6/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node6/lib
   [junit4]   2> 238835 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] 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,
   [junit4]   2> 238837 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 238837 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 238837 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 238837 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43163/solr
   [junit4]   2> 238837 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 238837 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 238838 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 238844 INFO  (zkCallback-305-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@31cb2cac name:ZooKeeperConnection Watcher:127.0.0.1:43163 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238845 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 238845 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 238863 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$37/529096720@30c99178
   [junit4]   2> 238863 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 238886 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7d34b2cc name:ZooKeeperConnection Watcher:127.0.0.1:43163/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 238887 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 239011 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 239013 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 239014 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 239018 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 239033 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96236229930582035-127.0.0.1:50707_solr-n_0000000005
   [junit4]   2> 239034 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96236229930582027-127.0.0.1:36101_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 239035 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:50707_solr as DOWN
   [junit4]   2> 239068 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50707_solr
   [junit4]   2> 239069 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50707_solr
   [junit4]   2> 239069 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50707_solr"} current state version: 0
   [junit4]   2> 239070 INFO  (OverseerStateUpdate-96236229930582028-127.0.0.1:44137_solr-n_0000000000) [n:127.0.0.1:44137_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:50707_solr
   [junit4]   2> 239074 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 239075 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 239075 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 239075 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 239075 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 239078 INFO  (zkCallback-291-thread-1-processing-n:127.0.0.1:44137_solr) [n:127.0.0.1:44137_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 239078 INFO  (zkCallback-290-thread-1-processing-n:127.0.0.1:36101_solr) [n:127.0.0.1:36101_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 239078 INFO  (zkCallback-293-thread-1-processing-n:127.0.0.1:60020_solr) [n:127.0.0.1:60020_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 239078 INFO  (zkCallback-292-thread-1-processing-n:127.0.0.1:42732_solr) [n:127.0.0.1:42732_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 239079 INFO  (zkCallback-306-thread-1-processing-n:127.0.0.1:50707_solr) [n:127.0.0.1:50707_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 239103 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 239103 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 239104 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001/tempDir-001/node6/.
   [junit4]   2> 239104 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [n:127.0.0.1:50707_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 239105 INFO  (TEST-BasicAuthIntegrationTest.testBasics-see

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

launcher-268-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2989341a{/solr,null,UNAVAILABLE}
   [junit4]   2> 258441 INFO  (TEST-BasicAuthIntegrationTest.testBasics-seed#[55EAC0E3C4E6865C]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43163 43163
   [junit4]   2> 258457 INFO  (Thread-353) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43163 43163
   [junit4]   2> 258458 WARN  (Thread-353) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	5	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/testSolrCloudCollection/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/96236229930582029-127.0.0.1:42732_solr-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/96236229930582030-127.0.0.1:60020_solr-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/96236229930582027-127.0.0.1:36101_solr-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/overseer/queue
   [junit4]   2> 	17	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicAuthIntegrationTest -Dtests.method=testBasics -Dtests.seed=55EAC0E3C4E6865C -Dtests.slow=true -Dtests.locale=cs-CZ -Dtests.timezone=Asia/Thimphu -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   22.4s J1 | BasicAuthIntegrationTest.testBasics <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: IOException occured when talking to server at: http://127.0.0.1:42732/solr/testSolrCloudCollection_shard1_replica1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([55EAC0E3C4E6865C:68326ECFFC08D82C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:739)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1151)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]    > 	at org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:193)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testCollectionCreateSearchDelete(TestMiniSolrCloudClusterBase.java:196)
   [junit4]    > 	at org.apache.solr.cloud.TestMiniSolrCloudClusterBase.testBasics(TestMiniSolrCloudClusterBase.java:79)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:42732/solr/testSolrCloudCollection_shard1_replica1
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:620)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:714)
   [junit4]    > 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    > 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    > 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    > 	... 1 more
   [junit4]    > Caused by: java.net.SocketException: Connection reset
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:209)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:167)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:511)
   [junit4]    > 	... 10 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.BasicAuthIntegrationTest_55EAC0E3C4E6865C-001
   [junit4]   2> Jul 13, 2016 10:19:15 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(Lucene62): {range_facet_l_dv=PostingsFormat(name=LuceneVarGapFixedInterval), _version_=PostingsFormat(name=LuceneFixedGap), multiDefault=FST50, intDefault=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapFixedInterval), range_facet_i_dv=FST50, range_facet_l=FST50, timestamp=FST50}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene54), range_facet_i_dv=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=807, maxMBSortInHeap=5.461436841274013, sim=ClassicSimilarity, locale=cs-CZ, timezone=Asia/Thimphu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=47963600,total=151855104
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldCacheReopen, OutputWriterTest, ZkSolrClientTest, TestSimpleTrackingShardHandler, CloudMLTQParserTest, SuggestComponentContextFilterQueryTest, OpenCloseCoreStressTest, TestJsonFacets, NumericFieldsTest, TestAtomicUpdateErrorCases, SuggesterWFSTTest, TestRecovery, CleanupOldIndexTest, SimpleCollectionCreateDeleteTest, HdfsBasicDistributedZkTest, OpenExchangeRatesOrgProviderTest, TestMissingGroups, TestSerializedLuceneMatchVersion, AnalyticsQueryTest, DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnShardRestartTest, SpatialRPTFieldTypeTest, TestExclusionRuleCollectionAccess, ResponseHeaderTest, BasicAuthIntegrationTest]
   [junit4] Completed [41/620 (1!)] on J1 in 23.44s, 1 test, 1 error <<< FAILURES!

[...truncated 1897 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:763: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:707: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 1 error, 99 ignored (84 assumptions) [seed: 55EAC0E3C4E6865C]

Total time: 82 minutes 7 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-master-Solaris (64bit/jdk1.8.0) - Build # 717 - Still Failing!

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

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest:     1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest: 
   1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([4EC22375BC056528]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]         at java.lang.Thread.interrupt0(Native Method)         at java.lang.Thread.interrupt(Thread.java:923)         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)         at java.lang.Thread.run(Thread.java:745)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
        at java.lang.Thread.interrupt0(Native Method)
        at java.lang.Thread.interrupt(Thread.java:923)
        at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
        at java.lang.Thread.run(Thread.java:745)
	at __randomizedtesting.SeedInfo.seed([4EC22375BC056528]:0)




Build Log:
[...truncated 10855 lines...]
   [junit4] Suite: org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/init-core-data-001
   [junit4]   2> 734462 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 734464 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 734464 INFO  (Thread-1854) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 734464 INFO  (Thread-1854) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 734564 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37764
   [junit4]   2> 734565 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734565 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734570 INFO  (zkCallback-695-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6a314281 name:ZooKeeperConnection Watcher:127.0.0.1:37764 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734571 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734571 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734571 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 734599 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 0x155e4e2c1910000, 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> 734602 INFO  (jetty-launcher-694-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 734609 INFO  (jetty-launcher-694-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 734610 INFO  (jetty-launcher-694-thread-3) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 734613 INFO  (jetty-launcher-694-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20d5b618{/solr,null,AVAILABLE}
   [junit4]   2> 734615 INFO  (jetty-launcher-694-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@19c006e7{HTTP/1.1,[http/1.1]}{127.0.0.1:56586}
   [junit4]   2> 734616 INFO  (jetty-launcher-694-thread-1) [    ] o.e.j.s.Server Started @738544ms
   [junit4]   2> 734616 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56586}
   [junit4]   2> 734616 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 734616 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1'
   [junit4]   2> 734616 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 734616 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 734617 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734643 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734644 INFO  (jetty-launcher-694-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b9c3314{/solr,null,AVAILABLE}
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5f7332e6{/solr,null,AVAILABLE}
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@16a58b2e{HTTP/1.1,[http/1.1]}{127.0.0.1:54703}
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.e.j.s.Server Started @738573ms
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54703}
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.e.j.s.ServerConnector Started ServerConnector@7b45040d{HTTP/1.1,[http/1.1]}{127.0.0.1:62058}
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.e.j.s.Server Started @738573ms
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=62058}
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2'
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3'
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 734646 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734645 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 734646 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734646 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734647 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734650 INFO  (zkCallback-697-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@520c7777 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734651 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734651 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734652 INFO  (zkCallback-696-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@62ecfdd3 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734653 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734653 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734658 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734659 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734659 INFO  (zkCallback-698-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4a3a5fb8 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734660 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734660 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734666 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734673 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 0x155e4e2c1910002, 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> 734674 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3/.
   [junit4]   2> 734675 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.CoreContainer New CoreContainer 1226664711
   [junit4]   2> 734675 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3]
   [junit4]   2> 734675 WARN  (jetty-launcher-694-thread-3) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3/lib
   [junit4]   2> 734676 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 0x155e4e2c1910003, 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> 734677 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/.
   [junit4]   2> 734677 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 871004204
   [junit4]   2> 734677 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2]
   [junit4]   2> 734677 WARN  (jetty-launcher-694-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/lib
   [junit4]   2> 734685 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/.
   [junit4]   2> 734687 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 1059221124
   [junit4]   2> 734687 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1]
   [junit4]   2> 734687 WARN  (jetty-launcher-694-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/lib
   [junit4]   2> 734688 INFO  (jetty-launcher-694-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,
   [junit4]   2> 734690 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 734690 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 734690 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 734690 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37764/solr
   [junit4]   2> 734690 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 734690 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734691 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734687 INFO  (jetty-launcher-694-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,
   [junit4]   2> 734686 INFO  (jetty-launcher-694-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,
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37764/solr
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734695 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 734697 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 734697 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 734692 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 0x155e4e2c1910001, 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> 734698 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37764/solr
   [junit4]   2> 734696 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734699 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 734699 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734700 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734701 INFO  (zkCallback-701-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5b5dc62a name:ZooKeeperConnection Watcher:127.0.0.1:37764 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734701 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734702 INFO  (jetty-launcher-694-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734702 INFO  (zkCallback-706-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@328214ec name:ZooKeeperConnection Watcher:127.0.0.1:37764 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734702 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734703 INFO  (jetty-launcher-694-thread-3) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734703 INFO  (zkCallback-707-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6c56b2d1 name:ZooKeeperConnection Watcher:127.0.0.1:37764 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734704 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734704 INFO  (jetty-launcher-694-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734704 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/519036855@153982fd
   [junit4]   2> 734705 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734709 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/519036855@382241d3
   [junit4]   2> 734710 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734712 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 0x155e4e2c1910005, 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> 734713 INFO  (zkCallback-708-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@71d00ac7 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734714 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734715 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 0x155e4e2c1910006, 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> 734715 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$49/519036855@2faa8095
   [junit4]   2> 734715 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734716 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@118ec2f1 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734717 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734717 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 734718 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3388b069 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734719 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734720 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 734724 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 734725 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 734727 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 734735 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 734736 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 734737 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 734760 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 734763 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 734767 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 734767 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 734768 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 734770 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 734770 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 734771 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 734773 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 734773 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 734774 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 734775 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 734776 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 734777 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 734778 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 734779 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 734779 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 734780 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 734781 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 734781 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 734782 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 734783 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 734783 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 734784 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 734784 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 734785 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 734790 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 734792 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 734793 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 734793 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 734795 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 734796 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734796 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734797 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96234629619580935-127.0.0.1:56586_solr-n_0000000000
   [junit4]   2> 734797 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96234629619580936-127.0.0.1:62058_solr-n_0000000001
   [junit4]   2> 734797 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56586_solr
   [junit4]   2> 734797 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 734798 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734799 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96234629619580937-127.0.0.1:54703_solr-n_0000000002
   [junit4]   2> 734800 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer Overseer (id=96234629619580935-127.0.0.1:56586_solr-n_0000000000) starting
   [junit4]   2> 734801 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96234629619580936-127.0.0.1:62058_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 734801 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54703_solr
   [junit4]   2> 734801 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54703_solr
   [junit4]   2> 734802 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 734803 INFO  (zkCallback-708-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 734805 INFO  (zkCallback-708-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 734805 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 734814 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 734815 INFO  (OverseerCollectionConfigSetProcessor-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 734816 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 734816 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:56586_solr as DOWN
   [junit4]   2> 734818 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 734821 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 734821 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56586_solr
   [junit4]   2> 734821 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:56586_solr
   [junit4]   2> 734823 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 734824 INFO  (zkCallback-708-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 734824 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 734845 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 734845 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 734845 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96234629619580935-127.0.0.1:56586_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 734845 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 734845 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 734845 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 734846 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/.
   [junit4]   2> 734846 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/.
   [junit4]   2> 734847 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 734847 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 734847 INFO  (zkCallback-708-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 734867 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 734868 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:56586_solr"} current state version: 0
   [junit4]   2> 734868 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:62058_solr as DOWN
   [junit4]   2> 734868 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:56586_solr
   [junit4]   2> 734868 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 734868 INFO  (jetty-launcher-694-thread-1) [n:127.0.0.1:56586_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 734868 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 734868 INFO  (jetty-launcher-694-thread-2) [n:127.0.0.1:54703_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 734870 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:62058_solr
   [junit4]   2> 734870 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:62058_solr
   [junit4]   2> 734871 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734871 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734872 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734872 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734873 INFO  (zkCallback-708-thread-2-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 734874 INFO  (zkCallback-708-thread-2-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734875 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:62058_solr"} current state version: 0
   [junit4]   2> 734875 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:62058_solr
   [junit4]   2> 734917 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 734917 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 734918 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3/.
   [junit4]   2> 734918 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 734920 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 734920 INFO  (jetty-launcher-694-thread-3) [n:127.0.0.1:62058_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 734920 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734921 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734923 INFO  (zkCallback-714-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3aef8ccd name:ZooKeeperConnection Watcher:127.0.0.1:37764 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734923 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734923 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734931 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 0x155e4e2c191000a, 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> 734936 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 734937 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 734938 INFO  (zkCallback-717-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@58c9db33 name:ZooKeeperConnection Watcher:127.0.0.1:37764/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 734938 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 734938 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 734938 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 734940 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 734941 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 734943 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/solrconfig.xml
   [junit4]   2> 734946 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf/schema.xml
   [junit4]   2> 734958 INFO  (qtp128795897-5273) [n:127.0.0.1:56586_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=6611b8be-9b28-431b-8993-222056d0e395&replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=optimize&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 734962 INFO  (qtp128795897-5273) [n:127.0.0.1:56586_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=6611b8be-9b28-431b-8993-222056d0e395&replicationFactor=1&collection.configName=conf&maxShardsPerNode=1&name=optimize&action=CREATE&numShards=3&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 734963 INFO  (qtp128795897-5271) [n:127.0.0.1:56586_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=6611b8be-9b28-431b-8993-222056d0e395&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 734967 INFO  (OverseerCollectionConfigSetProcessor-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running/mn-6611b8be-9b28-431b-8993-222056d0e395
   [junit4]   2> 734969 INFO  (qtp128795897-5271) [n:127.0.0.1:56586_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=6611b8be-9b28-431b-8993-222056d0e395&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 734970 INFO  (OverseerCollectionConfigSetProcessor-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"optimize",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "async":"6611b8be-9b28-431b-8993-222056d0e395",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 734972 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"optimize",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "async":"6611b8be-9b28-431b-8993-222056d0e395",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 734972 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection optimize
   [junit4]   2> 734973 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/optimize 
   [junit4]   2> 734975 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/optimize
   [junit4]   2> 734982 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 734982 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 734982 INFO  (zkCallback-717-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 734984 INFO  (zkCallback-708-thread-2-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 735013 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"optimize",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "collection.configName":"conf",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "async":"6611b8be-9b28-431b-8993-222056d0e395",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 735013 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: optimize
   [junit4]   2> 735015 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/optimize/state.json
   [junit4]   2> 735113 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection optimize, shardNames [shard1, shard2, shard3] , replicationFactor : 1
   [junit4]   2> 735113 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core optimize_shard1_replica1 as part of shard shard1 of collection optimize on 127.0.0.1:56586_solr
   [junit4]   2> 735113 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core optimize_shard2_replica1 as part of shard shard2 of collection optimize on 127.0.0.1:54703_solr
   [junit4]   2> 735113 INFO  (OverseerThreadFactory-1578-thread-1-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core optimize_shard3_replica1 as part of shard shard3 of collection optimize on 127.0.0.1:62058_solr
   [junit4]   2> 735118 INFO  (qtp128795897-5275) [n:127.0.0.1:56586_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=6611b8be-9b28-431b-8993-222056d0e395779016815547383&qt=/admin/cores&collection.configName=conf&name=optimize_shard1_replica1&action=CREATE&numShards=3&collection=optimize&shard=shard1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 735121 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=6611b8be-9b28-431b-8993-222056d0e395779016815547383&qt=/admin/cores&collection.configName=conf&name=optimize_shard1_replica1&action=CREATE&numShards=3&collection=optimize&shard=shard1&wt=javabin&version=2
   [junit4]   2> 735121 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=optimize_shard1_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=optimize, numShards=3, dataDir=data/, shard=shard1}
   [junit4]   2> 735125 INFO  (qtp936337054-5286) [n:127.0.0.1:62058_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=6611b8be-9b28-431b-8993-222056d0e395779016816294630&qt=/admin/cores&collection.configName=conf&name=optimize_shard3_replica1&action=CREATE&numShards=3&collection=optimize&shard=shard3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 735130 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=6611b8be-9b28-431b-8993-222056d0e395779016816294630&qt=/admin/cores&collection.configName=conf&name=optimize_shard3_replica1&action=CREATE&numShards=3&collection=optimize&shard=shard3&wt=javabin&version=2
   [junit4]   2> 735131 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=optimize_shard3_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=optimize, numShards=3, dataDir=data/, shard=shard3}
   [junit4]   2> 735132 INFO  (qtp2896466-5268) [n:127.0.0.1:54703_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=6611b8be-9b28-431b-8993-222056d0e395779016816033196&qt=/admin/cores&collection.configName=conf&name=optimize_shard2_replica1&action=CREATE&numShards=3&collection=optimize&shard=shard2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 735132 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=6611b8be-9b28-431b-8993-222056d0e395779016816033196&qt=/admin/cores&collection.configName=conf&name=optimize_shard2_replica1&action=CREATE&numShards=3&collection=optimize&shard=shard2&wt=javabin&version=2
   [junit4]   2> 735133 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=optimize_shard2_replica1, collection.configName=conf, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=optimize, numShards=3, dataDir=data/, shard=shard2}
   [junit4]   2> 735134 INFO  (qtp128795897-5276) [n:127.0.0.1:56586_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 6611b8be-9b28-431b-8993-222056d0e395779016815547383
   [junit4]   2> 735134 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 735134 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 735134 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 735135 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ZkController Registering watch for collection optimize
   [junit4]   2> 735136 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.c.ZkStateReader Add data for [optimize] ver [0]
   [junit4]   2> 735136 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 735138 INFO  (qtp128795897-5276) [n:127.0.0.1:56586_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=6611b8be-9b28-431b-8993-222056d0e395779016815547383&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 735139 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ZkController Registering watch for collection optimize
   [junit4]   2> 735140 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [optimize] ver [0]
   [junit4]   2> 735140 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.ZkController Registering watch for collection optimize
   [junit4]   2> 735140 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 735141 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"optimize_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54703/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54703_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"optimize",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 735141 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
   [junit4]   2>   "core":"optimize_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:54703/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54703_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"optimize",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 735141 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.c.ZkStateReader Add data for [optimize] ver [0]
   [junit4]   2> 735141 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 735144 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"optimize_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56586/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56586_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"optimize",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 735144 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
   [junit4]   2>   "core":"optimize_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:56586/solr",
   [junit4]   2>   "node_name":"127.0.0.1:56586_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"optimize",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 735147 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"optimize_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62058/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62058_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"optimize",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 735147 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=3 message={
   [junit4]   2>   "core":"optimize_shard3_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:62058/solr",
   [junit4]   2>   "node_name":"127.0.0.1:62058_solr",
   [junit4]   2>   "numShards":"3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "collection":"optimize",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 735260 INFO  (OverseerStateUpdate-96234629619580935-127.0.0.1:56586_solr-n_0000000000) [n:127.0.0.1:56586_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/optimize/state.json version: 0
   [junit4]   2> 735260 INFO  (zkCallback-708-thread-3-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/optimize/state.json] for collection [optimize] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 735260 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/optimize/state.json] for collection [optimize] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 735260 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/optimize/state.json] for collection [optimize] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 735261 INFO  (zkCallback-710-thread-1-processing-n:127.0.0.1:54703_solr) [n:127.0.0.1:54703_solr    ] o.a.s.c.c.ZkStateReader Updating data for [optimize] from [0] to [1]
   [junit4]   2> 735261 INFO  (zkCallback-709-thread-1-processing-n:127.0.0.1:62058_solr) [n:127.0.0.1:62058_solr    ] o.a.s.c.c.ZkStateReader Updating data for [optimize] from [0] to [1]
   [junit4]   2> 735262 INFO  (zkCallback-708-thread-3-processing-n:127.0.0.1:56586_solr) [n:127.0.0.1:56586_solr    ] o.a.s.c.c.ZkStateReader Updating data for [optimize] from [0] to [1]
   [junit4]   2> 735974 INFO  (qtp128795897-5277) [n:127.0.0.1:56586_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=6611b8be-9b28-431b-8993-222056d0e395&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 735975 INFO  (qtp128795897-5277) [n:127.0.0.1:56586_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=6611b8be-9b28-431b-8993-222056d0e395&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 736138 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for optimize_shard2_replica1
   [junit4]   2> 736138 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:optimize
   [junit4]   2> 736140 INFO  (qtp128795897-5270) [n:127.0.0.1:56586_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 6611b8be-9b28-431b-8993-222056d0e395779016815547383
   [junit4]   2> 736141 INFO  (qtp128795897-5270) [n:127.0.0.1:56586_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=6611b8be-9b28-431b-8993-222056d0e395779016815547383&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 736141 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for optimize_shard1_replica1
   [junit4]   2> 736141 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:optimize
   [junit4]   2> 736142 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for optimize_shard3_replica1
   [junit4]   2> 736142 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.ZkController Check for collection zkNode:optimize
   [junit4]   2> 736143 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 736143 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/optimize]
   [junit4]   2> 736144 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 736144 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/optimize]
   [junit4]   2> 736144 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 736144 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/optimize]
   [junit4]   2> 736145 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/optimize] [configName]=[conf] specified config exists in ZooKeeper
   [junit4]   2> 736146 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/optimize_shard2_replica1'
   [junit4]   2> 736146 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 736146 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 736147 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/optimize] [configName]=[conf] specified config exists in ZooKeeper
   [junit4]   2> 736147 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/optimize_shard1_replica1'
   [junit4]   2> 736147 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 736148 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 736149 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.c.ZkStateReader path=[/collections/optimize] [configName]=[conf] specified config exists in ZooKeeper
   [junit4]   2> 736149 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node3/optimize_shard3_replica1'
   [junit4]   2> 736150 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 736150 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 736152 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 736155 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 736156 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 736161 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 736163 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 736167 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 736170 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 736171 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 736176 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.s.IndexSchema [optimize_shard1_replica1] Schema name=cloud-dynamic
   [junit4]   2> 736178 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 736178 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 736192 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 736203 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.s.IndexSchema [optimize_shard2_replica1] Schema name=cloud-dynamic
   [junit4]   2> 736219 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 736254 INFO  (parallelCoreAdminExecutor-1583-thread-1-processing-n:127.0.0.1:62058_solr 6611b8be-9b28-431b-8993-222056d0e395779016816294630 CREATE) [n:127.0.0.1:62058_solr c:optimize s:shard3  x:optimize_shard3_replica1] o.a.s.s.IndexSchema [optimize_shard3_replica1] Schema name=cloud-dynamic
   [junit4]   2> 736282 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 736282 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 736282 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 736283 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2  x:optimize_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'optimize_shard2_replica1' using configuration from collection optimize
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf', cwd=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1  x:optimize_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'optimize_shard1_replica1' using configuration from collection optimize
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2 r:core_node1 x:optimize_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1 r:core_node2 x:optimize_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2 r:core_node1 x:optimize_shard2_replica1] o.a.s.c.SolrCore [[optimize_shard2_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/optimize_shard2_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/./optimize_shard2_replica1/data/]
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1 r:core_node2 x:optimize_shard1_replica1] o.a.s.c.SolrCore [[optimize_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/optimize_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node1/./optimize_shard1_replica1/data/]
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2 r:core_node1 x:optimize_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: optimize_shard2_replica1
   [junit4]   2> 736285 INFO  (parallelCoreAdminExecutor-1580-thread-1-processing-n:127.0.0.1:56586_solr 6611b8be-9b28-431b-8993-222056d0e395779016815547383 CREATE) [n:127.0.0.1:56586_solr c:optimize s:shard1 r:core_node2 x:optimize_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: optimize_shard1_replica1
   [junit4]   2> 736286 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2 r:core_node1 x:optimize_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/./optimize_shard2_replica1/data
   [junit4]   2> 736286 INFO  (parallelCoreAdminExecutor-1579-thread-1-processing-n:127.0.0.1:54703_solr 6611b8be-9b28-431b-8993-222056d0e395779016816033196 CREATE) [n:127.0.0.1:54703_solr c:optimize s:shard2 r:core_node1 x:optimize_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.handler.component.DistributedQueryComponentOptimizationTest_4EC22375BC056528-001/tempDir-001/node2/./optimize_shard2_replica1/data/index/
   [junit4]   2> 736286 INFO  (parallelCoreAdminExecu

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

d.run(Thread.java:745)
   [junit4]   2> 741893 INFO  (Thread-1854) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37764 37764
   [junit4]   2> 741894 WARN  (Thread-1854) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/collections/optimize/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	10	/solr/overseer/queue
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 741895 INFO  (SUITE-DistributedQueryComponentOptimizationTest-seed#[4EC22375BC056528]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Jul 13, 2016 3:32:01 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> 741964 WARN  (OverseerStateUpdate-96234629619580936-127.0.0.1:62058_solr-n_0000000001) [n:127.0.0.1:62058_solr    ] o.a.s.c.Overseer Solr cannot talk to ZK, exiting Overseer work queue loop
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/queue-work
   [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:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [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:328)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.fetchZkChildren(DistributedQueue.java:299)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.firstChild(DistributedQueue.java:279)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.firstElement(DistributedQueue.java:384)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.peek(DistributedQueue.java:124)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:165)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 741965 INFO  (OverseerStateUpdate-96234629619580936-127.0.0.1:62058_solr-n_0000000001) [n:127.0.0.1:62058_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:62058_solr
   [junit4]   2> 742463 WARN  (OverseerCollectionConfigSetProcessor-96234629619580936-127.0.0.1:62058_solr-n_0000000001) [n:127.0.0.1:62058_solr    ] o.a.s.c.OverseerTaskProcessor Overseer cannot talk to ZK
   [junit4]   2> Jul 13, 2016 3:32:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest: 
   [junit4]   2>    1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Jul 13, 2016 3:32:21 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2> Jul 13, 2016 3:32:24 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]   2>         at java.lang.Thread.interrupt0(Native Method)
   [junit4]   2>         at java.lang.Thread.interrupt(Thread.java:923)
   [junit4]   2>         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> NOTE: test params are: codec=Lucene62, sim=ClassicSimilarity, locale=et-EE, timezone=Asia/Manila
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=2,free=36283064,total=381681664
   [junit4]   2> NOTE: All tests run in this JVM: [ConvertedLegacyTest, HdfsBasicDistributedZkTest, TestUtils, TestFieldCacheReopen, ShardRoutingCustomTest, TestClassicSimilarityFactory, CollectionTooManyReplicasTest, CopyFieldTest, SynonymTokenizerTest, TestCrossCoreJoin, SharedFSAutoReplicaFailoverTest, DocExpirationUpdateProcessorFactoryTest, ZkSolrClientTest, BasicAuthIntegrationTest, ChaosMonkeySafeLeaderTest, CollectionReloadTest, EchoParamsTest, SolrCloudExampleTest, DocValuesMissingTest, TestSystemIdResolver, OutputWriterTest, TestBinaryResponseWriter, PluginInfoTest, BasicFunctionalityTest, TestSolrQueryParserResource, CollectionsAPISolrJTest, SolrCoreCheckLockOnStartupTest, JavabinLoaderTest, SortByFunctionTest, TestSlowCompositeReaderWrapper, SuggesterTest, TestPerFieldSimilarity, TestFastWriter, TestHdfsUpdateLog, TestSolrDynamicMBean, UpdateRequestProcessorFactoryTest, OpenExchangeRatesOrgProviderTest, TestSolr4Spatial2, FieldAnalysisRequestHandlerTest, RecoveryAfterSoftCommitTest, TestNRTOpen, BadIndexSchemaTest, TestLeaderElectionZkExpiry, TestDistribIDF, ResourceLoaderTest, SpellingQueryConverterTest, TestCloudManagedSchema, ChangedSchemaMergeTest, CreateCollectionCleanupTest, LeaderFailoverAfterPartitionTest, StatsComponentTest, TestBulkSchemaAPI, TestFieldCollectionResource, SortSpecParsingTest, IndexSchemaRuntimeFieldTest, DistributedQueryComponentOptimizationTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=DistributedQueryComponentOptimizationTest -Dtests.seed=4EC22375BC056528 -Dtests.slow=true -Dtests.locale=et-EE -Dtests.timezone=Asia/Manila -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | DistributedQueryComponentOptimizationTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest: 
   [junit4]    >    1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=TIMED_WAITING, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:137)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4EC22375BC056528]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=5384, name=OverseerHdfsCoreFailoverThread-96234629619580936-127.0.0.1:62058_solr-n_0000000001, state=RUNNABLE, group=Overseer Hdfs SolrCore Failover Thread.]
   [junit4]    >         at java.lang.Thread.interrupt0(Native Method)
   [junit4]    >         at java.lang.Thread.interrupt(Thread.java:923)
   [junit4]    >         at org.apache.solr.cloud.OverseerAutoReplicaFailoverThread.run(OverseerAutoReplicaFailoverThread.java:139)
   [junit4]    >         at java.lang.Thread.run(Thread.java:745)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4EC22375BC056528]:0)
   [junit4] Completed [128/620 (1!)] on J1 in 30.56s, 8 tests, 2 errors <<< FAILURES!

[...truncated 1580 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:741: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:685: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 2 suite-level errors, 1661 ignored (65 assumptions) [seed: 4EC22375BC056528]

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



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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.TestLocalFSCloudBackupRestore.test

Error Message:
Error from server at http://127.0.0.1:52681/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:52681/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.
	at __randomizedtesting.SeedInfo.seed([1F58B9C81664F84F:970C8612B89895B7]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1270)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	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.AbstractCloudBackupRestoreTestCase.testInvalidPath(AbstractCloudBackupRestoreTestCase.java:149)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:128)
	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 12062 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/init-core-data-001
   [junit4]   2> 2378599 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2378600 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2378600 INFO  (Thread-4599) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2378600 INFO  (Thread-4599) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2378700 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:58804
   [junit4]   2> 2378700 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378701 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378703 INFO  (zkCallback-3407-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f385604 name:ZooKeeperConnection Watcher:127.0.0.1:58804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378703 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378703 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378703 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 2378708 INFO  (jetty-launcher-3406-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2378708 INFO  (jetty-launcher-3406-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2378712 INFO  (jetty-launcher-3406-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@a474e05{/solr,null,AVAILABLE}
   [junit4]   2> 2378712 INFO  (jetty-launcher-3406-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4c8d1731{/solr,null,AVAILABLE}
   [junit4]   2> 2378712 INFO  (jetty-launcher-3406-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@66bcc1{HTTP/1.1,[http/1.1]}{127.0.0.1:50720}
   [junit4]   2> 2378712 INFO  (jetty-launcher-3406-thread-2) [    ] o.e.j.s.Server Started @2383272ms
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50720}
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2'
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@67323776{HTTP/1.1,[http/1.1]}{127.0.0.1:52681}
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-1) [    ] o.e.j.s.Server Started @2383273ms
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2378713 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52681}
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1'
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378714 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378715 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378716 INFO  (zkCallback-3408-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@398430be name:ZooKeeperConnection Watcher:127.0.0.1:58804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378716 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378716 INFO  (zkCallback-3409-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@45d71d96 name:ZooKeeperConnection Watcher:127.0.0.1:58804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378716 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378716 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378716 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378717 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2378717 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2378722 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/.
   [junit4]   2> 2378722 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 980492805
   [junit4]   2> 2378722 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2]
   [junit4]   2> 2378722 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/.
   [junit4]   2> 2378722 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 398476002
   [junit4]   2> 2378722 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1]
   [junit4]   2> 2378722 WARN  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/lib
   [junit4]   2> 2378722 WARN  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/lib
   [junit4]   2> 2378723 INFO  (jetty-launcher-3406-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,
   [junit4]   2> 2378723 INFO  (jetty-launcher-3406-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,
   [junit4]   2> 2378724 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2378724 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2378724 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 2378724 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2378724 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2378724 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2378725 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58804/solr
   [junit4]   2> 2378725 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2378725 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58804/solr
   [junit4]   2> 2378725 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2378725 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378725 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378726 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378726 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378727 INFO  (zkCallback-3415-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6f4fe5b6 name:ZooKeeperConnection Watcher:127.0.0.1:58804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378727 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378727 INFO  (zkCallback-3414-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7493bff name:ZooKeeperConnection Watcher:127.0.0.1:58804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378727 INFO  (jetty-launcher-3406-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378727 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378728 INFO  (jetty-launcher-3406-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378729 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1145854594@6610b884
   [junit4]   2> 2378729 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/1145854594@46ab9b14
   [junit4]   2> 2378730 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378730 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378731 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@259b0990 name:ZooKeeperConnection Watcher:127.0.0.1:58804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378731 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@330c30a4 name:ZooKeeperConnection Watcher:127.0.0.1:58804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378731 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378731 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378734 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2378734 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2378737 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2378737 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2378741 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2378742 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2378746 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2378746 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2378749 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2378750 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2378751 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2378752 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2378753 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2378753 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 2378755 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2378756 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2378758 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2378759 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2378760 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2378761 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2378762 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2378762 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2378763 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2378763 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2378764 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2378764 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 2378770 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2378770 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2378772 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2378772 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2378774 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2378774 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2378774 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96232778892378118-127.0.0.1:50720_solr-n_0000000000
   [junit4]   2> 2378774 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96232778892378117-127.0.0.1:52681_solr-n_0000000001
   [junit4]   2> 2378775 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:50720_solr
   [junit4]   2> 2378775 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2378776 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96232778892378118-127.0.0.1:50720_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2378776 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52681_solr
   [junit4]   2> 2378776 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:52681_solr
   [junit4]   2> 2378777 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer Overseer (id=96232778892378118-127.0.0.1:50720_solr-n_0000000000) starting
   [junit4]   2> 2378778 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2378778 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 2378779 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2378779 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2378780 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2378789 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2378790 INFO  (OverseerCollectionConfigSetProcessor-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2378790 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2378790 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:50720_solr as DOWN
   [junit4]   2> 2378792 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50720_solr
   [junit4]   2> 2378792 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:50720_solr
   [junit4]   2> 2378793 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 2378795 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2378795 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2378795 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2378796 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2378796 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50720_solr"} current state version: 0
   [junit4]   2> 2378796 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:50720_solr
   [junit4]   2> 2378818 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2378818 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2378819 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/.
   [junit4]   2> 2378819 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2378820 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2378820 INFO  (jetty-launcher-3406-thread-1) [n:127.0.0.1:52681_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2378844 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2378844 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2378844 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/.
   [junit4]   2> 2378845 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 2378872 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2378872 INFO  (jetty-launcher-3406-thread-2) [n:127.0.0.1:50720_solr    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2378873 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378873 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378874 INFO  (zkCallback-3420-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@47a7e034 name:ZooKeeperConnection Watcher:127.0.0.1:58804 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378875 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378875 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378878 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2378879 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2378880 INFO  (zkCallback-3423-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5e978708 name:ZooKeeperConnection Watcher:127.0.0.1:58804/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2378880 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2378880 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2378880 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2378881 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 2378882 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2378884 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2378887 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2378915 INFO  (TEST-TestLocalFSCloudBackupRestore.test-seed#[1F58B9C81664F84F]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2378927 INFO  (qtp1515686394-20772) [n:127.0.0.1:52681_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params shards=shard1,shard2&replicationFactor=2&property.customKey=customValue&collection.configName=conf1&maxShardsPerNode=2&router.field=shard_s&name=backuprestore&router.name=implicit&action=CREATE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2378931 INFO  (OverseerCollectionConfigSetProcessor-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2378932 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2378932 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler Create collection backuprestore
   [junit4]   2> 2378932 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler creating collections conf node /collections/backuprestore 
   [junit4]   2> 2378933 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections/backuprestore
   [junit4]   2> 2378935 INFO  (zkCallback-3423-thread-1) [    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2378935 INFO  (zkCallback-3417-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2378935 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader A collections change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections], has occurred - updating...
   [junit4]   2> 2378939 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"backuprestore",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "shards":"shard1,shard2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "property.customKey":"customValue",
   [junit4]   2>   "router.field":"shard_s",
   [junit4]   2>   "router.name":"implicit",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2378940 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: backuprestore
   [junit4]   2> 2378941 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/backuprestore/state.json
   [junit4]   2> 2379039 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating SolrCores for new collection backuprestore, shardNames [shard1, shard2] , replicationFactor : 2
   [junit4]   2> 2379039 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica1 as part of shard shard1 of collection backuprestore on 127.0.0.1:52681_solr
   [junit4]   2> 2379039 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica2 as part of shard shard2 of collection backuprestore on 127.0.0.1:50720_solr
   [junit4]   2> 2379040 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard1_replica2 as part of shard shard1 of collection backuprestore on 127.0.0.1:50720_solr
   [junit4]   2> 2379041 INFO  (OverseerThreadFactory-9544-thread-1-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.OverseerCollectionMessageHandler Creating core backuprestore_shard2_replica1 as part of shard shard2 of collection backuprestore on 127.0.0.1:52681_solr
   [junit4]   2> 2379042 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2379042 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard1_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 2379043 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica1&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2379046 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379047 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard2_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard2&wt=javabin&version=2
   [junit4]   2> 2379047 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard2_replica1, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 2379047 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard2_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard2}
   [junit4]   2> 2379047 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.customKey=customValue&qt=/admin/cores&collection.configName=conf1&name=backuprestore_shard1_replica2&action=CREATE&numShards=2&collection=backuprestore&shard=shard1&wt=javabin&version=2
   [junit4]   2> 2379048 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=backuprestore_shard1_replica2, collection.configName=conf1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=backuprestore, customKey=customValue, numShards=2, dataDir=data/, shard=shard1}
   [junit4]   2> 2379048 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379048 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379048 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2379048 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379050 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2379050 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379050 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379051 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379051 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379051 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52681/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52681_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2379051 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Add data for [backuprestore] ver [0]
   [junit4]   2> 2379051 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard1_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52681/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52681_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379051 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Registering watch for collection backuprestore
   [junit4]   2> 2379051 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379051 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2379054 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 4, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52681/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52681_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2379054 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard2_replica1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:52681/solr",
   [junit4]   2>   "node_name":"127.0.0.1:52681_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379058 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50720/solr",
   [junit4]   2>   "node_name":"127.0.0.1:50720_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2379058 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard2_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50720/solr",
   [junit4]   2>   "node_name":"127.0.0.1:50720_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379060 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50720/solr",
   [junit4]   2>   "node_name":"127.0.0.1:50720_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2379060 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"backuprestore_shard1_replica2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:50720/solr",
   [junit4]   2>   "node_name":"127.0.0.1:50720_solr",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"backuprestore",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2379164 INFO  (OverseerStateUpdate-96232778892378118-127.0.0.1:50720_solr-n_0000000000) [n:127.0.0.1:50720_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/backuprestore/state.json version: 0
   [junit4]   2> 2379165 INFO  (zkCallback-3417-thread-2-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2379166 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/backuprestore/state.json] for collection [backuprestore] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2379166 INFO  (zkCallback-3417-thread-2-processing-n:127.0.0.1:50720_solr) [n:127.0.0.1:50720_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2379166 INFO  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader Updating data for [backuprestore] from [0] to [1]
   [junit4]   2> 2380051 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard1_replica1
   [junit4]   2> 2380051 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380051 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard2_replica1
   [junit4]   2> 2380051 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380052 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380052 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380052 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard1_replica2
   [junit4]   2> 2380052 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380052 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380052 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController waiting to find shard id in clusterstate for backuprestore_shard2_replica2
   [junit4]   2> 2380052 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380052 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Check for collection zkNode:backuprestore
   [junit4]   2> 2380052 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380052 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380052 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2380052 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/backuprestore_shard2_replica1'
   [junit4]   2> 2380052 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380052 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2380052 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2380052 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/backuprestore_shard1_replica1'
   [junit4]   2> 2380052 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380057 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2380057 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2380057 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/backuprestore]
   [junit4]   2> 2380058 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2380058 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/backuprestore_shard1_replica2'
   [junit4]   2> 2380059 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380059 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2380059 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.c.ZkStateReader path=[/collections/backuprestore] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 2380059 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380059 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/backuprestore_shard2_replica2'
   [junit4]   2> 2380059 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2380059 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2380060 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380062 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380062 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2380062 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380064 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380064 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380065 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380066 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380066 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380066 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380068 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380070 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380071 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2380072 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 2380072 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema [backuprestore_shard1_replica1] Schema name=minimal
   [junit4]   2> 2380072 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema [backuprestore_shard2_replica1] Schema name=minimal
   [junit4]   2> 2380090 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380090 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2380091 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] 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-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2380091 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica1' using configuration from collection backuprestore
   [junit4]   2> 2380091 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380091 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380092 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [[backuprestore_shard2_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/backuprestore_shard2_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/]
   [junit4]   2> 2380092 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica1
   [junit4]   2> 2380092 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data
   [junit4]   2> 2380092 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] 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-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2380093 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/index/
   [junit4]   2> 2380093 WARN  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore [backuprestore_shard2_replica1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2380093 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica1' using configuration from collection backuprestore
   [junit4]   2> 2380093 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema [backuprestore_shard1_replica2] Schema name=minimal
   [junit4]   2> 2380093 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/index
   [junit4]   2> 2380094 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1184bd6f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7fd56f69; maxCacheMB=0.421875 maxMergeSizeMB=0.75390625)),segFN=segments_1,generation=1}
   [junit4]   2> 2380094 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2380095 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380095 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema [backuprestore_shard2_replica2] Schema name=minimal
   [junit4]   2> 2380093 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380095 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [[backuprestore_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/backuprestore_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/]
   [junit4]   2> 2380095 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica1
   [junit4]   2> 2380096 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data
   [junit4]   2> 2380096 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/index/
   [junit4]   2> 2380096 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2380096 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/
   [junit4]   2> 2380096 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica1) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard2_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2380096 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2380096 WARN  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore [backuprestore_shard1_replica1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2380097 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380097 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/index
   [junit4]   2> 2380097 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@162d0bf2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33078738; maxCacheMB=0.421875 maxMergeSizeMB=0.75390625)),segFN=segments_1,generation=1}
   [junit4]   2> 2380097 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] 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-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2  x:backuprestore_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard2_replica2' using configuration from collection backuprestore
   [junit4]   2> 2380098 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [[backuprestore_shard2_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/backuprestore_shard2_replica2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/]
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard2_replica2
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data
   [junit4]   2> 2380098 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380099 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard1_replica1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/
   [junit4]   2> 2380099 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard1_replica1) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node1/./backuprestore_shard1_replica1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2380099 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2380099 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] 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-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 2380099 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1  x:backuprestore_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'backuprestore_shard1_replica2' using configuration from collection backuprestore
   [junit4]   2> 2380098 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/index/
   [junit4]   2> 2380100 WARN  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore [backuprestore_shard2_replica2] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2380100 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2380100 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore [[backuprestore_shard1_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/backuprestore_shard1_replica2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/]
   [junit4]   2> 2380100 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/index
   [junit4]   2> 2380100 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380100 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380100 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@616d5cfa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5aa1d025; maxCacheMB=0.421875 maxMergeSizeMB=0.75390625)),segFN=segments_1,generation=1}
   [junit4]   2> 2380101 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 2380102 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380102 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380102 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2380102 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2380103 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2380103 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2380103 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2380103 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380104 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380104 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2380104 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2380104 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380100 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore JMX monitoring not detected for core: backuprestore_shard1_replica2
   [junit4]   2> 2380105 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/update/csv,/sql,/graph,/select,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 2380105 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard1_replica2/data
   [junit4]   2> 2380105 INFO  (qtp64893830-20771) [n:127.0.0.1:50720_solr c:backuprestore s:shard1 r:core_node4 x:backuprestore_shard1_replica2] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard1_replica2/data/index/
   [junit4]   2> 2380105 INFO  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.SolrCore Looking for old index directories to cleanup for core backuprestore_shard2_replica2 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/
   [junit4]   2> 2380105 INFO  (qtp64893830-20769) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2380105 WARN  (OldIndexDirectoryCleanupThreadForCore-backuprestore_shard2_replica2) [n:127.0.0.1:50720_solr c:backuprestore s:shard2 r:core_node3 x:backuprestore_shard2_replica2] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001/tempDir-001/node2/./backuprestore_shard2_replica2/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2380105 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@1184bd6f lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7fd56f69; maxCacheMB=0.421875 maxMergeSizeMB=0.75390625)),segFN=segments_1,generation=1}
   [junit4]   2> 2380105 INFO  (qtp1515686394-20773) [n:127.0.0.1:52681_solr c:backuprestore s:shard1 r:core_node1 x:backuprestore_shard1_replica1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2380106 INFO  (qtp1515686394-20778) [n:127.0.0.1:52681_solr c:backuprestore s:shard2 r:core_node2 x:backuprestore_shard2_replica1] o.a.s.c.SolrDeletionPolicy newest commit gener

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

orService.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> 2409373 INFO  (jetty-launcher-3406-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@a474e05{/solr,null,UNAVAILABLE}
   [junit4]   2> 2410865 WARN  (zkCallback-3416-thread-1-processing-n:127.0.0.1:52681_solr) [n:127.0.0.1:52681_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2410866 INFO  (jetty-launcher-3406-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4c8d1731{/solr,null,UNAVAILABLE}
   [junit4]   2> 2410868 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58804 58804
   [junit4]   2> 2410884 INFO  (Thread-4599) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:58804 58804
   [junit4]   2> 2410885 WARN  (Thread-4599) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/backuprestore_restored/state.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/overseer/queue
   [junit4]   2> 	19	/solr/overseer/collection-queue-work
   [junit4]   2> 	7	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> 2410885 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[1F58B9C81664F84F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLocalFSCloudBackupRestore_1F58B9C81664F84F-001
   [junit4]   2> Jul 13, 2016 7:41:46 AM 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(Lucene62): {shard_s=BlockTreeOrds(blocksize=128), _version_=BlockTreeOrds(blocksize=128), id=FSTOrd50}, docValues:{}, maxPointsInLeafNode=1549, maxMBSortInHeap=5.152039987729883, sim=RandomSimilarity(queryNorm=true): {}, locale=sr-Latn-ME, timezone=Etc/GMT-5
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=190939376,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSQLHandler, TestFieldCacheSortRandom, TestNumericTerms32, TestWordDelimiterFilterFactory, DOMUtilTest, MBeansHandlerTest, TestDefaultSearchFieldResource, AnalyticsMergeStrategyTest, SampleTest, TestGeoJSONResponseWriter, TestSchemaVersionResource, XsltUpdateRequestHandlerTest, PolyFieldTest, RankQueryTest, TestTolerantSearch, TestExceedMaxTermLength, TestNoOpRegenerator, FastVectorHighlighterTest, TestConfigSetImmutable, TestReplicaProperties, DirectSolrSpellCheckerTest, TestCodecSupport, SchemaVersionSpecificBehaviorTest, TestPerFieldSimilarityWithDefaultOverride, TestLuceneMatchVersion, TestCollationFieldDocValues, BlockJoinFacetSimpleTest, TestPKIAuthenticationPlugin, PeerSyncTest, TestTrackingShardHandlerFactory, TestBulkSchemaConcurrent, ActionThrottleTest, HighlighterTest, ConjunctionSolrSpellCheckerTest, TestIBSimilarityFactory, SpatialHeatmapFacetsTest, TestSolrConfigHandlerConcurrent, TestChildDocTransformer, TestRawResponseWriter, DateRangeFieldTest, TestExactSharedStatsCache, TestMiniSolrCloudClusterBase, TestXIncludeConfig, UnloadDistributedZkTest, TestSort, TestDFISimilarityFactory, TestSolrQueryResponse, DistribJoinFromCollectionTest, BlockCacheTest, UpdateParamsTest, TestFreeTextSuggestions, SuggesterFSTTest, TestLeaderInitiatedRecoveryThread, TestDownShardTolerantSearch, BigEndianAscendingWordSerializerTest, CustomCollectionTest, RegexBoostProcessorTest, OverseerCollectionConfigSetProcessorTest, StatelessScriptUpdateProcessorFactoryTest, DeleteLastCustomShardedReplicaTest, TestConfig, TestConfigSets, EnumFieldTest, ExplicitHLLTest, TimeZoneUtilsTest, StandardRequestHandlerTest, DistributedVersionInfoTest, PrimUtilsTest, SimpleMLTQParserTest, TestCloudDeleteByQuery, TestReloadAndDeleteDocs, DirectUpdateHandlerTest, TestLMDirichletSimilarityFactory, TestStressLucene, TestComponentsName, ConnectionManagerTest, TestCollectionAPI, CoreAdminRequestStatusTest, SolrXmlInZkTest, InfoHandlerTest, TestJmxMonitoredMap, DocValuesTest, URLClassifyProcessorTest, HttpPartitionTest, TestReplicationHandler, OutOfBoxZkACLAndCredentialsProvidersTest, TestFaceting, BadComponentTest, TestArbitraryIndexDir, TestHdfsBackupRestoreCore, SharedFSAutoReplicaFailoverUtilsTest, TestCollapseQParserPlugin, DistributedFacetPivotSmallTest, TestHashQParserPlugin, TestSubQueryTransformerCrossCore, TestLazyCores, TestSolrConfigHandler, DeleteShardTest, TestBlendedInfixSuggestions, TestReqParamsAPI, ChaosMonkeyNothingIsSafeTest, SolrCLIZkUtilsTest, TestAnalyzedSuggestions, TestPostingsSolrHighlighter, TestLRUStatsCache, TestManagedSchemaAPI, VersionInfoTest, TestTestInjection, HdfsBasicDistributedZk2Test, TestSortByMinMaxFunction, TestMergePolicyConfig, DistributedQueryComponentCustomSortTest, LeaderElectionTest, RecoveryZkTest, TestGroupingSearch, TestScoreJoinQPNoScore, SolrCoreTest, SliceStateTest, TestHighlightDedupGrouping, HdfsCollectionsAPIDistributedZkTest, TestFunctionQuery, PrimitiveFieldTypeTest, CdcrRequestHandlerTest, DistributedExpandComponentTest, TestRequestStatusCollectionAPI, TestUseDocValuesAsStored, TestMacros, TestSolrQueryParserDefaultOperatorResource, CurrencyFieldXmlFileTest, OverseerRolesTest, TestImplicitCoreProperties, TestSchemaResource, TestManagedResource, TestAddFieldRealTimeGet, TestSolrDeletionPolicy1, TestExpandComponent, TestUninvertingReader, ShardSplitTest, SparseHLLTest, DistanceUnitsTest, TestJmxIntegration, ScriptEngineTest, HardAutoCommitTest, TermsComponentTest, HdfsLockFactoryTest, TestRestManager, TestXmlQParser, AssignTest, DistribCursorPagingTest, TestDocSet, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, OverseerTest, FullSolrCloudDistribCmdsTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestRecovery, TestHashPartitioner, DistributedSpellCheckComponentTest, ZkControllerTest, TestStressReorder, TestStressVersions, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, SoftAutoCommitTest, SpatialFilterTest, TestCSVLoader, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, DocValuesMultiTest, DistanceFunctionTest, CacheHeaderTest, IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TestQueryTypes, FileBasedSpellCheckerTest, DocumentBuilderTest, PathHierarchyTokenizerFactoryTest, TestIndexingPerformance, RequiredFieldsTest, LoggingHandlerTest, TestCollationField, UpdateRequestProcessorFactoryTest, JSONWriterTest, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, HighlighterConfigTest, SOLR749Test, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, SolrIndexConfigTest, TestStressRecovery, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, AsyncCallRequestStatusResponseTest, AsyncMigrateRouteKeyTest, CloudExitableDirectoryReaderTest, CollectionReloadTest, CollectionTooManyReplicasTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, MultiThreadedOCPTest, OverseerTaskQueueTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, RollingRestartTest, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCryptoKeys, TestLeaderElectionZkExpiry, TestLocalFSCloudBackupRestore]
   [junit4] Completed [487/620 (1!)] on J0 in 33.11s, 1 test, 1 error <<< FAILURES!

[...truncated 439 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:741: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:685: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 1 error, 98 ignored (83 assumptions) [seed: 1F58B9C81664F84F]

Total time: 71 minutes 40 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-master-Solaris (64bit/jdk1.8.0) - Build # 715 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.CollectionStateFormat2Test.test

Error Message:
Could not find collection:.system

Stack Trace:
java.lang.AssertionError: Could not find collection:.system
	at __randomizedtesting.SeedInfo.seed([4C6FC1BE3225788F:C43BFE649CD91577]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:139)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:134)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:856)
	at org.apache.solr.cloud.CollectionStateFormat2Test.testConfNameAndCollectionNameSame(CollectionStateFormat2Test.java:53)
	at org.apache.solr.cloud.CollectionStateFormat2Test.test(CollectionStateFormat2Test.java:40)
	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:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	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.TestStressLiveNodes.testStress

Error Message:
iter767 expected:<19> but was:<21>

Stack Trace:
java.lang.AssertionError: iter767 expected:<19> but was:<21>
	at __randomizedtesting.SeedInfo.seed([4C6FC1BE3225788F:5974BC7FB1D280F4]: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.TestStressLiveNodes.testStress(TestStressLiveNodes.java:199)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud

Error Message:
Could not find collection:test_col

Stack Trace:
java.lang.AssertionError: Could not find collection:test_col
	at __randomizedtesting.SeedInfo.seed([4C6FC1BE3225788F]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.createMiniSolrCloudCluster(TestTolerantUpdateProcessorRandomCloud.java:126)
	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$6.evaluate(RandomizedRunner.java:811)
	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 10514 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionStateFormat2Test
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/init-core-data-001
   [junit4]   2> 0    INFO  (SUITE-CollectionStateFormat2Test-seed#[4C6FC1BE3225788F]-worker) [    ] o.e.j.u.log Logging initialized @3776ms
   [junit4]   2> 10   INFO  (SUITE-CollectionStateFormat2Test-seed#[4C6FC1BE3225788F]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 24   INFO  (SUITE-CollectionStateFormat2Test-seed#[4C6FC1BE3225788F]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 56   INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 60   INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 60   INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 160  INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ZkTestServer start zk server on port:62526
   [junit4]   2> 207  INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 290  INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 317  WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to java.io.IOException: ZooKeeperServer not running
   [junit4]   2> 1692 INFO  (zkCallback-1-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3bf82b0b name:ZooKeeperConnection Watcher:127.0.0.1:62526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1693 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1699 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1703 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1797 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1797 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1802 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 0x155e1602d880000, 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> 1831 INFO  (zkCallback-2-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@25f21ca9 name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1831 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1832 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1849 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1867 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1878 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1888 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1905 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1929 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1942 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1946 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1958 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1959 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1982 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1985 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1998 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2000 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2008 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2009 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2015 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2016 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2022 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2024 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2039 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2040 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2045 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2046 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2051 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2054 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2910 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1
   [junit4]   2> 3564 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 3672 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6ce3143c{/,null,AVAILABLE}
   [junit4]   2> 3745 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1809c446{HTTP/1.1,[http/1.1]}{127.0.0.1:54098}
   [junit4]   2> 3746 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.Server Started @7534ms
   [junit4]   2> 3746 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/tempDir-001/control/data, hostContext=/, hostPort=54098, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores}
   [junit4]   2> 3781 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 3838 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001'
   [junit4]   2> 3848 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3848 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3857 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 3858 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3880 INFO  (zkCallback-3-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@10ab53d4 name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3880 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3882 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 3901 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 3906 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/solr.xml
   [junit4]   2> 4205 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores
   [junit4]   2> 4341 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CoreContainer New CoreContainer 2022111000
   [junit4]   2> 4342 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001]
   [junit4]   2> 4344 WARN  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/lib
   [junit4]   2> 4417 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] 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,
   [junit4]   2> 5031 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 5068 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 5071 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 5075 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62526/solr
   [junit4]   2> 5136 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 5137 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 5139 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5144 INFO  (zkCallback-6-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@dbe882b name:ZooKeeperConnection Watcher:127.0.0.1:62526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5147 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5147 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 5162 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/843245746@171642cd
   [junit4]   2> 5167 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 5176 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@57547f4 name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 5180 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 5197 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 5210 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 5225 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 5241 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 5252 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 5268 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 5273 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 5284 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 5289 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 5292 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 5297 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 5304 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 5338 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 5341 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 5345 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5347 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96230770255331332-127.0.0.1:54098_-n_0000000000
   [junit4]   2> 5349 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54098_
   [junit4]   2> 5349 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 5353 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.Overseer Overseer (id=96230770255331332-127.0.0.1:54098_-n_0000000000) starting
   [junit4]   2> 5362 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 5412 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 5499 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54098_
   [junit4]   2> 5499 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:54098_
   [junit4]   2> 5502 INFO  (OverseerCollectionConfigSetProcessor-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 5511 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 5515 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5547 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 5617 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 5845 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 5845 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 5982 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores
   [junit4]   2> 6001 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] 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> 6001 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1
   [junit4]   2> 6002 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 6016 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.s.SolrDispatchFilter user.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 6016 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:54098_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 6021 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 6021 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 6028 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] 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:54098",
   [junit4]   2>   "node_name":"127.0.0.1:54098_",
   [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> 6030 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection control_collection not visible yet, but flagging it so a watch is registered when it becomes visible
   [junit4]   2> 6038 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Deleting data for [control_collection]
   [junit4]   2> 6045 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 6064 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] 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:54098",
   [junit4]   2>   "node_name":"127.0.0.1:54098_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 6069 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 6086 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 6102 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] 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> 7048 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 7049 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 7052 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 7052 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 7059 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 7061 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1'
   [junit4]   2> 7064 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 7064 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 7074 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 7165 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 7202 WARN  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 7206 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 7558 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 7757 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 9981 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 10096 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 10099 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 10800 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 10809 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 10826 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 10832 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 10845 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0
   [junit4]   2> 10849 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 10978 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 11057 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data/]
   [junit4]   2> 11079 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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@180ab32d
   [junit4]   2> 11763 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data
   [junit4]   2> 11764 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data/index/
   [junit4]   2> 11764 WARN  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 11833 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data/index
   [junit4]   2> 11841 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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=33, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=9.0849609375, floorSegmentMB=1.2548828125, forceMergeDeletesPctAllowed=4.881531532303494, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 12146 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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@7b6574bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@326e005b),segFN=segments_1,generation=1}
   [junit4]   2> 12190 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 12234 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54098_ 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-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data/
   [junit4]   2> 12237 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 12745 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 12780 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 12794 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 12795 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 12796 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 12796 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 12833 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 12833 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 12834 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 12839 WARN  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 12891 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12900 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12902 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 12905 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 13254 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/update/json/docs,/admin/luke,/export,/get,/admin/properties,/update/json,/admin/threads,/dump,/update/csv,/sql,/graph,/admin/segments,/admin/system,/replication,/config,/stream,/schema,/admin/plugins,/admin/logging,/admin/ping,/update,/admin/file,/terms
   [junit4]   2> 13254 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13281 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13282 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13298 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 13298 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 13300 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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=36, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17906393018416697]
   [junit4]   2> 13306 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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@7b6574bf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@326e005b),segFN=segments_1,generation=1}
   [junit4]   2> 13306 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 13337 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@463a2d07[collection1] main]
   [junit4]   2> 13481 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13484 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13485 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13488 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 13488 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 13515 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13516 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13517 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13517 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 13555 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 13593 INFO  (searcherExecutor-8-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@463a2d07[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 13593 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13595 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13596 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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> 13596 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ 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 1539692338186551296
   [junit4]   2> 13600 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 4.0ms to seed version buckets with highest version 1539692338186551296
   [junit4]   2> 13601 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 13604 INFO  (coreLoadExecutor-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 13609 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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:54098 collection:control_collection shard:shard1
   [junit4]   2> 13626 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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> 13635 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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/96230770255331332-core_node1-n_0000000000
   [junit4]   2> 13636 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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> 13641 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 13642 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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> 13642 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] 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> 13645 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54098/collection1/
   [junit4]   2> 13645 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 13645 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:54098/collection1/ has no replicas
   [junit4]   2> 13649 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] 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> 13658 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 13672 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/96230770255331332-core_node1-n_0000000000
   [junit4]   2> 13697 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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:54098/collection1/ shard1
   [junit4]   2> 13699 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] 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:54098",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 13813 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] 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> 13864 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:54098/collection1/ and leader is http://127.0.0.1:54098/collection1/
   [junit4]   2> 13867 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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:54098
   [junit4]   2> 13868 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 13868 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 13868 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ 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> 13871 INFO  (coreZkRegister-1-thread-1-processing-n:127.0.0.1:54098_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:54098_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Checking legacy cluster state for collection control_collection
   [junit4]   2> 13875 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] 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:54098",
   [junit4]   2>   "node_name":"127.0.0.1:54098_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 13876 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] 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:54098",
   [junit4]   2>   "node_name":"127.0.0.1:54098_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 13995 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] 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> 14087 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 14088 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14095 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6453dcaf name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14096 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14096 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 14096 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 14102 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 14106 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14111 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 14111 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 14111 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 14112 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14120 INFO  (zkCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@122d295e name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14120 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14121 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 14137 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 4
   [junit4]   2> 14137 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 14252 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 14502 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001/cores/collection1
   [junit4]   2> 14503 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001
   [junit4]   2> 14505 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 14516 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e57acfa{/,null,AVAILABLE}
   [junit4]   2> 14517 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.ServerConnector Started ServerConnector@1a5b2787{HTTP/1.1,[http/1.1]}{127.0.0.1:63276}
   [junit4]   2> 14541 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.e.j.s.Server Started @18311ms
   [junit4]   2> 14541 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=63276, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001/cores}
   [junit4]   2> 14541 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 14542 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001'
   [junit4]   2> 14542 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 14542 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 14542 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 14545 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14581 INFO  (zkCallback-13-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@677561ef name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14583 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14584 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 14589 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 14589 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001/solr.xml
   [junit4]   2> 14602 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001/cores
   [junit4]   2> 14602 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CoreContainer New CoreContainer 1092702130
   [junit4]   2> 14602 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001]
   [junit4]   2> 14602 WARN  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.CollectionStateFormat2Test_4C6FC1BE3225788F-001/shard-1-001/lib
   [junit4]   2> 14602 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] 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,
   [junit4]   2> 14605 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 14605 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 14605 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 14606 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:62526/solr
   [junit4]   2> 14606 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 14606 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 14606 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14611 INFO  (zkCallback-16-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@35b961eb name:ZooKeeperConnection Watcher:127.0.0.1:62526 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14612 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14612 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 14616 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$9/843245746@5258cbbb
   [junit4]   2> 14616 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 14620 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:63276_) [n:127.0.0.1:63276_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5fbfc307 name:ZooKeeperConnection Watcher:127.0.0.1:62526/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 14620 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 14637 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 14638 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 14640 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14646 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14648 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96230770255331337-127.0.0.1:63276_-n_0000000001
   [junit4]   2> 14650 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/96230770255331332-127.0.0.1:54098_-n_0000000000 to know if I could be the leader
   [junit4]   2> 14651 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.ZkController Publish node=127.0.0.1:63276_ as DOWN
   [junit4]   2> 14654 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63276_
   [junit4]   2> 14655 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:63276_
   [junit4]   2> 14655 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:63276_"} current state version: 4
   [junit4]   2> 14657 INFO  (OverseerStateUpdate-96230770255331332-127.0.0.1:54098_-n_0000000000) [n:127.0.0.1:54098_    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:63276_
   [junit4]   2> 14657 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] 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> 14657 INFO  (zkCallback-11-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> 14658 INFO  (zkCallback-7-thread-2-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14661 INFO  (zkCallback-11-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14661 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:63276_) [n:127.0.0.1:63276_    ] 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> 14662 INFO  (zkCallback-7-thread-1-processing-n:127.0.0.1:54098_) [n:127.0.0.1:54098_    ] 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> 14662 INFO  (zkCallback-11-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> 14667 INFO  (zkCallback-17-thread-1-processing-n:127.0.0.1:63276_) [n:127.0.0.1:63276_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14685 INFO  (zkCallback-17-thread-2-processing-n:127.0.0.1:63276_) [n:127.0.0.1:63276_    ] 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> 14706 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 14706 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 14708 INFO  (TEST-CollectionStateFormat2Test.test-seed#[4C6FC1BE3225788F]) [n:127.0.0.1:63276_    ] o.a.s.c.CorePropertiesLocator Looking for co

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

Container instance=2059295937
   [junit4]   2> 1121207 INFO  (jetty-launcher-1195-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:40208_solr as DOWN
   [junit4]   2> 1121623 INFO  (zkCallback-1201-thread-5-processing-n:127.0.0.1:40208_solr) [n:127.0.0.1:40208_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@426b28d5 name:ZooKeeperConnection Watcher:127.0.0.1:64274/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1121625 INFO  (zkCallback-1201-thread-17-processing-n:127.0.0.1:40208_solr) [n:127.0.0.1:40208_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1121625 INFO  (zkCallback-1201-thread-17-processing-n:127.0.0.1:40208_solr) [n:127.0.0.1:40208_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1121627 INFO  (jetty-launcher-1195-thread-1) [    ] o.a.s.c.Overseer Overseer (id=96230840327733251-127.0.0.1:40208_solr-n_0000000000) closing
   [junit4]   2> 1121627 INFO  (OverseerStateUpdate-96230840327733251-127.0.0.1:40208_solr-n_0000000000) [n:127.0.0.1:40208_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40208_solr
   [junit4]   2> 1121630 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 0x155e1707e2c0003, 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> 1121633 ERROR (jetty-launcher-1195-thread-1-EventThread) [n:127.0.0.1:40208_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/379570800@19d14be7 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6141fada[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6815]
   [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> 1121633 ERROR (jetty-launcher-1195-thread-1-EventThread) [n:127.0.0.1:40208_solr    ] o.a.z.ClientCnxn Error while calling watcher 
   [junit4]   2> java.util.concurrent.RejectedExecutionException: Task org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$8/379570800@38a51b29 rejected from org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6141fada[Shutting down, pool size = 1, active threads = 0, queued tasks = 0, completed tasks = 6815]
   [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> 1121644 INFO  (jetty-launcher-1195-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3fe13eec{/solr,null,UNAVAILABLE}
   [junit4]   2> 1121647 INFO  (SUITE-TestStressLiveNodes-seed#[4C6FC1BE3225788F]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64274 64274
   [junit4]   2> 1131679 INFO  (Thread-3559) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64274 64274
   [junit4]   2> 1131680 WARN  (Thread-3559) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	38	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1131680 INFO  (SUITE-TestStressLiveNodes-seed#[4C6FC1BE3225788F]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestStressLiveNodes_4C6FC1BE3225788F-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1869, maxMBSortInHeap=6.734038377830715, sim=ClassicSimilarity, locale=sr-Latn, timezone=Africa/Asmara
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=179269064,total=392167424
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionStateFormat2Test, TestLRUCache, CloneFieldUpdateProcessorFactoryTest, FastVectorHighlighterTest, PrimitiveFieldTypeTest, TestConfigSets, TestSolrConfigHandler, ConnectionManagerTest, SegmentsInfoRequestHandlerTest, IndexSchemaTest, TestBulkSchemaConcurrent, ZkCLITest, TestSchemaVersionResource, ExternalFileFieldSortTest, TestRandomRequestDistribution, DistributedQueryElevationComponentTest, TestBlobHandler, AssignTest, HdfsLockFactoryTest, HttpPartitionTest, TestCodecSupport, StressHdfsTest, VersionInfoTest, SpatialFilterTest, TestChildDocTransformer, TestTolerantUpdateProcessorRandomCloud, StandardRequestHandlerTest, ClusterStateTest, SpatialHeatmapFacetsTest, TestMaxScoreQueryParser, SchemaVersionSpecificBehaviorTest, JsonLoaderTest, TestPostingsSolrHighlighter, TestSort, SolrXmlInZkTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolrQueryResponse, TestLockTree, TestSearcherReuse, TestDocumentBuilder, TestGeoJSONResponseWriter, SuggestComponentTest, RemoteQueryErrorTest, CircularListTest, TestConfig, TestXIncludeConfig, TestCursorMarkWithoutUniqueKey, TestSolrConfigHandlerConcurrent, TestJmxIntegration, CollectionsAPIAsyncDistributedZkTest, TestHashPartitioner, SolrTestCaseJ4Test, BooleanFieldTest, ZkControllerTest, ActionThrottleTest, TestSha256AuthenticationProvider, TestTestInjection, DeleteLastCustomShardedReplicaTest, TestPartialUpdateDeduplication, TestPerFieldSimilarityWithDefaultOverride, TestRemoteStreaming, ScriptEngineTest, ReturnFieldsTest, TestInitParams, DocumentAnalysisRequestHandlerTest, AnalysisAfterCoreReloadTest, HdfsThreadLeakTest, SyncSliceTest, BlockJoinFacetDistribTest, TestAddFieldRealTimeGet, RestartWhileUpdatingTest, DistributedQueryComponentCustomSortTest, HdfsRestartWhileUpdatingTest, QueryElevationComponentTest, OverseerCollectionConfigSetProcessorTest, HdfsChaosMonkeyNothingIsSafeTest, ClusterStateUpdateTest, TestRequestStatusCollectionAPI, TestCollectionAPI, TestSQLHandler, QueryEqualityTest, TestHdfsBackupRestoreCore, TestScoreJoinQPNoScore, RegexBoostProcessorTest, TestQuerySenderNoQuery, DistributedExpandComponentTest, XmlUpdateRequestHandlerTest, TestFreeTextSuggestions, TestNumericTerms32, TestStressLiveNodes]
   [junit4] Completed [173/620 (3!)] on J0 in 62.34s, 1 test, 1 failure <<< FAILURES!

[...truncated 1479 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:741: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:685: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2633 tests, 1 suite-level error, 2 failures, 98 ignored (83 assumptions) [seed: 4C6FC1BE3225788F]

Total time: 76 minutes 13 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-master-Solaris (64bit/jdk1.8.0) - Build # 714 - Still Failing!

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

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

Error Message:
Error from server at http://127.0.0.1:46928/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:46928/solr: 'location' is not specified as a query parameter or as a default repository property or as a cluster property.
	at __randomizedtesting.SeedInfo.seed([A4C4B76E94DE792E:2C9088B43A2214D6]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:606)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:366)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1270)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1040)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:976)
	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.AbstractCloudBackupRestoreTestCase.testInvalidPath(AbstractCloudBackupRestoreTestCase.java:149)
	at org.apache.solr.cloud.AbstractCloudBackupRestoreTestCase.test(AbstractCloudBackupRestoreTestCase.java:128)
	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)


FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([A4C4B76E94DE792E:4D9E0C560A47E986]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
	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">0</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:775)
	... 41 more




Build Log:
[...truncated 10804 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001
   [junit4]   2> 412610 INFO  (SUITE-TestArbitraryIndexDir-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 412613 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 412614 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 412614 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 412614 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 412614 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 412614 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 412614 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 412637 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 412682 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 412785 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 412789 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 412961 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 412961 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 412963 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 412967 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 412969 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 412970 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 412970 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 412970 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr'
   [junit4]   2> 412970 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 412970 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 412971 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.CoreContainer New CoreContainer 1248376899
   [junit4]   2> 412971 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr]
   [junit4]   2> 412971 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/lib
   [junit4]   2> 412971 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 412974 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 412974 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 412974 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 412974 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 412974 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 412975 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001, shard=shard1}
   [junit4]   2> 412975 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 412976 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 412976 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 412976 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 412976 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 413015 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 413074 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 413199 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 413203 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 414049 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 414050 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 414050 WARN  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 414059 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 414061 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 414064 INFO  (coreLoadExecutor-1186-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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 414065 INFO  (coreLoadExecutor-1186-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 414065 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 414065 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/]
   [junit4]   2> 414065 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c7333bc
   [junit4]   2> 414066 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001
   [junit4]   2> 414066 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index/
   [junit4]   2> 414066 WARN  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index' doesn't exist. Creating new index...
   [junit4]   2> 414066 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index
   [junit4]   2> 414067 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 414085 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6270d94b),segFN=segments_1,generation=1}
   [junit4]   2> 414086 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 414086 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 414090 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 414091 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 414091 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 414091 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 414092 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 414092 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 414093 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414094 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414095 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414096 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414099 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 414101 INFO  (coreLoadExecutor-1186-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,/graph,/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> 414101 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 414101 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 414101 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 414103 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=18, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6888955277550389]
   [junit4]   2> 414104 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6270d94b),segFN=segments_1,generation=1}
   [junit4]   2> 414104 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 414105 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@38a72c5f[collection1] main]
   [junit4]   2> 414105 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 414105 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 414105 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 414105 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 414121 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 414354 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 414355 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 414355 INFO  (coreLoadExecutor-1186-thread-1) [    x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 414356 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 414356 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 414356 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 414356 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 414356 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 414359 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 414359 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 2
   [junit4]   2> 414359 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 414360 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 414360 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 414361 INFO  (searcherExecutor-1187-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@38a72c5f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 414453 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 414540 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6270d94b),segFN=segments_1,generation=1}
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(MMapDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6270d94b),segFN=segments_2,generation=2}
   [junit4]   2> 414561 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 414570 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrCore New index directory detected: old=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index/ new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp
   [junit4]   2> 414571 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f78b32a[collection1] main]
   [junit4]   2> 414571 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 414576 INFO  (searcherExecutor-1187-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f78b32a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 414576 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 122
   [junit4]   2> 414577 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 414577 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 414577 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader using system property solr.solr.home: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr
   [junit4]   2> 414577 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 414577 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrResourceLoader Adding 'file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 414610 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 414622 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 414730 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 414733 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 414945 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 414945 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 414946 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 414949 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 414951 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 414955 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] 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-master-Solaris/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 414955 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1
   [junit4]   2> 414956 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/]
   [junit4]   2> 414956 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5c7333bc
   [junit4]   2> 414956 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp
   [junit4]   2> 414957 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/
   [junit4]   2> 414957 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-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/
   [junit4]   2> 414957 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Cannot delete directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index as it is still being referenced in the cache!
   [junit4]   2> 414957 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] o.a.s.c.DirectoryFactory Delete old index directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index failed.
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 414960 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 414962 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414963 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414965 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414966 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 414968 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp
   [junit4]   2> 414974 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with startup=lazy 
   [junit4]   2> 415030 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    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,/graph,/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> 415030 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 415030 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 415030 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 415031 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ff5352c[collection1] main]
   [junit4]   2> 415031 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 415031 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 415031 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 415031 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 415032 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 415042 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 415043 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... core=collection1
   [junit4]   2> 415044 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 415044 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=242698031, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 415045 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 415045 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 415045 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 415046 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 415046 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(NIOFSDirectory@/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@33d4b56d),segFN=segments_1,generation=1}
   [junit4]   2> 415046 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 415046 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 415046 WARN  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 415047 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 415047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4d01d760[collection1] main]
   [junit4]   2> 415047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 415047 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@174942a0
   [junit4]   2> 415048 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    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> 415049 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 415050 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 415051 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 415051 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 415052 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ff5352c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 415052 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 415052 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 415052 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 415052 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 415056 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 415058 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    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=0
   [junit4]   2> 415059 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    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">0</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> 415059 ERROR (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    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">0</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:775)
   [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> 415060 INFO  (TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[A4C4B76E94DE792E]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> 415060 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 415061 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 415063 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 415064 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir -Dtests.seed=A4C4B76E94DE792E -Dtests.slow=true -Dtests.locale=ar-SY -Dtests.timezone=America/Bahia -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   2.45s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4C4B76E94DE792E:4D9E0C560A47E986]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:782)
   [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">0</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:775)
   [junit4]    > 	... 41 more
   [junit4]   2> 415064 INFO  (SUITE-TestArbitraryIndexDir-seed#[A4C4B76E94DE792E]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 415064 INFO  (SUITE-TestArbitraryIndexDir-seed#[A4C4B76E94DE792E]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1248376899
   [junit4]   2> 415066 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6d6f669b
   [junit4]   2> 415066 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    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> 415066 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 415066 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 415066 INFO  (searcherExecutor-1191-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4d01d760[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c1)))}
   [junit4]   2> 415066 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 415069 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 415129 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories currently being tracked
   [junit4]   2> 415129 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 415129 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 415129 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index_temp
   [junit4]   2> 415132 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 415132 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 415132 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001/index
   [junit4]   2> 415136 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory looking to close /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001 [CachedDir<<refCount=0;path=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001;done=false>>]
   [junit4]   2> 415136 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 415136 INFO  (coreCloseExecutor-1195-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001/init-core-data-001
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_A4C4B76E94DE792E-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {name=Lucene50(blocksize=128), id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=254, maxMBSortInHeap=5.577636051683226, sim=RandomSimilarity(queryNorm=true): {}, locale=ar-SY, timezone=America/Bahia
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=90624712,total=201773056
   [junit4]   2> NOTE: All tests run in this JVM: [TestHdfsBackupRestoreCore, CloudExitableDirectoryReaderTest, TestSolrFieldCacheMBean, BigEndianAscendingWordSerializerTest, TestUninvertingReader, TestHighlightDedupGrouping, TestSchemaResource, TestDynamicFieldResource, TestRemoteStreaming, TestSolrConfigHandler, CoreAdminRequestStatusTest, TestFieldTypeResource, TestElisionMultitermQuery, CurrencyFieldXmlFileTest, TestTolerantUpdateProcessorRandomCloud, StandardRequestHandlerTest, ClusterStateUpdateTest, TestGroupingSearch, ZkStateReaderTest, TolerantUpdateProcessorTest, TestComponentsName, TestCloudDeleteByQuery, TestShortCircuitedRequests, TestCollectionAPI, SolrCLIZkUtilsTest, HdfsRecoverLeaseTest, CollectionStateFormat2Test, TestFieldCacheSortRandom, TestXmlQParser, HdfsCollectionsAPIDistributedZkTest, MigrateRouteKeyTest, TestChildDocTransformer, BooleanFieldTest, TestImplicitCoreProperties, IndexSchemaTest, DateRangeFieldTest, TestStressReorder, TestSweetSpotSimilarityFactory, HLLSerializationTest, DistributedVersionInfoTest, QueryEqualityTest, DirectUpdateHandlerTest, TestNumericTerms32, TestSurroundQueryParser, HdfsUnloadDistributedZkTest, TestArbitraryIndexDir]
   [junit4] Completed [98/620 (1!)] on J0 in 2.58s, 1 test, 1 error <<< FAILURES!

[...truncated 279 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLocalFSCloudBackupRestore
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/init-core-data-001
   [junit4]   2> 927655 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 927655 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 927656 INFO  (Thread-3389) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 927656 INFO  (Thread-3389) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 927756 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34879
   [junit4]   2> 927756 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 927756 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927758 INFO  (zkCallback-2155-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5c87229c name:ZooKeeperConnection Watcher:127.0.0.1:34879 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927758 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927759 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 927759 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 927764 INFO  (jetty-launcher-2154-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 927764 INFO  (jetty-launcher-2154-thread-2) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 927766 INFO  (jetty-launcher-2154-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@22de90ce{/solr,null,AVAILABLE}
   [junit4]   2> 927766 INFO  (jetty-launcher-2154-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29631224{/solr,null,AVAILABLE}
   [junit4]   2> 927768 INFO  (jetty-launcher-2154-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@312c2181{HTTP/1.1,[http/1.1]}{127.0.0.1:50807}
   [junit4]   2> 927768 INFO  (jetty-launcher-2154-thread-2) [    ] o.e.j.s.ServerConnector Started ServerConnector@9ffa5b2{HTTP/1.1,[http/1.1]}{127.0.0.1:46928}
   [junit4]   2> 927768 INFO  (jetty-launcher-2154-thread-1) [    ] o.e.j.s.Server Started @931553ms
   [junit4]   2> 927768 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50807}
   [junit4]   2> 927768 INFO  (jetty-launcher-2154-thread-2) [    ] o.e.j.s.Server Started @931553ms
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46928}
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node1'
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@6d06d69c
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node2'
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 927769 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 927770 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927770 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927772 INFO  (zkCallback-2156-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6934eaa1 name:ZooKeeperConnection Watcher:127.0.0.1:34879/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927772 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927772 INFO  (zkCallback-2157-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3d64140 name:ZooKeeperConnection Watcher:127.0.0.1:34879/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927773 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 927773 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927773 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 927773 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 927773 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 927783 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node1/.
   [junit4]   2> 927784 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 97146460
   [junit4]   2> 927784 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node1]
   [junit4]   2> 927784 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node2/.
   [junit4]   2> 927784 WARN  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node1/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node1/lib
   [junit4]   2> 927784 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.CoreContainer New CoreContainer 1537575461
   [junit4]   2> 927784 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node2]
   [junit4]   2> 927784 INFO  (jetty-launcher-2154-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,
   [junit4]   2> 927785 WARN  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.CoreContainer Couldn't add files from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node2/lib to classpath: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001/tempDir-001/node2/lib
   [junit4]   2> 927785 INFO  (jetty-launcher-2154-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,
   [junit4]   2> 927786 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.u.UpdateShardHandler Created UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&maxConnections=100000&maxConnectionsPerHost=100000
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34879/solr
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34879/solr
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 927787 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927788 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927790 INFO  (zkCallback-2163-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@791d5196 name:ZooKeeperConnection Watcher:127.0.0.1:34879 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927790 INFO  (zkCallback-2162-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@39d19f45 name:ZooKeeperConnection Watcher:127.0.0.1:34879 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927790 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927790 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927790 INFO  (jetty-launcher-2154-thread-2) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 927791 INFO  (jetty-launcher-2154-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 927793 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$79/1280337727@4bcc36d
   [junit4]   2> 927793 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927794 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 0x155dfc608890003, 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> 927797 INFO  (jetty-launcher-2154-thread-1) [n:127.0.0.1:50807_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$79/1280337727@d14acfd
   [junit4]   2> 927797 INFO  (jetty-launcher-2154-thread-1) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 927798 INFO  (zkCallback-2164-thread-1-processing-n:127.0.0.1:46928_solr) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14db158c name:ZooKeeperConnection Watcher:127.0.0.1:34879/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927798 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927799 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 927802 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 927805 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 927807 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 927809 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 927811 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 927812 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 927814 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 927815 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 927816 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 927817 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 927818 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 927819 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 927821 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 927823 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 927824 INFO  (zkCallback-2165-thread-1-processing-n:127.0.0.1:50807_solr) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3c3402f9 name:ZooKeeperConnection Watcher:127.0.0.1:34879/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 927824 INFO  (jetty-launcher-2154-thread-1) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 927824 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 927825 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/96229008698048517-127.0.0.1:46928_solr-n_0000000000
   [junit4]   2> 927825 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46928_solr
   [junit4]   2> 927825 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 927827 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.Overseer Overseer (id=96229008698048517-127.0.0.1:46928_solr-n_0000000000) starting
   [junit4]   2> 927830 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 927836 INFO  (jetty-launcher-2154-thread-1) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 927837 INFO  (jetty-launcher-2154-thread-1) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ZkStateReader Loaded empty cluster properties
   [junit4]   2> 927839 INFO  (jetty-launcher-2154-thread-1) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 927839 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 927840 INFO  (OverseerCollectionConfigSetProcessor-96229008698048517-127.0.0.1:46928_solr-n_0000000000) [n:127.0.0.1:46928_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 927841 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46928_solr
   [junit4]   2> 927841 INFO  (OverseerStateUpdate-96229008698048517-127.0.0.1:46928_solr-n_0000000000) [n:127.0.0.1:46928_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 927841 INFO  (jetty-launcher-2154-thread-2) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:46928_solr
   [junit4]   2> 927843 INFO  (zkCallback-2164-thread-1-processing-n:127.0.0

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

64-thread-4-processing-n:127.0.0.1:46928_solr) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 934291 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 0x155dfc608890005, 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> 934294 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 0x155dfc608890006, 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> 934295 WARN  (zkCallback-2165-thread-2-processing-n:127.0.0.1:50807_solr) [n:127.0.0.1:50807_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:331)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [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:328)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:105)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:266)
   [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.lambda$execute$0(ExecutorUtil.java:229)
   [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> 935790 WARN  (zkCallback-2165-thread-1-processing-n:127.0.0.1:50807_solr) [n:127.0.0.1:50807_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 935791 INFO  (jetty-launcher-2154-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@22de90ce{/solr,null,UNAVAILABLE}
   [junit4]   2> 935793 WARN  (zkCallback-2164-thread-4-processing-n:127.0.0.1:46928_solr) [n:127.0.0.1:46928_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 935794 INFO  (jetty-launcher-2154-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@29631224{/solr,null,UNAVAILABLE}
   [junit4]   2> 935797 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34879 34879
   [junit4]   2> 935912 INFO  (Thread-3389) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34879 34879
   [junit4]   2> 935913 WARN  (Thread-3389) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/backuprestore/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 935913 INFO  (SUITE-TestLocalFSCloudBackupRestore-seed#[A4C4B76E94DE792E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.TestLocalFSCloudBackupRestore_A4C4B76E94DE792E-001
   [junit4]   2> Jul 12, 2016 3:42:33 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(Lucene62): {shard_s=PostingsFormat(name=Direct), _version_=PostingsFormat(name=Direct), id=FSTOrd50}, docValues:{}, maxPointsInLeafNode=67, maxMBSortInHeap=5.048070005755842, sim=ClassicSimilarity, locale=de-AT, timezone=UTC
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_92 (64-bit)/cpus=3,threads=1,free=106268344,total=251183104
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, CdcrReplicationHandlerTest, TestValueSourceCache, BigEndianAscendingWordDeserializerTest, TestNumericTerms64, TestDistributedMissingSort, ChangedSchemaMergeTest, TestManagedStopFilterFactory, TestSubQueryTransformerDistrib, CSVRequestHandlerTest, DistributedFacetPivotWhiteBoxTest, BadIndexSchemaTest, TestRTGBase, NotRequiredUniqueKeyTest, TlogReplayBufferedWhileIndexingTest, CoreAdminHandlerTest, ChaosMonkeySafeLeaderTest, TestDistributedGrouping, RuleEngineTest, UpdateRequestProcessorFactoryTest, TestBinaryResponseWriter, TestOverriddenPrefixQueryForCustomFieldType, TestCloudInspectUtil, TestSolrJ, TestStressCloudBlindAtomicUpdates, TestConfigSetsAPI, SimpleCollectionCreateDeleteTest, HdfsSyncSliceTest, CleanupOldIndexTest, TestFieldCacheSort, GraphQueryTest, HdfsRecoveryZkTest, FullSolrCloudDistribCmdsTest, TestFieldCollectionResource, MultiTermTest, TestInfoStreamLogging, TestCloudManagedSchema, NumericFieldsTest, TestOrdValues, CacheHeaderTest, FullHLLTest, DeleteStatusTest, TestFiltering, CdcrUpdateLogTest, TestLegacyFieldCache, BlockJoinFacetRandomTest, TestClusterStateMutator, ResourceLoaderTest, CheckHdfsIndexTest, CloudMLTQParserTest, TestRandomCollapseQParserPlugin, RollingRestartTest, SmileWriterTest, SpatialRPTFieldTypeTest, TestClassicSimilarityFactory, TestSortingResponseWriter, TestRangeQuery, TestShardHandlerFactory, TestQuerySenderListener, SolrPluginUtilsTest, TestSolrDynamicMBean, BlobRepositoryCloudTest, DistributedDebugComponentTest, ParsingFieldUpdateProcessorsTest, TestSolrIndexConfig, TestConfigOverlay, SpellCheckCollatorTest, TestSolrConfigHandlerCloud, PluginInfoTest, TestComplexPhraseQParserPlugin, TestScoreJoinQPScore, MergeStrategyTest, TestFieldTypeCollectionResource, TestDynamicLoading, TestCrossCoreJoin, HdfsDirectoryTest, SolrCmdDistributorTest, CachingDirectoryFactoryTest, TestCharFilters, TestBulkSchemaAPI, SuggesterTest, DistanceFunctionTest, CollectionsAPISolrJTest, BitVectorTest, SearchHandlerTest, TestSuggestSpellingConverter, DistributedFacetPivotSmallAdvancedTest, BadCopyFieldTest, TestManagedSchema, DistribDocExpirationUpdateProcessorTest, ResponseHeaderTest, CoreAdminCreateDiscoverTest, TestAuthorizationFramework, CopyFieldTest, DateMathParserTest, RecoveryAfterSoftCommitTest, TestPivotHelperCode, TestLocalFSCloudBackupRestore]
   [junit4] Completed [188/620 (2!)] on J1 in 8.78s, 1 test, 1 error <<< FAILURES!

[...truncated 1411 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:741: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:685: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:59: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build.xml:233: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/common-build.xml:530: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1443: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:984: There were test failures: 620 suites (10 ignored), 2635 tests, 2 errors, 98 ignored (83 assumptions) [seed: A4C4B76E94DE792E]

Total time: 83 minutes 59 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