You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2018/10/01 14:48:30 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-11) - Build # 22956 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22956/
Java: 64bit/jdk-11 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

6 tests failed.
FAILED:  org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes

Error Message:
Timed out waiting for leader elections null Live Nodes: [127.0.0.1:35785_solr, 127.0.0.1:44803_solr] Last available state: null

Stack Trace:
java.lang.AssertionError: Timed out waiting for leader elections
null
Live Nodes: [127.0.0.1:35785_solr, 127.0.0.1:44803_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([9E009FB53AA44C7A:35FB4D1C8700F2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:280)
	at org.apache.solr.cloud.TestDeleteCollectionOnDownNodes.deleteCollectionWithDownNodes(TestDeleteCollectionOnDownNodes.java:47)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncIdRaceCondition

Error Message:
expected:<9> but was:<8>

Stack Trace:
java.lang.AssertionError: expected:<9> but was:<8>
	at __randomizedtesting.SeedInfo.seed([9E009FB53AA44C7A:CB8DF25856CAB5D1]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncIdRaceCondition(CollectionsAPIAsyncDistributedZkTest.java:244)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
failed to create testMergeIntegration_collection Live Nodes: null Last available state: null

Stack Trace:
java.lang.AssertionError: failed to create testMergeIntegration_collection
Live Nodes: null
Last available state: null
	at __randomizedtesting.SeedInfo.seed([9E009FB53AA44C7A:CDB9DD05D8B5D980]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:361)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException: last ClusterState: znodeVersion: 0
live nodes:[127.0.0.1:33575_solr, 127.0.0.1:34549_solr]
collections:{}, last coll state: null
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
	... 39 more


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger

Error Message:
failed to create testTrigger_collection Live Nodes: null Last available state: null

Stack Trace:
java.lang.AssertionError: failed to create testTrigger_collection
Live Nodes: null
Last available state: null
	at __randomizedtesting.SeedInfo.seed([9E009FB53AA44C7A:FDCBA937A36B3F57]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException: last ClusterState: znodeVersion: 0
live nodes:[127.0.0.1:33575_solr, 127.0.0.1:34549_solr]
collections:{}, last coll state: null
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
	... 39 more


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
failed to create testMixedBounds_collection Live Nodes: null Last available state: null

Stack Trace:
java.lang.AssertionError: failed to create testMixedBounds_collection
Live Nodes: null
Last available state: null
	at __randomizedtesting.SeedInfo.seed([9E009FB53AA44C7A:94832018771F4720]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:472)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.util.concurrent.TimeoutException: last ClusterState: znodeVersion: 0
live nodes:[127.0.0.1:33575_solr, 127.0.0.1:34549_solr]
collections:{}, last coll state: null
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
	... 39 more


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration

Error Message:
events: [CapturedEvent{timestamp=4000134962087597, stage=STARTED, actionName='null', event={   "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",   "source":"index_size_trigger2",   "eventTime":4000129944292225,   "eventType":"INDEXSIZE",   "properties":{     "__start__":1,     "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},     "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},     "_enqueue_time_":4000134961216270,     "requestedOps":[{         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2"}]}}]}}, context={}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000134963027949, stage=BEFORE_ACTION, actionName='compute_plan', event={   "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",   "source":"index_size_trigger2",   "eventTime":4000129944292225,   "eventType":"INDEXSIZE",   "properties":{     "__start__":1,     "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},     "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},     "_enqueue_time_":4000134961216270,     "requestedOps":[{         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2"}]}}]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000134967973743, stage=AFTER_ACTION, actionName='compute_plan', event={   "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",   "source":"index_size_trigger2",   "eventTime":4000129944292225,   "eventType":"INDEXSIZE",   "properties":{     "__start__":1,     "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},     "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},     "_enqueue_time_":4000134961216270,     "requestedOps":[{         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000134968182632, stage=BEFORE_ACTION, actionName='execute_plan', event={   "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",   "source":"index_size_trigger2",   "eventTime":4000129944292225,   "eventType":"INDEXSIZE",   "properties":{     "__start__":1,     "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},     "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},     "_enqueue_time_":4000134961216270,     "requestedOps":[{         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000144978621844, stage=AFTER_ACTION, actionName='execute_plan', event={   "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",   "source":"index_size_trigger2",   "eventTime":4000129944292225,   "eventType":"INDEXSIZE",   "properties":{     "__start__":1,     "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},     "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},     "_enqueue_time_":4000134961216270,     "requestedOps":[{         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/0, params.waitForFinalState=true, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan, execute_plan], properties.responses=[{responseHeader={status=0, QTime=1}, success={127.0.0.1:33575_solr={responseHeader={status=0, QTime=0}}, 127.0.0.1:34549_solr={responseHeader={status=0, QTime=0}}, https://127.0.0.1:33575/solr/testSplitIntegration_collection_shard2_replica_n6/={responseHeader={status=0, QTime=22}}}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000136177067872={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000136177067872 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000136177067872&qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&name=testSplitIntegration_collection_shard2_0_replica_n9&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_0&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000138385213896={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000138385213896 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000138385213896&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testSplitIntegration_collection_shard2_1_replica_n10&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139387965486={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139387965486 webapp=null path=/admin/cores params={nodeName=127.0.0.1:33575_solr&core=testSplitIntegration_collection_shard2_1_replica_n10&async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139387965486&qt=/admin/cores&coreNodeName=core_node12&action=PREPRECOVERY&checkLive=true&state=active&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139391285148={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139391285148 webapp=null path=/admin/cores params={core=testSplitIntegration_collection_shard2_replica_n6&async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139391285148&qt=/admin/cores&action=SPLIT&targetCore=testSplitIntegration_collection_shard2_0_replica_n9&targetCore=testSplitIntegration_collection_shard2_1_replica_n10&wt=javabin&version=2&splitMethod=rewrite} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140394356432={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140394356432 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140394356432&qt=/admin/cores&name=testSplitIntegration_collection_shard2_1_replica_n10&action=REQUESTAPPLYUPDATES&wt=javabin&version=2} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140600799532={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140600799532 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140600799532&qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&name=testSplitIntegration_collection_shard2_0_replica_n0&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_0&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000142306115812={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000142306115812 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000142306115812&qt=/admin/cores&coreNodeName=core_node14&collection.configName=conf&name=testSplitIntegration_collection_shard2_1_replica_n0&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, status={state=completed, msg=found [index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/0] in completed tasks}}], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan, execute_plan]}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000144979978362, stage=SUCCEEDED, actionName='null', event={   "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",   "source":"index_size_trigger2",   "eventTime":4000129944292225,   "eventType":"INDEXSIZE",   "properties":{     "__start__":1,     "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},     "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},     "_enqueue_time_":4000134961216270,     "requestedOps":[{         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2"}]}}]}}, context={}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000154998567832, stage=STARTED, actionName='null', event={   "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",   "source":"index_size_trigger2",   "eventTime":4000149985321809,   "eventType":"INDEXSIZE",   "properties":{     "__start__":2,     "aboveSize":{       "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",       "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},     "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},     "_enqueue_time_":4000154998273786,     "requestedOps":[       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard1"}]}},       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2_1"}]}}]}}, context={}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000154999029152, stage=BEFORE_ACTION, actionName='compute_plan', event={   "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",   "source":"index_size_trigger2",   "eventTime":4000149985321809,   "eventType":"INDEXSIZE",   "properties":{     "__start__":2,     "aboveSize":{       "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",       "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},     "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},     "_enqueue_time_":4000154998273786,     "requestedOps":[       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard1"}]}},       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2_1"}]}}]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000155003655382, stage=AFTER_ACTION, actionName='compute_plan', event={   "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",   "source":"index_size_trigger2",   "eventTime":4000149985321809,   "eventType":"INDEXSIZE",   "properties":{     "__start__":2,     "aboveSize":{       "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",       "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},     "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},     "_enqueue_time_":4000154998273786,     "requestedOps":[       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard1"}]}},       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2_1"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard1}, {class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2_1}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000155003843499, stage=BEFORE_ACTION, actionName='execute_plan', event={   "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",   "source":"index_size_trigger2",   "eventTime":4000149985321809,   "eventType":"INDEXSIZE",   "properties":{     "__start__":2,     "aboveSize":{       "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",       "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},     "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},     "_enqueue_time_":4000154998273786,     "requestedOps":[       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard1"}]}},       {         "action":"SPLITSHARD",         "hints":{"COLL_SHARD":[{               "first":"testSplitIntegration_collection",               "second":"shard2_1"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard1}, {class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2_1}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={   "trigger":"index_size_trigger2",   "stage":[     "STARTED",     "ABORTED",     "SUCCEEDED",     "FAILED"],   "beforeAction":[     "compute_plan",     "execute_plan"],   "afterAction":[     "compute_plan",     "execute_plan"],   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}] expected:<6> but was:<10>

Stack Trace:
java.lang.AssertionError: events: [CapturedEvent{timestamp=4000134962087597, stage=STARTED, actionName='null', event={
  "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",
  "source":"index_size_trigger2",
  "eventTime":4000129944292225,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},
    "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},
    "_enqueue_time_":4000134961216270,
    "requestedOps":[{
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2"}]}}]}}, context={}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000134963027949, stage=BEFORE_ACTION, actionName='compute_plan', event={
  "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",
  "source":"index_size_trigger2",
  "eventTime":4000129944292225,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},
    "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},
    "_enqueue_time_":4000134961216270,
    "requestedOps":[{
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2"}]}}]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000134967973743, stage=AFTER_ACTION, actionName='compute_plan', event={
  "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",
  "source":"index_size_trigger2",
  "eventTime":4000129944292225,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},
    "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},
    "_enqueue_time_":4000134961216270,
    "requestedOps":[{
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000134968182632, stage=BEFORE_ACTION, actionName='execute_plan', event={
  "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",
  "source":"index_size_trigger2",
  "eventTime":4000129944292225,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},
    "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},
    "_enqueue_time_":4000134961216270,
    "requestedOps":[{
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000144978621844, stage=AFTER_ACTION, actionName='execute_plan', event={
  "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",
  "source":"index_size_trigger2",
  "eventTime":4000129944292225,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},
    "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},
    "_enqueue_time_":4000134961216270,
    "requestedOps":[{
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/0, params.waitForFinalState=true, params.collection=testSplitIntegration_collection, params.shard=shard2}], properties.BEFORE_ACTION=[compute_plan, execute_plan], properties.responses=[{responseHeader={status=0, QTime=1}, success={127.0.0.1:33575_solr={responseHeader={status=0, QTime=0}}, 127.0.0.1:34549_solr={responseHeader={status=0, QTime=0}}, https://127.0.0.1:33575/solr/testSplitIntegration_collection_shard2_replica_n6/={responseHeader={status=0, QTime=22}}}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000136177067872={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000136177067872 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000136177067872&qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf&name=testSplitIntegration_collection_shard2_0_replica_n9&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_0&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000138385213896={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000138385213896 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000138385213896&qt=/admin/cores&coreNodeName=core_node12&collection.configName=conf&name=testSplitIntegration_collection_shard2_1_replica_n10&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139387965486={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139387965486 webapp=null path=/admin/cores params={nodeName=127.0.0.1:33575_solr&core=testSplitIntegration_collection_shard2_1_replica_n10&async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139387965486&qt=/admin/cores&coreNodeName=core_node12&action=PREPRECOVERY&checkLive=true&state=active&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139391285148={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139391285148 webapp=null path=/admin/cores params={core=testSplitIntegration_collection_shard2_replica_n6&async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000139391285148&qt=/admin/cores&action=SPLIT&targetCore=testSplitIntegration_collection_shard2_0_replica_n9&targetCore=testSplitIntegration_collection_shard2_1_replica_n10&wt=javabin&version=2&splitMethod=rewrite} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140394356432={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140394356432 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140394356432&qt=/admin/cores&name=testSplitIntegration_collection_shard2_1_replica_n10&action=REQUESTAPPLYUPDATES&wt=javabin&version=2} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140600799532={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140600799532 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000140600799532&qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf&name=testSplitIntegration_collection_shard2_0_replica_n0&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_0&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000142306115812={responseHeader={status=0, QTime=0}, STATUS=completed, Response=TaskId: index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000142306115812 webapp=null path=/admin/cores params={async=index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/04000142306115812&qt=/admin/cores&coreNodeName=core_node14&collection.configName=conf&name=testSplitIntegration_collection_shard2_1_replica_n0&action=CREATE&collection=testSplitIntegration_collection&shard=shard2_1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=0}, status={state=completed, msg=found [index_size_trigger2/e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96/0] in completed tasks}}], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan, execute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000144979978362, stage=SUCCEEDED, actionName='null', event={
  "id":"e3618d4628b81Tf3j4h1mxu21atalqk5ejd7f96",
  "source":"index_size_trigger2",
  "eventTime":4000129944292225,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":1,
    "aboveSize":{"testSplitIntegration_collection_shard2_replica_n6":"docs=25, bytes=3063"},
    "belowSize":{"testSplitIntegration_collection_shard1_replica_n1":"docs=0, bytes=69"},
    "_enqueue_time_":4000134961216270,
    "requestedOps":[{
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2"}]}}]}}, context={}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000154998567832, stage=STARTED, actionName='null', event={
  "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",
  "source":"index_size_trigger2",
  "eventTime":4000149985321809,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{
      "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",
      "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},
    "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},
    "_enqueue_time_":4000154998273786,
    "requestedOps":[
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard1"}]}},
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2_1"}]}}]}}, context={}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000154999029152, stage=BEFORE_ACTION, actionName='compute_plan', event={
  "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",
  "source":"index_size_trigger2",
  "eventTime":4000149985321809,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{
      "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",
      "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},
    "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},
    "_enqueue_time_":4000154998273786,
    "requestedOps":[
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard1"}]}},
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2_1"}]}}]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000155003655382, stage=AFTER_ACTION, actionName='compute_plan', event={
  "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",
  "source":"index_size_trigger2",
  "eventTime":4000149985321809,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{
      "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",
      "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},
    "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},
    "_enqueue_time_":4000154998273786,
    "requestedOps":[
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard1"}]}},
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2_1"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard1}, {class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2_1}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}, CapturedEvent{timestamp=4000155003843499, stage=BEFORE_ACTION, actionName='execute_plan', event={
  "id":"e361d7eec6351Tf3j4h1mxu21atalqk5ejd7f9g",
  "source":"index_size_trigger2",
  "eventTime":4000149985321809,
  "eventType":"INDEXSIZE",
  "properties":{
    "__start__":2,
    "aboveSize":{
      "testSplitIntegration_collection_shard1_replica_n1":"docs=25, bytes=2931",
      "testSplitIntegration_collection_shard2_1_replica_n10":"docs=11, bytes=2856"},
    "belowSize":{"testSplitIntegration_collection_shard2_0_replica_n9":"docs=0, bytes=2963"},
    "_enqueue_time_":4000154998273786,
    "requestedOps":[
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard1"}]}},
      {
        "action":"SPLITSHARD",
        "hints":{"COLL_SHARD":[{
              "first":"testSplitIntegration_collection",
              "second":"shard2_1"}]}}]}}, context={properties.operations=[{class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard1}, {class=org.apache.solr.client.solrj.request.CollectionAdminRequest$SplitShard, method=GET, params.action=SPLITSHARD, params.collection=testSplitIntegration_collection, params.shard=shard2_1}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger2, properties.AFTER_ACTION=[compute_plan]}, config={
  "trigger":"index_size_trigger2",
  "stage":[
    "STARTED",
    "ABORTED",
    "SUCCEEDED",
    "FAILED"],
  "beforeAction":[
    "compute_plan",
    "execute_plan"],
  "afterAction":[
    "compute_plan",
    "execute_plan"],
  "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener"}, message='null'}] expected:<6> but was:<10>
	at __randomizedtesting.SeedInfo.seed([9E009FB53AA44C7A:A78E26F5155B8584]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testSplitIntegration(IndexSizeTriggerTest.java:321)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 1991 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J0-20181001_133126_8405158716157629677367.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 10 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J2-20181001_133126_8408875432686923363081.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/core/test/temp/junit4-J1-20181001_133126_84012674784920025196624.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 299 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J0-20181001_133954_60415780164283221041695.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J1-20181001_133954_604898143276999361894.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 8 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/test-framework/test/temp/junit4-J2-20181001_133954_6041944467453063549355.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 1080 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J0-20181001_134131_57918059973663522024762.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J1-20181001_134131_57946287233123406323.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/common/test/temp/junit4-J2-20181001_134131_5798967640826013084200.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 247 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J1-20181001_134332_3579594618407919450234.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 11 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J2-20181001_134332_35713024015541317128910.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/test/temp/junit4-J0-20181001_134332_35717340448980665161812.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 251 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J1-20181001_134349_0324119409334187061009.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J2-20181001_134349_03216340273317992791028.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/kuromoji/test/temp/junit4-J0-20181001_134349_03210859502664611134473.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J1-20181001_134411_15013520965693576858685.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J0-20181001_134411_1502563352344304880663.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/morfologik/test/temp/junit4-J2-20181001_134411_15017424083485557653350.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 207 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J0-20181001_134418_1596913533368013192776.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J2-20181001_134418_1646259021343192965765.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/nori/test/temp/junit4-J1-20181001_134418_15914473485081948043991.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 168 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J2-20181001_134427_9029015129959869374721.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J0-20181001_134427_90286422981682725665.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/opennlp/test/temp/junit4-J1-20181001_134427_9027987531595049611308.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 173 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J2-20181001_134430_31016217419021268011334.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J1-20181001_134430_3105611899282655493864.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/phonetic/test/temp/junit4-J0-20181001_134430_30917459435810348086718.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 161 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J0-20181001_134439_4337317476724901765781.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/smartcn/test/temp/junit4-J1-20181001_134439_43310666003177905508653.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 162 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J2-20181001_134446_7929006752409545265680.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J0-20181001_134446_792324442536124416562.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/stempel/test/temp/junit4-J1-20181001_134446_79213887947217214523191.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 163 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J2-20181001_134449_1727276121528974880670.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J1-20181001_134449_172282512986122967575.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 19 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/test/temp/junit4-J0-20181001_134449_17211754779201254052331.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 1393 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J1-20181001_134515_8598519569855541018777.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J2-20181001_134515_86010043035524493856057.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 9 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/benchmark/test/temp/junit4-J0-20181001_134515_85911674149540346807658.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 253 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J1-20181001_134524_4732014295682305454737.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J2-20181001_134524_47311515882280439522124.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/classification/test/temp/junit4-J0-20181001_134524_4737663846754918680449.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 260 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J2-20181001_134536_46517770912010351888968.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 5 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J0-20181001_134536_4656876969246424460645.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/codecs/test/temp/junit4-J1-20181001_134536_465226685757583918926.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 233 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J1-20181001_134818_2056278593649562229831.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J2-20181001_134818_2058683965085965978273.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/demo/test/temp/junit4-J0-20181001_134818_20410421752592975563966.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 176 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J0-20181001_134821_3249719051187165234083.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J1-20181001_134821_3245452565015225494909.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/expressions/test/temp/junit4-J2-20181001_134821_3242015268349558562343.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 237 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J1-20181001_134827_662636688791939077599.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J2-20181001_134827_662116755777374694016.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 3 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/facet/test/temp/junit4-J0-20181001_134827_6621464604374576911805.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 182 lines...]
   [junit4] JVM J0: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J0-20181001_134910_89413020491756949719103.syserr
   [junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J0: EOF ----

[...truncated 6 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J1-20181001_134910_894335645329257307192.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J1: EOF ----

   [junit4] JVM J2: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/grouping/test/temp/junit4-J2-20181001_134910_89416833680763403199246.syserr
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
   [junit4] <<< JVM J2: EOF ----

[...truncated 249 lines...]
   [junit4] JVM J1: stderr was not empty, see: /home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/highlighter/test/temp/junit4-J1-20181001_134924_81012279919749851272822.syserr
   [junit4] >>> JVM J1 emitted unexpected output (verb

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

ds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20181001_135717_5825033744348172587340.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20181001_135717_582208322996327531906.suites -stdin
   [junit4] ERROR: JVM J1 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20181001_135717_582966145669418575991.sysout See process stderr at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20181001_135717_5826841440418226725158.syserr
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:834)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:577: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:267: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:558: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20181001_135717_582966145669418575991.sysout See process stderr at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J1-20181001_135717_5826841440418226725158.syserr

Total time: 77 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 22958 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22958/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:45493/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:40655/solr/MoveReplicaHDFSTest_failed_coll_true]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:45493/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:40655/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([3379A805F9BA45F8:99B47BF74E699028]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:994)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:301)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45493/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard1
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	... 45 more




Build Log:
[...truncated 14064 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 2040587 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/init-core-data-001
   [junit4]   2> 2040587 WARN  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 2040587 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2040588 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 2040588 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-001
   [junit4]   2> 2040588 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2040589 INFO  (Thread-4048) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2040589 INFO  (Thread-4048) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2040590 ERROR (Thread-4048) [    ] 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> 2040689 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40913
   [junit4]   2> 2040691 INFO  (zkConnectionManagerCallback-9101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040696 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2040696 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2040696 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2040696 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2040701 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2040701 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2040701 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2040701 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@46e9b06d{/solr,null,AVAILABLE}
   [junit4]   2> 2040701 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2040701 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b134d0e{/solr,null,AVAILABLE}
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e2ffd27{/solr,null,AVAILABLE}
   [junit4]   2> 2040702 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2637c3f1{/solr,null,AVAILABLE}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76583d98{SSL,[ssl, http/1.1]}{127.0.0.1:33119}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e0ae2c7{SSL,[ssl, http/1.1]}{127.0.0.1:45493}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@331ea071{SSL,[ssl, http/1.1]}{127.0.0.1:35689}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.e.j.s.Server Started @2040756ms
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@562a2ebf{SSL,[ssl, http/1.1]}{127.0.0.1:40655}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33119}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-2) [    ] o.e.j.s.Server Started @2040756ms
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40655}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.e.j.s.Server Started @2040756ms
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-4) [    ] o.e.j.s.Server Started @2040756ms
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45493}
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35689}
   [junit4]   2> 2040703 ERROR (jetty-launcher-9098-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2040703 ERROR (jetty-launcher-9098-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2040703 ERROR (jetty-launcher-9098-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T21:33:57.909920Z
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2040703 ERROR (jetty-launcher-9098-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T21:33:57.909964Z
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2040703 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T21:33:57.910074Z
   [junit4]   2> 2040704 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T21:33:57.910082Z
   [junit4]   2> 2040705 INFO  (zkConnectionManagerCallback-9104-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040705 INFO  (zkConnectionManagerCallback-9109-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040705 INFO  (zkConnectionManagerCallback-9105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040705 INFO  (zkConnectionManagerCallback-9108-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040705 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040705 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040705 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040705 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2040707 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 0x100efed70600001, likely client has closed socket
   [junit4]   2> 2040708 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 0x100efed70600002, likely client has closed socket
   [junit4]   2> 2040776 INFO  (jetty-launcher-9098-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 2040777 INFO  (zkConnectionManagerCallback-9113-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040778 DEBUG (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$671/1150162366@63c240ac
   [junit4]   2> 2040783 INFO  (zkConnectionManagerCallback-9115-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040784 INFO  (jetty-launcher-9098-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 2040789 INFO  (zkConnectionManagerCallback-9119-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040790 DEBUG (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$671/1150162366@417bfcc
   [junit4]   2> 2040794 INFO  (zkConnectionManagerCallback-9123-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040795 INFO  (jetty-launcher-9098-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 2040796 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040797 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040797 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040797 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040797 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040797 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 2040797 INFO  (zkConnectionManagerCallback-9127-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040798 DEBUG (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$671/1150162366@6189ab30
   [junit4]   2> 2040798 DEBUG (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72321397109555208-127.0.0.1:33119_solr-n_0000000000
   [junit4]   2> 2040798 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33119_solr
   [junit4]   2> 2040799 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.Overseer Overseer (id=72321397109555208-127.0.0.1:33119_solr-n_0000000000) starting
   [junit4]   2> 2040801 INFO  (zkConnectionManagerCallback-9131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040803 INFO  (zkConnectionManagerCallback-9138-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040803 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040804 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 2040804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040804 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 2040804 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2040804 INFO  (OverseerStateUpdate-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33119_solr
   [junit4]   2> 2040804 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33119_solr
   [junit4]   2> 2040804 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040805 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 2040805 DEBUG (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72321397109555210-127.0.0.1:45493_solr-n_0000000001
   [junit4]   2> 2040805 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 2040805 INFO  (OverseerStateUpdate-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2040805 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 2040805 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 2040805 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72321397109555208-127.0.0.1:33119_solr-n_0000000000
   [junit4]   2> 2040805 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 2040805 DEBUG (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72321397109555208-127.0.0.1:33119_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 2040805 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 2040805 DEBUG (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:45493_solr as DOWN
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040805 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 2040805 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 2040805 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 2040806 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 2040806 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2040806 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45493_solr
   [junit4]   2> 2040813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 2040813 INFO  (zkCallback-9137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040813 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040814 INFO  (zkCallback-9130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040814 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2040814 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040814 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 2040814 INFO  (zkCallback-9122-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2040814 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:45493_solr, 127.0.0.1:33119_solr]
   [junit4]   2> 2040821 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 2040821 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 2040821 DEBUG (OverseerAutoScalingTriggerThread-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 2040822 DEBUG (ScheduledTrigger-7074-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 2040823 INFO  (zkConnectionManagerCallback-9144-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040823 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040823 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040824 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 2040824 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040824 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 2040824 DEBUG (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72321397109555206-127.0.0.1:40655_solr-n_0000000002
   [junit4]   2> 2040825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72321397109555210-127.0.0.1:45493_solr-n_0000000001
   [junit4]   2> 2040825 DEBUG (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72321397109555210-127.0.0.1:45493_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 2040825 DEBUG (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:40655_solr as DOWN
   [junit4]   2> 2040825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 2040825 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2040825 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2040825 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40655_solr
   [junit4]   2> 2040825 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040826 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040826 INFO  (zkCallback-9137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040829 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040830 INFO  (zkCallback-9122-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040830 INFO  (zkCallback-9114-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040833 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 2040833 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040833 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040833 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040835 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33119.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040837 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45493.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040837 INFO  (zkCallback-9130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2040840 INFO  (zkConnectionManagerCallback-9150-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040841 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2040841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040841 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040841 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 2040842 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33119.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040842 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33119.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040843 INFO  (jetty-launcher-9098-thread-1) [n:127.0.0.1:33119_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-001/node1/.
   [junit4]   2> 2040843 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45493.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040843 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45493.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040844 INFO  (jetty-launcher-9098-thread-3) [n:127.0.0.1:45493_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-001/node3/.
   [junit4]   2> 2040845 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2040854 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40655.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040861 WARN  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register gauge
   [junit4]   2> javax.management.InstanceNotFoundException: solr_40655:dom1=solr,dom2=jvm,name0=os,name=processCpuLoad
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:423) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:411) ~[?:?]
   [junit4]   2> 	at com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) ~[?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onGaugeAdded(JmxMetricsReporter.java:569) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:742) [java/:?]
   [junit4]   2> 	at java.util.HashMap.forEach(HashMap.java:1341) [?:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:732) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:110) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:916) [java/:?]
   [junit4]   2> 	at org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:843) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:595) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:252) [java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:172) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1477) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1542) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1186) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1023) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:473) [jetty-servlet-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308) [java/:?]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69) [jetty-util-9.4.11.v20180605.jar:9.4.11.v20180605]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396) [java/:?]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:392) [java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:248) [java/:?]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) [java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) [?:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) [?:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> 2040863 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40655.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040863 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40655.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040864 INFO  (jetty-launcher-9098-thread-2) [n:127.0.0.1:40655_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-001/node2/.
   [junit4]   2> 2040881 INFO  (jetty-launcher-9098-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 2040881 INFO  (zkConnectionManagerCallback-9155-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040882 DEBUG (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$671/1150162366@13fb1cbf
   [junit4]   2> 2040883 INFO  (zkConnectionManagerCallback-9157-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040886 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2040886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 2040887 DEBUG (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72321397109555215-127.0.0.1:35689_solr-n_0000000003
   [junit4]   2> 2040887 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72321397109555206-127.0.0.1:40655_solr-n_0000000002
   [junit4]   2> 2040887 DEBUG (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72321397109555206-127.0.0.1:40655_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 2040887 DEBUG (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35689_solr as DOWN
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 2040888 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2040888 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35689_solr
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040888 INFO  (zkCallback-9137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040888 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040888 INFO  (zkCallback-9122-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040889 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040889 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040889 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040889 INFO  (zkCallback-9114-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040889 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040889 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040889 INFO  (zkCallback-9149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040889 INFO  (zkCallback-9156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040889 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040889 INFO  (zkCallback-9130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2040897 INFO  (zkConnectionManagerCallback-9164-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040897 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040897 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040897 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2040897 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040897 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040898 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040898 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 2040898 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2040906 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35689.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040911 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35689.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040911 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35689.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2040912 INFO  (jetty-launcher-9098-thread-4) [n:127.0.0.1:35689_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-001/node4/.
   [junit4]   2> 2040934 INFO  (zkConnectionManagerCallback-9167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040936 INFO  (zkConnectionManagerCallback-9172-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2040936 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2040937 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2040937 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2040937 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2040937 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2040937 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2040937 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 2040948 INFO  (qtp1835280874-22228) [n:127.0.0.1:35689_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2040948 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040948 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 2040949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 2040949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040949 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 2040949 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 2040949 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 2040949 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2040950 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 2040950 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2040951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 2040951 DEBUG (zkCallback-9156-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 2040951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040951 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 2040951 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 2040951 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 2040951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040951 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2040951 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 2040951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040951 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 2040951 DEBUG (OverseerThreadFactory-7076-thread-1-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:33119_solr,overseer_queue_size=3,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=2,errors=0,avgRequestsPerSecond=13.710547795888223,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.183437,medianRequestTime=0.247818,75thPcRequestTime=0.247818,95thPcRequestTime=0.247818,99thPcRequestTime=0.247818,999thPcRequestTime=0.247818},downnode={requests=3,errors=0,avgRequestsPerSecond=22.08559175379954,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.005756666666666666,medianRequestTime=0.005791,75thPcRequestTime=0.006023,95thPcRequestTime=0.006023,99thPcRequestTime=0.006023,999thPcRequestTime=0.006023}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=20.574903261091304,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.184275,medianRequestTime=0.216215,75thPcRequestTime=0.224706,95thPcRequestTime=0.224706,99thPcRequestTime=0.224706,999thPcRequestTime=0.224706},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=6.903509175906225,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.153843,medianRequestTime=0.153843,75thPcRequestTime=0.153843,95thPcRequestTime=0.153843,99thPcRequestTime=0.153843,999thPcRequestTime=0.153843}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=6.904251631250272,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=144.022984,medianRequestTime=144.022984,75thPcRequestTime=144.022984,95thPcRequestTime=144.022984,99thPcRequestTime=144.022984,999thPcRequestTime=144.022984}}}
   [junit4]   2> 2040951 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2040951 INFO  (qtp1835280874-22228) [n:127.0.0.1:35689_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=3
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 2040988 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 2040989 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 2040993 WARN  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 2040997 WARN  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2040998 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 2041000 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_37281_hdfs____lnka75/webapp
   [junit4]   2> 2041066 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:37281
   [junit4]   2> 2041125 WARN  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2041126 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 2041128 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_36273_datanode____.c395qm/webapp
   [junit4]   2> 2041193 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:36273
   [junit4]   2> 2041215 WARN  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 2041216 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 2041218 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_38101_datanode____ebm5lg/webapp
   [junit4]   2> 2041284 INFO  (SUITE-MoveReplicaHDFSTest-seed#[3379A805F9BA45F8]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38101
   [junit4]   2> 2041298 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:43535) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 2041302 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xe4d00f268aed0: from storage DS-7bcbd729-acbf-4638-a412-f5842660ccda node DatanodeRegistration(127.0.0.1:36087, datanodeUuid=186b40cc-1282-41da-8b22-6ba2c894bb88, infoPort=45531, infoSecurePort=0, ipcPort=44511, storageInfo=lv=-56;cid=testClusterID;nsid=631360519;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2041302 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xe4d00f268aed0: from storage DS-a0335118-3836-4639-b239-4ea01d0e987e node DatanodeRegistration(127.0.0.1:36087, datanodeUuid=186b40cc-1282-41da-8b22-6ba2c894bb88, infoPort=45531, infoSecurePort=0, ipcPort=44511, storageInfo=lv=-56;cid=testClusterID;nsid=631360519;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 2041380 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:43535) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 2041383 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xe4d00f73f2143: from storage DS-adb2b97f-c867-430b-bb55-ea0433b962f4 node DatanodeRegistration(127.0.0.1:33783, datanodeUuid=39bfa530-c161-4cb7-aece-d055d8acae77, infoPort=41911, infoSecurePort=0, ipcPort=43307, storageInfo=lv=-56;cid=testClusterID;nsid=631360519;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 2041383 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0xe4d00f73f2143: from storage DS-e9ef212d-6728-43b0-b61d-27605dc12cbf node DatanodeRegistration(127.0.0.1:33783, datanodeUuid=39bfa530-c161-4cb7-aece-d055d8acae77, infoPort=41911, infoSecurePort=0, ipcPort=43307, storageInfo=lv=-56;cid=testClusterID;nsid=631360519;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4] IGNOR/A 0.00s J0 | MoveReplicaHDFSTest.testNormalFailedMove
   [junit4]    > Assumption #1: 'badapple' test group is disabled (@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028"))
   [junit4]   2> 2041438 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041439 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041439 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041440 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041440 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041440 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041440 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/aliases.json
   [junit4]   2> 2041440 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7650e0c2{/solr,null,AVAILABLE}
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4f8dd56{SSL,[ssl, http/1.1]}{127.0.0.1:39527}
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.e.j.s.Server Started @2041495ms
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39527}
   [junit4]   2> 2041441 ERROR (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2041441 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T21:33:58.647923Z
   [junit4]   2> 2041442 INFO  (zkConnectionManagerCallback-9176-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2041443 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2041506 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40913/solr
   [junit4]   2> 2041507 INFO  (zkConnectionManagerCallback-9180-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2041508 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$671/1150162366@4fbd2720
   [junit4]   2> 2041509 INFO  (zkConnectionManagerCallback-9182-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2041512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2041512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041512 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2041512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2041512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2041512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2041512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 2041513 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72321397109555221-127.0.0.1:39527_solr-n_0000000004
   [junit4]   2> 2041513 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72321397109555215-127.0.0.1:35689_solr-n_0000000003
   [junit4]   2> 2041513 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72321397109555215-127.0.0.1:35689_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 2041513 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:39527_solr as DOWN
   [junit4]   2> 2041513 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 2041514 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2041514 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39527_solr
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9149-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9163-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9122-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 INFO  (zkCallback-9171-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9137-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9171-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041514 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041515 INFO  (zkCallback-9181-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041515 INFO  (zkCallback-9130-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041515 INFO  (zkCallback-9114-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2041522 INFO  (zkConnectionManagerCallback-9189-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2041523 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 2041523 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 2041523 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2041523 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 2041523 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 2041523 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 2041524 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40913/solr ready
   [junit4]   2> 2041524 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2041535 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39527.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2041542 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39527.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2041542 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39527.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4e3aac63
   [junit4]   2> 2041542 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [n:127.0.0.1:39527_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_3379A805F9BA45F8-001/tempDir-001/node5/.
   [junit4]   2> 2041578 INFO  (zkConnectionManagerCallback-9192-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2041579 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[3379A805F9BA45F8]) [    ] o.a.s.c.MoveReplicaTest total_jettys: 5
   [junit4]   2> 2041586 INFO  (qtp670283757-22231) [n:127.0.0.1:33119_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2041588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2041588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 2041588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2041588 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 2041588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2041588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 2041588 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 2041588 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2041589 DEBUG (OverseerThreadFactory-7076-thread-2-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 2041589 DEBUG (OverseerThreadFactory-7076-thread-2-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 2041589 INFO  (OverseerThreadFactory-7076-thread-2-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_coll_true
   [junit4]   2> 2041589 INFO  (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_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> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 2041589 DEBUG (OverseerThreadFactory-7076-thread-2-processing-n:127.0.0.1:33119_solr) [n:127.0.0.1:33119_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_coll_true 
   [junit4]   2> 2041589 DEBUG (OverseerCollectionConfigSetProcessor-72321397109555208-127.0.0.1:33119_solr-n_0000000000) [n:127.0.0.1:33119_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 2041590 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 2041590 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 2041590 DEBUG (SyncThread:0) [  

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

ros-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181001_205957_12310650366804763779031.events @/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181001_205957_1238702987285109519975.suites -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181001_205957_12312163970273989593360.sysout
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4] 	at com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4] 	at java.base/java.lang.Thread.run(Thread.java:844)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:633: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:577: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:267: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:558: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1567: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: At least one slave process threw an exception, first: Forked process returned with error code: 134. Very likely a JVM crash.  See process stdout at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/temp/junit4-J2-20181001_205957_12312163970273989593360.sysout

Total time: 90 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10.0.1) - Build # 22957 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22957/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink

Error Message:
unexpected shard state expected:<inactive> but was:<active>

Stack Trace:
java.lang.AssertionError: unexpected shard state expected:<inactive> but was:<active>
	at __randomizedtesting.SeedInfo.seed([5A7EC2423F053841:66100B1B9ADD93D8]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.verifyShard(ShardSplitTest.java:374)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:366)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink(ShardSplitTest.java:338)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
	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:944)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 12922 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 149464 INFO  (SUITE-ShardSplitTest-seed#[5A7EC2423F053841]-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/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/init-core-data-001
   [junit4]   2> 149464 WARN  (SUITE-ShardSplitTest-seed#[5A7EC2423F053841]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 149465 INFO  (SUITE-ShardSplitTest-seed#[5A7EC2423F053841]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 149465 INFO  (SUITE-ShardSplitTest-seed#[5A7EC2423F053841]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 149465 INFO  (SUITE-ShardSplitTest-seed#[5A7EC2423F053841]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /r_b/
   [junit4]   2> 149466 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 149466 INFO  (Thread-346) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 149466 INFO  (Thread-346) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 149471 ERROR (Thread-346) [    ] 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> 149566 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ZkTestServer start zk server on port:40305
   [junit4]   2> 149568 INFO  (zkConnectionManagerCallback-478-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149576 INFO  (zkConnectionManagerCallback-480-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149580 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 149582 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 149583 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 149584 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 149585 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 149586 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 149586 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 149587 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 149588 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 149589 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 149589 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 149591 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 149674 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 149685 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 149685 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 149685 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 149687 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ca737ed{/r_b,null,AVAILABLE}
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a00286f{HTTP/1.1,[http/1.1]}{127.0.0.1:45011}
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.Server Started @149714ms
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_b, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/tempDir-001/control/data, hostPort=45011, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/control-001/cores}
   [junit4]   2> 149688 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 149688 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T16:58:36.304833Z
   [junit4]   2> 149695 INFO  (zkConnectionManagerCallback-482-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149696 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 149696 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/control-001/solr.xml
   [junit4]   2> 149698 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 149698 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 149699 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 149886 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40305/solr
   [junit4]   2> 149887 INFO  (zkConnectionManagerCallback-486-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149892 INFO  (zkConnectionManagerCallback-488-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149944 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45011_r_b
   [junit4]   2> 149945 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer Overseer (id=72320314342637572-127.0.0.1:45011_r_b-n_0000000000) starting
   [junit4]   2> 149955 INFO  (zkConnectionManagerCallback-495-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 149957 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40305/solr ready
   [junit4]   2> 149957 INFO  (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45011_r_b
   [junit4]   2> 149960 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 149962 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45011_r_b
   [junit4]   2> 149963 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 149963 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 149963 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 149963 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 149963 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 149975 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 149983 INFO  (zkCallback-487-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 149983 INFO  (zkCallback-494-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 149995 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 150003 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 150003 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 150004 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [n:127.0.0.1:45011_r_b    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/control-001/cores
   [junit4]   2> 150020 INFO  (zkConnectionManagerCallback-501-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150020 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 150021 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40305/solr ready
   [junit4]   2> 150025 INFO  (qtp49739755-1599) [n:127.0.0.1:45011_r_b    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45011_r_b&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 150026 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 150026 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 150026 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:45011_r_b",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 150027 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 150027 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:45011_r_b",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 150027 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 150027 INFO  (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 150027 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 150028 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 150028 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 150028 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 150028 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 150029 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:control_collection
   [junit4]   2> 150029 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 150036 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:45011_r_b",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 150036 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 150036 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 150132 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:45011_r_b",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 150132 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:45011_r_b
   [junit4]   2> 150134 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b    x:control_collection_shard1_replica_n1] 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> 150134 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b    x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 150136 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:45011_r_b",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 150136 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:45011_r_b",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 150137 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"control_collection_shard1_replica_n1","base_url":"http://127.0.0.1:45011/r_b","node_name":"127.0.0.1:45011_r_b","state":"down","type":"NRT"}
   [junit4]   2> 150137 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>           "node_name":"127.0.0.1:45011_r_b",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 150237 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 151198 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 151206 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b 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> 151269 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 151284 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 151284 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 151287 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 151289 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1110890059, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 151308 WARN  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 151340 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 151341 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 151341 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 151341 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 151342 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2540597742495703]
   [junit4]   2> 151342 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2db8976b[control_collection_shard1_replica_n1] main]
   [junit4]   2> 151343 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 151343 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 151343 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 151344 INFO  (searcherExecutor-667-thread-1-processing-n:127.0.0.1:45011_r_b x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@2db8976b[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 151344 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1613143073578024960
   [junit4]   2> 151349 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 151350 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 151350 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 151351 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:45011/r_b/control_collection_shard1_replica_n1/
   [junit4]   2> 151351 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 151351 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:45011/r_b/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 151351 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 151354 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:45011/r_b/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 151354 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 151455 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 151506 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 151508 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:45011_r_b",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 151508 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:45011_r_b",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 151508 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"control_collection_shard1_replica_n1","base_url":"http://127.0.0.1:45011/r_b","node_name":"127.0.0.1:45011_r_b","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 151509 INFO  (qtp49739755-1594) [n:127.0.0.1:45011_r_b c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1375
   [junit4]   2> 151509 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:45011/r_b",
   [junit4]   2>           "node_name":"127.0.0.1:45011_r_b",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 151510 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Finished create command on all shards for collection: control_collection
   [junit4]   2> 151510 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 151511 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 151511 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 151511 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 151511 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 151511 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 151511 DEBUG (OverseerThreadFactory-662-thread-1-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{success={127.0.0.1:45011_r_b={responseHeader={status=0,QTime=1375},core=control_collection_shard1_replica_n1}}}
   [junit4]   2> 151512 INFO  (qtp49739755-1599) [n:127.0.0.1:45011_r_b    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 151610 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 2
   [junit4]   2> 151610 INFO  (zkCallback-487-thread-2) [    ] 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> 152029 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 152029 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 152029 INFO  (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] 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> 152030 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 152030 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 152030 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 152030 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 152513 INFO  (qtp49739755-1599) [n:127.0.0.1:45011_r_b    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:45011_r_b&wt=javabin&version=2} status=0 QTime=2488
   [junit4]   2> 152517 INFO  (zkConnectionManagerCallback-506-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152518 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 152518 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40305/solr ready
   [junit4]   2> 152518 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 152520 INFO  (qtp49739755-1595) [n:127.0.0.1:45011_r_b    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 152528 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 152528 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 152528 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 152529 INFO  (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 152530 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/collection1 
   [junit4]   2> 152530 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:collection1
   [junit4]   2> 152531 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 152532 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "createNodeSet":"",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 152532 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 152633 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 152733 WARN  (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 152734 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.a.c.CreateCollectionCmd Finished create command for collection: collection1
   [junit4]   2> 152734 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 152735 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as completed.
   [junit4]   2> 152735 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 152735 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 152735 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 152735 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 152735 DEBUG (OverseerThreadFactory-662-thread-2-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000002 complete, response:{}
   [junit4]   2> 152736 INFO  (qtp49739755-1595) [n:127.0.0.1:45011_r_b    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 152738 INFO  (qtp49739755-1595) [n:127.0.0.1:45011_r_b    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=218
   [junit4]   2> 152894 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-1-001 of type NRT
   [junit4]   2> 152896 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 152913 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 152913 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 152913 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 152914 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@54bc27e9{/r_b,null,AVAILABLE}
   [junit4]   2> 152914 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4554150f{HTTP/1.1,[http/1.1]}{127.0.0.1:40607}
   [junit4]   2> 152914 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.Server Started @152940ms
   [junit4]   2> 152914 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_b, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/tempDir-001/jetty1, hostPort=40607, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-1-001/cores}
   [junit4]   2> 152914 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 152914 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 152915 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 152915 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 152915 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 152915 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T16:58:39.531143Z
   [junit4]   2> 152925 INFO  (zkConnectionManagerCallback-508-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152926 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 152926 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-1-001/solr.xml
   [junit4]   2> 152928 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 152928 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 152929 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 153127 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40305/solr
   [junit4]   2> 153134 INFO  (zkConnectionManagerCallback-512-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 153158 INFO  (zkConnectionManagerCallback-514-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 153162 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 153165 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 153165 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40607_r_b
   [junit4]   2> 153165 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:40607_r_b"} current state version: 0
   [junit4]   2> 153165 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:40607_r_b
   [junit4]   2> 153166 INFO  (zkCallback-487-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153166 INFO  (zkCallback-494-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153200 INFO  (zkCallback-505-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153212 INFO  (zkCallback-513-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 153217 INFO  (zkConnectionManagerCallback-521-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 153218 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 153218 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40305/solr ready
   [junit4]   2> 153223 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 153238 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 153248 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 153248 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 153250 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-1-001/cores
   [junit4]   2> 153272 INFO  (qtp1314559264-1655) [n:127.0.0.1:40607_r_b    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:40607_r_b&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 153273 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed3]]
   [junit4]   2> 153273 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000004] as running
   [junit4]   2> 153273 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000004 message:{
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:40607_r_b",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 153278 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 153279 INFO  (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] 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> 153279 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000004]
   [junit4]   2> 153279 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 153279 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 153279 DEBUG (OverseerCollectionConfigSetProcessor-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000004]
   [junit4]   2> 153279 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000004
   [junit4]   2> 153279 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : addreplica , {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:40607_r_b",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 153279 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "node":"127.0.0.1:40607_r_b",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 153280 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.a.c.Assign getNodesForNewReplicas() shard: shard2 , nrtReplicas : 1 , tlogReplicas: 0 , pullReplicas: 0 , createNodeSet 127.0.0.1:40607_r_b
   [junit4]   2> 153281 INFO  (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:40607_r_b for creating new replica of shard shard2 for collection collection1
   [junit4]   2> 153288 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b    x:collection1_shard2_replica_n41] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 153294 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1_shard2_replica_n41",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:40607_r_b",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 153294 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1_shard2_replica_n41",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:40607_r_b",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 153294 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node42:{"core":"collection1_shard2_replica_n41","base_url":"http://127.0.0.1:40607/r_b","node_name":"127.0.0.1:40607_r_b","state":"down","type":"NRT"}
   [junit4]   2> 153294 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(collection1//collections/collection1/state.json/0)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node42":{
   [junit4]   2>           "core":"collection1_shard2_replica_n41",
   [junit4]   2>           "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>           "node_name":"127.0.0.1:40607_r_b",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 153395 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 154302 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 154308 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema [collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 154358 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 154367 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n41' using configuration from collection collection1, trusted=true
   [junit4]   2> 154367 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard2.replica_n41' (registry 'solr.core.collection1.shard2.replica_n41') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67
   [junit4]   2> 154367 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [[collection1_shard2_replica_n41] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-1-001/cores/collection1_shard2_replica_n41], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 154369 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1110890059, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 154474 WARN  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 154509 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 154509 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 154510 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 154510 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 154511 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=47, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2540597742495703]
   [junit4]   2> 154512 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening [Searcher@45b77c44[collection1_shard2_replica_n41] main]
   [junit4]   2> 154513 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 154513 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 154513 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 154514 INFO  (searcherExecutor-681-thread-1-processing-n:127.0.0.1:40607_r_b x:collection1_shard2_replica_n41 c:collection1 s:shard2) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SolrCore [collection1_shard2_replica_n41] Registered new searcher Searcher@45b77c44[collection1_shard2_replica_n41] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 154514 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1613143076902010880
   [junit4]   2> 154518 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, version=0}
   [junit4]   2> 154519 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 154519 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 154519 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40607/r_b/collection1_shard2_replica_n41/
   [junit4]   2> 154519 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 154519 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy http://127.0.0.1:40607/r_b/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 154519 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 154521 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40607/r_b/collection1_shard2_replica_n41/ shard2
   [junit4]   2> 154521 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>   "core":"collection1_shard2_replica_n41",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 154621 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 154622 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 154623 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1_shard2_replica_n41",
   [junit4]   2>   "core_node_name":"core_node42",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:40607_r_b",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 154624 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1_shard2_replica_n41",
   [junit4]   2>   "core_node_name":"core_node42",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>   "node_name":"127.0.0.1:40607_r_b",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 154624 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node42:{"core":"collection1_shard2_replica_n41","base_url":"http://127.0.0.1:40607/r_b","node_name":"127.0.0.1:40607_r_b","state":"active","type":"NRT","leader":"true"}
   [junit4]   2> 154624 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(collection1//collections/collection1/state.json/2)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard1":{
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{}},
   [junit4]   2>     "shard2":{
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node42":{
   [junit4]   2>           "core":"collection1_shard2_replica_n41",
   [junit4]   2>           "base_url":"http://127.0.0.1:40607/r_b",
   [junit4]   2>           "node_name":"127.0.0.1:40607_r_b",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 154625 INFO  (qtp1314559264-1650) [n:127.0.0.1:40607_r_b c:collection1 s:shard2  x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1336
   [junit4]   2> 154625 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000004]
   [junit4]   2> 154626 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000004] as completed.
   [junit4]   2> 154627 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 154627 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 154627 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000004]
   [junit4]   2> 154627 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000004]
   [junit4]   2> 154627 DEBUG (OverseerThreadFactory-662-thread-3-processing-n:127.0.0.1:45011_r_b) [n:127.0.0.1:45011_r_b c:collection1 s:shard2  ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000004 complete, response:{success={127.0.0.1:40607_r_b={responseHeader={status=0,QTime=1336},core=collection1_shard2_replica_n41}}}
   [junit4]   2> 154627 INFO  (qtp1314559264-1655) [n:127.0.0.1:40607_r_b c:collection1   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:40607_r_b&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2} status=0 QTime=1355
   [junit4]   2> 154692 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-2-001 of type NRT
   [junit4]   2> 154692 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 10.0.1+10
   [junit4]   2> 154693 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 154693 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 154693 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6e94adce{/r_b,null,AVAILABLE}
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2a07af45{HTTP/1.1,[http/1.1]}{127.0.0.1:46015}
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.e.j.s.Server Started @154720ms
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/r_b, solrconfig=solrconfig.xml, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/tempDir-001/jetty2, hostPort=46015, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-2-001/cores}
   [junit4]   2> 154694 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 154694 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-10-01T16:58:41.310913Z
   [junit4]   2> 154697 INFO  (zkConnectionManagerCallback-524-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154697 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 154697 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001/shard-2-001/solr.xml
   [junit4]   2> 154699 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 154699 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 154700 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[5A7EC2423F053841]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@76416a67, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 154724 DEBUG (OverseerStateUpdate-72320314342637572-127.0.0.1:45011_r_b-n_0000000000) [n:127.0.0.1:45011_r_b    ] o.a.s.c.o.ZkStateWriter going to update_collec

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

&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=3001
   [junit4]   2> 630708 ERROR (qtp1341664884-4773) [n:127.0.0.1:37723_r_b    x:shardSplitWithRule_rewrite_shard1_0_replica_n5] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Solr is shutting down
   [junit4]   2> 	at org.apache.solr.handler.admin.PrepRecoveryOp.execute(PrepRecoveryOp.java:181)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:360)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:395)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:180)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:734)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:715)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:496)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:377)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:323)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1642)
   [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:1642)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [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:255)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [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:201)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:531)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 630708 INFO  (qtp1341664884-4773) [n:127.0.0.1:37723_r_b    x:shardSplitWithRule_rewrite_shard1_0_replica_n5] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:34483_r_b&core=shardSplitWithRule_rewrite_shard1_0_replica_n5&coreNodeName=core_node10&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=3003
   [junit4]   2> 630709 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 44317
   [junit4]   2> 630709 ERROR (TEST-ShardSplitTest.testSplitShardWithRule-seed#[5A7EC2423F053841]) [    ] 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> 630710 INFO  (TEST-ShardSplitTest.testSplitShardWithRule-seed#[5A7EC2423F053841]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44159 44159
   [junit4]   2> 630739 INFO  (Thread-844) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44159 44159
   [junit4]   2> 630739 WARN  (Thread-844) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	8	/solr/collections/collection1/state.json
   [junit4]   2> 	8	/solr/collections/shardSplitWithRule_rewrite/terms/shard1_0
   [junit4]   2> 	8	/solr/collections/shardSplitWithRule_rewrite/terms/shard1_1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/conf1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/collections/shardSplitWithRule_rewrite/terms/shard1
   [junit4]   2> 	2	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/shardSplitWithRule_rewrite/state.json
   [junit4]   2> 	4	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	12	/solr/collections
   [junit4]   2> 	4	/solr/overseer/queue
   [junit4]   2> 	4	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	4	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	4	/solr/overseer/queue-work
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_5A7EC2423F053841-001
   [junit4]   2> Oct 01, 2018 5:06:37 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): {rnd_b=PostingsFormat(name=Asserting), shard_s=Lucene50(blocksize=128), a_t=Lucene50(blocksize=128), id=PostingsFormat(name=Asserting), foo_s=Lucene50(blocksize=128)}, docValues:{rnd_b=DocValuesFormat(name=Lucene70), shard_s=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Lucene70), n_ti=DocValuesFormat(name=Direct), a_t=DocValuesFormat(name=Direct), a_i=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1535, maxMBSortInHeap=5.577724153435889, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@44afa821), locale=en-UM, timezone=Africa/Monrovia
   [junit4]   2> NOTE: Linux 4.15.0-32-generic amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=8,threads=1,free=160645808,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [ManagedSchemaRoundRobinCloudTest, TestRetrieveFieldsOptimizer, MaxSizeAutoCommitTest, TestImpersonationWithHadoopAuth, DistributedMLTComponentTest, TestCustomSort, TestWriterPerf, BasicDistributedZk2Test, BufferStoreTest, TestGroupingSearch, TriggerIntegrationTest, TestExtendedDismaxParser, TestSweetSpotSimilarityFactory, TestMultiWordSynonyms, ShardSplitTest]
   [junit4] Completed [160/835 (1!)] on J0 in 481.55s, 10 tests, 1 failure, 2 skipped <<< FAILURES!

[...truncated 44743 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22957/consoleText

[repro] Revision: fe844c739b1bd24090789acad099d3b3e5c12d4e

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=ShardSplitTest -Dtests.method=testSplitMixedReplicaTypesLink -Dtests.seed=5A7EC2423F053841 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-UM -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       ShardSplitTest
[repro] ant compile-test

[...truncated 3429 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.ShardSplitTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=5A7EC2423F053841 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en-UM -Dtests.timezone=Africa/Monrovia -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 136 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro] Exiting with code 0

[...truncated 40 lines...]