You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/11/17 07:26:04 UTC

[JENKINS] Lucene-Solr-Tests-master - Build # 2178 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2178/

4 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.test

Error Message:
Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34312/solr/testalias, https://127.0.0.1:40009/solr/testalias]

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected SolrException but got org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34312/solr/testalias, https://127.0.0.1:40009/solr/testalias]
	at __randomizedtesting.SeedInfo.seed([62A2C6158E8B2A0:8E7E13BBF614DF58]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2660)
	at org.apache.solr.cloud.AliasIntegrationTest.test(AliasIntegrationTest.java:252)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:34312/solr/testalias, https://127.0.0.1:40009/solr/testalias]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.cloud.AliasIntegrationTest.lambda$test$7(AliasIntegrationTest.java:255)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2655)
	... 40 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34312/solr/testalias: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testalias/select. Reason:
<pre>    Can not find: /solr/testalias/select</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	... 48 more


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

Error Message:
Aliases should not be null

Stack Trace:
java.lang.AssertionError: Aliases should not be null
	at __randomizedtesting.SeedInfo.seed([62A2C6158E8B2A0:8E7E13BBF614DF58]: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.TestCollectionAPI.clusterStatusAliasTest(TestCollectionAPI.java:298)
	at org.apache.solr.cloud.TestCollectionAPI.test(TestCollectionAPI.java:89)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([62A2C6158E8B2A0:5103D7D4831A50BB]: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.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:709)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery

Error Message:
Error from server at https://127.0.0.1:34032/solr: create the collection time out:180s

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34032/solr: create the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([62A2C6158E8B2A0:1759EB50849EB7DC]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.search.stats.TestDistribIDF.createCollection(TestDistribIDF.java:205)
	at org.apache.solr.search.stats.TestDistribIDF.createCollection(TestDistribIDF.java:193)
	at org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:154)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13383 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 4720921 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/init-core-data-001
   [junit4]   2> 4720921 WARN  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 4720922 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4720923 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4720923 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001
   [junit4]   2> 4720924 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4720924 INFO  (Thread-7514) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4720924 INFO  (Thread-7514) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4720958 ERROR (Thread-7514) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4721066 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42260
   [junit4]   2> 4721119 INFO  (jetty-launcher-2540-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4721137 INFO  (jetty-launcher-2540-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4721284 INFO  (jetty-launcher-2540-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3d95ea79{/solr,null,AVAILABLE}
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a97d1e6{SSL,[ssl, http/1.1]}{127.0.0.1:40009}
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.e.j.s.Server Started @4735440ms
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40009}
   [junit4]   2> 4721285 ERROR (jetty-launcher-2540-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4721285 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-17T05:42:27.146Z
   [junit4]   2> 4721323 INFO  (jetty-launcher-2540-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69b410e1{/solr,null,AVAILABLE}
   [junit4]   2> 4721323 INFO  (jetty-launcher-2540-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fe6ddf8{SSL,[ssl, http/1.1]}{127.0.0.1:34312}
   [junit4]   2> 4721323 INFO  (jetty-launcher-2540-thread-2) [    ] o.e.j.s.Server Started @4735478ms
   [junit4]   2> 4721323 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34312}
   [junit4]   2> 4721324 ERROR (jetty-launcher-2540-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4721324 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4721324 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4721324 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4721324 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-17T05:42:27.185Z
   [junit4]   2> 4721365 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4721365 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4721532 INFO  (jetty-launcher-2540-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42260/solr
   [junit4]   2> 4721584 INFO  (jetty-launcher-2540-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42260/solr
   [junit4]   2> 4721637 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 0x15fc87fe9020005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4721765 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4721766 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34312_solr
   [junit4]   2> 4721767 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.c.Overseer Overseer (id=99018168521064452-127.0.0.1:34312_solr-n_0000000000) starting
   [junit4]   2> 4721896 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34312_solr
   [junit4]   2> 4721953 INFO  (OverseerStateUpdate-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4721984 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4722002 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4722004 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40009_solr
   [junit4]   2> 4722018 INFO  (zkCallback-2548-thread-2-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4722042 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4722230 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40009.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4722253 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40009.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4722253 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40009.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4722266 INFO  (jetty-launcher-2540-thread-1) [n:127.0.0.1:40009_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node1/.
   [junit4]   2> 4722334 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34312.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4722370 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34312.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4722370 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34312.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4722396 INFO  (jetty-launcher-2540-thread-2) [n:127.0.0.1:34312_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/.
   [junit4]   2> 4722581 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4722582 INFO  (SUITE-AliasIntegrationTest-seed#[62A2C6158E8B2A0]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42260/solr ready
   [junit4]   2> 4722653 INFO  (TEST-AliasIntegrationTest.testMetadata-seed#[62A2C6158E8B2A0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMetadata
   [junit4]   2> 4722770 INFO  (qtp1609428854-19174) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4722835 INFO  (OverseerThreadFactory-6641-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection1meta
   [junit4]   2> 4722946 INFO  (OverseerStateUpdate-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34312/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4722961 INFO  (OverseerStateUpdate-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1meta",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1meta_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4723306 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4723307 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4723352 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4723353 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4723503 INFO  (zkCallback-2548-thread-2-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4723513 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4723513 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4723546 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4724543 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4724561 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4724596 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema [collection1meta_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 4724598 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4724598 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard2_replica_n2' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 4724631 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40009.solr.core.collection1meta.shard2.replica_n2' (registry 'solr.core.collection1meta.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4724632 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4724632 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [[collection1meta_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node1/collection1meta_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node1/./collection1meta_shard2_replica_n2/data/]
   [junit4]   2> 4724706 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection1meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4724837 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4724837 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1meta_shard1_replica_n1' using configuration from collection collection1meta, trusted=true
   [junit4]   2> 4724837 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34312.solr.core.collection1meta.shard1.replica_n1' (registry 'solr.core.collection1meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4724837 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4724837 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection1meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/collection1meta_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/./collection1meta_shard1_replica_n1/data/]
   [junit4]   2> 4725256 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4725256 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4725273 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4725273 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4725274 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4725274 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4725275 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4725275 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4725276 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@caabb03[collection1meta_shard2_replica_n2] main]
   [junit4]   2> 4725307 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6845300[collection1meta_shard1_replica_n1] main]
   [junit4]   2> 4725331 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4725347 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4725347 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4725348 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584290700941328384
   [junit4]   2> 4725364 INFO  (searcherExecutor-6646-thread-1-processing-n:127.0.0.1:40009_solr x:collection1meta_shard2_replica_n2 s:shard2 c:collection1meta r:core_node4) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SolrCore [collection1meta_shard2_replica_n2] Registered new searcher Searcher@caabb03[collection1meta_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4725364 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4725379 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4725380 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4725380 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584290700974882816
   [junit4]   2> 4725383 INFO  (searcherExecutor-6647-thread-1-processing-n:127.0.0.1:34312_solr x:collection1meta_shard1_replica_n1 s:shard1 c:collection1meta r:core_node3) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SolrCore [collection1meta_shard1_replica_n1] Registered new searcher Searcher@6845300[collection1meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4725429 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4725429 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4725429 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40009/solr/collection1meta_shard2_replica_n2/
   [junit4]   2> 4725429 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4725429 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:40009/solr/collection1meta_shard2_replica_n2/ has no replicas
   [junit4]   2> 4725429 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4725431 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40009/solr/collection1meta_shard2_replica_n2/ shard2
   [junit4]   2> 4725445 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4725445 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4725445 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34312/solr/collection1meta_shard1_replica_n1/
   [junit4]   2> 4725445 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4725445 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:34312/solr/collection1meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 4725445 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4725447 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34312/solr/collection1meta_shard1_replica_n1/ shard1
   [junit4]   2> 4725578 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725578 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725578 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725579 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725630 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4725647 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4725649 INFO  (qtp1475816089-19183) [n:127.0.0.1:40009_solr c:collection1meta s:shard2 r:core_node4 x:collection1meta_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1meta_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1meta&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2296
   [junit4]   2> 4725689 INFO  (qtp1609428854-19169) [n:127.0.0.1:34312_solr c:collection1meta s:shard1 r:core_node3 x:collection1meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1meta_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2382
   [junit4]   2> 4725738 INFO  (qtp1609428854-19174) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 4725794 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725794 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725798 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4725798 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1meta/state.json] for collection [collection1meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4726741 INFO  (qtp1609428854-19174) [n:127.0.0.1:34312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection1meta&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3970
   [junit4]   2> 4726742 INFO  (qtp1609428854-19176) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4726782 INFO  (OverseerCollectionConfigSetProcessor-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4726782 INFO  (OverseerThreadFactory-6641-thread-2-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.CreateCollectionCmd Create collection collection2meta
   [junit4]   2> 4727023 INFO  (OverseerStateUpdate-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2meta",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2meta_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34312/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4727227 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4727343 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4727343 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4728285 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4728381 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.IndexSchema [collection2meta_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4728383 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4728383 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection2meta_shard1_replica_n1' using configuration from collection collection2meta, trusted=true
   [junit4]   2> 4728465 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34312.solr.core.collection2meta.shard1.replica_n1' (registry 'solr.core.collection2meta.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4728465 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4728465 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [[collection2meta_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/collection2meta_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/./collection2meta_shard1_replica_n1/data/]
   [junit4]   2> 4728782 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4728782 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4728783 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4728783 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4728785 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@7159f210[collection2meta_shard1_replica_n1] main]
   [junit4]   2> 4728815 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4728815 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4728816 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4728816 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584290704577789952
   [junit4]   2> 4728832 INFO  (searcherExecutor-6656-thread-1-processing-n:127.0.0.1:34312_solr x:collection2meta_shard1_replica_n1 s:shard1 c:collection2meta r:core_node2) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SolrCore [collection2meta_shard1_replica_n1] Registered new searcher Searcher@7159f210[collection2meta_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4728834 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4728834 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4728834 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34312/solr/collection2meta_shard1_replica_n1/
   [junit4]   2> 4728834 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4728887 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:34312/solr/collection2meta_shard1_replica_n1/ has no replicas
   [junit4]   2> 4728887 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4728890 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34312/solr/collection2meta_shard1_replica_n1/ shard1
   [junit4]   2> 4729022 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4729022 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4729076 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4729078 INFO  (qtp1609428854-19172) [n:127.0.0.1:34312_solr c:collection2meta s:shard1 r:core_node2 x:collection2meta_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2meta_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2meta&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1850
   [junit4]   2> 4729112 INFO  (qtp1609428854-19176) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 4729266 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4729266 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2meta/state.json] for collection [collection2meta] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4730112 INFO  (qtp1609428854-19176) [n:127.0.0.1:34312_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection2meta&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3370
   [junit4]   2> 4730279 INFO  (TEST-AliasIntegrationTest.testMetadata-seed#[62A2C6158E8B2A0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4730280 INFO  (TEST-AliasIntegrationTest.testMetadata-seed#[62A2C6158E8B2A0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMetadata
   [junit4]   2> 4730381 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[62A2C6158E8B2A0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorChecks
   [junit4]   2> 4730382 INFO  (qtp1609428854-19173) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4730470 INFO  (OverseerCollectionConfigSetProcessor-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4730470 INFO  (OverseerThreadFactory-6641-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.CreateCollectionCmd Create collection testErrorChecks-collection
   [junit4]   2> 4730733 INFO  (OverseerStateUpdate-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testErrorChecks-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34312/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4730733 INFO  (OverseerStateUpdate-99018168521064452-127.0.0.1:34312_solr-n_0000000000) [n:127.0.0.1:34312_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testErrorChecks-collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40009/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4730949 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4730970 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4731075 INFO  (zkCallback-2548-thread-2-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4731086 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4731086 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4731086 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4731996 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4732048 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4732084 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema [testErrorChecks-collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4736511 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema [testErrorChecks-collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 4736530 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4736530 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard2_replica_n2' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 4736531 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40009.solr.core.testErrorChecks-collection.shard2.replica_n2' (registry 'solr.core.testErrorChecks-collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4736531 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4736531 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [[testErrorChecks-collection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node1/testErrorChecks-collection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node1/./testErrorChecks-collection_shard2_replica_n2/data/]
   [junit4]   2> 4736539 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 4736539 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard1_replica_n1' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 4736539 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34312.solr.core.testErrorChecks-collection.shard1.replica_n1' (registry 'solr.core.testErrorChecks-collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3e1ba543
   [junit4]   2> 4736539 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4736539 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [[testErrorChecks-collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/testErrorChecks-collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_62A2C6158E8B2A0-001/tempDir-001/node2/./testErrorChecks-collection_shard1_replica_n1/data/]
   [junit4]   2> 4736731 ERROR (Finalizer) [    ] o.a.s.u.ConcurrentLFUCache ConcurrentLFUCache was not destroyed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!!
   [junit4]   2> 4736949 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4736949 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4736950 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4736950 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4736951 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f0109c7[testErrorChecks-collection_shard2_replica_n2] main]
   [junit4]   2> 4736952 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4736965 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4736965 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4736966 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584290713123684352
   [junit4]   2> 4737040 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4737040 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4737040 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40009/solr/testErrorChecks-collection_shard2_replica_n2/
   [junit4]   2> 4737040 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4737040 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy https://127.0.0.1:40009/solr/testErrorChecks-collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 4737040 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4737055 INFO  (searcherExecutor-6661-thread-1-processing-n:127.0.0.1:40009_solr x:testErrorChecks-collection_shard2_replica_n2 s:shard2 c:testErrorChecks-collection r:core_node4) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2] Registered new searcher Searcher@2f0109c7[testErrorChecks-collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4737055 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40009/solr/testErrorChecks-collection_shard2_replica_n2/ shard2
   [junit4]   2> 4737056 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4737056 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4737057 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4737057 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4737075 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737075 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737076 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68220d5a[testErrorChecks-collection_shard1_replica_n1] main]
   [junit4]   2> 4737077 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 4737078 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 4737078 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4737090 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737091 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737093 INFO  (searcherExecutor-6662-thread-1-processing-n:127.0.0.1:34312_solr x:testErrorChecks-collection_shard1_replica_n1 s:shard1 c:testErrorChecks-collection r:core_node3) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1] Registered new searcher Searcher@68220d5a[testErrorChecks-collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4737107 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4737108 INFO  (qtp1475816089-19184) [n:127.0.0.1:40009_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6138
   [junit4]   2> 4737108 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584290713272582144
   [junit4]   2> 4737128 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4737128 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4737129 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34312/solr/testErrorChecks-collection_shard1_replica_n1/
   [junit4]   2> 4737129 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4737129 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:34312/solr/testErrorChecks-collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4737129 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4737130 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34312/solr/testErrorChecks-collection_shard1_replica_n1/ shard1
   [junit4]   2> 4737234 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737234 INFO  (zkCallback-2553-thread-1-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737234 INFO  (zkCallback-2548-thread-1-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737234 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737290 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4737351 INFO  (qtp1609428854-19175) [n:127.0.0.1:34312_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=6402
   [junit4]   2> 4737392 INFO  (qtp1609428854-19173) [n:127.0.0.1:34312_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 4737473 INFO  (zkCallback-2548-thread-2-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737473 INFO  (zkCallback-2548-thread-3-processing-n:127.0.0.1:34312_solr) [n:127.0.0.1:34312_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4737485 INFO  (zkCallback-2553-thread-2-processing-n:127.0.0.1:40009_solr) [n:127.0.0.1:40009_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:Nod

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

(jetty-closer-5342-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e27e48c{/solr,null,UNAVAILABLE}
   [junit4]   2> 6817162 ERROR (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[62A2C6158E8B2A0]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 6817165 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[62A2C6158E8B2A0]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37679 37679
   [junit4]   2> 6817290 INFO  (Thread-9371) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37679 37679
   [junit4]   2> 6817362 WARN  (Thread-9371) [    ] 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> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 
   [junit4]   2> 6817419 INFO  (TEST-TestDistribIDF.testMultiCollectionQuery-seed#[62A2C6158E8B2A0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCollectionQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDistribIDF -Dtests.method=testMultiCollectionQuery -Dtests.seed=62A2C6158E8B2A0 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=America/Sitka -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    218s J0 | TestDistribIDF.testMultiCollectionQuery <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34032/solr: create the collection time out:180s
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([62A2C6158E8B2A0:1759EB50849EB7DC]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    > 	at org.apache.solr.search.stats.TestDistribIDF.createCollection(TestDistribIDF.java:205)
   [junit4]    > 	at org.apache.solr.search.stats.TestDistribIDF.createCollection(TestDistribIDF.java:193)
   [junit4]    > 	at org.apache.solr.search.stats.TestDistribIDF.testMultiCollectionQuery(TestDistribIDF.java:154)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.search.stats.TestDistribIDF_62A2C6158E8B2A0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {multiDefault=PostingsFormat(name=LuceneFixedGap), cat=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FSTOrd50, _route_=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=553, maxMBSortInHeap=5.457011111980553, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@c69fce4), locale=sq, timezone=America/Sitka
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=191745840,total=526385152
   [junit4]   2> NOTE: All tests run in this JVM: [TestIndexingPerformance, CollectionStateFormat2Test, TestConfigSetImmutable, ResourceLoaderTest, TestJsonRequest, TestLuceneIndexBackCompat, ClassificationUpdateProcessorIntegrationTest, AutoAddReplicasPlanActionTest, ForceLeaderTest, TestSuggestSpellingConverter, TestSolrQueryResponse, FastVectorHighlighterTest, TestRecovery, PrimitiveFieldTypeTest, DateFieldTest, SyncSliceTest, SolrJmxReporterCloudTest, DistributedQueryComponentCustomSortTest, TestSolrCloudSnapshots, StatelessScriptUpdateProcessorFactoryTest, TestRandomFaceting, SecurityConfHandlerTest, StressHdfsTest, SolrCloudReportersTest, TestCoreAdminApis, BasicDistributedZkTest, ShufflingReplicaListTransformerTest, TestImpersonationWithHadoopAuth, TestXmlQParserPlugin, TestSimpleQParserPlugin, TestSimpleTextCodec, TestUniqueKeyFieldResource, ReplicationFactorTest, TestMinMaxOnMultiValuedField, TestConfig, HdfsDirectoryTest, DeleteInactiveReplicaTest, SolrMetricsIntegrationTest, TestJoin, TestPayloadCheckQParserPlugin, TestCodecSupport, JSONWriterTest, TestReplicationHandler, CleanupOldIndexTest, TestBinaryField, TestCSVLoader, TestWordDelimiterFilterFactory, TestFileDictionaryLookup, SolrCloudExampleTest, HdfsChaosMonkeyNothingIsSafeTest, TestSchemaSimilarityResource, TestHdfsCloudBackupRestore, TestManagedResourceStorage, TestMultiWordSynonyms, DocExpirationUpdateProcessorFactoryTest, AtomicUpdateProcessorFactoryTest, URLClassifyProcessorTest, SearchHandlerTest, RulesTest, LeaderElectionIntegrationTest, DateMathParserTest, SolrCoreMetricManagerTest, TestCollationFieldDocValues, DistribCursorPagingTest, BasicZkTest, TestSolrCLIRunExample, TestStressUserVersions, TestUninvertingReader, TestCloudDeleteByQuery, SolrInfoBeanTest, PreAnalyzedFieldManagedSchemaCloudTest, SolrCoreTest, TestCustomDocTransformer, TestSegmentSorting, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestUpdate, TestCustomSort, SubstringBytesRefFilterTest, TestSchemaManager, TestQueryUtils, TermsComponentTest, SolrIndexMetricsTest, DistributedQueryElevationComponentTest, JavabinLoaderTest, TestGraphMLResponseWriter, DistributedFacetExistsSmallTest, NodeAddedTriggerTest, CursorMarkTest, HdfsTlogReplayBufferedWhileIndexingTest, TestIBSimilarityFactory, TestBulkSchemaConcurrent, CdcrUpdateLogTest, IndexSchemaRuntimeFieldTest, ConnectionManagerTest, TestFieldTypeResource, TestBadConfig, TestNamedUpdateProcessors, NoCacheHeaderTest, TestRandomCollapseQParserPlugin, TestCloudSearcherWarming, TestClassicSimilarityFactory, TestGraphTermsQParserPlugin, UpdateParamsTest, TestLRUStatsCache, TestCollectionsAPIViaSolrCloudCluster, TestRestoreCore, TestFastOutputStream, TestRawResponseWriter, AnalysisAfterCoreReloadTest, SharedFSAutoReplicaFailoverTest, TestStressVersions, TestSubQueryTransformerCrossCore, TestStreamBody, TestSkipOverseerOperations, SoftAutoCommitTest, ZkStateWriterTest, BJQParserTest, CheckHdfsIndexTest, TestApiFramework, QueryParsingTest, TestRecoveryHdfs, OverseerCollectionConfigSetProcessorTest, SSLMigrationTest, CdcrVersionReplicationTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, PolyFieldTest, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, DistanceFunctionTest, CacheHeaderTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, LoggingHandlerTest, SolrPluginUtilsTest, TestJmxIntegration, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, TestLFUCache, TestPhraseSuggestions, TestDFRSimilarityFactory, ScriptEngineTest, PrimUtilsTest, DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, SliceStateTest, FileUtilsTest, DistributedMLTComponentTest, CursorPagingTest, DistributedIntervalFacetingTest, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, AliasIntegrationTest, AssignTest, CloudExitableDirectoryReaderTest, CollectionTooManyReplicasTest, ConfigSetsAPITest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnCommitTest, MoveReplicaHDFSFailoverTest, RestartWhileUpdatingTest, RollingRestartTest, SolrXmlInZkTest, TestAuthenticationFramework, TestCloudRecovery, TestDistribDocBasedVersion, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestShortCircuitedRequests, TestStressInPlaceUpdates, BaseCdcrDistributedZkTest, CdcrBootstrapTest, HdfsRecoverLeaseTest, ImplicitSnitchTest, CoreSorterTest, DirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigOverlay, TestConfigSetProperties, TestConfigSets, TestDynamicLoading, TestReplicationHandlerBackup, TestSolrConfigHandlerCloud, TestHttpShardHandlerFactory, TestTrackingShardHandlerFactory, JvmMetricsTest, SolrMetricReporterTest, SolrGangliaReporterTest, SolrSlf4jReporterTest, RegexBytesRefFilterTest, TestIntervalFaceting, TestUseDocValuesAsStored, TestReloadDeadlock, TestSearcherReuse, TestSolrCoreParser, TestStandardQParsers, TestTrieFacet, BlockJoinFacetRandomTest, TestScoreJoinQPScore, TestNonDefinedSimilarityFactory, TestPerFieldSimilarityWithDefaultOverride, TestDistribIDF]
   [junit4] Completed [727/750 (4!)] on J0 in 239.72s, 2 tests, 1 error <<< FAILURES!

[...truncated 47328 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2183 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2183/

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

Error Message:
Could not load collection from ZK: forceleader_test_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: forceleader_test_collection
	at __randomizedtesting.SeedInfo.seed([FACBF081B1655FDB:1C5CC44188E7A6BA]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:742)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:764)
	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:546)
	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:143)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/forceleader_test_collection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 47 more


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

Error Message:
Could not load collection from ZK: testcollection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: testcollection
	at __randomizedtesting.SeedInfo.seed([FACBF081B1655FDB:729FCF5B1F993223]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.common.cloud.ClusterState.hasCollection(ClusterState.java:103)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForCollection(AbstractFullDistribZkTestBase.java:345)
	at org.apache.solr.cloud.TestReplicaProperties.test(TestReplicaProperties.java:63)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/testcollection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 46 more




Build Log:
[...truncated 12755 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestReplicaProperties
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/init-core-data-001
   [junit4]   2> 2963277 WARN  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 2963277 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2963278 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2963278 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2963278 INFO  (SUITE-TestReplicaProperties-seed#[FACBF081B1655FDB]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /te_i/
   [junit4]   2> 2963319 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2963369 INFO  (Thread-2036) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2963369 INFO  (Thread-2036) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2963458 ERROR (Thread-2036) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2963462 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkTestServer start zk server on port:45663
   [junit4]   2> 2963589 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2963592 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2963626 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2963627 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2963627 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2963628 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2963647 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2963648 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2963649 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2963699 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2963699 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2963700 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 0x15fd6618b4c0001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2963714 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 2964429 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2964446 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@58e7f9f9{/te_i,null,AVAILABLE}
   [junit4]   2> 2964448 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3275169e{HTTP/1.1,[http/1.1]}{127.0.0.1:40052}
   [junit4]   2> 2964448 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2975898ms
   [junit4]   2> 2964448 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/control/data, hostContext=/te_i, hostPort=40052, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores}
   [junit4]   2> 2964448 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2964449 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:23:58.836Z
   [junit4]   2> 2964540 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2964540 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/solr.xml
   [junit4]   2> 2964572 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2964572 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2964573 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2964593 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2965208 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2965208 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40052_te_i
   [junit4]   2> 2965209 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.Overseer Overseer (id=99033431262625796-127.0.0.1:40052_te_i-n_0000000000) starting
   [junit4]   2> 2965336 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40052_te_i
   [junit4]   2> 2965360 INFO  (OverseerStateUpdate-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2965853 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2965994 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2965994 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2965996 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores
   [junit4]   2> 2966196 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2966269 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45663/solr ready
   [junit4]   2> 2966316 INFO  (qtp1164327307-8027) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40052_te_i&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2966407 INFO  (OverseerThreadFactory-2991-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 2966598 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2966599 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2966772 INFO  (zkCallback-1256-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2967905 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2968171 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 2968877 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2969469 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 2969470 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2969470 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2969470 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2969489 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2969491 WARN  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2969651 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2969651 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2969652 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2969652 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2969653 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2969653 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@32751b40[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2969654 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2969654 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2969707 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2969708 INFO  (searcherExecutor-2994-thread-1-processing-n:127.0.0.1:40052_te_i x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@32751b40[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2969708 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534906832158720
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40052/te_i/control_collection_shard1_replica_n1/
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:40052/te_i/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 2969724 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2969726 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40052/te_i/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2969780 INFO  (zkCallback-1256-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2969833 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2969834 INFO  (qtp1164327307-8025) [n:127.0.0.1:40052_te_i c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3235
   [junit4]   2> 2969870 INFO  (qtp1164327307-8027) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2969943 INFO  (zkCallback-1256-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2970471 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2970873 INFO  (qtp1164327307-8027) [n:127.0.0.1:40052_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:40052_te_i&wt=javabin&version=2} status=0 QTime=4557
   [junit4]   2> 2970962 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2970963 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45663/solr ready
   [junit4]   2> 2970963 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2970974 INFO  (qtp1164327307-8028) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2971032 INFO  (OverseerThreadFactory-2991-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2971032 WARN  (OverseerThreadFactory-2991-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 2971453 INFO  (qtp1164327307-8028) [n:127.0.0.1:40052_te_i    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 2971579 INFO  (qtp1164327307-8028) [n:127.0.0.1:40052_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=604
   [junit4]   2> 2972108 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001 of type NRT
   [junit4]   2> 2972109 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2972176 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@50eb83a7{/te_i,null,AVAILABLE}
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@718a13dc{HTTP/1.1,[http/1.1]}{127.0.0.1:34134}
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2983627ms
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/te_i, hostPort=34134, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores}
   [junit4]   2> 2972177 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2972177 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:24:06.564Z
   [junit4]   2> 2972271 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2972271 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/solr.xml
   [junit4]   2> 2972437 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2972437 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2972438 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2972473 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2972586 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2972599 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2972601 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34134_te_i
   [junit4]   2> 2972602 INFO  (zkCallback-1256-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2972709 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2972713 INFO  (zkCallback-1264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2973037 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2973171 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2973172 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2973205 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:34134_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores
   [junit4]   2> 2973241 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2973474 INFO  (qtp390971185-8074) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34134_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2973530 INFO  (OverseerThreadFactory-2991-thread-3-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34134_te_i for creating new replica
   [junit4]   2> 2973532 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2973532 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2973601 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2973725 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 2974191 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2974248 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 2974280 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2974316 WARN  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2974570 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2974571 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2974572 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2974572 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2974573 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2974573 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@671a64c1[collection1_shard2_replica_n41] main]
   [junit4]   2> 2974575 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2974575 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2974576 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2974576 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534911936626688
   [junit4]   2> 2974591 INFO  (searcherExecutor-3005-thread-1-processing-n:127.0.0.1:34134_te_i x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@671a64c1[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 2974633 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2974635 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 2974791 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2974791 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2974792 INFO  (qtp390971185-8072) [n:127.0.0.1:34134_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1260
   [junit4]   2> 2974828 INFO  (qtp390971185-8074) [n:127.0.0.1:34134_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34134_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1353
   [junit4]   2> 2974937 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2975538 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2975702 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001 of type NRT
   [junit4]   2> 2975702 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5163f7e5{/te_i,null,AVAILABLE}
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@67246a3b{HTTP/1.1,[http/1.1]}{127.0.0.1:33967}
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2987298ms
   [junit4]   2> 2975847 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/te_i, hostPort=33967, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores}
   [junit4]   2> 2975848 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2975863 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:24:10.250Z
   [junit4]   2> 2975905 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2975905 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/solr.xml
   [junit4]   2> 2975940 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2975940 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2975942 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2975997 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2976109 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2976110 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2976124 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33967_te_i
   [junit4]   2> 2976143 INFO  (zkCallback-1256-thread-2-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976150 INFO  (zkCallback-1264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976338 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976374 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2976562 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2976601 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2976602 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2976619 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:33967_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores
   [junit4]   2> 2976928 INFO  (qtp1853597171-8103) [n:127.0.0.1:33967_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:33967_te_i&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2977033 INFO  (OverseerThreadFactory-2991-thread-4-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:33967_te_i for creating new replica
   [junit4]   2> 2977180 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2977180 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2977232 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2977548 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2977821 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema [collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 2978338 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2978407 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n43' using configuration from collection collection1, trusted=true
   [junit4]   2> 2978407 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n43' (registry 'solr.core.collection1.shard1.replica_n43') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2978407 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2978408 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [[collection1_shard1_replica_n43] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores/collection1_shard1_replica_n43], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 2978410 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2978421 WARN  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2978927 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2978928 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2978929 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2978929 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2978930 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2978930 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening [Searcher@14c988da[collection1_shard1_replica_n43] main]
   [junit4]   2> 2978944 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2978944 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2978945 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2978945 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534916517855232
   [junit4]   2> 2978956 INFO  (searcherExecutor-3016-thread-1-processing-n:127.0.0.1:33967_te_i x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SolrCore [collection1_shard1_replica_n43] Registered new searcher Searcher@14c988da[collection1_shard1_replica_n43] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33967/te_i/collection1_shard1_replica_n43/
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy http://127.0.0.1:33967/te_i/collection1_shard1_replica_n43/ has no replicas
   [junit4]   2> 2979053 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 2979273 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33967/te_i/collection1_shard1_replica_n43/ shard1
   [junit4]   2> 2979346 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2979354 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2979419 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2979436 INFO  (qtp1853597171-8101) [n:127.0.0.1:33967_te_i c:collection1 s:shard1  x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2256
   [junit4]   2> 2979496 INFO  (qtp1853597171-8103) [n:127.0.0.1:33967_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:33967_te_i&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=2568
   [junit4]   2> 2979602 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2979610 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2980916 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001 of type NRT
   [junit4]   2> 2980916 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2981030 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 2981098 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@335b7dcd{/te_i,null,AVAILABLE}
   [junit4]   2> 2981099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@63d5d676{HTTP/1.1,[http/1.1]}{127.0.0.1:35534}
   [junit4]   2> 2981099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.e.j.s.Server Started @2992549ms
   [junit4]   2> 2981099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/tempDir-001/jetty3, solrconfig=solrconfig.xml, hostContext=/te_i, hostPort=35534, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores}
   [junit4]   2> 2981099 ERROR (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2981116 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-19T22:24:15.503Z
   [junit4]   2> 2981190 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2981190 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/solr.xml
   [junit4]   2> 2981210 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2981210 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2981211 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2981298 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45663/solr
   [junit4]   2> 2981516 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2981517 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2981531 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35534_te_i
   [junit4]   2> 2981532 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981533 INFO  (zkCallback-1281-thread-1-processing-n:127.0.0.1:35534_te_i) [n:127.0.0.1:35534_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981558 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981558 INFO  (zkCallback-1256-thread-1-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2981558 INFO  (zkCallback-1264-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2982099 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2982186 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2982187 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2982188 INFO  (TEST-TestReplicaProperties.test-seed#[FACBF081B1655FDB]) [n:127.0.0.1:35534_te_i    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores
   [junit4]   2> 2982518 INFO  (qtp1853597171-8104) [n:127.0.0.1:33967_te_i    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:35534_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2982672 INFO  (OverseerThreadFactory-2991-thread-5-processing-n:127.0.0.1:40052_te_i) [n:127.0.0.1:40052_te_i    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35534_te_i for creating new replica
   [junit4]   2> 2982730 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2982731 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2982737 INFO  (zkCallback-1269-thread-1-processing-n:127.0.0.1:34134_te_i) [n:127.0.0.1:34134_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2982750 INFO  (zkCallback-1275-thread-1-processing-n:127.0.0.1:33967_te_i) [n:127.0.0.1:33967_te_i    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 2982856 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2982911 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema [collection1_shard2_replica_n45] Schema name=test
   [junit4]   2> 2983469 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2983546 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n45' using configuration from collection collection1, trusted=true
   [junit4]   2> 2983547 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n45' (registry 'solr.core.collection1.shard2.replica_n45') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@696d234f
   [junit4]   2> 2983547 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2983547 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [[collection1_shard2_replica_n45] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores/collection1_shard2_replica_n45], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.TestReplicaProperties_FACBF081B1655FDB-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
   [junit4]   2> 2983549 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 2983584 WARN  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 2983932 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2983932 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2983933 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2983933 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2983934 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=42.650390625, floorSegmentMB=0.892578125, forceMergeDeletesPctAllowed=1.456898648519691, segmentsPerTier=36.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2288665654582383
   [junit4]   2> 2983934 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.SolrIndexSearcher Opening [Searcher@2f30d818[collection1_shard2_replica_n45] main]
   [junit4]   2> 2983935 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2983935 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2983948 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2983949 INFO  (searcherExecutor-3027-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.SolrCore [collection1_shard2_replica_n45] Registered new searcher Searcher@2f30d818[collection1_shard2_replica_n45] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2983949 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584534921764929536
   [junit4]   2> 2983985 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.c.ZkController Core needs to recover:collection1_shard2_replica_n45
   [junit4]   2> 2983985 INFO  (qtp1584819358-8132) [n:127.0.0.1:35534_te_i c:collection1 s:shard2  x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1255
   [junit4]   2> 2983986 INFO  (updateExecutor-1278-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard2_replica_n45]
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2984005 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard2_replica_n45] as recovering, leader is [http://127.0.0.1:34134/te_i/collection1_shard2_replica_n41/] and I am [http://127.0.0.1:35534/te_i/collection1_shard2_replica_n45/]
   [junit4]   2> 2984006 INFO  (recoveryExecutor-1279-thread-1-processing-n:127.0.0.1:35534_te_i x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46) [n:127.0.0.1:35534_te_i c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34134/te_i]; [WaitForState: action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:35534_te_i&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2984009 INFO  (qtp390971185-8076) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 2984011 INFO  (qtp1853597171-8104) [n:127.0.0.1:33967_te_i    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:35534_te_i&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1492
   [junit4]   2> 2984011 INFO  (qtp390971185-8076) [n:127.0.0.1:34134_te_i    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard2, thisCore=collection1_shard2_replica_n41, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:35534_te_i, coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps: core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:35534/te_i","node_name":"127.0.0.1:35534_te_i","state":"down","type":"NRT"}
   [junit4]   2> 2984012 INFO  (OverseerCollectionConfigSetProcessor-99033431262625796-127.0.0.1:40052_te_i-n_0000000000) [n:127.0.0.1:40052_te_i    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exis

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

,UNAVAILABLE}
   [junit4]   2> 4498583 ERROR (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4498584 INFO  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46107 46107
   [junit4]   2> 4498710 INFO  (Thread-9999) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:46107 46107
   [junit4]   2> 4498710 WARN  (Thread-9999) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/configs/conf1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/forceleader_test_collection/state.json
   [junit4]   2> 	3	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99033528064147460-127.0.0.1:43980_-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 3 connections to: http://127.0.0.1:36713/, target: http://127.0.0.1:40259/
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:43980/, target: http://127.0.0.1:35486/
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:40998/, target: http://127.0.0.1:33148/
   [junit4]   2> 4498711 WARN  (TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[FACBF081B1655FDB]) [    ] o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42765/, target: http://127.0.0.1:39007/
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ForceLeaderTest -Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=FACBF081B1655FDB -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=vi -Dtests.timezone=Etc/GMT+5 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   60.3s J0 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not load collection from ZK: forceleader_test_collection
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FACBF081B1655FDB:1C5CC44188E7A6BA]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
   [junit4]    > 	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:742)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:764)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:546)
   [junit4]    > 	at org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:143)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/forceleader_test_collection/state.json
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]    > 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    > 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
   [junit4]    > 	... 47 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.ForceLeaderTest_FACBF081B1655FDB-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@393995a5), locale=vi, timezone=Etc/GMT+5
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=242227952,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [PreAnalyzedUpdateProcessorTest, TestSolrDeletionPolicy1, TestManagedSchemaAPI, CursorMarkTest, TestRequestForwarding, TestCloudPivotFacet, TestPayloadCheckQParserPlugin, MoveReplicaHDFSTest, TestPostingsSolrHighlighter, TestUpdate, SharedFSAutoReplicaFailoverTest, SpellCheckCollatorWithCollapseTest, DocValuesMissingTest, TestStressVersions, TestCodecSupport, NodeAddedTriggerTest, BasicDistributedZkTest, TestUninvertingReader, AnalysisAfterCoreReloadTest, DateFieldTest, DeleteInactiveReplicaTest, BlockJoinFacetSimpleTest, BlockCacheTest, TestFieldCache, TestHighlightDedupGrouping, TestRandomRequestDistribution, SolrPluginUtilsTest, TestHdfsBackupRestoreCore, ClassificationUpdateProcessorIntegrationTest, AutoAddReplicasPlanActionTest, TestHdfsCloudBackupRestore, LeaderElectionIntegrationTest, LeaderInitiatedRecoveryOnCommitTest, CdcrUpdateLogTest, PrimitiveFieldTypeTest, TestGraphTermsQParserPlugin, TestLegacyNumericRangeQueryBuilder, TestSweetSpotSimilarityFactory, TestReversedWildcardFilterFactory, V2ApiIntegrationTest, TestBulkSchemaConcurrent, TestLeaderInitiatedRecoveryThread, JSONWriterTest, SolrCloudReportersTest, MultiTermTest, TestSolrCoreParser, CachingDirectoryFactoryTest, TestConfigSetImmutable, TestSort, URLClassifyProcessorTest, TestConfigSetsAPIZkFailure, TestUtils, DistribCursorPagingTest, UpdateParamsTest, TestRecoveryHdfs, TestCopyFieldCollectionResource, StressHdfsTest, HdfsChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestClassicSimilarityFactory, QueryParsingTest, TermsComponentTest, SolrInfoBeanTest, FastVectorHighlighterTest, TestDistribIDF, TestSolrCloudWithSecureImpersonation, TestSchemaManager, TestCloudSearcherWarming, TestCollectionsAPIViaSolrCloudCluster, TestReplicationHandler, TestCustomSort, ExecutePlanActionTest, TestRuleBasedAuthorizationPlugin, RankQueryTest, UUIDUpdateProcessorFallbackTest, TestQueryUtils, TestCollationFieldDocValues, ChangedSchemaMergeTest, TestCrossCoreJoin, SolrCoreTest, CdcrReplicationDistributedZkTest, OverseerStatusTest, TestDistributedSearch, CacheHeaderTest, DocumentBuilderTest, TestMaxTokenLenTokenizer, TestSchemaSimilarityResource, HdfsTlogReplayBufferedWhileIndexingTest, TestLegacyFieldCache, TestJsonRequest, DeleteReplicaTest, TestMultiWordSynonyms, TestNRTOpen, PeerSyncTest, BasicFunctionalityTest, DistributedFacetExistsSmallTest, TestLegacyNumericUtils, MigrateRouteKeyTest, TestRestoreCore, TestHttpShardHandlerFactory, ShufflingReplicaListTransformerTest, TestRandomFaceting, TestSolrConfigHandlerCloud, TestCorePropertiesReload, DocExpirationUpdateProcessorFactoryTest, TestRecovery, SpatialFilterTest, TestRandomCollapseQParserPlugin, TestJoin, SecurityConfHandlerTest, TestSimpleQParserPlugin, TestSuggestSpellingConverter, TestPhraseSuggestions, TestImplicitCoreProperties, CheckHdfsIndexTest, TestMergePolicyConfig, PreAnalyzedFieldManagedSchemaCloudTest, TestSolrJ, SystemLogListenerTest, TermVectorComponentTest, QueryResultKeyTest, TestMiniSolrCloudClusterSSL, TestSimpleTextCodec, TestManagedSynonymGraphFilterFactory, CdcrVersionReplicationTest, SuggesterTest, TestStressLucene, TestTrie, TestCSVLoader, SolrCoreCheckLockOnStartupTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, XmlUpdateRequestHandlerTest, TestIndexingPerformance, MoreLikeThisHandlerTest, LoggingHandlerTest, TestCollationField, TestAnalyzedSuggestions, PingRequestHandlerTest, BadComponentTest, TestSolrDeletionPolicy2, TestBinaryField, NumericFieldsTest, TestElisionMultitermQuery, OutputWriterTest, ExternalFileFieldSortTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestFastOutputStream, DateMathParserTest, TestLRUCache, SystemInfoHandlerTest, UUIDFieldTest, CircularListTest, CursorPagingTest, TestCursorMarkWithoutUniqueKey, TestTolerantSearch, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, ActionThrottleTest, AddReplicaTest, AssignBackwardCompatibilityTest, CollectionReloadTest, CollectionTooManyReplicasTest, CollectionsAPISolrJTest, ForceLeaderTest]
   [junit4] Completed [522/750 (2!)] on J0 in 140.60s, 3 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 48040 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2182 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2182/

10 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
Could not load collection from ZK: collection2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection2
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:B5BB2D32725CDEF5]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.getDocCollection(CloudSolrClient.java:1205)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:848)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:152)
	at org.apache.solr.cloud.BasicDistributedZkTest.testMultipleCollections(BasicDistributedZkTest.java:1020)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:370)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 51 more


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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:49172/collection1, http://127.0.0.1:33581/collection1, http://127.0.0.1:48964/collection1, http://127.0.0.1:42344/collection1]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:49172/collection1, http://127.0.0.1:33581/collection1, http://127.0.0.1:48964/collection1, http://127.0.0.1:42344/collection1]
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:B5BB2D32725CDEF5]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:957)
	at org.apache.solr.cloud.DistribCursorPagingTest.assertFullWalkNoDups(DistribCursorPagingTest.java:718)
	at org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:593)
	at org.apache.solr.cloud.DistribCursorPagingTest.test(DistribCursorPagingTest.java:93)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:48964/collection1: no servers hosting shard: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	... 50 more


FAILED:  org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection

Error Message:
Could not load collection from ZK: collection2

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: collection2
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:63DBDFA69FDF2FEA]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.common.cloud.ZkStateReader.getLeader(ZkStateReader.java:742)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:764)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.getLeader(LeaderElectionIntegrationTest.java:168)
	at org.apache.solr.cloud.LeaderElectionIntegrationTest.testSimpleSliceLeaderElection(LeaderElectionIntegrationTest.java:121)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 45 more


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

Error Message:
Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t3","base_url":"http://127.0.0.1:44456","node_name":"127.0.0.1:44456_","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node4":{           "core":"c8n_1x3_lf_shard1_replica_t3",           "base_url":"http://127.0.0.1:44456",           "node_name":"127.0.0.1:44456_",           "state":"active",           "type":"TLOG",           "leader":"true"},         "core_node5":{           "core":"c8n_1x3_lf_shard1_replica_t1",           "base_url":"http://127.0.0.1:45667",           "node_name":"127.0.0.1:45667_",           "state":"down",           "type":"TLOG"},         "core_node6":{           "state":"down",           "base_url":"http://127.0.0.1:48331",           "core":"c8n_1x3_lf_shard1_replica_t2",           "node_name":"127.0.0.1:48331_",           "type":"TLOG"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"0",   "tlogReplicas":"3"}

Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found 1; [core_node4:{"core":"c8n_1x3_lf_shard1_replica_t3","base_url":"http://127.0.0.1:44456","node_name":"127.0.0.1:44456_","state":"active","type":"TLOG","leader":"true"}]; clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/18)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"c8n_1x3_lf_shard1_replica_t3",
          "base_url":"http://127.0.0.1:44456",
          "node_name":"127.0.0.1:44456_",
          "state":"active",
          "type":"TLOG",
          "leader":"true"},
        "core_node5":{
          "core":"c8n_1x3_lf_shard1_replica_t1",
          "base_url":"http://127.0.0.1:45667",
          "node_name":"127.0.0.1:45667_",
          "state":"down",
          "type":"TLOG"},
        "core_node6":{
          "state":"down",
          "base_url":"http://127.0.0.1:48331",
          "core":"c8n_1x3_lf_shard1_replica_t2",
          "node_name":"127.0.0.1:48331_",
          "type":"TLOG"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"0",
  "tlogReplicas":"3"}
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:B5BB2D32725CDEF5]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
	at org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestPullReplicaErrorHandling.testCantConnectToPullReplica

Error Message:
Could not load collection from ZK: pull_replica_error_handling_test_cant_connect_to_pull_replica

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: pull_replica_error_handling_test_cant_connect_to_pull_replica
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.cloud.TestPullReplicaErrorHandling.tearDown(TestPullReplicaErrorHandling.java:125)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 39 more


FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx

Error Message:
Could not load collection from ZK: test_col

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: test_col
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:2D8EBF11C902F623]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.waitForRecoveriesToFinish(TestStressCloudBlindAtomicUpdates.java:461)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:265)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_stored_idx(TestStressCloudBlindAtomicUpdates.java:236)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/test_col/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 45 more


FAILED:  org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest

Error Message:
Error from server at https://127.0.0.1:49059/ya_/s/collection1: non ok status: 500, message:Server Error

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:49059/ya_/s/collection1: non ok status: 500, message:Server Error
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:573)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.client.solrj.SolrClient.getById(SolrClient.java:1173)
	at org.apache.solr.client.solrj.SolrClient.getById(SolrClient.java:1090)
	at org.apache.solr.client.solrj.SolrClient.getById(SolrClient.java:1073)
	at org.apache.solr.cloud.TestStressInPlaceUpdates.stressTest(TestStressInPlaceUpdates.java:440)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:56816_solr wasn't created

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:56816_solr wasn't created
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:25559AE4D2957EE2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:919)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSearchRate

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:60A70C6113661542]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testSearchRate(TriggerIntegrationTest.java:1316)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.security.TestPKIAuthenticationPlugin.test

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([3DEF12E8DCA0B30D:B5BB2D32725CDEF5]:0)
	at org.apache.solr.security.TestPKIAuthenticationPlugin.test(TestPKIAuthenticationPlugin.java:102)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11815 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3DEF12E8DCA0B30D-001/init-core-data-001
   [junit4]   2> 708259 WARN  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 708259 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 708274 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 708275 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 708290 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3DEF12E8DCA0B30D-001/tempDir-001
   [junit4]   2> 708291 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 708291 INFO  (Thread-160) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 708291 INFO  (Thread-160) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 708333 ERROR (Thread-160) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 708394 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:52989
   [junit4]   2> 708423 INFO  (jetty-launcher-252-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 708431 INFO  (jetty-launcher-252-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 708434 INFO  (jetty-launcher-252-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4dce91df{/solr,null,AVAILABLE}
   [junit4]   2> 708435 INFO  (jetty-launcher-252-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@725572d5{HTTP/1.1,[http/1.1]}{127.0.0.1:55538}
   [junit4]   2> 708435 INFO  (jetty-launcher-252-thread-1) [    ] o.e.j.s.Server Started @732304ms
   [junit4]   2> 708435 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=55538}
   [junit4]   2> 708435 ERROR (jetty-launcher-252-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 708435 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 708435 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708435 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708436 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T22:36:21.632Z
   [junit4]   2> 708439 INFO  (jetty-launcher-252-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@245684eb{/solr,null,AVAILABLE}
   [junit4]   2> 708439 INFO  (jetty-launcher-252-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6ae7b0da{HTTP/1.1,[http/1.1]}{127.0.0.1:46210}
   [junit4]   2> 708440 INFO  (jetty-launcher-252-thread-2) [    ] o.e.j.s.Server Started @732309ms
   [junit4]   2> 708440 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46210}
   [junit4]   2> 708440 ERROR (jetty-launcher-252-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 708440 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 708440 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 708440 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 708440 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T22:36:21.636Z
   [junit4]   2> 708675 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 708697 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 708722 INFO  (jetty-launcher-252-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52989/solr
   [junit4]   2> 708752 INFO  (jetty-launcher-252-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52989/solr
   [junit4]   2> 709903 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 709903 INFO  (jetty-launcher-252-thread-1) [n:127.0.0.1:55538_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 709904 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46210_solr
   [junit4]   2> 709904 INFO  (jetty-launcher-252-thread-1) [n:127.0.0.1:55538_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:55538_solr
   [junit4]   2> 709906 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:55538_solr) [n:127.0.0.1:55538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 709926 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.c.Overseer Overseer (id=99027817692397574-127.0.0.1:46210_solr-n_0000000000) starting
   [junit4]   2> 709944 INFO  (zkCallback-264-thread-1-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 710039 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46210_solr
   [junit4]   2> 710041 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:55538_solr) [n:127.0.0.1:55538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 710045 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
   [junit4]   2> 710062 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 710063 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:55538_solr]
   [junit4]   2> 710063 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 710063 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 710307 INFO  (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 710307 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 710307 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 710308 DEBUG (ScheduledTrigger-586-thread-1) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 711263 INFO  (jetty-launcher-252-thread-1) [n:127.0.0.1:55538_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55538.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 711331 DEBUG (ScheduledTrigger-586-thread-1) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 711356 INFO  (jetty-launcher-252-thread-1) [n:127.0.0.1:55538_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55538.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 711356 INFO  (jetty-launcher-252-thread-1) [n:127.0.0.1:55538_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_55538.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 711401 INFO  (jetty-launcher-252-thread-1) [n:127.0.0.1:55538_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3DEF12E8DCA0B30D-001/tempDir-001/node1/.
   [junit4]   2> 711447 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46210.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 711710 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46210.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 711711 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46210.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 711712 INFO  (jetty-launcher-252-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3DEF12E8DCA0B30D-001/tempDir-001/node2/.
   [junit4]   2> 712195 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 712196 INFO  (SUITE-TriggerIntegrationTest-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52989/solr ready
   [junit4]   2> 712330 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTrigger
   [junit4]   2> 712343 DEBUG (ScheduledTrigger-586-thread-2) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: [127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 712350 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 2
   [junit4]   2> 712364 DEBUG (zkCallback-264-thread-1-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 712364 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 712367 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 712386 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 712387 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 712965 INFO  (qtp896629966-1742) [n:127.0.0.1:55538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 712967 INFO  (qtp896629966-1742) [n:127.0.0.1:55538_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52989/solr ready
   [junit4]   2> 713172 INFO  (qtp2059211536-1751) [n:127.0.0.1:46210_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=4
   [junit4]   2> 713180 INFO  (qtp896629966-1740) [n:127.0.0.1:55538_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 713181 DEBUG (qtp896629966-1742) [n:127.0.0.1:55538_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 713780 DEBUG (zkCallback-264-thread-1-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 713793 DEBUG (zkCallback-264-thread-1-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 713793 DEBUG (zkCallback-264-thread-1-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=3, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 713793 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 713893 INFO  (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 713894 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 713895 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 713896 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 713897 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 714018 INFO  (qtp896629966-1742) [n:127.0.0.1:55538_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1315
   [junit4]   2> 714019 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 714021 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c839c6c{/solr,null,AVAILABLE}
   [junit4]   2> 714021 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1004720e{HTTP/1.1,[http/1.1]}{127.0.0.1:38106}
   [junit4]   2> 714021 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.e.j.s.Server Started @737890ms
   [junit4]   2> 714021 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38106}
   [junit4]   2> 714022 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 714022 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 714022 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 714022 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 714022 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T22:36:27.218Z
   [junit4]   2> 714138 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 714215 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:52989/solr
   [junit4]   2> 714810 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 714811 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 714813 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38106_solr
   [junit4]   2> 714814 INFO  (zkCallback-263-thread-1-processing-n:127.0.0.1:55538_solr) [n:127.0.0.1:55538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714814 INFO  (zkCallback-271-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714865 INFO  (zkCallback-279-thread-2-processing-n:127.0.0.1:38106_solr) [n:127.0.0.1:38106_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714879 INFO  (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 714902 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 714902 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 714902 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:38106_solr at time 1511044588098000000
   [junit4]   2> 715720 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38106.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 715746 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38106.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 715774 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38106.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d2e4032
   [junit4]   2> 715782 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [n:127.0.0.1:38106_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_3DEF12E8DCA0B30D-001/tempDir-001/node3/.
   [junit4]   2> 715958 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 715958 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 716966 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 716966 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 717974 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 717974 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 717974 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:38106_solr] added at times [1511044588098000000], now=1511044591170000000
   [junit4]   2> 717976 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"14f84f0c095b9480T7n16ydaq2rely8kkw42b82pgl",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1511044588098000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1511044588098000000],
   [junit4]   2>     "nodeNames":["127.0.0.1:38106_solr"]}}
   [junit4]   2> 717977 INFO  (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 718028 DEBUG (AutoscalingActionExecutor-587-thread-1-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"14f84f0c095b9480T7n16ydaq2rely8kkw42b82pgl",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":1511044588098000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1511044588098000000],
   [junit4]   2>     "_enqueue_time_":1511044591172000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:38106_solr"]}}
   [junit4]   2> 718135 INFO  (qtp2059211536-1749) [n:127.0.0.1:46210_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 718136 INFO  (qtp2059211536-1749) [n:127.0.0.1:46210_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52989/solr ready
   [junit4]   2> 718194 INFO  (qtp707489650-1807) [n:127.0.0.1:38106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 718195 INFO  (qtp2059211536-1753) [n:127.0.0.1:46210_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 718196 INFO  (qtp896629966-1740) [n:127.0.0.1:55538_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 718196 DEBUG (qtp2059211536-1749) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 718282 INFO  (qtp2059211536-1749) [n:127.0.0.1:46210_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=236
   [junit4]   2> 718291 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 718291 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 718291 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=3, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 718291 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 718291 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 718292 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 719035 DEBUG (ScheduledTrigger-586-thread-4) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 719035 DEBUG (ScheduledTrigger-586-thread-4) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 720038 DEBUG (ScheduledTrigger-586-thread-4) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 720038 DEBUG (ScheduledTrigger-586-thread-4) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 720343 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTrigger-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTrigger
   [junit4]   2> 720403 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 720415 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 720415 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 720416 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 720416 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 720416 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 720416 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 5
   [junit4]   2> 720418 INFO  (qtp707489650-1805) [n:127.0.0.1:38106_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 722732 INFO  (qtp707489650-1805) [n:127.0.0.1:38106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=2314
   [junit4]   2> 722734 INFO  (OverseerCollectionConfigSetProcessor-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 722979 INFO  (qtp896629966-1743) [n:127.0.0.1:55538_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 722987 INFO  (qtp896629966-1743) [n:127.0.0.1:55538_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:52989/solr ready
   [junit4]   2> 723000 INFO  (qtp707489650-1810) [n:127.0.0.1:38106_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 723015 INFO  (qtp2059211536-1752) [n:127.0.0.1:46210_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 723035 INFO  (qtp896629966-1740) [n:127.0.0.1:55538_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 723035 DEBUG (qtp896629966-1743) [n:127.0.0.1:55538_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 723043 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 723043 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 723043 DEBUG (zkCallback-264-thread-2-processing-n:127.0.0.1:46210_solr) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 723043 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 723051 INFO  (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 723051 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 723051 DEBUG (OverseerAutoScalingTriggerThread-99027817692397574-127.0.0.1:46210_solr-n_0000000000) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 723051 INFO  (qtp896629966-1743) [n:127.0.0.1:55538_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=316
   [junit4]   2> 723065 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6ae7b0da{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 723094 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1593114510
   [junit4]   2> 723094 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 724444 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e9a139d: rootName = solr_46210, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3c56b9d5
   [junit4]   2> 724486 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 724486 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@23cffc1b: rootName = solr_46210, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@71b2e9d
   [junit4]   2> 725951 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 725951 DEBUG (ScheduledTrigger-586-thread-3) [n:127.0.0.1:46210_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: [127.0.0.1:38106_solr, 127.0.0.1:55538_solr, 127.0.0.1:46210_solr]
   [junit4]   2> 725952 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 725954 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47c72d1c: rootName = solr_46210, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3e4cb41a
   [junit4]   2> 725955 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E8DCA0B30D]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46210_solr
   [junit4]   2> 725960 INFO  (zkCallback-279-thread-2-processing-n:127.0.0.1:38106_solr) [n:127.0.0.1:38106_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 725961 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[3DEF12E

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

test_cant_connect_to_pull_replica.shard1.leader, tag=242718586
   [junit4]   2> 9102817 WARN  (indexFetcher-7201-thread-1) [n:127.0.0.1:46369_solr c:pull_replica_error_handling_test_cant_connect_to_pull_replica s:shard2 r:core_node8 x:pull_replica_error_handling_test_cant_connect_to_pull_replica_shard2_replica_p6] o.a.s.h.ReplicationHandler I was asked to replicate but CoreContainer is shutting down
   [junit4]   2> 9101861 WARN  (indexFetcher-7198-thread-1) [n:127.0.0.1:60319_solr c:pull_replica_error_handling_test_cant_connect_to_pull_replica s:shard1 r:core_node5 x:pull_replica_error_handling_test_cant_connect_to_pull_replica_shard1_replica_p2] o.a.s.h.ReplicationHandler I was asked to replicate but CoreContainer is shutting down
   [junit4]   2> 9101597 INFO  (coreCloseExecutor-7249-thread-1) [n:127.0.0.1:34269_solr c:pull_replica_error_handling_test_cant_connect_to_pull_replica s:shard1 r:core_node3 x:pull_replica_error_handling_test_cant_connect_to_pull_replica_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.pull_replica_error_handling_test_cant_connect_to_pull_replica.shard1.leader, tag=925246999
   [junit4]   2> 9103555 INFO  (jetty-closer-2603-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99028354295070737-127.0.0.1:41124_solr-n_0000000004) closing
   [junit4]   2> 9103555 INFO  (OverseerStateUpdate-99028354295070737-127.0.0.1:41124_solr-n_0000000004) [n:127.0.0.1:41124_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41124_solr
   [junit4]   2> 9103595 INFO  (jetty-closer-2603-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52344b91{/solr,null,UNAVAILABLE}
   [junit4]   2> 9103854 INFO  (jetty-closer-2603-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2a84b8a0{/solr,null,UNAVAILABLE}
   [junit4]   2> 9104022 INFO  (jetty-closer-2603-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a091d76{/solr,null,UNAVAILABLE}
   [junit4]   2> 9105356 WARN  (OverseerAutoScalingTriggerThread-99028354295070737-127.0.0.1:41124_solr-n_0000000004) [n:127.0.0.1:41124_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 9105414 INFO  (jetty-closer-2603-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@101abdf7{/solr,null,UNAVAILABLE}
   [junit4]   2> 9105416 ERROR (SUITE-TestPullReplicaErrorHandling-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 9105416 INFO  (SUITE-TestPullReplicaErrorHandling-seed#[3DEF12E8DCA0B30D]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49213 49213
   [junit4]   2> 9105518 INFO  (Thread-5040) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:49213 49213
   [junit4]   2> 9105542 WARN  (Thread-5040) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	50	/solr/collections/pull_replica_error_handling_test_cant_connect_to_pull_replica/state.json
   [junit4]   2> 	21	/solr/collections/pull_replica_error_handling_test_pull_replica_disconnects_from_zoo_keeper/state.json
   [junit4]   2> 	14	/solr/collections/pull_replica_error_handling_test_cant_connect_to_leader/state.json
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/99028354295070737-127.0.0.1:41124_solr-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/99028354295070732-127.0.0.1:38336_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	10	/solr/live_nodes
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_3DEF12E8DCA0B30D-001
   [junit4]   2> Nov 19, 2017 12:56:18 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(Lucene70): {fieldName_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), id=PostingsFormat(name=LuceneFixedGap)}, docValues:{_version_=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1748, maxMBSortInHeap=7.776715541729308, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@25f6876c), locale=pt-PT, timezone=Europe/London
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=269390392,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfig, SSLMigrationTest, TestClassicSimilarityFactory, BJQParserTest, TestFieldCollectionResource, StatelessScriptUpdateProcessorFactoryTest, DeleteReplicaTest, TestMiniSolrCloudClusterSSL, TestRandomRequestDistribution, AnalysisAfterCoreReloadTest, TestBadConfig, TestSolrDeletionPolicy1, BasicZkTest, ResponseLogComponentTest, HdfsChaosMonkeyNothingIsSafeTest, TermVectorComponentTest, TestCloudDeleteByQuery, TestSchemaSimilarityResource, TestLeaderInitiatedRecoveryThread, TestCollectionsAPIViaSolrCloudCluster, TestMinMaxOnMultiValuedField, CdcrReplicationDistributedZkTest, ExecutePlanActionTest, LeaderElectionIntegrationTest, HdfsRestartWhileUpdatingTest, TestCollapseQParserPlugin, TestReplicationHandler, LeaderInitiatedRecoveryOnCommitTest, UpdateRequestProcessorFactoryTest, TestCopyFieldCollectionResource, TestJoin, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestPostingsSolrHighlighter, TestConfigSetImmutable, TestSkipOverseerOperations, PKIAuthenticationIntegrationTest, ZkStateWriterTest, TestSolrIndexConfig, TestDistribDocBasedVersion, TestBinaryField, DocumentBuilderTest, TestApiFramework, DirectUpdateHandlerOptimizeTest, TestSolrJ, TestNamedUpdateProcessors, URLClassifyProcessorTest, SolrCloudReportersTest, TestSolrCloudSnapshots, InfoHandlerTest, SpatialFilterTest, TestBulkSchemaConcurrent, TestManagedSchemaAPI, TestCustomSort, SubstringBytesRefFilterTest, CursorPagingTest, DistributedQueryElevationComponentTest, TestSolrCloudWithSecureImpersonation, TestCloudPivotFacet, ZkControllerTest, DocExpirationUpdateProcessorFactoryTest, TestLuceneIndexBackCompat, TestSort, TestFieldCache, SoftAutoCommitTest, TestPerFieldSimilarityWithDefaultOverride, DistributedMLTComponentTest, ForceLeaderTest, TestManagedSynonymGraphFilterFactory, TestReversedWildcardFilterFactory, ActionThrottleTest, AssignBackwardCompatibilityTest, NoCacheHeaderTest, TestCSVLoader, TestQueryUtils, TestComponentsName, CollectionStateFormat2Test, DistributedFacetPivotSmallAdvancedTest, TestIBSimilarityFactory, TestPhraseSuggestions, TestTolerantUpdateProcessorRandomCloud, MinimalSchemaTest, TestHighlightDedupGrouping, TestIndexingPerformance, TestLRUStatsCache, LeaderElectionContextKeyTest, CleanupOldIndexTest, FastVectorHighlighterTest, TestSimpleTextCodec, QueryParsingTest, SolrMetricsIntegrationTest, QueryResultKeyTest, SolrCoreTest, TestDistributedSearch, MoveReplicaHDFSTest, HdfsNNFailoverTest, ExternalFileFieldSortTest, TestLegacyNumericRangeQueryBuilder, SuggestComponentTest, DirectoryFactoryTest, SolrInfoBeanTest, TestHdfsBackupRestoreCore, TestSchemaManager, TestLegacyNumericUtils, HttpSolrCallGetCoreTest, DateFieldTest, HdfsDirectoryTest, TestSuggestSpellingConverter, TestManagedResourceStorage, TestUtils, TestSlowCompositeReaderWrapper, SimpleFacetsTest, DocValuesMissingTest, TestPullReplica, SharedFSAutoReplicaFailoverTest, TestImpersonationWithHadoopAuth, PeerSyncTest, TestStressUserVersions, SpellCheckCollatorWithCollapseTest, OverseerStatusTest, TestHdfsUpdateLog, DateMathParserTest, ChangedSchemaMergeTest, TestMultiWordSynonyms, TestNumericRangeQuery32, BasicDistributedZkTest, UnloadDistributedZkTest, OpenCloseCoreStressTest, ShardRoutingTest, ZkSolrClientTest, TestRandomDVFaceting, DistributedSpellCheckComponentTest, TestStressReorder, DistributedTermsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, TestFiltering, SimplePostToolTest, SignatureUpdateProcessorFactoryTest, SuggesterFSTTest, TestFoldingMultitermQuery, DocValuesTest, TestValueSourceCache, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, MBeansHandlerTest, UpdateParamsTest, TestQuerySenderNoQuery, SolrIndexConfigTest, MultiTermTest, TestSearchPerf, TestElisionMultitermQuery, TestSolrCoreProperties, NotRequiredUniqueKeyTest, TestCodecSupport, TimeZoneUtilsTest, TestFastOutputStream, TestLRUCache, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, AddReplicaTest, AssignTest, LeaderFailoverAfterPartitionTest, OverseerModifyCollectionTest, RemoteQueryErrorTest, ReplicationFactorTest, RestartWhileUpdatingTest, SaslZkACLProviderTest, TestCloudPseudoReturnFields, TestClusterProperties, TestCollectionAPI, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestLeaderElectionZkExpiry, TestPullReplicaErrorHandling]
   [junit4] Completed [541/750 (9!)] on J0 in 209.07s, 3 tests, 1 error <<< FAILURES!

[...truncated 48047 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2181 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2181/

2 tests failed.
FAILED:  org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest.test

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([76B46F21D3099A38:FEE050FB7DF5F7C0]: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.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest.assertInvariants(TimePartitionedUpdateProcessorTest.java:245)
	at org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest.test(TimePartitionedUpdateProcessorTest.java:123)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([76B46F21D3099A38:219D949408FB7823]: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.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:709)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11940 lines...]
   [junit4] Suite: org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/init-core-data-001
   [junit4]   2> 1070105 WARN  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1070105 INFO  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1070176 INFO  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1070177 INFO  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1070177 INFO  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001
   [junit4]   2> 1070177 INFO  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1070187 INFO  (Thread-778) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1070187 INFO  (Thread-778) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1070207 ERROR (Thread-778) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1070287 INFO  (SUITE-TimePartitionedUpdateProcessorTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:42146
   [junit4]   2> 1070350 INFO  (jetty-launcher-785-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1070367 INFO  (jetty-launcher-785-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 1070427 INFO  (jetty-launcher-785-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39fdc80c{/solr,null,AVAILABLE}
   [junit4]   2> 1070428 INFO  (jetty-launcher-785-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3962c0e8{SSL,[ssl, http/1.1]}{127.0.0.1:42358}
   [junit4]   2> 1070428 INFO  (jetty-launcher-785-thread-2) [    ] o.e.j.s.Server Started @1089563ms
   [junit4]   2> 1070429 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42358}
   [junit4]   2> 1070429 ERROR (jetty-launcher-785-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1070429 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1070429 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1070429 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1070429 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T16:36:12.893Z
   [junit4]   2> 1070537 INFO  (jetty-launcher-785-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7045d104{/solr,null,AVAILABLE}
   [junit4]   2> 1070537 INFO  (jetty-launcher-785-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@cb483bd{SSL,[ssl, http/1.1]}{127.0.0.1:34123}
   [junit4]   2> 1070537 INFO  (jetty-launcher-785-thread-1) [    ] o.e.j.s.Server Started @1089671ms
   [junit4]   2> 1070537 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34123}
   [junit4]   2> 1070538 ERROR (jetty-launcher-785-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1070538 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1070538 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1070538 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1070538 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T16:36:13.002Z
   [junit4]   2> 1070728 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1070754 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1070793 INFO  (jetty-launcher-785-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42146/solr
   [junit4]   2> 1070860 INFO  (jetty-launcher-785-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42146/solr
   [junit4]   2> 1071223 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1071389 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42358_solr
   [junit4]   2> 1071390 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.c.Overseer Overseer (id=99026401535721477-127.0.0.1:42358_solr-n_0000000000) starting
   [junit4]   2> 1071534 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42358_solr
   [junit4]   2> 1071591 INFO  (OverseerStateUpdate-99026401535721477-127.0.0.1:42358_solr-n_0000000000) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1071755 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42358.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1071806 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42358.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1071806 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42358.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1071807 INFO  (jetty-launcher-785-thread-2) [n:127.0.0.1:42358_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/.
   [junit4]   2> 1072451 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1072453 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1072471 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34123_solr
   [junit4]   2> 1072486 INFO  (zkCallback-796-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1072531 INFO  (zkCallback-797-thread-1-processing-n:127.0.0.1:34123_solr) [n:127.0.0.1:34123_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1072641 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34123.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1072753 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34123.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1072753 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34123.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1072754 INFO  (jetty-launcher-785-thread-1) [n:127.0.0.1:34123_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node1/.
   [junit4]   2> 1072903 INFO  (TEST-TimePartitionedUpdateProcessorTest.test-seed#[76B46F21D3099A38]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1072934 INFO  (TEST-TimePartitionedUpdateProcessorTest.test-seed#[76B46F21D3099A38]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1072934 INFO  (TEST-TimePartitionedUpdateProcessorTest.test-seed#[76B46F21D3099A38]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42146/solr ready
   [junit4]   2> 1073357 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1073456 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.CreateCollectionCmd Create collection timeConfig
   [junit4]   2> 1073464 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.CreateCollectionCmd Only _default config set found, using it.
   [junit4]   2> 1073477 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/timeConfig/protwords.txt
   [junit4]   2> 1073478 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/timeConfig/managed-schema
   [junit4]   2> 1073479 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/timeConfig/solrconfig.xml
   [junit4]   2> 1073513 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/timeConfig/synonyms.txt
   [junit4]   2> 1073514 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/timeConfig/stopwords.txt
   [junit4]   2> 1073515 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/timeConfig/params.json
   [junit4]   2> 1073516 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/timeConfig/lang/contractions_it.txt
   [junit4]   2> 1073553 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/timeConfig/lang/stopwords_no.txt
   [junit4]   2> 1073555 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/timeConfig/lang/stopwords_hy.txt
   [junit4]   2> 1073555 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/timeConfig/lang/stemdict_nl.txt
   [junit4]   2> 1073556 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/timeConfig/lang/contractions_ca.txt
   [junit4]   2> 1073569 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/timeConfig/lang/stopwords_id.txt
   [junit4]   2> 1073571 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/timeConfig/lang/stopwords_ga.txt
   [junit4]   2> 1073572 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/timeConfig/lang/stopwords_da.txt
   [junit4]   2> 1073573 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/timeConfig/lang/stopwords_hi.txt
   [junit4]   2> 1073574 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/timeConfig/lang/stopwords_ja.txt
   [junit4]   2> 1073575 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/timeConfig/lang/stopwords_pt.txt
   [junit4]   2> 1073576 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/timeConfig/lang/stopwords_hu.txt
   [junit4]   2> 1073577 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/timeConfig/lang/stopwords_el.txt
   [junit4]   2> 1073598 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/timeConfig/lang/stopwords_ru.txt
   [junit4]   2> 1073599 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/timeConfig/lang/stopwords_tr.txt
   [junit4]   2> 1073619 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/timeConfig/lang/stopwords_ar.txt
   [junit4]   2> 1073620 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/timeConfig/lang/userdict_ja.txt
   [junit4]   2> 1073621 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/timeConfig/lang/stopwords_it.txt
   [junit4]   2> 1073635 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/timeConfig/lang/stopwords_eu.txt
   [junit4]   2> 1073636 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/timeConfig/lang/stopwords_cz.txt
   [junit4]   2> 1073637 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/timeConfig/lang/stoptags_ja.txt
   [junit4]   2> 1073638 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/timeConfig/lang/contractions_fr.txt
   [junit4]   2> 1073639 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/timeConfig/lang/stopwords_fa.txt
   [junit4]   2> 1073640 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/timeConfig/lang/stopwords_de.txt
   [junit4]   2> 1073641 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/timeConfig/lang/contractions_ga.txt
   [junit4]   2> 1073655 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/timeConfig/lang/stopwords_ca.txt
   [junit4]   2> 1073656 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/timeConfig/lang/stopwords_nl.txt
   [junit4]   2> 1073658 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/timeConfig/lang/stopwords_bg.txt
   [junit4]   2> 1073667 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/timeConfig/lang/stopwords_es.txt
   [junit4]   2> 1073668 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/timeConfig/lang/stopwords_en.txt
   [junit4]   2> 1073669 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/timeConfig/lang/stopwords_lv.txt
   [junit4]   2> 1073669 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/timeConfig/lang/stopwords_th.txt
   [junit4]   2> 1073689 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/timeConfig/lang/stopwords_ro.txt
   [junit4]   2> 1073690 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/timeConfig/lang/stopwords_fr.txt
   [junit4]   2> 1073704 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/timeConfig/lang/stopwords_sv.txt
   [junit4]   2> 1073705 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/timeConfig/lang/stopwords_fi.txt
   [junit4]   2> 1073706 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/timeConfig/lang/hyphenations_ga.txt
   [junit4]   2> 1073707 INFO  (OverseerThreadFactory-1339-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/timeConfig/lang/stopwords_gl.txt
   [junit4]   2> 1073847 INFO  (OverseerStateUpdate-99026401535721477-127.0.0.1:42358_solr-n_0000000000) [n:127.0.0.1:42358_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"timeConfig",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"timeConfig_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:42358/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1074151 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1074151 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1074520 INFO  (zkCallback-796-thread-2-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1074556 INFO  (zkCallback-796-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1075394 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1075394 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1075395 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1075395 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1075395 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1075395 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1075395 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1075395 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1075396 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1075396 WARN  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1075467 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1075651 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1076498 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1076591 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig, trusted=true
   [junit4]   2> 1076591 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42358.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1076591 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1076591 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1076622 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1076968 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1076968 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1076969 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1076969 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1076970 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52b0a019[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1076971 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 1076971 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 1076971 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 1076972 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1076973 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1076973 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1076974 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1076975 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584422431688228864
   [junit4]   2> 1076983 INFO  (searcherExecutor-1344-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@52b0a019[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1076983 INFO  (searcherExecutor-1344-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1076983 INFO  (searcherExecutor-1344-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1077021 INFO  (searcherExecutor-1344-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@52b0a019[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1077034 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1077034 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1077035 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/
   [junit4]   2> 1077035 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1077035 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ has no replicas
   [junit4]   2> 1077035 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1077049 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ shard1
   [junit4]   2> 1077074 INFO  (zkCallback-796-thread-2-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1077074 INFO  (zkCallback-796-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1077100 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1077114 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=timeConfig&newCollection=true&name=timeConfig_shard1_replica_n1&action=CREATE&numShards=1&collection=timeConfig&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2963
   [junit4]   2> 1077175 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1077220 INFO  (zkCallback-796-thread-2-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1077220 INFO  (zkCallback-796-thread-1-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/timeConfig/state.json] for collection [timeConfig] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1077548 INFO  (OverseerCollectionConfigSetProcessor-99026401535721477-127.0.0.1:42358_solr-n_0000000000) [n:127.0.0.1:42358_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1078177 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&replicationFactor=1&name=timeConfig&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=4820
   [junit4]   2> 1078454 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Executed config commands successfully and persisted to ZK [{"set-user-property":{"timePartitionAliasName":"myalias"}}, {"set-user-property":{"update.autoCreateFields":false}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"tolerant",
   [junit4]   2>     "class":"solr.TolerantUpdateProcessorFactory"}}, {"add-updateprocessor":{
   [junit4]   2>     "name":"inc",
   [junit4]   2>     "class":"org.apache.solr.update.processor.TimePartitionedUpdateProcessorTest$IncrementURPFactory",
   [junit4]   2>     "fieldName":"integer_i"}}]
   [junit4]   2> 1078454 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 1078458 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 1078495 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrCore core reload timeConfig_shard1_replica_n1
   [junit4]   2> 1078507 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1078600 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1078600 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1078600 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 1078635 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1078635 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 1078635 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1078635 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 1078635 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1078636 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 1078636 WARN  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1/../../../../dist
   [junit4]   2> 1078686 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1078694 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1078706 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 1 attempts
   [junit4]   2> 1078706 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1078715 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1078722 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1078823 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.s.IndexSchema [timeConfig_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 1078930 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1078931 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1078931 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1078979 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 2 attempts
   [junit4]   2> 1078979 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1079166 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1079178 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 1079178 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1079190 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 3 attempts
   [junit4]   2> 1079190 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1079333 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1079349 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 1079349 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1079361 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 4 attempts
   [junit4]   2> 1079361 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1079495 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1079496 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1079496 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1079523 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 5 attempts
   [junit4]   2> 1079523 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, maxWait 30
   [junit4]   2> 1079658 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1079678 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 1079678 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1079678 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 6 attempts
   [junit4]   2> 1079678 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, maxWait 30
   [junit4]   2> 1079825 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1079826 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1079827 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1079827 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 7 attempts
   [junit4]   2> 1079827 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, maxWait 30
   [junit4]   2> 1079912 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1080003 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1080023 INFO  (Thread-797) [n:127.0.0.1:42358_solr    ] o.a.s.c.CoreContainer Reloading SolrCore 'timeConfig_shard1_replica_n1' using configuration from collection timeConfig
   [junit4]   2> 1080072 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=68
   [junit4]   2> 1080129 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1080149 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 8 attempts
   [junit4]   2> 1080149 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, maxWait 30
   [junit4]   2> 1080219 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42358.solr.core.timeConfig.shard1.replica_n1' (registry 'solr.core.timeConfig.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6070537e
   [junit4]   2> 1080219 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [[timeConfig_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/timeConfig_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.update.processor.TimePartitionedUpdateProcessorTest_76B46F21D3099A38-001/tempDir-001/node2/./timeConfig_shard1_replica_n1/data/]
   [junit4]   2> 1080222 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1080280 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1080300 INFO  (qtp142085168-3496) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=19
   [junit4]   2> 1080316 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 9 attempts
   [junit4]   2> 1080316 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, maxWait 30
   [junit4]   2> 1080324 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1080427 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1080427 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1080427 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 10 attempts
   [junit4]   2> 1080427 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 1 secs, maxWait 30
   [junit4]   2> 1080446 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1080492 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1080492 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1080594 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1080609 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 1080609 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 11 attempts
   [junit4]   2> 1080609 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 2 secs, maxWait 30
   [junit4]   2> 1080609 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1080617 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@68e2786d[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1080638 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/timeConfig
   [junit4]   2> 1080638 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/timeConfig
   [junit4]   2> 1080638 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/timeConfig/managed-schema
   [junit4]   2> 1080638 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1080639 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1080639 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1080640 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1080640 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@68e2786d[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1080763 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1080763 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1080766 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@68e2786d[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1080743 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584422435639263232
   [junit4]   2> 1080849 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
   [junit4]   2> 1080849 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1080850 INFO  (SolrConfigHandler-refreshconf) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
   [junit4]   2> 1080869 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Could not get expectedVersion 0 from https://127.0.0.1:42358/solr/timeConfig_shard1_replica_n1/ for prop overlay   after 12 attempts
   [junit4]   2> 1080869 INFO  (solrHandlerExecutor-1349-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 2 secs, maxWait 30
   [junit4]   2> 1080906 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1080906 INFO  (Thread-797) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@45447774[timeConfig_shard1_replica_n1] main]
   [junit4]   2> 1080926 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@45447774[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1080926 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1080929 INFO  (searcherExecutor-1350-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1] Registered new searcher Searcher@45447774[timeConfig_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1081004 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 0 of config
   [junit4]   2> 1081004 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1081004 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1081061 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 2606.0ms to set the property overlay to be of version 0 for collection timeConfig
   [junit4]   2> 1081061 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config params={wt=javabin&version=2} status=0 QTime=2724
   [junit4]   2> 1081061 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@a3f5428
   [junit4]   2> 1081061 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=171922472
   [junit4]   2> 1081061 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@45c6657c: rootName = solr_42358, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@66adf3f2
   [junit4]   2> 1081150 INFO  (qtp142085168-3498) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=171922472
   [junit4]   2> 1081210 INFO  (qtp142085168-3501) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.ZkController Persisted config data to node /configs/timeConfig/params.json 
   [junit4]   2> 1081231 INFO  (qtp142085168-3501) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 1081332 INFO  (Thread-798) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrCore config update listener called for core timeConfig_shard1_replica_n1
   [junit4]   2> 1081334 INFO  (Thread-798) [n:127.0.0.1:42358_solr    ] o.a.s.c.RequestParams conf resource params.json loaded . version : 1 
   [junit4]   2> 1081334 INFO  (Thread-798) [n:127.0.0.1:42358_solr    ] o.a.s.c.RequestParams request params refreshed to version 1
   [junit4]   2> 1081341 INFO  (solrHandlerExecutor-1354-thread-1-processing-n:127.0.0.1:42358_solr x:timeConfig_shard1_replica_n1 s:shard1 c:timeConfig r:core_node2) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Time elapsed : 0 secs, maxWait 30
   [junit4]   2> 1081480 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler I already have the expected version 1 of params
   [junit4]   2> 1081480 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler isStale false , resourceloader org.apache.solr.cloud.ZkSolrResourceLoader
   [junit4]   2> 1081480 INFO  (qtp142085168-3499) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.c.S.Request [timeConfig_shard1_replica_n1]  webapp=/solr path=/config/znodeVersion params={params=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1081634 INFO  (qtp142085168-3501) [n:127.0.0.1:42358_solr c:timeConfig s:shard1 r:core_node2 x:timeConfig_shard1_replica_n1] o.a.s.h.SolrConfigHandler Took 403.0ms to set the property params to be of version 1 for collection timeConfig
   [junit4]   2> 1081735 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=timeConfig&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1081776 INFO  (OverseerThreadFactory-1339-thread-2-processing-n:127.0.0.1:42358_solr) [n:127.0.0.1:42358_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1081790 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=null
   [junit4]   2> 1081790 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1efd1b83: rootName = solr_42358, domain = solr.core.timeConfig.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.timeConfig.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@66adf3f2
   [junit4]   2> 1081936 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr    ] o.a.s.c.SolrCore [timeConfig_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@77e06537
   [junit4]   2> 1081936 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.timeConfig.shard1.replica_n1, tag=2011194679
   [junit4]   2> 1081936 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.timeConfig.shard1.leader, tag=2011194679
   [junit4]   2> 1082176 INFO  (qtp142085168-3495) [n:127.0.0.1:42358_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=timeConfig_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=385
   [junit4]   2> 1082904 INFO  (qtp142085168-3502) [n:127.0.0.1:42358_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=timeConfig&action=DELETE&wt=javabin&version=2} status=0 QTime=1169
   [junit4]   2> 1082971 INFO  (qtp142085168-3500) [n:127.0.0.1:42358_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&property.timePartitionAliasName=myalias&collection.configName=timeConfig&name=myalias_2017-10-23&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
  

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

adApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.readApiTestViolations.shard1.replica_n4, tag=2131057063
   [junit4]   2> 1176907 INFO  (coreCloseExecutor-1552-thread-2) [n:127.0.0.1:34061_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@372fac9b: rootName = solr_34061, domain = solr.core.readApiTestViolations.shard1.replica_n4, service url = null, agent id = null] for registry solr.core.readApiTestViolations.shard1.replica_n4 / com.codahale.metrics.MetricRegistry@520c7777
   [junit4]   2> 1176945 INFO  (jetty-closer-1040-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28866cfb{/solr,null,UNAVAILABLE}
   [junit4]   2> 1176793 WARN  (AutoscalingActionExecutor-1498-thread-1-processing-n:127.0.0.1:40047_solr) [n:127.0.0.1:40047_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: execute_plan for trigger event: {
   [junit4]   2>   "id":"14f83b799283e380T4bmms73uj0j68ictp8qthlosa",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1511023068318000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1511023068318000000],
   [junit4]   2>     "_enqueue_time_":1511023068318000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:34870_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:251)
   [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:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"14f83b799283e380T4bmms73uj0j68ictp8qthlosa",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1511023068318000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1511023068318000000],
   [junit4]   2>     "_enqueue_time_":1511023068318000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:34870_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:121)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:248)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to talk to ZooKeeper
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:109)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: java.io.IOException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:111)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:133)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.SolrClientCloudManager.request(SolrClientCloudManager.java:109)
   [junit4]   2> 	... 9 more
   [junit4]   2> 1177036 INFO  (coreCloseExecutor-1552-thread-2) [n:127.0.0.1:34061_solr c:readApiTestViolations s:shard1 r:core_node7 x:readApiTestViolations_shard1_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=2131057063
   [junit4]   2> 1177129 INFO  (coreCloseExecutor-1551-thread-2) [n:127.0.0.1:40047_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=1891830661
   [junit4]   2> 1177155 INFO  (coreCloseExecutor-1551-thread-3) [n:127.0.0.1:40047_solr c:readApiTestViolations s:shard1 r:core_node5 x:readApiTestViolations_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=1428044634
   [junit4]   2> 1177620 INFO  (jetty-closer-1040-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99026406204702725-127.0.0.1:40047_solr-n_0000000000) closing
   [junit4]   2> 1177620 INFO  (OverseerStateUpdate-99026406204702725-127.0.0.1:40047_solr-n_0000000000) [n:127.0.0.1:40047_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40047_solr
   [junit4]   2> 1177648 INFO  (jetty-closer-1040-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@244dfa64{/solr,null,UNAVAILABLE}
   [junit4]   2> 1177692 WARN  (OverseerAutoScalingTriggerThread-99026406204702725-127.0.0.1:40047_solr-n_0000000000) [n:127.0.0.1:40047_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1177858 INFO  (jetty-closer-1040-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7597893b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1177963 ERROR (SUITE-AutoScalingHandlerTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1177983 INFO  (SUITE-AutoScalingHandlerTest-seed#[76B46F21D3099A38]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34698 34698
   [junit4]   2> 1178058 INFO  (Thread-888) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34698 34698
   [junit4]   2> 1178058 WARN  (Thread-888) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	193	/solr/aliases.json
   [junit4]   2> 	193	/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> 	193	/solr/clusterstate.json
   [junit4]   2> 	39	/solr/collections/readApiTestViolations/state.json
   [junit4]   2> 	5	/solr/collections/COLL1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	193	/solr/live_nodes
   [junit4]   2> 	193	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_trigger1
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_76B46F21D3099A38-001
   [junit4]   2> Nov 18, 2017 4:38:00 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=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@52987b60), locale=lv, timezone=NZ-CHAT
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=130769392,total=482344960
   [junit4]   2> NOTE: All tests run in this JVM: [ImplicitSnitchTest, BadIndexSchemaTest, TestLegacyField, PrimUtilsTest, HdfsUnloadDistributedZkTest, ConvertedLegacyTest, TestHashQParserPlugin, ConfigureRecoveryStrategyTest, TestSurroundQueryParser, MBeansHandlerTest, TestObjectReleaseTracker, TestDownShardTolerantSearch, TestSimpleTrackingShardHandler, TestLuceneMatchVersion, OverseerTaskQueueTest, TestStressReorder, TestRangeQuery, TestOmitPositions, TestOnReconnectListenerSupport, SolrIndexSplitterTest, TestDocBasedVersionConstraints, SchemaVersionSpecificBehaviorTest, HdfsLockFactoryTest, TestJsonFacetRefinement, TestCryptoKeys, NodeLostTriggerTest, MetricsHandlerTest, TestAnalyzeInfixSuggestions, PreAnalyzedFieldTest, V2StandaloneTest, TestShortCircuitedRequests, BasicAuthIntegrationTest, MissingSegmentRecoveryTest, TestOrdValues, DistributedTermsComponentTest, AnalyticsMergeStrategyTest, RequestHandlersTest, PathHierarchyTokenizerFactoryTest, DocumentAnalysisRequestHandlerTest, TestExportWriter, TestConfigSetProperties, SimpleCollectionCreateDeleteTest, TimePartitionedUpdateProcessorTest, TestSolrConfigHandlerConcurrent, AutoScalingHandlerTest]
   [junit4] Completed [122/750 (2!)] on J1 in 37.30s, 7 tests, 1 failure <<< FAILURES!

[...truncated 49446 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2180 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2180/

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi

Error Message:
expected:<1> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<0>
	at __randomizedtesting.SeedInfo.seed([3E27878D41C43DD7:690E7C389A36DFCC]: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.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest.testReadApi(AutoScalingHandlerTest.java:709)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11675 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoScalingHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001/init-core-data-001
   [junit4]   2> 262739 WARN  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=43 numCloses=43
   [junit4]   2> 262739 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 262740 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 262812 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 262813 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001/tempDir-001
   [junit4]   2> 262813 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 262846 INFO  (Thread-191) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 262846 INFO  (Thread-191) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 262920 ERROR (Thread-191) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 262956 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43006
   [junit4]   2> 263192 INFO  (jetty-launcher-62-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 263214 INFO  (jetty-launcher-62-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 263241 INFO  (jetty-launcher-62-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7217d6a{/solr,null,AVAILABLE}
   [junit4]   2> 263242 INFO  (jetty-launcher-62-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@14183b24{SSL,[ssl, http/1.1]}{127.0.0.1:38105}
   [junit4]   2> 263242 INFO  (jetty-launcher-62-thread-2) [    ] o.e.j.s.Server Started @277524ms
   [junit4]   2> 263242 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38105}
   [junit4]   2> 263243 ERROR (jetty-launcher-62-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 263243 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 263243 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 263243 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 263243 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T11:02:19.022Z
   [junit4]   2> 263371 INFO  (jetty-launcher-62-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5bb6a6a1{/solr,null,AVAILABLE}
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@292a9e7c{SSL,[ssl, http/1.1]}{127.0.0.1:46157}
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.e.j.s.Server Started @277653ms
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46157}
   [junit4]   2> 263372 ERROR (jetty-launcher-62-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 263372 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T11:02:19.151Z
   [junit4]   2> 263615 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 263615 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 263977 INFO  (jetty-launcher-62-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43006/solr
   [junit4]   2> 264082 INFO  (jetty-launcher-62-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43006/solr
   [junit4]   2> 264631 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 264675 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38105_solr
   [junit4]   2> 264749 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.c.Overseer Overseer (id=99025088587628549-127.0.0.1:38105_solr-n_0000000000) starting
   [junit4]   2> 265192 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38105_solr
   [junit4]   2> 265279 INFO  (zkCallback-73-thread-1-processing-n:127.0.0.1:38105_solr) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 265902 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38105.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 265939 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38105.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 265974 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 265976 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 266008 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46157_solr
   [junit4]   2> 266027 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38105.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 266028 INFO  (jetty-launcher-62-thread-2) [n:127.0.0.1:38105_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001/tempDir-001/node2/.
   [junit4]   2> 266028 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 266098 INFO  (zkCallback-73-thread-1-processing-n:127.0.0.1:38105_solr) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 266872 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46157.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 266981 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46157.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 266981 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46157.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 266982 INFO  (jetty-launcher-62-thread-1) [n:127.0.0.1:46157_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001/tempDir-001/node1/.
   [junit4]   2> 267692 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 267765 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 268042 INFO  (TEST-AutoScalingHandlerTest.test-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 268442 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 268442 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 268663 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=52
   [junit4]   2> 269028 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 269153 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=889
   [junit4]   2> 269438 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 269439 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 269511 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 269617 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 269694 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=329
   [junit4]   2> 269800 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 269800 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 269840 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 269893 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 269910 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=213
   [junit4]   2> 269983 ERROR (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{remove-trigger={name=node_lost_trigger}, errorMessages=[Cannot remove trigger: node_lost_trigger because it has active listeners: [xyz, node_lost_trigger.system]]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:211)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:145)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:311)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 269987 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=400 QTime=35
   [junit4]   2> 270099 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 270099 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 270172 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 270189 INFO  (qtp422098166-554) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 270242 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=253
   [junit4]   2> 270296 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 270297 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 270298 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 270317 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 270381 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=136
   [junit4]   2> 270418 ERROR (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{set-listener={name=xyz, trigger=node_lost_trigger, stage=[STARTED, ABORTED, SUCCEEDED], beforeAction=execute_plan, class=org.apache.solr.cloud.autoscaling.AutoScaling$HttpTriggerListener, url=http://xyz.com/on_node_lost?node={$LOST_NODE_NAME}}, errorMessages=[A trigger with the name node_lost_trigger does not exist]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:211)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:145)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:735)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 270438 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=400 QTime=20
   [junit4]   2> 270439 INFO  (TEST-AutoScalingHandlerTest.test-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 270780 INFO  (TEST-AutoScalingHandlerTest.testDeleteUsedPolicy-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteUsedPolicy
   [junit4]   2> 271390 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 271391 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 271399 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 271427 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 271488 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=549
   [junit4]   2> 271489 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=COLL1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2&policy=nodelete and sendToOCPQueue=true
   [junit4]   2> 271613 INFO  (OverseerThreadFactory-165-thread-1-processing-n:127.0.0.1:38105_solr) [n:127.0.0.1:38105_solr    ] o.a.s.c.CreateCollectionCmd Create collection COLL1
   [junit4]   2> 271862 INFO  (qtp422098166-554) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 271900 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 272356 INFO  (OverseerStateUpdate-99025088587628549-127.0.0.1:38105_solr-n_0000000000) [n:127.0.0.1:38105_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"COLL1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"COLL1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46157/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 272611 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=COLL1_shard1_replica_n1&action=CREATE&numShards=1&collection=COLL1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 272612 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 272736 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/COLL1/state.json] for collection [COLL1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 272772 INFO  (zkCallback-74-thread-2-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/COLL1/state.json] for collection [COLL1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 273654 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 273793 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.s.IndexSchema [COLL1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 273961 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 273961 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'COLL1_shard1_replica_n1' using configuration from collection COLL1, trusted=true
   [junit4]   2> 273961 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46157.solr.core.COLL1.shard1.replica_n1' (registry 'solr.core.COLL1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@352d26d2
   [junit4]   2> 273961 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 273962 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SolrCore [[COLL1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001/tempDir-001/node1/COLL1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001/tempDir-001/node1/./COLL1_shard1_replica_n1/data/]
   [junit4]   2> 274438 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 274438 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 274468 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 274468 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 274489 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@493fa7af[COLL1_shard1_replica_n1] main]
   [junit4]   2> 274490 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 274508 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 274508 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 274509 INFO  (searcherExecutor-170-thread-1-processing-n:127.0.0.1:46157_solr x:COLL1_shard1_replica_n1 s:shard1 c:COLL1 r:core_node2) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SolrCore [COLL1_shard1_replica_n1] Registered new searcher Searcher@493fa7af[COLL1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 274510 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584401429602238464
   [junit4]   2> 274565 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 274614 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 274614 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46157/solr/COLL1_shard1_replica_n1/
   [junit4]   2> 274614 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 274614 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:46157/solr/COLL1_shard1_replica_n1/ has no replicas
   [junit4]   2> 274614 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 274634 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46157/solr/COLL1_shard1_replica_n1/ shard1
   [junit4]   2> 274744 INFO  (zkCallback-74-thread-2-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/COLL1/state.json] for collection [COLL1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 274744 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/COLL1/state.json] for collection [COLL1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 274797 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 274818 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr c:COLL1 s:shard1 r:core_node2 x:COLL1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=COLL1_shard1_replica_n1&action=CREATE&numShards=1&collection=COLL1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2207
   [junit4]   2> 274892 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 274927 INFO  (zkCallback-74-thread-2-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/COLL1/state.json] for collection [COLL1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 274927 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:46157_solr) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/COLL1/state.json] for collection [COLL1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 275683 INFO  (OverseerCollectionConfigSetProcessor-99025088587628549-127.0.0.1:38105_solr-n_0000000000) [n:127.0.0.1:38105_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 275895 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=COLL1&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2&policy=nodelete} status=0 QTime=4405
   [junit4]   2> 275920 ERROR (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{remove-policy=nodelete, errorMessages=[policy : nodelete is being used by collection COLL1]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:211)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:145)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:311)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 275921 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=400 QTime=22
   [junit4]   2> 275932 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=COLL1&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 276057 INFO  (OverseerThreadFactory-165-thread-2-processing-n:127.0.0.1:38105_solr) [n:127.0.0.1:38105_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 276068 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.COLL1.shard1.replica_n1, tag=null
   [junit4]   2> 276068 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1aee5ead: rootName = solr_46157, domain = solr.core.COLL1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.COLL1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@46f9a54a
   [junit4]   2> 276269 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.SolrCore [COLL1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10c85edf
   [junit4]   2> 276269 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.COLL1.shard1.replica_n1, tag=281566943
   [junit4]   2> 276269 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.COLL1.shard1.leader, tag=281566943
   [junit4]   2> 276388 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=COLL1_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=320
   [junit4]   2> 277156 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=COLL1&action=DELETE&wt=javabin&version=2} status=0 QTime=1224
   [junit4]   2> 277157 INFO  (TEST-AutoScalingHandlerTest.testDeleteUsedPolicy-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteUsedPolicy
   [junit4]   2> 277231 INFO  (TEST-AutoScalingHandlerTest.testErrorHandling-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorHandling
   [junit4]   2> 277240 ERROR (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.api.ApiBag$ExceptionWithErrObject: Error in command payload, errors: [{set-cluster-policy=[{cores=<10, node=#ANY}, {shard=#EACH, node=#ANY}, {nodeRole=overseer, replica=0}], errorMessages=[replica is required in {
   [junit4]   2>   "shard":"#EACH",
   [junit4]   2>   "node":"#ANY"}]}], 
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.processOps(AutoScalingHandler.java:211)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.AutoScalingHandler.handleRequestBody(AutoScalingHandler.java:145)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.api.ApiBag$ReqHandlerToApi.call(ApiBag.java:242)
   [junit4]   2> 	at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:311)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:716)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:497)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:382)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:426)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 277240 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=400 QTime=2
   [junit4]   2> 277310 INFO  (TEST-AutoScalingHandlerTest.testErrorHandling-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testErrorHandling
   [junit4]   2> 277356 INFO  (TEST-AutoScalingHandlerTest.testConcurrentUpdates-seed#[3E27878D41C43DD7]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testConcurrentUpdates
   [junit4]   2> 277597 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 277683 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 277686 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 277712 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 277720 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 277737 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=286
   [junit4]   2> 277791 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 277791 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 277793 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 277822 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 277863 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=122
   [junit4]   2> 277886 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 277887 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 277911 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278029 INFO  (OverseerCollectionConfigSetProcessor-99025088587628549-127.0.0.1:38105_solr-n_0000000000) [n:127.0.0.1:38105_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 278141 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 278142 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 278159 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 278160 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 278161 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278167 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278176 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278177 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278224 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=359
   [junit4]   2> 278416 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 278416 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 278417 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278433 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278452 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=950
   [junit4]   2> 278626 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 278671 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 278672 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 278673 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278675 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278709 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=255
   [junit4]   2> 278752 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 278761 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 278774 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279017 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279083 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279083 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 279091 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279103 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279106 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 279108 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279246 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=1020
   [junit4]   2> 279347 INFO  (qtp422098166-554) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279586 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279594 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279659 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 279670 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 279676 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279677 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279689 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279692 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279753 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 0x15fcecb1d1e001a, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 279807 INFO  (qtp422098166-552) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1059
   [junit4]   2> 279961 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279961 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 279962 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 279962 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 279963 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279979 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 279997 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=32
   [junit4]   2> 279998 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=645
   [junit4]   2> 280000 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280161 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 280162 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 280180 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280182 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280183 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=344
   [junit4]   2> 280216 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 280270 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 280344 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280400 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280402 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 280402 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 280403 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280420 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280527 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=338
   [junit4]   2> 280762 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 280762 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 280763 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280765 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280856 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 280900 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 280903 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 280909 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280911 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280936 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 280937 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 280948 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281011 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=924
   [junit4]   2> 281157 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 281157 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 281158 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 281159 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281176 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 281177 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281178 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281179 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281193 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 0x15fcecb1d1e0024, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 281205 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=129
   [junit4]   2> 281480 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 281493 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 281495 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281522 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281532 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 281532 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 281533 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281555 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=349
   [junit4]   2> 281762 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281824 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 281824 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 281825 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281843 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281948 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 281949 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 281957 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=400
   [junit4]   2> 281962 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 281963 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282055 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282057 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282058 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282072 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282128 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=1505
   [junit4]   2> 282164 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282165 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282166 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282182 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282189 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282190 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282190 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282192 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282211 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=58
   [junit4]   2> 282311 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282312 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282319 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282321 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282349 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=136
   [junit4]   2> 282352 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282353 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282356 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282372 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282385 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282386 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282393 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282410 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282458 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=94
   [junit4]   2> 282519 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282519 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282520 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282522 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282568 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282569 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282628 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282632 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282649 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282650 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282650 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282653 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282677 INFO  (qtp1307249415-561) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=194
   [junit4]   2> 282803 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282803 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 282824 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282825 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282825 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 282827 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282831 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282852 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 282877 INFO  (qtp422098166-549) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=198
   [junit4]   2> 283006 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283007 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283009 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283010 INFO  (qtp422098166-553) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283015 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283015 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283016 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283017 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283071 INFO  (qtp1307249415-565) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=1112
   [junit4]   2> 283145 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283145 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283146 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283148 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283198 INFO  (qtp1307249415-562) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=125
   [junit4]   2> 283235 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283235 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283242 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283245 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283344 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283345 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283352 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283380 INFO  (qtp422098166-551) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283417 INFO  (qtp1307249415-564) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=214
   [junit4]   2> 283486 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283487 INFO  (qtp422098166-555) [n:127.0.0.1:38105_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283488 INFO  (qtp1307249415-566) [n:127.0.0.1:46157_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283489 INFO  (qtp422098166-548) [n:127.0.0.1:38105_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CORE.coreName&wt=javabin&version=2&group=solr.core} status=0 QTime=0
   [junit4]   2> 283560 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283560 INFO  (qtp1307249415-563) [n:127.0.0.1:46157_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43006/solr ready
   [junit4]   2> 283563 INFO  (qtp1307249415-559) [n:127.0.0.1:46157_solr    ] o.a.s.s.Htt

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

) [n:127.0.0.1:46157_solr c:readApiTestViolations s:shard1 r:core_node10 x:readApiTestViolations_shard1_replica_n8] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.readApiTestViolations.shard1.replica_n8, tag=2115916584
   [junit4]   2> 320414 INFO  (coreCloseExecutor-216-thread-2) [n:127.0.0.1:46157_solr c:readApiTestViolations s:shard1 r:core_node10 x:readApiTestViolations_shard1_replica_n8] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3d09c1c: rootName = solr_46157, domain = solr.core.readApiTestViolations.shard1.replica_n8, service url = null, agent id = null] for registry solr.core.readApiTestViolations.shard1.replica_n8 / com.codahale.metrics.MetricRegistry@7be8f674
   [junit4]   2> 320880 INFO  (coreCloseExecutor-217-thread-1) [n:127.0.0.1:45273_solr c:readApiTestViolations s:shard1 r:core_node14 x:readApiTestViolations_shard1_replica_n13] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=44019938
   [junit4]   2> 320915 INFO  (coreCloseExecutor-216-thread-2) [n:127.0.0.1:46157_solr c:readApiTestViolations s:shard1 r:core_node10 x:readApiTestViolations_shard1_replica_n8] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=2115916584
   [junit4]   2> 321264 INFO  (coreCloseExecutor-218-thread-1) [n:127.0.0.1:38105_solr c:readApiTestViolations s:shard1 r:core_node12 x:readApiTestViolations_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=1194299969
   [junit4]   2> 321288 INFO  (coreCloseExecutor-218-thread-2) [n:127.0.0.1:38105_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.readApiTestViolations.shard1.replica_n6, tag=1706201566
   [junit4]   2> 321288 INFO  (coreCloseExecutor-218-thread-2) [n:127.0.0.1:38105_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@77f232df: rootName = solr_38105, domain = solr.core.readApiTestViolations.shard1.replica_n6, service url = null, agent id = null] for registry solr.core.readApiTestViolations.shard1.replica_n6 / com.codahale.metrics.MetricRegistry@36fdecfd
   [junit4]   2> 321560 INFO  (coreCloseExecutor-218-thread-2) [n:127.0.0.1:38105_solr c:readApiTestViolations s:shard1 r:core_node9 x:readApiTestViolations_shard1_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.readApiTestViolations.shard1.leader, tag=1706201566
   [junit4]   2> 321925 INFO  (jetty-closer-63-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99025088587628549-127.0.0.1:38105_solr-n_0000000000) closing
   [junit4]   2> 321925 INFO  (OverseerStateUpdate-99025088587628549-127.0.0.1:38105_solr-n_0000000000) [n:127.0.0.1:38105_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38105_solr
   [junit4]   2> 321979 INFO  (jetty-closer-63-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5bb6a6a1{/solr,null,UNAVAILABLE}
   [junit4]   2> 321963 WARN  (OverseerAutoScalingTriggerThread-99025088587628549-127.0.0.1:38105_solr-n_0000000000) [n:127.0.0.1:38105_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 321964 WARN  (zkCallback-73-thread-1-processing-n:127.0.0.1:38105_solr) [n:127.0.0.1:38105_solr    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 321983 WARN  (AutoscalingActionExecutor-164-thread-1-processing-n:127.0.0.1:38105_solr) [n:127.0.0.1:38105_solr    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: execute_plan for trigger event: {
   [junit4]   2>   "id":"14f82935d38c6380T5ugfoj5jmm1uc1jb6pkutmd3m",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1511002986142000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1511002986142000000],
   [junit4]   2>     "_enqueue_time_":1511002986143000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:45273_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:251)
   [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:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception while processing event: {
   [junit4]   2>   "id":"14f82935d38c6380T5ugfoj5jmm1uc1jb6pkutmd3m",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":1511002986142000000,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1511002986142000000],
   [junit4]   2>     "_enqueue_time_":1511002986143000000,
   [junit4]   2>     "nodeNames":["127.0.0.1:45273_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:121)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$2(ScheduledTriggers.java:248)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unexpected exception executing operation: action=MOVEREPLICA&async=node_added_trigger1/14f82935d38c6380T5ugfoj5jmm1uc1jb6pkutmd3m/0&waitForFinalState=true&collection=readApiTestViolations&targetNode=127.0.0.1:45273_solr&replica=core_node5
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:115)
   [junit4]   2> 	... 7 more
   [junit4]   2> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> 	at java.lang.Thread.sleep(Thread.java:340)
   [junit4]   2> 	at java.util.concurrent.TimeUnit.sleep(TimeUnit.java:386)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.waitForTaskToFinish(ExecutePlanAction.java:161)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ExecutePlanAction.process(ExecutePlanAction.java:85)
   [junit4]   2> 	... 7 more
   [junit4]   2> 322033 INFO  (jetty-closer-63-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7217d6a{/solr,null,UNAVAILABLE}
   [junit4]   2> 323475 INFO  (jetty-closer-63-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3c411acf{/solr,null,UNAVAILABLE}
   [junit4]   2> 323476 ERROR (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 323476 INFO  (SUITE-AutoScalingHandlerTest-seed#[3E27878D41C43DD7]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43006 43006
   [junit4]   2> 323609 INFO  (Thread-191) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43006 43006
   [junit4]   2> 323625 WARN  (Thread-191) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	208	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/conf
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	208	/solr/clusterprops.json
   [junit4]   2> 	208	/solr/clusterstate.json
   [junit4]   2> 	58	/solr/collections/readApiTestViolations/state.json
   [junit4]   2> 	5	/solr/collections/COLL1/state.json
   [junit4]   2> 	2	/solr/collections/readApiTestViolations/leader_elect/shard1/election/99025088587628550-core_node3-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	208	/solr/live_nodes
   [junit4]   2> 	208	/solr/collections
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_trigger1
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoScalingHandlerTest_3E27878D41C43DD7-001
   [junit4]   2> Nov 18, 2017 11:03:19 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(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1296, maxMBSortInHeap=6.286707157090078, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@141c028f), locale=zh, timezone=Asia/Irkutsk
   [junit4]   2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=86670632,total=328204288
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchemaThreadSafety, HdfsLockFactoryTest, DeleteShardTest, ShowFileRequestHandlerTest, TestJavabinTupleStreamParser, TestSolr4Spatial, MissingSegmentRecoveryTest, TestDFISimilarityFactory, SignatureUpdateProcessorFactoryTest, ImplicitSnitchTest, AutoScalingHandlerTest]
   [junit4] Completed [26/750 (1!)] on J1 in 62.02s, 7 tests, 1 failure <<< FAILURES!

[...truncated 49739 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2179 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2179/

10 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
distrib-dup-test-chain-explicit: doc#57 has wrong value for regex_dup_B_s expected:<x[_x]> but was:<x[]>

Stack Trace:
org.junit.ComparisonFailure: distrib-dup-test-chain-explicit: doc#57 has wrong value for regex_dup_B_s expected:<x[_x]> but was:<x[]>
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:9E7803BFB38AC19A]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.apache.solr.cloud.BasicDistributedZkTest.testUpdateProcessorsRunOnlyOnce(BasicDistributedZkTest.java:700)
	at org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:377)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:9E7803BFB38AC19A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1275)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:448)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:114)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit

Error Message:
Shard split did not succeed after a previous failed split attempt left sub-shards in construction state

Stack Trace:
java.lang.AssertionError: Shard split did not succeed after a previous failed split attempt left sub-shards in construction state
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:EF61AFCA2103E1E8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.ShardSplitTest.testSplitAfterFailedSplit(ShardSplitTest.java:294)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth

Error Message:
Could not load collection from ZK: second_collection

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: second_collection
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:7B7A88DBF9FF0F8F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1122)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:647)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:130)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:154)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkCreateCollection(TestMiniSolrCloudClusterSSL.java:202)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithCollectionCreations(TestMiniSolrCloudClusterSSL.java:188)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.checkClusterWithNodeReplacement(TestMiniSolrCloudClusterSSL.java:138)
	at org.apache.solr.cloud.TestMiniSolrCloudClusterSSL.testNoSslButSillyClientAuth(TestMiniSolrCloudClusterSSL.java:103)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/second_collection/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:332)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1134)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1120)
	... 46 more


FAILED:  org.apache.solr.cloud.TestTlogReplica.testCreateDelete {seed=[162C3C651D76AC62:B96A71D5DF449F7E]}

Error Message:
Error from server at http://127.0.0.1:53680/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000020

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:53680/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000020
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:B96A71D5DF449F7E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:211)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:90EDC48842277A82]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:862)
	at org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:661)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:A2D41E868D3D2F1]:0)
	at org.apache.solr.cloud.TestTlogReplica.getSolrCore(TestTlogReplica.java:862)
	at org.apache.solr.cloud.TestTlogReplica.testOnlyLeaderIndexes(TestTlogReplica.java:466)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:49254_solr wasn't created

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:49254_solr wasn't created
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62:E96B4691343618D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:919)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
Error from server at http://127.0.0.1:60286/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000002

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:60286/solr: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000002
	at __randomizedtesting.SeedInfo.seed([162C3C651D76AC62]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.response.transform.TestSubQueryTransformerDistrib.setupCluster(TestSubQueryTransformerDistrib.java:81)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:874)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
	at __randomizedtesting.SeedInfo.seed([23C6D10CFF794F88:ABF0735F27D6A79A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:250)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12822 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/init-core-data-001
   [junit4]   2> 4283762 WARN  (SUITE-BasicDistributedZkTest-seed#[162C3C651D76AC62]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=171 numCloses=171
   [junit4]   2> 4283762 INFO  (SUITE-BasicDistributedZkTest-seed#[162C3C651D76AC62]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4283772 INFO  (SUITE-BasicDistributedZkTest-seed#[162C3C651D76AC62]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 4283772 INFO  (SUITE-BasicDistributedZkTest-seed#[162C3C651D76AC62]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4283772 INFO  (SUITE-BasicDistributedZkTest-seed#[162C3C651D76AC62]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 4283782 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4283822 INFO  (Thread-2109) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4283822 INFO  (Thread-2109) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4283870 ERROR (Thread-2109) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4283922 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.ZkTestServer start zk server on port:41154
   [junit4]   2> 4284042 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 4284043 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 4284044 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4284045 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 4284045 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 4284051 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 4284052 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 4284056 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 4284056 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4284063 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 4284063 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractZkTestCase put /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 4284112 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 4285909 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4285941 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70bac3f9{/,null,AVAILABLE}
   [junit4]   2> 4285941 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7ab09d4c{HTTP/1.1,[http/1.1]}{127.0.0.1:38929}
   [junit4]   2> 4285941 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.Server Started @4321380ms
   [junit4]   2> 4285941 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=38929, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/control-001/cores}
   [junit4]   2> 4285942 ERROR (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4285942 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 4285942 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4285942 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4285942 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T04:08:59.660Z
   [junit4]   2> 4286001 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4286001 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/control-001/solr.xml
   [junit4]   2> 4286004 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4286004 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4286009 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4286254 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41154/solr
   [junit4]   2> 4286631 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4286631 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38929_
   [junit4]   2> 4286632 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.c.Overseer Overseer (id=99023463221821444-127.0.0.1:38929_-n_0000000000) starting
   [junit4]   2> 4286804 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38929_
   [junit4]   2> 4286884 INFO  (OverseerStateUpdate-99023463221821444-127.0.0.1:38929_-n_0000000000) [n:127.0.0.1:38929_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4287344 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4287462 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4287462 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4287501 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:38929_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/control-001/cores
   [junit4]   2> 4287907 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4287908 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41154/solr ready
   [junit4]   2> 4287961 INFO  (qtp1629029299-11758) [n:127.0.0.1:38929_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38929_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4288097 INFO  (OverseerThreadFactory-4191-thread-1-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 4288241 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4288243 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4288373 INFO  (zkCallback-3535-thread-1-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4289348 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4289512 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 4290178 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4290357 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 4290358 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4290358 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4290358 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 4290409 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4290438 WARN  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 4290870 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4290870 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4290872 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4290872 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4290880 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=66.0185546875, floorSegmentMB=2.146484375, forceMergeDeletesPctAllowed=25.289503346645, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4290881 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c3f14f[control_collection_shard1_replica_n1] main]
   [junit4]   2> 4290882 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4290882 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4290883 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4290884 INFO  (searcherExecutor-4194-thread-1-processing-n:127.0.0.1:38929_ x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@3c3f14f[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4290884 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584375418954186752
   [junit4]   2> 4290919 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4290919 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4290919 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38929/control_collection_shard1_replica_n1/
   [junit4]   2> 4290919 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4290920 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:38929/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 4290920 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4290938 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38929/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 4290961 INFO  (zkCallback-3535-thread-2-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4291040 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4291109 INFO  (qtp1629029299-11756) [n:127.0.0.1:38929_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2868
   [junit4]   2> 4291121 INFO  (qtp1629029299-11758) [n:127.0.0.1:38929_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 4291251 INFO  (zkCallback-3535-thread-2-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 4292101 INFO  (OverseerCollectionConfigSetProcessor-99023463221821444-127.0.0.1:38929_-n_0000000000) [n:127.0.0.1:38929_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4292121 INFO  (qtp1629029299-11758) [n:127.0.0.1:38929_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:38929_&wt=javabin&version=2} status=0 QTime=4159
   [junit4]   2> 4292132 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4292132 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41154/solr ready
   [junit4]   2> 4292133 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 4292133 INFO  (qtp1629029299-11759) [n:127.0.0.1:38929_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4292135 INFO  (OverseerThreadFactory-4191-thread-2-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 4292135 WARN  (OverseerThreadFactory-4191-thread-2-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 4292395 INFO  (qtp1629029299-11759) [n:127.0.0.1:38929_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 4292395 INFO  (qtp1629029299-11759) [n:127.0.0.1:38929_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=261
   [junit4]   2> 4292622 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-1-001 of type NRT
   [junit4]   2> 4292623 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4292629 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@459968de{/,null,AVAILABLE}
   [junit4]   2> 4292629 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f79d1a8{HTTP/1.1,[http/1.1]}{127.0.0.1:43122}
   [junit4]   2> 4292629 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.Server Started @4328068ms
   [junit4]   2> 4292629 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/tempDir-001/jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=43122, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-1-001/cores}
   [junit4]   2> 4292630 ERROR (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4292630 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 4292630 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4292630 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4292630 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T04:09:06.348Z
   [junit4]   2> 4292649 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4292649 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-1-001/solr.xml
   [junit4]   2> 4292658 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4292658 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4292659 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4292661 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41154/solr
   [junit4]   2> 4292955 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4292956 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4292965 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43122_
   [junit4]   2> 4292966 INFO  (zkCallback-3535-thread-2-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4292993 INFO  (zkCallback-3543-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4293045 INFO  (zkCallback-3548-thread-1-processing-n:127.0.0.1:43122_) [n:127.0.0.1:43122_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4293262 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4293271 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4293271 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4293277 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [n:127.0.0.1:43122_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-1-001/cores
   [junit4]   2> 4293368 INFO  (qtp1629029299-11755) [n:127.0.0.1:38929_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:43122_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4293376 INFO  (OverseerCollectionConfigSetProcessor-99023463221821444-127.0.0.1:38929_-n_0000000000) [n:127.0.0.1:38929_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4293378 INFO  (OverseerThreadFactory-4191-thread-3-processing-n:127.0.0.1:38929_) [n:127.0.0.1:38929_    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:43122_ for creating new replica
   [junit4]   2> 4293412 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4293413 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 4293522 INFO  (zkCallback-3548-thread-1-processing-n:127.0.0.1:43122_) [n:127.0.0.1:43122_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4294433 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4294456 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 4294993 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 4295029 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 4295029 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1280816
   [junit4]   2> 4295029 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 4295030 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 4295032 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=35, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 4295043 WARN  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 4295126 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 4295126 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 4295127 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4295127 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4295128 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=66.0185546875, floorSegmentMB=2.146484375, forceMergeDeletesPctAllowed=25.289503346645, segmentsPerTier=12.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4295131 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@66b7864d[collection1_shard2_replica_n41] main]
   [junit4]   2> 4295133 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4295133 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4295133 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4295134 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1584375423410634752
   [junit4]   2> 4295136 INFO  (searcherExecutor-4205-thread-1-processing-n:127.0.0.1:43122_ x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@66b7864d[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4295150 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4295150 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4295150 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43122/collection1_shard2_replica_n41/
   [junit4]   2> 4295150 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 4295150 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:43122/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 4295150 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 4295156 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43122/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 4295257 INFO  (zkCallback-3548-thread-1-processing-n:127.0.0.1:43122_) [n:127.0.0.1:43122_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4295268 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4295270 INFO  (qtp1030745262-11805) [n:127.0.0.1:43122_ c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1857
   [junit4]   2> 4295281 INFO  (qtp1629029299-11755) [n:127.0.0.1:38929_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:43122_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1913
   [junit4]   2> 4295380 INFO  (zkCallback-3548-thread-1-processing-n:127.0.0.1:43122_) [n:127.0.0.1:43122_    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4295381 INFO  (OverseerCollectionConfigSetProcessor-99023463221821444-127.0.0.1:38929_-n_0000000000) [n:127.0.0.1:38929_    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4295563 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-2-001 of type NRT
   [junit4]   2> 4295564 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 4295569 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@33ca5a8d{/,null,AVAILABLE}
   [junit4]   2> 4295569 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d7eb966{HTTP/1.1,[http/1.1]}{127.0.0.1:52060}
   [junit4]   2> 4295569 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.e.j.s.Server Started @4331008ms
   [junit4]   2> 4295569 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/, hostPort=52060, coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-2-001/cores}
   [junit4]   2> 4295570 ERROR (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4295588 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 4295588 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4295588 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4295588 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-11-18T04:09:09.306Z
   [junit4]   2> 4295604 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 4295604 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.BasicDistributedZkTest_162C3C651D76AC62-001/shard-2-001/solr.xml
   [junit4]   2> 4295607 INFO  (TEST-BasicDistributedZkTest.test-seed#[162C3C651D76AC62]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4295607 INFO  (TEST-BasicDistributedZkTest.test-seed#[1

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

 change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/currentstate/state.json] for collection [currentstate] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 193380 INFO  (coreCloseExecutor-131-thread-2) [n:127.0.0.1:38559_solr c:waitforstate s:shard1 r:core_node2 x:waitforstate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.waitforstate.shard1.replica_n1, tag=1487866475
   [junit4]   2> 193380 INFO  (coreCloseExecutor-131-thread-2) [n:127.0.0.1:38559_solr c:waitforstate s:shard1 r:core_node2 x:waitforstate_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1725b9b: rootName = solr_38559, domain = solr.core.waitforstate.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.waitforstate.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@45d376b1
   [junit4]   2> 193414 INFO  (coreCloseExecutor-129-thread-1) [n:127.0.0.1:34553_solr c:currentstate s:shard1 r:core_node2 x:currentstate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.currentstate.shard1.leader, tag=1032901384
   [junit4]   2> 193481 INFO  (coreCloseExecutor-130-thread-1) [n:127.0.0.1:42245_solr c:falsepredicate s:shard1 r:core_node3 x:falsepredicate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.falsepredicate.shard1.leader, tag=892660202
   [junit4]   2> 193638 INFO  (coreCloseExecutor-130-thread-2) [n:127.0.0.1:42245_solr c:delayed s:shard1 r:core_node2 x:delayed_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.delayed.shard1.replica_n1, tag=1200375844
   [junit4]   2> 193639 INFO  (coreCloseExecutor-130-thread-2) [n:127.0.0.1:42245_solr c:delayed s:shard1 r:core_node2 x:delayed_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@424ea30: rootName = solr_42245, domain = solr.core.delayed.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.delayed.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@2d702478
   [junit4]   2> 193678 INFO  (coreCloseExecutor-131-thread-3) [n:127.0.0.1:38559_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.stateformat1.shard1.replica_n1, tag=883762918
   [junit4]   2> 193678 INFO  (coreCloseExecutor-131-thread-3) [n:127.0.0.1:38559_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46a8045b: rootName = solr_38559, domain = solr.core.stateformat1.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.stateformat1.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@36312127
   [junit4]   2> 193760 INFO  (coreCloseExecutor-131-thread-3) [n:127.0.0.1:38559_solr c:stateformat1 s:shard1 r:core_node2 x:stateformat1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.stateformat1.shard1.leader, tag=883762918
   [junit4]   2> 193760 INFO  (coreCloseExecutor-130-thread-3) [n:127.0.0.1:42245_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard2.replica_n2, tag=2018262134
   [junit4]   2> 193760 INFO  (coreCloseExecutor-130-thread-3) [n:127.0.0.1:42245_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@680f3e79: rootName = solr_42245, domain = solr.core.testcollection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.testcollection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@60597bd0
   [junit4]   2> 193799 INFO  (coreCloseExecutor-130-thread-3) [n:127.0.0.1:42245_solr c:testcollection s:shard2 r:core_node5 x:testcollection_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard2.leader, tag=2018262134
   [junit4]   2> 193799 INFO  (coreCloseExecutor-130-thread-2) [n:127.0.0.1:42245_solr c:delayed s:shard1 r:core_node2 x:delayed_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.delayed.shard1.leader, tag=1200375844
   [junit4]   2> 193800 INFO  (coreCloseExecutor-131-thread-4) [n:127.0.0.1:38559_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testcollection.shard1.replica_n1, tag=1100492986
   [junit4]   2> 193800 INFO  (coreCloseExecutor-131-thread-4) [n:127.0.0.1:38559_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@26969abf: rootName = solr_38559, domain = solr.core.testcollection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@beb5825
   [junit4]   2> 193847 INFO  (coreCloseExecutor-131-thread-4) [n:127.0.0.1:38559_solr c:testcollection s:shard1 r:core_node3 x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testcollection.shard1.leader, tag=1100492986
   [junit4]   2> 193847 INFO  (coreCloseExecutor-131-thread-1) [n:127.0.0.1:38559_solr c:falsepredicate s:shard4 r:core_node8 x:falsepredicate_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.falsepredicate.shard4.leader, tag=471287179
   [junit4]   2> 193847 INFO  (coreCloseExecutor-131-thread-2) [n:127.0.0.1:38559_solr c:waitforstate s:shard1 r:core_node2 x:waitforstate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.waitforstate.shard1.leader, tag=1487866475
   [junit4]   2> 193899 INFO  (jetty-closer-3-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3e873451{/solr,null,UNAVAILABLE}
   [junit4]   2> 194340 INFO  (jetty-closer-3-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5fd4a66f{/solr,null,UNAVAILABLE}
   [junit4]   2> 194390 INFO  (jetty-closer-3-thread-1) [    ] o.a.s.c.Overseer Overseer (id=99023964035153931-127.0.0.1:42245_solr-n_0000000000) closing
   [junit4]   2> 194390 INFO  (OverseerStateUpdate-99023964035153931-127.0.0.1:42245_solr-n_0000000000) [n:127.0.0.1:42245_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42245_solr
   [junit4]   2> 194394 WARN  (OverseerAutoScalingTriggerThread-99023964035153931-127.0.0.1:42245_solr-n_0000000000) [n:127.0.0.1:42245_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 194613 INFO  (jetty-closer-3-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@46b8515f{/solr,null,UNAVAILABLE}
   [junit4]   2> 194615 ERROR (SUITE-TestCollectionStateWatchers-seed#[23C6D10CFF794F88]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 194617 INFO  (SUITE-TestCollectionStateWatchers-seed#[23C6D10CFF794F88]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59900 59900
   [junit4]   2> 194722 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:59900 59900
   [junit4]   2> 194724 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	7	/solr/configs/config
   [junit4]   2> 	4	/solr/collections/stateformat1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	62	/solr/collections/falsepredicate/state.json
   [junit4]   2> 	39	/solr/collections/testcollection/state.json
   [junit4]   2> 	17	/solr/collections/waitforstate/state.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/collections/currentstate/state.json
   [junit4]   2> 	7	/solr/collections/delayed/state.json
   [junit4]   2> 	6	/solr/collections/tobedeleted/state.json
   [junit4]   2> 	4	/solr/overseer_elect/election/99023964035153931-127.0.0.1:42245_solr-n_0000000000
   [junit4]   2> 	4	/solr/collections/stateformat1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99023964035153930-127.0.0.1:45742_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestCollectionStateWatchers_23C6D10CFF794F88-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=439, maxMBSortInHeap=7.049268767580109, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@578a5e62), locale=lv, timezone=Singapore
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=172327664,total=288358400
   [junit4]   2> NOTE: All tests run in this JVM: [ExclusiveOrEvaluatorTest, TestCollectionStateWatchers]
   [junit4] Completed [25/146 (1!)] on J2 in 197.86s, 9 tests, 1 failure <<< FAILURES!

[...truncated 46709 lines...]