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 2018/03/21 08:53:05 UTC

[JENKINS] Lucene-Solr-Tests-7.x - Build # 521 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/521/

4 tests failed.
FAILED:  org.apache.solr.analytics.facet.ValueFacetTest.meanTest

Error Message:
java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]

Stack Trace:
java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]
	at __randomizedtesting.SeedInfo.seed([A3EB4FF7DD019AFA:A96D9F52E3F31585]:0)
	at org.apache.solr.analytics.facet.SolrAnalyticsFacetTestCase.testGrouping(SolrAnalyticsFacetTestCase.java:77)
	at org.apache.solr.analytics.facet.ValueFacetTest.meanTest(ValueFacetTest.java:338)
	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: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]
	at org.apache.solr.analytics.SolrAnalyticsTestCase.queryCloudObject(SolrAnalyticsTestCase.java:147)
	at org.apache.solr.analytics.SolrAnalyticsTestCase.testResults(SolrAnalyticsTestCase.java:98)
	at org.apache.solr.analytics.SolrAnalyticsTestCase.testAnalytics(SolrAnalyticsTestCase.java:162)
	at org.apache.solr.analytics.SolrAnalyticsTestCase.testGroupingSorted(SolrAnalyticsTestCase.java:260)
	at org.apache.solr.analytics.SolrAnalyticsTestCase.testGrouping(SolrAnalyticsTestCase.java:205)
	at org.apache.solr.analytics.facet.SolrAnalyticsFacetTestCase.testGrouping(SolrAnalyticsFacetTestCase.java:75)
	... 40 more
Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.analytics.SolrAnalyticsTestCase.queryCloudObject(SolrAnalyticsTestCase.java:145)
	... 45 more
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37327/solr/collection1: java.lang.IndexOutOfBoundsException: Index: 0, Size: 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)
	... 50 more


FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.legacy.facet.LegacyFieldFacetCloudTest

Error Message:
Error from server at http://127.0.0.1:43691/solr: KeeperErrorCode = Session expired for /configs/conf

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43691/solr: KeeperErrorCode = Session expired for /configs/conf
	at __randomizedtesting.SeedInfo.seed([A3EB4FF7DD019AFA]: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:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	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.analytics.legacy.LegacyAbstractAnalyticsCloudTest.setupCollection(LegacyAbstractAnalyticsCloudTest.java:50)
	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.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests

Error Message:
Could not load collection from ZK: testAsyncOperations

Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK: testAsyncOperations
	at __randomizedtesting.SeedInfo.seed([9E72F6703758B7F3:7A36CAC791F0F92C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1236)
	at org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:674)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:117)
	at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:144)
	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/testAsyncOperations/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
	at org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1248)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1234)
	... 44 more


FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost

Error Message:
org.apache.solr.common.SolrException: 

Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException: 
	at __randomizedtesting.SeedInfo.seed([9E72F6703758B7F3:2167388EB4B2D275]:0)
	at org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:111)
	at org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:139)
	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$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.solr.common.SolrException: 
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:250)
	at org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
	... 39 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:44452/solr
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
	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.SolrClient.request(SolrClient.java:1219)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:292)
	at org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:227)
	... 40 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 127.0.0.1:44452 [/127.0.0.1] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 45 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 55 more




Build Log:
[...truncated 1790 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/core/test/temp/junit4-J1-20180321_053034_4167002487189681333826.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] codec: FastDecompressionCompressingStoredFields, pf: Direct, dvf: Lucene70
   [junit4] <<< JVM J1: EOF ----

