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/08/19 12:56:27 UTC

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-10.0.1) - Build # 22703 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22703/
Java: 64bit/jdk-10.0.1 -XX:-UseCompressedOops -XX:+UseG1GC

5 tests failed.
FAILED:  org.apache.solr.cloud.TestWithCollection.testAddReplicaSimple

Error Message:
Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz
	at __randomizedtesting.SeedInfo.seed([A99B8905ABF833AC:8FA20C150E877D94]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:454)
	at org.apache.solr.cloud.TestWithCollection.setUp(TestWithCollection.java:94)
	at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)


FAILED:  org.apache.solr.cloud.TestWithCollection.testDeleteWithCollection

Error Message:
Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz
	at __randomizedtesting.SeedInfo.seed([A99B8905ABF833AC:D2427EE8F262E112]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:454)
	at org.apache.solr.cloud.TestWithCollection.setUp(TestWithCollection.java:94)
	at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)


FAILED:  org.apache.solr.cloud.TestWithCollection.testMoveReplicaWithCollection

Error Message:
Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz
	at __randomizedtesting.SeedInfo.seed([A99B8905ABF833AC:E68CB0A6388AFADA]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:454)
	at org.apache.solr.cloud.TestWithCollection.setUp(TestWithCollection.java:94)
	at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)


FAILED:  org.apache.solr.cloud.TestWithCollection.testCreateCollectionNoWithCollection

Error Message:
Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz
	at __randomizedtesting.SeedInfo.seed([A99B8905ABF833AC:F455139E93CD355E]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:454)
	at org.apache.solr.cloud.TestWithCollection.setUp(TestWithCollection.java:94)
	at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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)


FAILED:  org.apache.solr.cloud.TestWithCollection.testAddReplicaWithPolicy

Error Message:
Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:34479/solr: Collection: testMoveReplicaMainCollection_abc is co-located with collection: testMoveReplicaMainCollection_xyz remove the link using modify collection API or delete the co-located collection: testMoveReplicaMainCollection_xyz
	at __randomizedtesting.SeedInfo.seed([A99B8905ABF833AC:32C1405F0CB0AC20]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:454)
	at org.apache.solr.cloud.TestWithCollection.setUp(TestWithCollection.java:94)
	at jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at 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 13050 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestWithCollection
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/init-core-data-001
   [junit4]   2> 474766 WARN  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 474766 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 474767 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 474767 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 474767 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001
   [junit4]   2> 474767 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 474767 INFO  (Thread-1752) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 474767 INFO  (Thread-1752) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 474769 ERROR (Thread-1752) [    ] 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> 474867 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:45575
   [junit4]   2> 474869 INFO  (zkConnectionManagerCallback-4370-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 474872 INFO  (jetty-launcher-4367-thread-2) [    ] 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> 474872 INFO  (jetty-launcher-4367-thread-1) [    ] 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> 474873 INFO  (jetty-launcher-4367-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 474873 INFO  (jetty-launcher-4367-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 474873 INFO  (jetty-launcher-4367-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 474873 INFO  (jetty-launcher-4367-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 474873 INFO  (jetty-launcher-4367-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 474873 INFO  (jetty-launcher-4367-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 474873 INFO  (jetty-launcher-4367-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@71f2ff94{/solr,null,AVAILABLE}
   [junit4]   2> 474874 INFO  (jetty-launcher-4367-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@70907f9a{/solr,null,AVAILABLE}
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@594095d7{HTTP/1.1,[http/1.1]}{127.0.0.1:33589}
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4af17aa6{HTTP/1.1,[http/1.1]}{127.0.0.1:34479}
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.e.j.s.Server Started @474898ms
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.e.j.s.Server Started @474898ms
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33589}
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34479}
   [junit4]   2> 474875 ERROR (jetty-launcher-4367-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 474875 ERROR (jetty-launcher-4367-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T12:03:22.225657Z
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 474875 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T12:03:22.225719Z
   [junit4]   2> 474876 INFO  (zkConnectionManagerCallback-4372-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 474876 INFO  (zkConnectionManagerCallback-4374-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 474877 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 474877 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 474880 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 0x100107197420001, likely client has closed socket
   [junit4]   2> 474918 INFO  (jetty-launcher-4367-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45575/solr
   [junit4]   2> 474919 INFO  (zkConnectionManagerCallback-4378-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 474921 INFO  (zkConnectionManagerCallback-4380-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 474958 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33589_solr
   [junit4]   2> 474958 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.c.Overseer Overseer (id=72075674092961796-127.0.0.1:33589_solr-n_0000000000) starting
   [junit4]   2> 474962 INFO  (zkConnectionManagerCallback-4387-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 474963 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45575/solr ready
   [junit4]   2> 474964 INFO  (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:33589_solr
   [junit4]   2> 474964 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 474964 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33589_solr
   [junit4]   2> 474964 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 474965 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 474965 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 474971 INFO  (zkCallback-4386-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 474971 INFO  (zkCallback-4379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 474974 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 474974 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:33589_solr]
   [junit4]   2> 474975 DEBUG (ScheduledTrigger-3764-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 474977 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 474977 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 474984 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33589.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 474989 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33589.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 474989 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33589.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 474990 INFO  (jetty-launcher-4367-thread-1) [n:127.0.0.1:33589_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.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/.
   [junit4]   2> 475039 INFO  (jetty-launcher-4367-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45575/solr
   [junit4]   2> 475040 INFO  (zkConnectionManagerCallback-4392-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475042 INFO  (zkConnectionManagerCallback-4394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475046 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 475047 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 475047 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34479_solr
   [junit4]   2> 475048 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34479_solr
   [junit4]   2> 475048 INFO  (zkCallback-4379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 475048 INFO  (zkCallback-4386-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 475050 INFO  (zkCallback-4393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 475057 INFO  (zkConnectionManagerCallback-4401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475058 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 475058 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45575/solr ready
   [junit4]   2> 475059 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 475067 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34479.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475072 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34479.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475072 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34479.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475073 INFO  (jetty-launcher-4367-thread-2) [n:127.0.0.1:34479_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.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node2/.
   [junit4]   2> 475085 INFO  (zkConnectionManagerCallback-4404-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475087 INFO  (zkConnectionManagerCallback-4409-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475088 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 475088 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45575/solr ready
   [junit4]   2> 475102 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMultipleWithCollections
   [junit4]   2> 475103 DEBUG (zkCallback-4386-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 475103 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 475104 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 475104 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 475105 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 475105 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 475106 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] 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> 475106 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 475106 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 475106 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@45bbb5d{/solr,null,AVAILABLE}
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1aeaa7{HTTP/1.1,[http/1.1]}{127.0.0.1:36463}
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.Server Started @475130ms
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36463}
   [junit4]   2> 475107 ERROR (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 475107 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T12:03:22.457644Z
   [junit4]   2> 475108 INFO  (zkConnectionManagerCallback-4413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475108 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 475219 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45575/solr
   [junit4]   2> 475220 INFO  (zkConnectionManagerCallback-4417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475221 INFO  (zkConnectionManagerCallback-4419-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475224 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 475226 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 475226 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36463_solr
   [junit4]   2> 475226 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:36463_solr
   [junit4]   2> 475226 INFO  (zkCallback-4379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475227 INFO  (zkCallback-4400-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475227 INFO  (zkCallback-4386-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475227 INFO  (zkCallback-4408-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475227 INFO  (zkCallback-4393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475227 INFO  (zkCallback-4408-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475227 INFO  (zkCallback-4418-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 475237 INFO  (zkConnectionManagerCallback-4426-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475238 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 475238 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45575/solr ready
   [junit4]   2> 475238 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 475248 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36463.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475255 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36463.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475255 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36463.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475255 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [n:127.0.0.1:36463_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.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node3/.
   [junit4]   2> 475276 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] 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> 475277 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 475277 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 475277 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 475277 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76618688{/solr,null,AVAILABLE}
   [junit4]   2> 475277 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@51fd529b{HTTP/1.1,[http/1.1]}{127.0.0.1:42765}
   [junit4]   2> 475277 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.e.j.s.Server Started @475300ms
   [junit4]   2> 475278 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42765}
   [junit4]   2> 475278 ERROR (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 475278 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 475278 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 475278 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 475278 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 475278 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T12:03:22.628311Z
   [junit4]   2> 475279 INFO  (zkConnectionManagerCallback-4429-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475280 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 475339 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45575/solr
   [junit4]   2> 475340 INFO  (zkConnectionManagerCallback-4433-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475341 INFO  (zkConnectionManagerCallback-4435-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475344 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 475346 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 475346 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42765_solr
   [junit4]   2> 475346 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:42765_solr
   [junit4]   2> 475346 INFO  (zkCallback-4393-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475346 INFO  (zkCallback-4386-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475346 INFO  (zkCallback-4379-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475346 INFO  (zkCallback-4400-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475346 INFO  (zkCallback-4408-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475346 INFO  (zkCallback-4418-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475346 INFO  (zkCallback-4408-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475347 INFO  (zkCallback-4434-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475347 INFO  (zkCallback-4425-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 475356 INFO  (zkConnectionManagerCallback-4442-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475357 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 475357 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45575/solr ready
   [junit4]   2> 475358 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 475368 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42765.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475374 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42765.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475374 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42765.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@738f5296
   [junit4]   2> 475375 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] 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.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node4/.
   [junit4]   2> 475403 INFO  (zkConnectionManagerCallback-4445-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 475409 INFO  (qtp997637540-10173) [n:127.0.0.1:33589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475414 INFO  (qtp778501336-10178) [n:127.0.0.1:34479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475416 INFO  (qtp2107307071-10251) [n:127.0.0.1:36463_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475417 INFO  (qtp997532364-10281) [n:127.0.0.1:42765_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475417 DEBUG (qtp997637540-10182) [n:127.0.0.1:33589_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 475418 INFO  (qtp997637540-10182) [n:127.0.0.1:33589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 475418 INFO  (TEST-TestWithCollection.testMultipleWithCollections-seed#[A99B8905ABF833AC]) [    ] o.a.s.c.TestWithCollection Chosen node 127.0.0.1:33589_solr for collection testMultipleWithCollections_abc
   [junit4]   2> 475418 DEBUG (zkCallback-4386-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 475418 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 475418 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 475419 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 475419 DEBUG (OverseerAutoScalingTriggerThread-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 475419 INFO  (qtp997637540-10171) [n:127.0.0.1:33589_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testMultipleWithCollections_abc&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:33589_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 475420 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMultipleWithCollections_abc
   [junit4]   2> 475420 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/protwords.txt
   [junit4]   2> 475421 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 475422 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testMultipleWithCollections_abc.AUTOCREATED/solrconfig.xml
   [junit4]   2> 475423 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/synonyms.txt
   [junit4]   2> 475423 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/stopwords.txt
   [junit4]   2> 475424 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 475425 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 475426 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 475426 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 475427 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 475428 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 475428 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 475429 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 475430 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 475430 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 475431 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 475432 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 475432 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 475433 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 475433 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 475434 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 475434 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 475435 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 475436 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 475436 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 475437 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 475437 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 475438 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 475439 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 475439 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 475440 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 475440 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 475441 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 475442 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 475442 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 475443 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 475444 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 475444 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 475445 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 475445 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 475446 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 475447 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 475448 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testMultipleWithCollections_abc.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 475448 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/testMultipleWithCollections_abc.AUTOCREATED/params.json
   [junit4]   2> 475451 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: testMultipleWithCollections_abc
   [junit4]   2> 475451 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/testMultipleWithCollections_abc/state.json
   [junit4]   2> 475552 DEBUG (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 475553 INFO  (qtp778501336-10168) [n:127.0.0.1:34479_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475554 INFO  (qtp997637540-10180) [n:127.0.0.1:33589_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475555 INFO  (qtp997532364-10275) [n:127.0.0.1:42765_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475555 INFO  (qtp2107307071-10245) [n:127.0.0.1:36463_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 475556 DEBUG (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 475557 INFO  (OverseerThreadFactory-3766-thread-1-processing-n:127.0.0.1:33589_solr) [n:127.0.0.1:33589_solr    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 275880536 sessionWrapper.createTime 275880534574388, this.sessionWrapper.createTime 275880534574388 
   [junit4]   2> 475560 INFO  (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMultipleWithCollections_abc",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMultipleWithCollections_abc_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:33589/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 475560 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 475560 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":"testMultipleWithCollections_abc_shard1_replica_n1",
   [junit4]   2>       "base_url":"http://127.0.0.1:33589/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 475661 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMultipleWithCollections_abc/state.json version: 0
   [junit4]   2> 475762 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr    x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testMultipleWithCollections_abc.AUTOCREATED&newCollection=true&name=testMultipleWithCollections_abc_shard1_replica_n1&action=CREATE&numShards=1&collection=testMultipleWithCollections_abc&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 475763 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr    x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 475766 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"testMultipleWithCollections_abc_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:33589/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33589_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"testMultipleWithCollections_abc",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 475766 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":"testMultipleWithCollections_abc_shard1_replica_n1","base_url":"http://127.0.0.1:33589/solr","node_name":"127.0.0.1:33589_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 475766 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(testMultipleWithCollections_abc//collections/testMultipleWithCollections_abc/state.json/1)={
   [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":"testMultipleWithCollections_abc_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:33589/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33589_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 475867 DEBUG (OverseerStateUpdate-72075674092961796-127.0.0.1:33589_solr-n_0000000000) [n:127.0.0.1:33589_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/testMultipleWithCollections_abc/state.json version: 1
   [junit4]   2> 476774 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 476774 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/clustering/lib
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/langid/lib
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../contrib/velocity/lib
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 476775 WARN  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist filtered by solr-ltr-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestWithCollection_A99B8905ABF833AC-001/tempDir-001/node1/testMultipleWithCollections_abc_shard1_replica_n1/../../../../dist
   [junit4]   2> 476779 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 476793 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.s.IndexSchema [testMultipleWithCollections_abc_shard1_replica_n1] Schema name=default-config
   [junit4]   2> 476874 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 476887 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testMultipleWithCollections_abc s:shard1 r:core_node2 x:testMultipleWithCollections_abc_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testMultipleWithCollections_abc_shard1_replica_n1' using configuration from collection testMultipleWithCollections_abc, trusted=true
   [junit4]   2> 476887 INFO  (qtp997637540-10175) [n:127.0.0.1:33589_solr c:testM

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

riggerThread has been closed explicitly
   [junit4]   2> 554377 INFO  (jetty-closer-4368-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@70907f9a{/solr,null,UNAVAILABLE}
   [junit4]   2> 554377 INFO  (jetty-closer-4368-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 554378 ERROR (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 554378 INFO  (SUITE-TestWithCollection-seed#[A99B8905ABF833AC]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45575 45575
   [junit4]   2> 554565 INFO  (Thread-1752) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45575 45575
   [junit4]   2> 554566 WARN  (Thread-1752) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/testNodeAdded_xyz/terms/shard1
   [junit4]   2> 	25	/solr/collections/testNodeAdded_abc/terms/shard1
   [junit4]   2> 	20	/solr/aliases.json
   [junit4]   2> 	20	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_abc2/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_abc/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMoveReplicaMainCollection_xyz/terms/shard1
   [junit4]   2> 	12	/solr/collections/testMultipleWithCollections_xyz/terms/shard1
   [junit4]   2> 	9	/solr/collections/testMoveReplicaMainCollection_abc/terms/shard1
   [junit4]   2> 	9	/solr/collections/testMultipleWithCollections_xyz2/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	3	/solr/configs/testNodeAdded_xyz.AUTOCREATED
   [junit4]   2> 	3	/solr/collections/testCreateCollection_abc/terms/shard1
   [junit4]   2> 	3	/solr/collections/testCreateCollection_xyz/terms/shard1
   [junit4]   2> 	3	/solr/configs/testNodeAdded_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/testNodeAdded_abc.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/testNodeAdded_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_abc.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz2.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_xyz.AUTOCREATED
   [junit4]   2> 	2	/solr/configs/testMoveReplicaMainCollection_xyz.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testMultipleWithCollections_abc.AUTOCREATED/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	45	/solr/aliases.json
   [junit4]   2> 	20	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/testNodeAdded_xyz/state.json
   [junit4]   2> 	6	/solr/collections/testMoveReplicaMainCollection_xyz/state.json
   [junit4]   2> 	6	/solr/collections/testMultipleWithCollections_abc2/state.json
   [junit4]   2> 	6	/solr/collections/testNodeAdded_abc/state.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_abc/state.json
   [junit4]   2> 	5	/solr/collections/testMultipleWithCollections_xyz/state.json
   [junit4]   2> 	4	/solr/collections/testMultipleWithCollections_xyz2/state.json
   [junit4]   2> 	2	/solr/collections/testMoveReplicaMainCollection_abc/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72075674092961799-127.0.0.1:34479_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	64	/solr/collections
   [junit4]   2> 	31	/solr/live_nodes
   [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.TestWithCollection_A99B8905ABF833AC-001
   [junit4]   2> Aug 19, 2018 12:04:41 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@311aca56), locale=sl-SI, timezone=America/Jamaica
   [junit4]   2> NOTE: Linux 4.15.0-32-generic amd64/Oracle Corporation 10.0.1 (64-bit)/cpus=8,threads=1,free=320646840,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [MaxSizeAutoCommitTest, TestSQLHandler, RequestLoggingTest, NodeAddedTriggerTest, TestRandomRequestDistribution, AnalyticsMergeStrategyTest, BadComponentTest, MetricsHistoryHandlerTest, TestClusterStateMutator, TestClassicSimilarityFactory, TestClusterProperties, TestSortByMinMaxFunction, OverseerRolesTest, CursorPagingTest, MetricsConfigTest, TestCoreBackup, TestNumericTokenStream, TestLRUStatsCache, DocExpirationUpdateProcessorFactoryTest, CloneFieldUpdateProcessorFactoryTest, ShardRoutingCustomTest, DeleteLastCustomShardedReplicaTest, HttpPartitionTest, PeerSyncWithIndexFingerprintCachingTest, TestSolrCoreProperties, AssignTest, TestRTimerTree, TestConfigSetsAPIZkFailure, SOLR749Test, TestFieldResource, BufferStoreTest, TestFieldCacheReopen, TestJsonFacetsStatsParsing, SampleTest, TestGraphTermsQParserPlugin, ChaosMonkeyNothingIsSafeTest, TestInitQParser, AutoScalingHandlerTest, CoreMergeIndexesAdminHandlerTest, TestFreeTextSuggestions, HdfsSyncSliceTest, SpellPossibilityIteratorTest, TestMultiWordSynonyms, TestConfig, TestGroupingSearch, TestInPlaceUpdatesDistrib, PreAnalyzedFieldManagedSchemaCloudTest, TestPayloadCheckQParserPlugin, TestFastOutputStream, TermVectorComponentTest, NodeMarkersRegistrationTest, NoCacheHeaderTest, DistributedVersionInfoTest, HdfsAutoAddReplicasIntegrationTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestCloudPseudoReturnFields, TestCoreDiscovery, TestImpersonationWithHadoopAuth, DeleteShardTest, TestRandomDVFaceting, TestComplexPhraseLeadingWildcard, TestStressUserVersions, TestSolrCloudSnapshots, EmbeddedSolrNoSerializeTest, RollingRestartTest, PathHierarchyTokenizerFactoryTest, TestNRTOpen, TestSolrCoreParser, TimeZoneUtilsTest, TestChildDocTransformer, TestGeoJSONResponseWriter, UpdateLogTest, DateFieldTest, CoreAdminHandlerTest, TestRestManager, DistribDocExpirationUpdateProcessorTest, TestHalfAndHalfDocValues, TestSSLRandomization, TestExecutePlanAction, TestExpandComponent, TestImplicitCoreProperties, TestSweetSpotSimilarityFactory, TolerantUpdateProcessorTest, TestCloudConsistency, TestDynamicFieldCollectionResource, TestNodeAddedTrigger, TestPhraseSuggestions, TestNamedUpdateProcessors, TestReloadAndDeleteDocs, TestSchemaVersionResource, TestJmxIntegration, ZkCLITest, TestDirectoryFactory, SpatialHeatmapFacetsTest, TestUnInvertedFieldException, TestManagedStopFilterFactory, CachingDirectoryFactoryTest, TestBinaryResponseWriter, TestLegacyFieldReuse, TestWithCollection]
   [junit4] Completed [218/829 (1!)] on J0 in 80.31s, 9 tests, 5 errors <<< FAILURES!

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

[repro] Revision: d6e1d4a4bacc29e1587ff30ebf8e6279f4b4d5f0

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestWithCollection -Dtests.method=testAddReplicaSimple -Dtests.seed=A99B8905ABF833AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestWithCollection -Dtests.method=testDeleteWithCollection -Dtests.seed=A99B8905ABF833AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestWithCollection -Dtests.method=testMoveReplicaWithCollection -Dtests.seed=A99B8905ABF833AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestWithCollection -Dtests.method=testCreateCollectionNoWithCollection -Dtests.seed=A99B8905ABF833AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] Repro line:  ant test  -Dtestcase=TestWithCollection -Dtests.method=testAddReplicaWithPolicy -Dtests.seed=A99B8905ABF833AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[repro] ant clean

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

[...truncated 3396 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestWithCollection" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=A99B8905ABF833AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sl-SI -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=US-ASCII

[...truncated 116 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestWithCollection
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_172) - Build # 22704 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/22704/
Java: 32bit/jdk1.8.0_172 -client -XX:+UseParallelGC

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

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:39239/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:35331/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:39239/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:35331/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([232C205031F0CCEF:89E1F3A28623193F]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:996)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	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:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39239/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	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:436)
	... 46 more


FAILED:  org.apache.solr.cloud.MoveReplicaHDFSTest.testFailedMove

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:39471/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:45461/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:39471/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:45461/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([232C205031F0CCEF:89E1F3A28623193F]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1109)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:996)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
	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:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45461/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	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)
	... 46 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout waiting for collection to become active Live Nodes: [127.0.0.1:10006_solr, 127.0.0.1:10008_solr, 127.0.0.1:10005_solr, 127.0.0.1:10009_solr, 127.0.0.1:10007_solr] Last available state: DocCollection(testCreateCollectionAddReplica//clusterstate.json/14)={   "replicationFactor":"1",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   "autoCreated":"true",   "policy":"c1",   "shards":{"shard1":{       "replicas":{"core_node1":{           "core":"testCreateCollectionAddReplica_shard1_replica_n1",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10007_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}},       "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: [127.0.0.1:10006_solr, 127.0.0.1:10008_solr, 127.0.0.1:10005_solr, 127.0.0.1:10009_solr, 127.0.0.1:10007_solr]
Last available state: DocCollection(testCreateCollectionAddReplica//clusterstate.json/14)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10007_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at __randomizedtesting.SeedInfo.seed([232C205031F0CCEF:A30C457E20B32449]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
	at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: last state: DocCollection(testCreateCollectionAddReplica//clusterstate.json/14)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10007_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
	... 41 more


FAILED:  org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout waiting for collection to become active Live Nodes: [127.0.0.1:10106_solr, 127.0.0.1:10104_solr, 127.0.0.1:10105_solr, 127.0.0.1:10103_solr, 127.0.0.1:10107_solr] Last available state: DocCollection(testCreateCollectionAddReplica//clusterstate.json/14)={   "replicationFactor":"1",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   "autoCreated":"true",   "policy":"c1",   "shards":{"shard1":{       "replicas":{"core_node1":{           "core":"testCreateCollectionAddReplica_shard1_replica_n1",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10107_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}},       "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: [127.0.0.1:10106_solr, 127.0.0.1:10104_solr, 127.0.0.1:10105_solr, 127.0.0.1:10103_solr, 127.0.0.1:10107_solr]
Last available state: DocCollection(testCreateCollectionAddReplica//clusterstate.json/14)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10107_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at __randomizedtesting.SeedInfo.seed([232C205031F0CCEF:A30C457E20B32449]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
	at org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud.testCreateCollectionAddReplica(TestPolicyCloud.java:121)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.TimeoutException: last state: DocCollection(testCreateCollectionAddReplica//clusterstate.json/14)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10107_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
	... 41 more




Build Log:
[...truncated 13248 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/init-core-data-001
   [junit4]   2> 1176293 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1176294 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1176295 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1176296 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1176296 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-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_232C205031F0CCEF-001/tempDir-001
   [junit4]   2> 1176296 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1176297 INFO  (Thread-1965) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1176297 INFO  (Thread-1965) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1176298 ERROR (Thread-1965) [    ] 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> 1176397 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44803
   [junit4]   2> 1176400 INFO  (zkConnectionManagerCallback-2276-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1176408 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1176408 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1176409 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1176409 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1176431 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1176431 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1176431 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1176439 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1176439 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1176439 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1176442 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1176442 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1176443 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1176448 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c27cb{/solr,null,AVAILABLE}
   [junit4]   2> 1176449 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1176449 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1176449 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1176449 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4a5023{/solr,null,AVAILABLE}
   [junit4]   2> 1176450 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@37d429{/solr,null,AVAILABLE}
   [junit4]   2> 1176451 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@543617{SSL,[ssl, http/1.1]}{127.0.0.1:44829}
   [junit4]   2> 1176451 INFO  (jetty-launcher-2273-thread-1) [    ] o.e.j.s.Server Started @1176486ms
   [junit4]   2> 1176451 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44829}
   [junit4]   2> 1176451 ERROR (jetty-launcher-2273-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1176451 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1176452 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1176452 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1176452 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1176452 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T15:19:52.800Z
   [junit4]   2> 1176453 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9ceb6{/solr,null,AVAILABLE}
   [junit4]   2> 1176453 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1e12c5a{SSL,[ssl, http/1.1]}{127.0.0.1:45461}
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-2) [    ] o.e.j.s.Server Started @1176489ms
   [junit4]   2> 1176453 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15dbfa1{SSL,[ssl, http/1.1]}{127.0.0.1:33175}
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45461}
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.e.j.s.Server Started @1176489ms
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33175}
   [junit4]   2> 1176454 ERROR (jetty-launcher-2273-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1176454 ERROR (jetty-launcher-2273-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@883731{SSL,[ssl, http/1.1]}{127.0.0.1:33453}
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-3) [    ] o.e.j.s.Server Started @1176489ms
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33453}
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T15:19:52.802Z
   [junit4]   2> 1176454 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1176454 ERROR (jetty-launcher-2273-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1176455 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T15:19:52.803Z
   [junit4]   2> 1176455 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1176455 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1176455 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1176455 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1176455 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-08-19T15:19:52.803Z
   [junit4]   2> 1176459 INFO  (zkConnectionManagerCallback-2278-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1176461 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1176472 INFO  (zkConnectionManagerCallback-2280-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1176473 INFO  (zkConnectionManagerCallback-2284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1176473 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1176473 INFO  (zkConnectionManagerCallback-2282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1176473 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1176474 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1177024 INFO  (jetty-launcher-2273-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44803/solr
   [junit4]   2> 1177032 INFO  (zkConnectionManagerCallback-2288-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177033 DEBUG (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$45/26480376@1d5999
   [junit4]   2> 1177034 INFO  (zkConnectionManagerCallback-2290-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177101 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1177102 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177102 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1177102 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1177102 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1177103 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1177105 DEBUG (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72076446797004806-127.0.0.1:44829_solr-n_0000000000
   [junit4]   2> 1177105 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44829_solr
   [junit4]   2> 1177106 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.c.Overseer Overseer (id=72076446797004806-127.0.0.1:44829_solr-n_0000000000) starting
   [junit4]   2> 1177117 INFO  (zkConnectionManagerCallback-2297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177118 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1177119 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177119 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1177119 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1177120 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1177120 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44803/solr ready
   [junit4]   2> 1177121 INFO  (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44829_solr
   [junit4]   2> 1177132 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1177132 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44829_solr
   [junit4]   2> 1177133 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1177133 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177133 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177133 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 1177134 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177135 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1177135 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1177135 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1177139 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1177139 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1177139 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1177139 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1177139 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1177139 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1177139 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1177143 INFO  (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1177144 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 1177144 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1177147 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177148 INFO  (zkCallback-2296-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1177154 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1177156 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:44829_solr]
   [junit4]   2> 1177156 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 1177157 DEBUG (ScheduledTrigger-4264-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 1177159 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1177160 DEBUG (OverseerAutoScalingTriggerThread-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1177163 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1177200 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44829.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177211 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44829.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177211 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44829.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177213 INFO  (jetty-launcher-2273-thread-1) [n:127.0.0.1:44829_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_232C205031F0CCEF-001/tempDir-001/node1/.
   [junit4]   2> 1177307 INFO  (jetty-launcher-2273-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44803/solr
   [junit4]   2> 1177311 INFO  (zkConnectionManagerCallback-2302-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177312 DEBUG (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$45/26480376@6a27b9
   [junit4]   2> 1177316 INFO  (zkConnectionManagerCallback-2304-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177322 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1177322 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177322 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1177322 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1177322 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1177323 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1177323 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1177324 DEBUG (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72076446797004809-127.0.0.1:45461_solr-n_0000000001
   [junit4]   2> 1177324 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72076446797004806-127.0.0.1:44829_solr-n_0000000000
   [junit4]   2> 1177325 DEBUG (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72076446797004806-127.0.0.1:44829_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 1177325 DEBUG (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:45461_solr as DOWN
   [junit4]   2> 1177325 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1177325 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1177325 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45461_solr
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1177326 DEBUG (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:45461_solr"} current state version: 0
   [junit4]   2> 1177326 DEBUG (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:45461_solr
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177326 INFO  (zkCallback-2289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1177326 INFO  (zkCallback-2296-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1177326 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177327 INFO  (zkCallback-2303-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1177344 INFO  (zkConnectionManagerCallback-2311-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177345 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1177345 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177345 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1177345 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1177345 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1177346 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1177346 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44803/solr ready
   [junit4]   2> 1177347 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1177370 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45461.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177379 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45461.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177379 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45461.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177381 INFO  (jetty-launcher-2273-thread-2) [n:127.0.0.1:45461_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_232C205031F0CCEF-001/tempDir-001/node2/.
   [junit4]   2> 1177426 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1177427 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1177536 INFO  (jetty-launcher-2273-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44803/solr
   [junit4]   2> 1177537 INFO  (zkConnectionManagerCallback-2316-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177538 DEBUG (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$45/26480376@19e9e56
   [junit4]   2> 1177542 INFO  (zkConnectionManagerCallback-2318-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177546 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1177547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177547 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1177547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1177547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1177547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1177548 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1177549 DEBUG (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72076446797004812-127.0.0.1:33453_solr-n_0000000002
   [junit4]   2> 1177549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72076446797004809-127.0.0.1:45461_solr-n_0000000001
   [junit4]   2> 1177549 DEBUG (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72076446797004809-127.0.0.1:45461_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 1177549 DEBUG (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33453_solr as DOWN
   [junit4]   2> 1177550 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1177550 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1177550 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33453_solr
   [junit4]   2> 1177550 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1177551 DEBUG (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33453_solr"} current state version: 0
   [junit4]   2> 1177551 DEBUG (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33453_solr
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177551 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177551 INFO  (zkCallback-2289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1177551 INFO  (zkCallback-2296-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1177552 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177552 INFO  (zkCallback-2303-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1177555 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177555 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177556 INFO  (zkCallback-2317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1177556 INFO  (zkCallback-2310-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1177572 INFO  (zkConnectionManagerCallback-2325-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1177573 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1177573 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1177573 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1177574 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1177574 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1177574 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1177574 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44803/solr ready
   [junit4]   2> 1177575 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1177590 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33453.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177597 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33453.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177597 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33453.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1177598 INFO  (jetty-launcher-2273-thread-3) [n:127.0.0.1:33453_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_232C205031F0CCEF-001/tempDir-001/node3/.
   [junit4]   2> 1177651 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1177652 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1178158 INFO  (jetty-launcher-2273-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44803/solr
   [junit4]   2> 1178158 DEBUG (ScheduledTrigger-4264-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 1178159 INFO  (zkConnectionManagerCallback-2330-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178160 DEBUG (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$45/26480376@1b62e06
   [junit4]   2> 1178161 INFO  (zkConnectionManagerCallback-2332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178166 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1178166 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178166 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1178166 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1178166 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1178167 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1178167 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 1178168 DEBUG (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72076446797004815-127.0.0.1:33175_solr-n_0000000003
   [junit4]   2> 1178168 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72076446797004812-127.0.0.1:33453_solr-n_0000000002
   [junit4]   2> 1178168 DEBUG (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72076446797004812-127.0.0.1:33453_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 1178168 DEBUG (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33175_solr as DOWN
   [junit4]   2> 1178169 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1178169 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1178169 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33175_solr
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1178170 DEBUG (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33175_solr"} current state version: 0
   [junit4]   2> 1178170 DEBUG (OverseerStateUpdate-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33175_solr
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 1178170 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 INFO  (zkCallback-2317-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 INFO  (zkCallback-2303-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 INFO  (zkCallback-2310-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 INFO  (zkCallback-2289-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 INFO  (zkCallback-2296-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178171 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178171 INFO  (zkCallback-2331-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178171 INFO  (zkCallback-2324-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1178194 INFO  (zkConnectionManagerCallback-2339-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178194 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1178195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178195 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1178195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1178195 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1178196 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1178197 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44803/solr ready
   [junit4]   2> 1178198 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1178221 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33175.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1178230 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33175.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1178230 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33175.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@13c5f54
   [junit4]   2> 1178231 INFO  (jetty-launcher-2273-thread-4) [n:127.0.0.1:33175_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_232C205031F0CCEF-001/tempDir-001/node4/.
   [junit4]   2> 1178263 INFO  (zkConnectionManagerCallback-2342-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178267 INFO  (zkConnectionManagerCallback-2347-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1178268 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 1178268 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 1178268 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1178269 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 1178269 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 1178269 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 1178270 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44803/solr ready
   [junit4]   2> 1178270 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 1178271 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 1178338 INFO  (qtp20284277-9143) [n:127.0.0.1:44829_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1178339 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178339 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1178339 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178339 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1178340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178340 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178340 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1178341 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 1178341 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1178341 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1178341 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_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> 1178341 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1178342 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 1178342 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 1178342 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1178342 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1178342 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1178342 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1178342 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 1178345 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1178345 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 1178346 DEBUG (zkCallback-2289-thread-1) [    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 1178346 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178346 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 1178346 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1178346 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1178346 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178346 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1178346 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1178346 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 1178346 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 1178346 DEBUG (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:44829_solr) [n:127.0.0.1:44829_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:44829_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=5,errors=0,avgRequestsPerSecond=4.088738543537572,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.2990660630246148,medianRequestTime=0.286115,75thPcRequestTime=0.357363,95thPcRequestTime=0.422867,99thPcRequestTime=0.422867,999thPcRequestTime=0.422867},downnode={requests=3,errors=0,avgRequestsPerSecond=2.9487146804331643,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.04499599994778418,medianRequestTime=0.039282,75thPcRequestTime=0.059106,95thPcRequestTime=0.059106,99thPcRequestTime=0.059106,999thPcRequestTime=0.059106}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=2.477841761699834,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=1.0939859269058838,medianRequestTime=0.383725,75thPcRequestTime=2.769423,95thPcRequestTime=2.769423,99thPcRequestTime=2.769423,999thPcRequestTime=2.769423},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=0.8336645281034561,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.210169,medianRequestTime=0.210169,75thPcRequestTime=0.210169,95thPcRequestTime=0.210169,99thPcRequestTime=0.210169,999thPcRequestTime=0.210169}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=0.8305756808749627,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=1201.636636,medianRequestTime=1201.636636,75thPcRequestTime=1201.636636,95thPcRequestTime=1201.636636,99thPcRequestTime=1201.636636,999thPcRequestTime=1201.636636}}}
   [junit4]   2> 1178348 INFO  (qtp20284277-9143) [n:127.0.0.1:44829_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=9
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1179136 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1179159 DEBUG (ScheduledTrigger-4264-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1179275 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Logging to org.apache.logging.slf4j.Log4jLogger@40f09b via org.mortbay.log.Slf4jLog
   [junit4]   2> 1179288 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1179340 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1179375 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-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_38255_hdfs____.ezx5qx/webapp
   [junit4]   2> 1180101 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:38255
   [junit4]   2> 1180160 DEBUG (ScheduledTrigger-4264-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1180343 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 1180343 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1180344 INFO  (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_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> 1180344 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1180344 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1180344 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1180344 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1180344 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1180760 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1180764 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1180774 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-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_43101_datanode____7w0tiy/webapp
   [junit4]   2> 1181160 DEBUG (ScheduledTrigger-4264-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1181231 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:43101
   [junit4]   2> 1181951 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1181952 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 1181966 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-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_38509_datanode____4797mo/webapp
   [junit4]   2> 1182161 DEBUG (ScheduledTrigger-4264-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 1182345 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 1182346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 1182346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1182346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1182346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1182346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1182346 DEBUG (OverseerCollectionConfigSetProcessor-72076446797004806-127.0.0.1:44829_solr-n_0000000000) [n:127.0.0.1:44829_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 1182479 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-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_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:35929) [    ] 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> 1182522 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38509
   [junit4]   2> 1182643 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x105a3eda7f80c: from storage DS-263e00cf-e619-4e02-b738-81f3cbd627f7 node DatanodeRegistration(127.0.0.1:37921, datanodeUuid=2077a493-3829-400b-a733-c1f026ac759c, infoPort=44281, infoSecurePort=0, ipcPort=38371, storageInfo=lv=-56;cid=testClusterID;nsid=2119806143;c=0), blocks: 0, hasStaleStorage: true, processing time: 2 msecs
   [junit4]   2> 1182643 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x105a3eda7f80c: from storage DS-9b0a74b1-bfed-4e05-9bdc-85336915b94d node DatanodeRegistration(127.0.0.1:37921, datanodeUuid=2077a493-3829-400b-a733-c1f026ac759c, infoPort=44281, infoSecurePort=0, ipcPort=38371, storageInfo=lv=-56;cid=testClusterID;nsid=2119806143;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 1182712 ERROR (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-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_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:35929) [    ] 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> 1182720 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x105a3f3515d94: from storage DS-1e34aae2-26a4-4f61-b6a7-7a8131f7f7d5 node DatanodeRegistration(127.0.0.1:46361, datanodeUuid=f4a52274-bae0-4a1a-b3c2-26520f2842be, infoPort=38699, infoSecurePort=0, ipcPort=43795, storageInfo=lv=-56;cid=testClusterID;nsid=2119806143;c=0), blocks: 0, hasStaleStorage: true, processing time: 0 msecs
   [junit4]   2> 1182721 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x105a3f3515d94: from storage DS-25fa1e69-a0d5-4fd2-9f65-02520fd5c8fc node DatanodeRegist

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

 o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 89601 DEBUG (jetty-closer-2-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 89602 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9a2fbd{/solr,null,UNAVAILABLE}
   [junit4]   2> 89602 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 91094 INFO  (jetty-closer-2-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@d89ccb{/solr,null,UNAVAILABLE}
   [junit4]   2> 91095 INFO  (jetty-closer-2-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 91095 ERROR (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 91096 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44287 44287
   [junit4]   2> 91123 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44287 44287
   [junit4]   2> 91124 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	28	/solr/collections/MoveReplicaHDFSTest_coll_false/terms/shard1
   [junit4]   2> 	25	/solr/collections/MoveReplicaHDFSTest_coll_true/terms/shard1
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	19	/solr/configs/conf1
   [junit4]   2> 	11	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard1
   [junit4]   2> 	10	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard2
   [junit4]   2> 	10	/solr/collections/MoveReplicaHDFSTest_failed_coll_false/terms/shard2
   [junit4]   2> 	10	/solr/collections/MoveReplicaHDFSTest_coll_false/terms/shard2
   [junit4]   2> 	8	/solr/collections/MoveReplicaHDFSTest_failed_coll_false/terms/shard1
   [junit4]   2> 	7	/solr/security.json
   [junit4]   2> 	7	/solr/collections/MoveReplicaHDFSTest_coll_true/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	19	/solr/clusterstate.json
   [junit4]   2> 	11	/solr/collections/MoveReplicaHDFSTest_coll_true/state.json
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	9	/solr/collections/MoveReplicaHDFSTest_coll_false/state.json
   [junit4]   2> 	4	/solr/collections/MoveReplicaHDFSTest_failed_coll_false/state.json
   [junit4]   2> 	4	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit4]   2> 	3	/solr/collections/MoveReplicaHDFSTest_coll_true/leader_elect/shard1/election/72076636674326537-core_node5-n_0000000000
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72076636674326540-127.0.0.1:42335_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/collections
   [junit4]   2> 	30	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 91126 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 91173 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 91275 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:33727) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 91275 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:33727) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-986591957-88.99.242.108-1534694896629 (Datanode Uuid f80e37e4-ad0e-4c36-a811-822c7b14624e) service to localhost.localdomain/127.0.0.1:33727
   [junit4]   2> 91277 WARN  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 91283 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 91384 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:33727) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 91384 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:33727) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-986591957-88.99.242.108-1534694896629 (Datanode Uuid a96ccedb-835f-4297-9f01-60a1fa5cf88e) service to localhost.localdomain/127.0.0.1:33727
   [junit4]   2> 91394 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 91510 INFO  (SUITE-MoveReplicaHDFSTest-seed#[232C205031F0CCEF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44287 44287
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.MoveReplicaHDFSTest_232C205031F0CCEF-001
   [junit4]   2> Aug 19, 2018 4:09:39 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 66 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@85904a), locale=ar-BH, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 4.15.0-32-generic i386/Oracle Corporation 1.8.0_172 (32-bit)/cpus=8,threads=6,free=145097592,total=263979008
   [junit4]   2> NOTE: All tests run in this JVM: [MoveReplicaHDFSTest]
   [junit4] Completed [5/15 (2!)] on J1 in 100.67s, 4 tests, 1 error <<< FAILURES!

[...truncated 112 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: There were test failures: 15 suites, 95 tests, 1 error, 1 failure [seed: 232C205031F0CCEF]

Total time: 4 minutes 20 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.TestPolicyCloud
[repro]   1/5 failed: org.apache.solr.cloud.MoveReplicaHDFSTest
[repro]   1/5 failed: org.apache.solr.cloud.autoscaling.sim.TestPolicyCloud
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
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
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=d6e1d4a4bacc29e1587ff30ebf8e6279f4b4d5f0, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #22703
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
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