[...truncated 10948 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
   [junit4]   2> 918438 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-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-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/init-core-data-001
   [junit4]   2> 918438 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 918439 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 918440 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001
   [junit4]   2> 918440 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 918440 INFO  (Thread-814) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 918440 INFO  (Thread-814) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 918458 ERROR (Thread-814) [    ] 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> 918540 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41284
   [junit4]   2> 918558 INFO  (zkConnectionManagerCallback-1066-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 918562 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 918563 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T17:27:37-04:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 918564 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 918564 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 918564 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 918564 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a3f0a5d{/solr,null,AVAILABLE}
   [junit4]   2> 918565 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 918565 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 918565 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 918566 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b2324c4{/solr,null,AVAILABLE}
   [junit4]   2> 918580 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@49f68141{HTTP/1.1,[http/1.1]}{127.0.0.1:46256}
   [junit4]   2> 918580 INFO  (jetty-launcher-1063-thread-1) [    ] o.e.j.s.Server Started @928822ms
   [junit4]   2> 918599 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4cede3ea{HTTP/1.1,[http/1.1]}{127.0.0.1:39783}
   [junit4]   2> 918599 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46256}
   [junit4]   2> 918599 INFO  (jetty-launcher-1063-thread-2) [    ] o.e.j.s.Server Started @928842ms
   [junit4]   2> 918599 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39783}
   [junit4]   2> 918599 ERROR (jetty-launcher-1063-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 918599 ERROR (jetty-launcher-1063-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 918599 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-21T07:07:43.055Z
   [junit4]   2> 918600 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-21T07:07:43.055Z
   [junit4]   2> 918602 INFO  (zkConnectionManagerCallback-1069-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 918602 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 918656 INFO  (zkConnectionManagerCallback-1070-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 918668 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 918687 INFO  (jetty-launcher-1063-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41284/solr
   [junit4]   2> 918687 INFO  (jetty-launcher-1063-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41284/solr
   [junit4]   2> 918749 INFO  (zkConnectionManagerCallback-1078-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 918749 INFO  (zkConnectionManagerCallback-1076-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 918755 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100eba512290004, likely client has closed socket
   [junit4]   2> 918758 INFO  (zkConnectionManagerCallback-1082-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 918770 INFO  (zkConnectionManagerCallback-1080-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 919029 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 919038 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46256_solr
   [junit4]   2> 919039 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.Overseer Overseer (id=72316688244736006-127.0.0.1:46256_solr-n_0000000000) starting
   [junit4]   2> 919055 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 919056 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39783_solr
   [junit4]   2> 919100 INFO  (zkConnectionManagerCallback-1088-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 919101 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 919102 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41284/solr ready
   [junit4]   2> 919144 INFO  (zkCallback-1081-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 919144 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 919177 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46256_solr
   [junit4]   2> 919269 INFO  (zkCallback-1087-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 919285 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 919285 INFO  (zkCallback-1081-thread-2-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 924752 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46256.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 924769 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39783.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 924790 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46256.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 924791 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46256.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 924792 INFO  (jetty-launcher-1063-thread-1) [n:127.0.0.1:46256_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001/node1/.
   [junit4]   2> 924797 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39783.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 924797 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39783.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 924798 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001/node2/.
   [junit4]   2> 924821 INFO  (zkConnectionManagerCallback-1092-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 924822 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 924823 INFO  (jetty-launcher-1063-thread-2) [n:127.0.0.1:39783_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41284/solr ready
   [junit4]   2> 924906 INFO  (zkConnectionManagerCallback-1094-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 924909 INFO  (zkConnectionManagerCallback-1098-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 924910 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 924911 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[9E72F6703758B7F3]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41284/solr ready
   [junit4]   2> 924937 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[9E72F6703758B7F3]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSolrJAPICalls
   [junit4]   2> 924940 INFO  (qtp1254131660-4258) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=211fa39a-6065-4db5-a8ab-afef4a1f49a5&replicationFactor=1&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 924943 INFO  (qtp1254131660-4258) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=211fa39a-6065-4db5-a8ab-afef4a1f49a5&replicationFactor=1&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 924955 INFO  (OverseerThreadFactory-2241-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testasynccollectioncreation
   [junit4]   2> 924956 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 924956 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 925110 INFO  (OverseerStateUpdate-72316688244736006-127.0.0.1:46256_solr-n_0000000000) [n:127.0.0.1:46256_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39783/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 925218 INFO  (qtp1271735560-4263) [n:127.0.0.1:39783_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 925218 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 925218 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 925218 INFO  (qtp1271735560-4270) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821
   [junit4]   2> 925239 INFO  (qtp1271735560-4270) [n:127.0.0.1:39783_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 925360 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 925361 INFO  (zkCallback-1079-thread-2-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 925958 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 925959 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 926240 INFO  (qtp1271735560-4272) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821
   [junit4]   2> 926240 INFO  (qtp1271735560-4272) [n:127.0.0.1:39783_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 926264 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 926283 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.IndexSchema [testasynccollectioncreation_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 926293 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 926294 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testasynccollectioncreation_shard1_replica_n1' using configuration from collection testasynccollectioncreation, trusted=true
   [junit4]   2> 926294 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39783.solr.core.testasynccollectioncreation.shard1.replica_n1' (registry 'solr.core.testasynccollectioncreation.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 926294 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 926294 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrCore [[testasynccollectioncreation_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001/node2/testasynccollectioncreation_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001/node2/./testasynccollectioncreation_shard1_replica_n1/data/]
   [junit4]   2> 926347 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 926348 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 926349 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 926349 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 926350 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@64c6d907[testasynccollectioncreation_shard1_replica_n1] main]
   [junit4]   2> 926351 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 926351 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 926351 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 926352 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595530093062520832
   [junit4]   2> 926352 INFO  (searcherExecutor-2246-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n1 r:core_node2 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE n:127.0.0.1:39783_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n1] Registered new searcher Searcher@64c6d907[testasynccollectioncreation_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 926377 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 926388 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 926388 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 926388 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39783/solr/testasynccollectioncreation_shard1_replica_n1/
   [junit4]   2> 926388 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 926388 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:39783/solr/testasynccollectioncreation_shard1_replica_n1/ has no replicas
   [junit4]   2> 926388 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 926399 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39783/solr/testasynccollectioncreation_shard1_replica_n1/ shard1
   [junit4]   2> 926501 INFO  (zkCallback-1079-thread-2-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 926501 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 926550 INFO  (parallelCoreAdminExecutor-2243-thread-1-processing-n:127.0.0.1:39783_solr 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821 CREATE) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 926654 INFO  (zkCallback-1079-thread-2-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 926654 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 926960 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 926961 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 927242 INFO  (qtp1271735560-4270) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821
   [junit4]   2> 927242 INFO  (qtp1271735560-4270) [n:127.0.0.1:39783_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a53953470501035821&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 927244 INFO  (OverseerThreadFactory-2241-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_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> 927962 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 927963 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 927964 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 927964 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=211fa39a-6065-4db5-a8ab-afef4a1f49a5&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 927965 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=37beb43e-fd77-4251-89c3-3605330f5f48&replicationFactor=1&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 927981 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=37beb43e-fd77-4251-89c3-3605330f5f48&replicationFactor=1&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=15
   [junit4]   2> 927981 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=37beb43e-fd77-4251-89c3-3605330f5f48&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 928006 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=37beb43e-fd77-4251-89c3-3605330f5f48&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 928007 INFO  (OverseerCollectionConfigSetProcessor-72316688244736006-127.0.0.1:46256_solr-n_0000000000) [n:127.0.0.1:46256_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> 928007 INFO  (OverseerThreadFactory-2241-thread-2-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testasynccollectioncreation
   [junit4]   2> 928068 ERROR (OverseerThreadFactory-2241-thread-2-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testasynccollectioncreation operation: create failed:org.apache.solr.common.SolrException: collection already exists: testasynccollectioncreation
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:106)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [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> 
   [junit4]   2> 928072 INFO  (OverseerThreadFactory-2241-thread-2-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 929069 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=37beb43e-fd77-4251-89c3-3605330f5f48&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 929071 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=37beb43e-fd77-4251-89c3-3605330f5f48&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 929071 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=37beb43e-fd77-4251-89c3-3605330f5f48&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 929073 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=37beb43e-fd77-4251-89c3-3605330f5f48&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 929074 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params async=758c7f62-4fb9-4491-82e8-572c5318ff37&action=ADDREPLICA&collection=testasynccollectioncreation&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 929088 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=758c7f62-4fb9-4491-82e8-572c5318ff37&action=ADDREPLICA&collection=testasynccollectioncreation&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=14
   [junit4]   2> 929089 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 929091 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 929092 INFO  (OverseerCollectionConfigSetProcessor-72316688244736006-127.0.0.1:46256_solr-n_0000000000) [n:127.0.0.1:46256_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 929114 INFO  (OverseerThreadFactory-2241-thread-3-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:46256_solr for creating new replica
   [junit4]   2> 929126 INFO  (OverseerStateUpdate-72316688244736006-127.0.0.1:46256_solr-n_0000000000) [n:127.0.0.1:46256_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46256/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46256_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 929128 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929128 INFO  (zkCallback-1079-thread-2-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929253 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921&qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=testasynccollectioncreation_shard1_replica_n3&action=CREATE&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0
   [junit4]   2> 929253 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921&qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=testasynccollectioncreation_shard1_replica_n3&action=CREATE&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 929253 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 929253 INFO  (qtp1254131660-4266) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921
   [junit4]   2> 929254 INFO  (qtp1254131660-4266) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 929305 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 929324 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.IndexSchema [testasynccollectioncreation_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 929327 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 929327 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.CoreContainer Creating SolrCore 'testasynccollectioncreation_shard1_replica_n3' using configuration from collection testasynccollectioncreation, trusted=true
   [junit4]   2> 929327 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46256.solr.core.testasynccollectioncreation.shard1.replica_n3' (registry 'solr.core.testasynccollectioncreation.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1443b553
   [junit4]   2> 929335 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 929336 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrCore [[testasynccollectioncreation_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001/node1/testasynccollectioncreation_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_9E72F6703758B7F3-001/tempDir-001/node1/./testasynccollectioncreation_shard1_replica_n3/data/]
   [junit4]   2> 929389 INFO  (zkCallback-1081-thread-2-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929389 INFO  (zkCallback-1081-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929389 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929389 INFO  (zkCallback-1079-thread-2-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929441 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 929449 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 929543 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 929543 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 929544 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4778d880[testasynccollectioncreation_shard1_replica_n3] main]
   [junit4]   2> 929545 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 929546 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 929546 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 929547 INFO  (searcherExecutor-2251-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n3] Registered new searcher Searcher@4778d880[testasynccollectioncreation_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 929547 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595530096412721152
   [junit4]   2> 929550 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 929560 INFO  (parallelCoreAdminExecutor-2242-thread-1-processing-n:127.0.0.1:46256_solr 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkController Core needs to recover:testasynccollectioncreation_shard1_replica_n3
   [junit4]   2> 929560 INFO  (updateExecutor-1072-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 929561 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 929587 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 929633 INFO  (qtp1271735560-4270) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 929633 INFO  (qtp1271735560-4270) [n:127.0.0.1:39783_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 929633 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testasynccollectioncreation_shard1_replica_n3]
   [junit4]   2> 929633 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 929633 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Publishing state of core [testasynccollectioncreation_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:39783/solr/testasynccollectioncreation_shard1_replica_n1/] and I am [http://127.0.0.1:46256/solr/testasynccollectioncreation_shard1_replica_n3/]
   [junit4]   2> 929636 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0, core_node4_recovering=0, core_node4=0}, version=2}
   [junit4]   2> 929658 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:39783/solr]; [WaitForState: action=PREPRECOVERY&core=testasynccollectioncreation_shard1_replica_n1&nodeName=127.0.0.1:46256_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 929658 INFO  (qtp1271735560-4274) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 929669 INFO  (qtp1271735560-4274) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:46256_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"testasynccollectioncreation_shard1_replica_n3","base_url":"http://127.0.0.1:46256/solr","node_name":"127.0.0.1:46256_solr","state":"down","type":"NRT"}
   [junit4]   2> 929758 INFO  (zkCallback-1081-thread-2-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929758 INFO  (zkCallback-1079-thread-1-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929758 INFO  (zkCallback-1079-thread-2-processing-n:127.0.0.1:39783_solr) [n:127.0.0.1:39783_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 929758 INFO  (zkCallback-1081-thread-1-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 930092 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 930092 INFO  (qtp1254131660-4264) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 930255 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921
   [junit4]   2> 930255 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 930257 INFO  (OverseerThreadFactory-2241-thread-3-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_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> 930679 INFO  (qtp1271735560-4274) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:46256_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{"core":"testasynccollectioncreation_shard1_replica_n3","base_url":"http://127.0.0.1:46256/solr","node_name":"127.0.0.1:46256_solr","state":"recovering","type":"NRT"}
   [junit4]   2> 930679 INFO  (qtp1271735560-4274) [n:127.0.0.1:39783_solr    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 930679 INFO  (qtp1271735560-4274) [n:127.0.0.1:39783_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:46256_solr&onlyIfLeaderActive=true&core=testasynccollectioncreation_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1020
   [junit4]   2> 931093 INFO  (OverseerCollectionConfigSetProcessor-72316688244736006-127.0.0.1:46256_solr-n_0000000000) [n:127.0.0.1:46256_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> 931094 INFO  (qtp1254131660-4266) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 931095 INFO  (qtp1254131660-4266) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 931095 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 931096 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=758c7f62-4fb9-4491-82e8-572c5318ff37&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 931096 INFO  (qtp1254131660-4266) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with params async=71881539-e10e-490f-a3be-632c153430af&action=SPLITSHARD&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 931098 INFO  (qtp1254131660-4266) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=71881539-e10e-490f-a3be-632c153430af&action=SPLITSHARD&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 931099 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=71881539-e10e-490f-a3be-632c153430af&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 931100 INFO  (qtp1254131660-4261) [n:127.0.0.1:46256_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=71881539-e10e-490f-a3be-632c153430af&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 931100 INFO  (OverseerThreadFactory-2241-thread-4-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.a.c.SplitShardCmd Split shard invoked
   [junit4]   2> 931133 INFO  (OverseerThreadFactory-2241-thread-4-processing-n:127.0.0.1:46256_solr) [n:127.0.0.1:46256_solr    ] o.a.s.c.a.c.SplitShardCmd Creating slice shard1_0 of collection testasynccollectioncreation on 127.0.0.1:39783_solr
   [junit4]   2> 931183 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:39783/solr/testasynccollectioncreation_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 931184 INFO  (recoveryExecutor-1074-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 r:core_node4 758c7f62-4fb9-4491-82e8-572c5318ff373953474620184921 CREATE n:127.0.0.1:46256_solr s:shard1 c:testasynccollectioncreation) [n:127.0.0.1:46256_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_sh

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

ngeQuery, TestFieldTypeCollectionResource, CachingDirectoryFactoryTest, TestLazyCores, TestBulkSchemaAPI, TestSolr4Spatial2, ClusterStateTest, TestSolrCLIRunExample, TestRetrieveFieldsOptimizer, TestFastWriter, TestMacros, TestFieldCache, OverseerStatusTest, RecoveryZkTest, AddReplicaTest, TestPullReplica, TestSchemalessBufferedUpdates, TestSubQueryTransformer, TestLRUStatsCache, RegexBytesRefFilterTest, TestCloudDeleteByQuery, CacheHeaderTest, URLClassifyProcessorTest, TestCodecSupport, TestSSLRandomization, SolrCmdDistributorTest, TestUseDocValuesAsStored2, CreateCollectionCleanupTest, DeleteShardTest, TestFieldCacheSortRandom, TestHdfsUpdateLog, DateMathParserTest, MetricUtilsTest, TestDownShardTolerantSearch, NodeLostTriggerTest, DateRangeFieldTest, TestClassicSimilarityFactory, TestCloudManagedSchema, TestLMJelinekMercerSimilarityFactory, HdfsRestartWhileUpdatingTest, HttpPartitionOnCommitTest, TestTolerantSearch, TestMissingGroups, MetricsConfigTest, TestValueSourceCache, LeaderElectionIntegrationTest, SpellPossibilityIteratorTest, SharedFSAutoReplicaFailoverTest, BasicDistributedZk2Test, ConvertedLegacyTest, TestRandomDVFaceting, LIRRollingUpdatesTest, TestMaxTokenLenTokenizer, DirectoryFactoryTest, TestNumericTokenStream, SearchRateTriggerTest, TestLargeCluster, SearchHandlerTest, MoreLikeThisHandlerTest, TestSearcherReuse, TestRuleBasedAuthorizationPlugin, HdfsDirectoryTest, RegexBoostProcessorTest, TestQueryWrapperFilter, DistributedSpellCheckComponentTest, ComputePlanActionTest]
   [junit4] Completed [336/784 (2!)] on J2 in 37.49s, 4 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 4593 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.ValueFacetTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.ValueFacetTest_A3EB4FF7DD019AFA-001/init-core-data-001
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ValueFacetTest -Dtests.method=meanTest -Dtests.seed=A3EB4FF7DD019AFA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sq -Dtests.timezone=IET -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   30.7s J0 | ValueFacetTest.meanTest <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3EB4FF7DD019AFA:A96D9F52E3F31585]:0)
   [junit4]    > 	at org.apache.solr.analytics.facet.SolrAnalyticsFacetTestCase.testGrouping(SolrAnalyticsFacetTestCase.java:77)
   [junit4]    > 	at org.apache.solr.analytics.facet.ValueFacetTest.meanTest(ValueFacetTest.java:338)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]
   [junit4]    > 	at org.apache.solr.analytics.SolrAnalyticsTestCase.queryCloudObject(SolrAnalyticsTestCase.java:147)
   [junit4]    > 	at org.apache.solr.analytics.SolrAnalyticsTestCase.testResults(SolrAnalyticsTestCase.java:98)
   [junit4]    > 	at org.apache.solr.analytics.SolrAnalyticsTestCase.testAnalytics(SolrAnalyticsTestCase.java:162)
   [junit4]    > 	at org.apache.solr.analytics.SolrAnalyticsTestCase.testGroupingSorted(SolrAnalyticsTestCase.java:260)
   [junit4]    > 	at org.apache.solr.analytics.SolrAnalyticsTestCase.testGrouping(SolrAnalyticsTestCase.java:205)
   [junit4]    > 	at org.apache.solr.analytics.facet.SolrAnalyticsFacetTestCase.testGrouping(SolrAnalyticsFacetTestCase.java:75)
   [junit4]    > 	... 40 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:37327/solr/collection1, http://127.0.0.1:44040/solr/collection1]
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    > 	at org.apache.solr.analytics.SolrAnalyticsTestCase.queryCloudObject(SolrAnalyticsTestCase.java:145)
   [junit4]    > 	... 45 more
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37327/solr/collection1: java.lang.IndexOutOfBoundsException: Index: 0, Size: 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]    > 	... 50 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.ValueFacetTest_A3EB4FF7DD019AFA-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {string_s=FST50, id=PostingsFormat(name=Memory), string_sm=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{int_i=DocValuesFormat(name=Direct), double_dm=DocValuesFormat(name=Lucene70), float_fm=DocValuesFormat(name=Lucene70), int_im=DocValuesFormat(name=Lucene70), date_dt=DocValuesFormat(name=Direct), date_dtm=DocValuesFormat(name=Asserting), long_lm=DocValuesFormat(name=Asserting), double_d=DocValuesFormat(name=Lucene70), float_f=DocValuesFormat(name=Lucene70), long_l=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), string_s=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70), string_sm=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=898, maxMBSortInHeap=7.833226673776336, sim=RandomSimilarity(queryNorm=true): {}, locale=sq, timezone=IET
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=91724488,total=270008320
   [junit4]   2> NOTE: All tests run in this JVM: [DateMathFunctionTest, ValueFacetTest]
   [junit4] Completed [12/78 (1!)] on J0 in 109.58s, 11 tests, 1 error <<< FAILURES!

[...truncated 127 lines...]
   [junit4] Suite: org.apache.solr.analytics.legacy.facet.LegacyFieldFacetCloudTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.legacy.facet.LegacyFieldFacetCloudTest_A3EB4FF7DD019AFA-001/init-core-data-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=574, maxMBSortInHeap=6.255004514079946, sim=RandomSimilarity(queryNorm=false): {}, locale=en-ZA, timezone=IST
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=160533648,total=275251200
   [junit4]   2> NOTE: All tests run in this JVM: [DateMathFunctionTest, ValueFacetTest, NegateFunctionTest, LegacyAbstractAnalyticsCloudTest, RemoveFunctionTest, LegacyFieldFacetTest, FilterFunctionTest, ExpressionFactoryTest, DateFieldsTest, StringCastFunctionTest, PivotFacetTest, LegacyNoFacetTest, LegacyFieldFacetCloudTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=LegacyFieldFacetCloudTest -Dtests.seed=A3EB4FF7DD019AFA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-ZA -Dtests.timezone=IST -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | LegacyFieldFacetCloudTest (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:43691/solr: KeeperErrorCode = Session expired for /configs/conf
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A3EB4FF7DD019AFA]: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:1105)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [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.analytics.legacy.LegacyAbstractAnalyticsCloudTest.setupCollection(LegacyAbstractAnalyticsCloudTest.java:50)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] Completed [58/78 (2!)] on J0 in 27.54s, 0 tests, 1 error <<< FAILURES!

[...truncated 46411 lines...]

[JENKINS] Lucene-Solr-Tests-7.x - Build # 522 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:34649

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34649
	at __randomizedtesting.SeedInfo.seed([87D848EACC45C8DA:F8C773062B9A522]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	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:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	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.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:322)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	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: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more




Build Log:
[...truncated 1804 lines...]
   [junit4] JVM J0: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/build/core/test/temp/junit4-J0-20180321_230830_6337000645028104990881.sysout
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] codec: CheapBastard, pf: MockRandom, dvf: Asserting
   [junit4] <<< JVM J0: EOF ----

[...truncated 11145 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_87D848EACC45C8DA-001/init-core-data-001
   [junit4]   2> 1581009 WARN  (SUITE-TestSolrConfigHandlerCloud-seed#[87D848EACC45C8DA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1581009 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[87D848EACC45C8DA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1581023 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[87D848EACC45C8DA]-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> 1581024 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[87D848EACC45C8DA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1581026 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[87D848EACC45C8DA]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1581060 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1581061 INFO  (Thread-2450) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1581061 INFO  (Thread-2450) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1581080 ERROR (Thread-2450) [    ] 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> 1581161 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.ZkTestServer start zk server on port:35904
   [junit4]   2> 1581163 INFO  (zkConnectionManagerCallback-1131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1581174 INFO  (zkConnectionManagerCallback-1133-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1581187 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1581188 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1581202 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1581203 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1581204 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1581205 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1581218 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1581219 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1581220 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1581221 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1581235 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1581236 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100ef6999f30001, likely client has closed socket
   [junit4]   2> 1581237 INFO  (zkConnectionManagerCallback-1136-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1581238 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100ef6999f30002, likely client has closed socket
   [junit4]   2> 1581239 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1581687 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1581697 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1581697 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1581697 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1581698 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c8645fa{/,null,AVAILABLE}
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ef78d46{SSL,[ssl, http/1.1]}{127.0.0.1:34649}
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.Server Started @1594442ms
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_87D848EACC45C8DA-001/tempDir-001/control/data, replicaType=NRT, hostContext=/, hostPort=34649, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_87D848EACC45C8DA-001/control-001/cores}
   [junit4]   2> 1581714 ERROR (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1581714 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-22T00:41:15.012Z
   [junit4]   2> 1581754 INFO  (zkConnectionManagerCallback-1138-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1581774 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1581774 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_87D848EACC45C8DA-001/control-001/solr.xml
   [junit4]   2> 1581777 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1581777 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1581808 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3d5cbe64, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1581847 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35904/solr
   [junit4]   2> 1581849 INFO  (zkConnectionManagerCallback-1142-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1581863 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1582125 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1582152 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34649_
   [junit4]   2> 1582153 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer Overseer (id=72320830871371781-127.0.0.1:34649_-n_0000000000) starting
   [junit4]   2> 1582206 INFO  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1582207 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35904/solr ready
   [junit4]   2> 1582208 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34649_
   [junit4]   2> 1582318 INFO  (zkCallback-1148-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1582320 INFO  (OverseerStateUpdate-72320830871371781-127.0.0.1:34649_-n_0000000000) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1583140 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d5cbe64
   [junit4]   2> 1583165 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d5cbe64
   [junit4]   2> 1583165 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d5cbe64
   [junit4]   2> 1583183 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [n:127.0.0.1:34649_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_87D848EACC45C8DA-001/control-001/cores
   [junit4]   2> 1583263 INFO  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1583284 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1583285 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35904/solr ready
   [junit4]   2> 1583351 INFO  (qtp1447015932-6284) [n:127.0.0.1:34649_    ] 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:34649_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1583352 INFO  (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1583515 INFO  (qtp1447015932-6286) [n:127.0.0.1:34649_    ] 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> 1583515 INFO  (qtp1447015932-6286) [n:127.0.0.1:34649_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1583710 INFO  (zkCallback-1143-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] 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> 1584991 INFO  (qtp1447015932-6286) [n:127.0.0.1:34649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1585174 INFO  (qtp1447015932-6286) [n:127.0.0.1:34649_ 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> 1614827 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]-SendThread(127.0.0.1:35904)) [n:127.0.0.1:34649_    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 29445ms for sessionid 0x100ef6999f30005
   [junit4]   2> 1614843 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]-SendThread(127.0.0.1:35904)) [n:127.0.0.1:34649_    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 31275ms for sessionid 0x100ef6999f30006
   [junit4]   2> 1614855 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x100ef6999f30005, likely client has closed socket
   [junit4]   2> 1614855 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]-SendThread(127.0.0.1:35904)) [    ] o.a.z.ClientCnxn Client session timed out, have not heard from server in 31570ms for sessionid 0x100ef6999f30007
   [junit4]   2> 1614989 WARN  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f81f2aa name: ZooKeeperConnection Watcher:127.0.0.1:35904/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1614989 WARN  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1615045 WARN  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c1ddc52 name: ZooKeeperConnection Watcher:127.0.0.1:35904/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1615046 WARN  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1615066 WARN  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77c0b6e7 name: ZooKeeperConnection Watcher:127.0.0.1:35904/solr got event WatchedEvent state:Disconnected type:None path:null path: null type: None
   [junit4]   2> 1615066 WARN  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient has disconnected
   [junit4]   2> 1616077 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]-SendThread(127.0.0.1:35904)) [n:127.0.0.1:34649_    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x100ef6999f30006 has expired
   [junit4]   2> 1616093 WARN  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@77c0b6e7 name: ZooKeeperConnection Watcher:127.0.0.1:35904/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1616093 WARN  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1616093 WARN  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1616115 INFO  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_-EventThread) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1616115 INFO  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1616115 INFO  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1616125 INFO  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1616125 INFO  (zkConnectionManagerCallback-1149-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1616839 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]-SendThread(127.0.0.1:35904)) [n:127.0.0.1:34649_    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x100ef6999f30005 has expired
   [junit4]   2> 1616840 WARN  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4f81f2aa name: ZooKeeperConnection Watcher:127.0.0.1:35904/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1616840 WARN  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1616840 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer Overseer (id=72320830871371781-127.0.0.1:34649_-n_0000000000) closing
   [junit4]   2> 1616852 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]-SendThread(127.0.0.1:35904)) [    ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session 0x100ef6999f30007 has expired
   [junit4]   2> 1616876 WARN  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7c1ddc52 name: ZooKeeperConnection Watcher:127.0.0.1:35904/solr got event WatchedEvent state:Expired type:None path:null path: null type: None
   [junit4]   2> 1616876 WARN  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired. Attempting to reconnect to recover relationship with ZooKeeper...
   [junit4]   2> 1616876 WARN  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1616928 INFO  (OverseerStateUpdate-72320830871371781-127.0.0.1:34649_-n_0000000000) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer According to ZK I (id=72320830871371781-127.0.0.1:34649_-n_0000000000) am no longer a leader.
   [junit4]   2> 1616929 INFO  (OverseerStateUpdate-72320830871371781-127.0.0.1:34649_-n_0000000000) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34649_
   [junit4]   2> 1616929 INFO  (zkConnectionManagerCallback-1153-thread-1-EventThread) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1616929 INFO  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1616966 ERROR (OverseerExitThread) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer could not read the data
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:340)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:340)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1616966 INFO  (OverseerCollectionConfigSetProcessor-72320830871371781-127.0.0.1:34649_-n_0000000000) [n:127.0.0.1:34649_    ] o.a.s.c.OverseerTaskProcessor According to ZK I (id=72320830871371781-127.0.0.1:34649_-n_0000000000) am no longer a leader.
   [junit4]   2> 1616970 INFO  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1616971 INFO  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1616971 INFO  (zkConnectionManagerCallback-1153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1626953 WARN  (ScheduledTrigger-1792-thread-4) [n:127.0.0.1:34649_    ] o.a.s.c.a.TriggerEventQueue Exception adding event {
   [junit4]   2>   "id":"e452d6efe0f86T9kfp4p9g1nwht2hcsonk8y5g3",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":4016711111937926,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[4016711111937926],
   [junit4]   2>     "_enqueue_time_":4016721188177045,
   [junit4]   2>     "nodeNames":["127.0.0.1:34649_"]}} to queue .auto_add_replicas
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/events/.auto_add_replicas/qn-
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:786)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:365)
   [junit4]   2> 	at org.apache.solr.cloud.ZkDistributedQueue.offer(ZkDistributedQueue.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerEventQueue.offerEvent(TriggerEventQueue.java:58)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerWrapper.enqueue(ScheduledTriggers.java:528)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$add$4(ScheduledTriggers.java:279)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.NodeLostTrigger.run(NodeLostTrigger.java:159)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerWrapper.run(ScheduledTriggers.java:576)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
   [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> 1626953 INFO  (ScheduledTrigger-1792-thread-4) [n:127.0.0.1:34649_    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 1626970 INFO  (AutoscalingActionExecutor-1793-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 4016721205 sessionWrapper.createTime 4016721204664555, this.sessionWrapper.createTime 4016721204664555 
   [junit4]   2> 1626970 WARN  (AutoscalingActionExecutor-1793-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: auto_add_replicas_plan for trigger event: {
   [junit4]   2>   "id":"e452d6efe0f86T9kfp4p9g1nwht2hcsonk8y5g3",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":4016711111937926,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[4016711111937926],
   [junit4]   2>     "_enqueue_time_":4016721188177045,
   [junit4]   2>     "nodeNames":["127.0.0.1:34649_"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:311)
   [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":"e452d6efe0f86T9kfp4p9g1nwht2hcsonk8y5g3",
   [junit4]   2>   "source":".auto_add_replicas",
   [junit4]   2>   "eventTime":4016711111937926,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[4016711111937926],
   [junit4]   2>     "_enqueue_time_":4016721188177045,
   [junit4]   2>     "nodeNames":["127.0.0.1:34649_"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:148)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308)
   [junit4]   2> 	... 6 more
   [junit4]   2> Caused by: java.lang.NullPointerException
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.lambda$getMaxNumOps$1(ComputePlanAction.java:163)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.lambda$forEachCollection$0(ClusterState.java:359)
   [junit4]   2> 	at java.util.LinkedHashMap.forEach(LinkedHashMap.java:684)
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.forEachCollection(ClusterState.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.getMaxNumOps(ComputePlanAction.java:163)
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ComputePlanAction.process(ComputePlanAction.java:86)
   [junit4]   2> 	... 7 more
   [junit4]   2> 1627112 ERROR (qtp1447015932-6286) [n:127.0.0.1:34649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer null:org.apache.solr.common.SolrException: Error creating shard term node in Zookeeper for collection: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:338)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.<init>(ZkShardTerms.java:90)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.getShard(ZkCollectionTerms.java:45)
   [junit4]   2> 	at org.apache.solr.cloud.ZkCollectionTerms.remove(ZkCollectionTerms.java:52)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1505)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.unregister(ZkController.java:1499)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:963)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:90)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:358)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:330)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [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:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [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:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/control_collection/terms
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.cloud.ZkShardTerms.ensureTermNodeExist(ZkShardTerms.java:318)
   [junit4]   2> 	... 48 more
   [junit4]   2> 
   [junit4]   2> 1627113 ERROR (qtp1447015932-6286) [n:127.0.0.1:34649_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create core [control_collection_shard1_replica_n1] Caused by: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:989)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:90)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:358)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:389)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:330)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [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:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [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:455)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [control_collection_shard1_replica_n1]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1056)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:950)
   [junit4]   2> 	... 42 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Could not load conf for core control_collection_shard1_replica_n1: Can't load schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:97)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1084)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1036)
   [junit4]   2> 	... 43 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Can't load schema schema.xml: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:582)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.<init>(IndexSchema.java:179)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.create(IndexSchemaFactory.java:56)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchemaFactory.buildIndexSchema(IndexSchemaFactory.java:75)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.createIndexSchema(ConfigSetService.java:119)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:92)
   [junit4]   2> 	... 45 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Plugin Initializing failure for [schema.xml] fieldType
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:194)
   [junit4]   2> 	at org.apache.solr.schema.IndexSchema.readSchema(IndexSchema.java:473)
   [junit4]   2> 	... 50 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: severityType: Error while opening enums config.
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField$EnumMapping.<init>(AbstractEnumField.java:158)
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField.init(AbstractEnumField.java:60)
   [junit4]   2> 	at org.apache.solr.schema.FieldType.setArgs(FieldType.java:184)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:165)
   [junit4]   2> 	at org.apache.solr.schema.FieldTypePluginLoader.init(FieldTypePluginLoader.java:53)
   [junit4]   2> 	at org.apache.solr.util.plugin.AbstractPluginLoader.load(AbstractPluginLoader.java:191)
   [junit4]   2> 	... 51 more
   [junit4]   2> Caused by: java.io.IOException: We re-tried 10 times but was still unable to fetch resource=enumsConfig.xml from ZK
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:118)
   [junit4]   2> 	at org.apache.solr.schema.AbstractEnumField$EnumMapping.<init>(AbstractEnumField.java:111)
   [junit4]   2> 	... 56 more
   [junit4]   2> Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.pathExists(ZkController.java:1008)
   [junit4]   2> 	at org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:89)
   [junit4]   2> 	... 57 more
   [junit4]   2> 
   [junit4]   2> 1627114 INFO  (qtp1447015932-6286) [n:127.0.0.1:34649_ 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=400 QTime=43599
   [junit4]   2> 1627163 ERROR (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:34649
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:34649: Error CREATEing SolrCore 'control_collection_shard1_replica_n1': Unable to create core [control_collection_shard1_replica_n1] Caused by: KeeperErrorCode = Session expired for /configs/conf1/enumsConfig.xml
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]   2> 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2> 	at org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 1627163 ERROR (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Cleaning up collection [control_collection].
   [junit4]   2> 1627164 ERROR (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.DeleteCollectionCmd Problem cleaning up collection in zk:control_collection:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/control_collection
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:139)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:665)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:240)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [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> 
   [junit4]   2> 1627164 ERROR (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [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.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /snapshots/control_collection
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1535)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$getChildren$4(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:328)
   [junit4]   2> 	at org.apache.solr.core.snapshots.SolrSnapshotManager.cleanupCollectionLevelSnapshots(SolrSnapshotManager.java:135)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.DeleteCollectionCmd.call(DeleteCollectionCmd.java:80)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.cleanupCollection(OverseerCollectionMessageHandler.java:665)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:240)
   [junit4]   2> 	... 6 more
   [junit4]   2> 
   [junit4]   2> 1627242 ERROR (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1105)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$exists$3(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:316)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:96)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.markTaskComplete(OverseerTaskProcessor.java:531)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:489)
   [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> 
   [junit4]   2> 1627243 WARN  (OverseerThreadFactory-1794-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.OverseerTaskProcessor Resetting task: /overseer/collection-queue-work/qn-0000000000, requestid: null, taskKey: control_collection
   [junit4]   2> 1627256 WARN  (OverseerAutoScalingTriggerThread-72320830871371781-127.0.0.1:34649_-n_0000000000) [n:127.0.0.1:34649_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1627256 WARN  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
   [junit4]   2> 1627261 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_-EventThread) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1627261 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager Connection with ZooKeeper reestablished.
   [junit4]   2> 1627261 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.ZkController ZooKeeper session re-connected ... refreshing core states after session expiration.
   [junit4]   2> 1627277 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1627280 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34649_
   [junit4]   2> 1627297 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer Overseer (id=72320830871371786-127.0.0.1:34649_-n_0000000001) starting
   [junit4]   2> 1627314 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34649_
   [junit4]   2> 1627333 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.DefaultConnectionStrategy Reconnected to ZooKeeper
   [junit4]   2> 1627333 INFO  (zkConnectionManagerCallback-1144-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ConnectionManager zkClient Connected:true
   [junit4]   2> 1627370 INFO  (zkCallback-1152-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1627370 INFO  (zkCallback-1148-thread-5-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1627418 INFO  (OverseerStateUpdate-72320830871371786-127.0.0.1:34649_-n_0000000001) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1627463 INFO  (OverseerThreadFactory-1800-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1627475 INFO  (zkCallback-1143-thread-7-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] 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> 1627517 ERROR (OverseerThreadFactory-1800-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: control_collection operation: create failed:org.apache.solr.common.SolrException: collection already exists: control_collection
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:106)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:252)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [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> 
   [junit4]   2> 1627548 INFO  (OverseerThreadFactory-1800-thread-1-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] 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> 1629467 INFO  (OverseerCollectionConfigSetProcessor-72320830871371786-127.0.0.1:34649_-n_0000000001) [n:127.0.0.1:34649_    ] 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> 1643435 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 34649
   [junit4]   2> 1643435 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=937243331
   [junit4]   2> 1643435 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1643435 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7ad5100f: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@f8ddfd0
   [junit4]   2> 1643473 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1643473 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7229866e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3cc6b536
   [junit4]   2> 1643498 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1643498 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@81a7b13: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@85c1dd2
   [junit4]   2> 1643500 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:34649_
   [junit4]   2> 1643500 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1643501 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.Overseer Overseer (id=72320830871371786-127.0.0.1:34649_-n_0000000001) closing
   [junit4]   2> 1643501 INFO  (OverseerStateUpdate-72320830871371786-127.0.0.1:34649_-n_0000000001) [n:127.0.0.1:34649_    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34649_
   [junit4]   2> 1643502 INFO  (zkCallback-1143-thread-6-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1643503 INFO  (zkCallback-1148-thread-5-processing-n:127.0.0.1:34649_) [n:127.0.0.1:34649_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1643556 WARN  (OverseerAutoScalingTriggerThread-72320830871371786-127.0.0.1:34649_-n_0000000001) [n:127.0.0.1:34649_    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1643613 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5ef78d46{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1643613 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c8645fa{/,null,UNAVAILABLE}
   [junit4]   2> 1643613 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1658613 ERROR (qtp1447015932-6284) [n:127.0.0.1:34649_    ] o.a.s.h.RequestHandlerBase java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2173)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:208)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.sendToOCPQueue(CollectionsHandler.java:346)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:256)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:230)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:330)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [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:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [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:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1658614 INFO  (qtp1447015932-6284) [n:127.0.0.1:34649_    ] 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:34649_&wt=javabin&version=2} status=500 QTime=75262
   [junit4]   2> 1658614 ERROR (qtp1447015932-6284) [n:127.0.0.1:34649_    ] o.a.s.s.HttpSolrCall null:java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2173)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:158)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:208)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.sendToOCPQueue(CollectionsHandler.java:346)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:256)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:230)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:195)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:736)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:717)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:498)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:384)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:330)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [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:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [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:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:289)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$3.succeeded(SslConnection.java:149)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1658615 ERROR (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] 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> 1658628 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[87D848EACC45C8DA]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35904 35904
   [junit4]   2> 1658748 INFO  (Thread-2450) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35904 35904
   [junit4]   2> 1658749 WARN  (Thread-2450) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/control_collection/state.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test -Dtests.seed=87D848EACC45C8DA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sv-SE -Dtests.timezone=Pacific/Enderbury -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   77.7s J2 | TestSolrConfigHandlerCloud.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:34649
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([87D848EACC45C8DA:F8C773062B9A522]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [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:1105)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
   [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.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:322)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:983)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:940)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    > 	... 43 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.handler.TestSolrConfigHandlerCloud_87D848EACC45C8DA-001
   [junit4]   2> Mar 22, 2018 12:42:32 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=Lucene70, sim=RandomSimilarity(queryNorm=false): {}, locale=sv-SE, timezone=Pacific/Enderbury
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=174938920,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [StressHdfsTest, TestUtils, IndexSchemaRuntimeFieldTest, TestQuerySenderListener, ComputePlanActionTest, BooleanFieldTest, ResponseLogComponentTest, DocExpirationUpdateProcessorFactoryTest, TestFileDictionaryLookup, TestManagedSynonymFilterFactory, TestJettySolrRunner, DocValuesTest, TermVectorComponentTest, DistanceFunctionTest, TestBadConfig, SolrMetricReporterTest, TestSolrDeletionPolicy2, HdfsNNFailoverTest, NodeMutatorTest, TestLFUCache, OverseerStatusTest, TestCodecSupport, NodeLostTriggerTest, TestLegacyFieldReuse, StatelessScriptUpdateProcessorFactoryTest, TestBinaryResponseWriter, TestHdfsUpdateLog, SolrCmdDistributorTest, TestClassicSimilarityFactory, MoveReplicaHDFSTest, TestStressInPlaceUpdates, CollectionReloadTest, HttpPartitionOnCommitTest, TestDynamicLoading, DistributedSpellCheckComponentTest, TestCloudPivotFacet, ShowFileRequestHandlerTest, DateFieldTest, BlockCacheTest, MergeStrategyTest, TestCorePropertiesReload, DistribDocExpirationUpdateProcessorTest, TestLeaderElectionZkExpiry, NumericFieldsTest, TestFieldTypeCollectionResource, TestManagedResource, DisMaxRequestHandlerTest, MinimalSchemaTest, SpellCheckCollatorWithCollapseTest, RollingRestartTest, TestAddFieldRealTimeGet, TestQueryTypes, TestTolerantSearch, ConcurrentCreateRoutedAliasTest, TestEmbeddedSolrServerAdminHandler, BlockJoinFacetSimpleTest, TestDownShardTolerantSearch, TestSolrConfigHandlerCloud]
   [junit4] Completed [224/784 (1!)] on J2 in 78.05s, 1 test, 1 error <<< FAILURES!

[...truncated 51524 lines...]