You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/03/22 01:07:39 UTC

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

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

6 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue

Error Message:
action wasn't interrupted

Stack Trace:
java.lang.AssertionError: action wasn't interrupted
	at __randomizedtesting.SeedInfo.seed([DEF89269F503DD1:C45ACB889637FB24]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testEventQueue(TriggerIntegrationTest.java:752)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44760/solr: delete the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([DEF89269F503DD1:9112034A59ABF4B]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.setupTest(TriggerIntegrationTest.java:170)
	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$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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44760/solr: delete the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([DEF89269F503DD1:E02F1E36223CA008]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.setupTest(TriggerIntegrationTest.java:170)
	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$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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44760/solr: delete the collection time out:180s
	at __randomizedtesting.SeedInfo.seed([DEF89269F503DD1:2B85371F845F92BD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.setupTest(TriggerIntegrationTest.java:170)
	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$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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:
Error from server at https://127.0.0.1:44760/solr: Could not find collection : collection1

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44760/solr: Could not find collection : collection1
	at __randomizedtesting.SeedInfo.seed([DEF89269F503DD1:668B5E6F2C7DA855]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:451)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.setupTest(TriggerIntegrationTest.java:170)
	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$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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([DEF89269F503DD1:21DDFEAB13944B55]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:913)
	at org.apache.solr.update.processor.AtomicUpdateProcessorFactoryTest.testMultipleThreads(AtomicUpdateProcessorFactoryTest.java:260)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=int_i:17&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:906)
	... 40 more




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

[...truncated 11078 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DEF89269F503DD1-001/init-core-data-001
   [junit4]   2> 390384 WARN  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=13 numCloses=13
   [junit4]   2> 390387 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 390388 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-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> 390391 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 390391 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DEF89269F503DD1-001/tempDir-001
   [junit4]   2> 390392 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 390392 INFO  (Thread-2921) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 390392 INFO  (Thread-2921) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 390415 ERROR (Thread-2921) [    ] 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> 390492 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:49069
   [junit4]   2> 390499 INFO  (zkConnectionManagerCallback-1401-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390509 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 390510 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 390510 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 390510 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 390510 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20dfd469{/solr,null,AVAILABLE}
   [junit4]   2> 390512 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 390512 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@54178cd2{SSL,[ssl, http/1.1]}{127.0.0.1:58525}
   [junit4]   2> 390512 INFO  (jetty-launcher-1398-thread-2) [    ] o.e.j.s.Server Started @393831ms
   [junit4]   2> 390512 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=58525}
   [junit4]   2> 390513 ERROR (jetty-launcher-1398-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 390513 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 390513 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 390513 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 390513 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-21T23:54:20.229Z
   [junit4]   2> 390526 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 390526 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 390526 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 390526 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36ddfd8e{/solr,null,AVAILABLE}
   [junit4]   2> 390527 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@77edfa30{SSL,[ssl, http/1.1]}{127.0.0.1:43727}
   [junit4]   2> 390527 INFO  (jetty-launcher-1398-thread-1) [    ] o.e.j.s.Server Started @393846ms
   [junit4]   2> 390527 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43727}
   [junit4]   2> 390527 ERROR (jetty-launcher-1398-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 390527 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 390527 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 390527 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 390528 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-21T23:54:20.244Z
   [junit4]   2> 390531 INFO  (zkConnectionManagerCallback-1403-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390531 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 390539 INFO  (zkConnectionManagerCallback-1405-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390539 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 390561 INFO  (jetty-launcher-1398-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49069/solr
   [junit4]   2> 390564 INFO  (jetty-launcher-1398-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49069/solr
   [junit4]   2> 390573 INFO  (zkConnectionManagerCallback-1413-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390573 INFO  (zkConnectionManagerCallback-1409-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390575 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 0x1051b0842e00003, likely client has closed socket
   [junit4]   2> 390577 INFO  (zkConnectionManagerCallback-1415-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390578 INFO  (zkConnectionManagerCallback-1417-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390696 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 390696 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 390697 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:58525_solr
   [junit4]   2> 390697 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43727_solr
   [junit4]   2> 390698 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.Overseer Overseer (id=73494691217145862-127.0.0.1:58525_solr-n_0000000000) starting
   [junit4]   2> 390703 INFO  (zkCallback-1416-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 390704 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 390719 INFO  (zkConnectionManagerCallback-1423-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390720 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 390721 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49069/solr ready
   [junit4]   2> 390726 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 390726 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58525_solr
   [junit4]   2> 390735 INFO  (zkCallback-1416-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 390735 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 390736 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:43727_solr]
   [junit4]   2> 390736 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 390737 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 390739 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 390747 INFO  (zkCallback-1422-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 390752 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 390753 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 390753 DEBUG (ScheduledTrigger-1726-thread-1) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 390878 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 390889 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 390890 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43727.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 390891 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DEF89269F503DD1-001/tempDir-001/node1/.
   [junit4]   2> 390895 INFO  (zkConnectionManagerCallback-1427-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390896 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 390897 INFO  (jetty-launcher-1398-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49069/solr ready
   [junit4]   2> 390927 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58525.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 390939 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58525.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 390939 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_58525.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 390941 INFO  (jetty-launcher-1398-thread-2) [n:127.0.0.1:58525_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DEF89269F503DD1-001/tempDir-001/node2/.
   [junit4]   2> 390970 INFO  (zkConnectionManagerCallback-1429-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390983 INFO  (zkConnectionManagerCallback-1433-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 390984 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 390985 INFO  (SUITE-TriggerIntegrationTest-seed#[DEF89269F503DD1]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49069/solr ready
   [junit4]   2> 391059 INFO  (qtp1743646212-6968) [n:127.0.0.1:43727_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> 391105 INFO  (qtp1532087040-6953) [n:127.0.0.1:58525_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> 391107 DEBUG (qtp1743646212-6966) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 391108 INFO  (qtp1743646212-6966) [n:127.0.0.1:43727_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=55
   [junit4]   2> 391108 DEBUG (zkCallback-1422-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 391118 DEBUG (zkCallback-1422-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:58525_solr, 127.0.0.1:43727_solr]
   [junit4]   2> 391118 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 391120 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 391123 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 391137 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeAddedTriggerRestoreState
   [junit4]   2> 391138 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.TriggerIntegrationTest Found 2 jetty instances running
   [junit4]   2> 391142 INFO  (zkConnectionManagerCallback-1435-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 391147 INFO  (qtp1743646212-6964) [n:127.0.0.1:43727_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 391156 INFO  (qtp1743646212-6964) [n:127.0.0.1:43727_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 391159 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 391164 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 391165 DEBUG (zkCallback-1422-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 391165 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 391165 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 391165 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 391165 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 391165 DEBUG (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 391170 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@54178cd2{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 391177 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2132674058
   [junit4]   2> 391177 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 391177 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@42961b40: rootName = solr_58525, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@120b93db
   [junit4]   2> 391185 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 391185 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@491872f: rootName = solr_58525, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3c17c532
   [junit4]   2> 391192 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 391192 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12d08456: rootName = solr_58525, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3c062a6d
   [junit4]   2> 391197 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:58525_solr
   [junit4]   2> 391198 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 391199 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 391199 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 391199 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.Overseer Overseer (id=73494691217145862-127.0.0.1:58525_solr-n_0000000000) closing
   [junit4]   2> 391200 INFO  (zkCallback-1422-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 391200 INFO  (OverseerStateUpdate-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:58525_solr
   [junit4]   2> 391200 INFO  (zkCallback-1416-thread-1-processing-n:127.0.0.1:58525_solr) [n:127.0.0.1:58525_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 391207 INFO  (zkCallback-1432-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 391208 WARN  (OverseerAutoScalingTriggerThread-73494691217145862-127.0.0.1:58525_solr-n_0000000000) [n:127.0.0.1:58525_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 391212 DEBUG (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 391214 INFO  (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 391214 INFO  (zkCallback-1432-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 391215 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43727_solr
   [junit4]   2> 391218 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20dfd469{/solr,null,UNAVAILABLE}
   [junit4]   2> 391218 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.Overseer Overseer (id=73494691217145861-127.0.0.1:43727_solr-n_0000000001) starting
   [junit4]   2> 391218 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 391234 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 391241 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 391243 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:43727_solr]
   [junit4]   2> 391243 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 391243 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 391248 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 391248 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 391249 DEBUG (ScheduledTrigger-1735-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 392250 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 393250 DEBUG (ScheduledTrigger-1735-thread-4) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 394251 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 395251 DEBUG (ScheduledTrigger-1735-thread-4) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 396225 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 396227 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 396227 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 396227 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 396228 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@731f4e6e{/solr,null,AVAILABLE}
   [junit4]   2> 396229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5feea235{SSL,[ssl, http/1.1]}{127.0.0.1:42032}
   [junit4]   2> 396229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.Server Started @399548ms
   [junit4]   2> 396229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42032}
   [junit4]   2> 396229 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 396230 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 396230 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 396230 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 396230 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-21T23:54:25.946Z
   [junit4]   2> 396235 INFO  (zkConnectionManagerCallback-1438-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 396235 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 396245 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49069/solr
   [junit4]   2> 396247 INFO  (zkConnectionManagerCallback-1442-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 396250 INFO  (zkConnectionManagerCallback-1444-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 396251 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 396258 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 396261 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 396263 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42032_solr
   [junit4]   2> 396264 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 396265 INFO  (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 396265 INFO  (zkCallback-1432-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 396265 INFO  (zkCallback-1432-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 396274 INFO  (zkCallback-1443-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 397116 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42032.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 397129 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42032.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 397129 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42032.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 397131 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DEF89269F503DD1-001/tempDir-001/node3/.
   [junit4]   2> 397135 INFO  (zkConnectionManagerCallback-1449-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397136 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 397137 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:42032_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49069/solr ready
   [junit4]   2> 397220 INFO  (qtp992148006-7044) [n:127.0.0.1:42032_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> 397223 INFO  (qtp1743646212-6966) [n:127.0.0.1:43727_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> 397223 DEBUG (qtp992148006-7040) [n:127.0.0.1:42032_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 397224 INFO  (qtp992148006-7040) [n:127.0.0.1:42032_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 397224 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 397225 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:42032_solr, 127.0.0.1:43727_solr]
   [junit4]   2> 397225 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=5, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 397226 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:42032_solr, 127.0.0.1:43727_solr]
   [junit4]   2> 397226 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 397227 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 397229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 397229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 397229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 397229 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5eef76ef{/solr,null,AVAILABLE}
   [junit4]   2> 397229 INFO  (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 397231 DEBUG (ScheduledTrigger-1735-thread-3) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 397231 DEBUG (ScheduledTrigger-1735-thread-3) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 397231 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@35c36336{SSL,[ssl, http/1.1]}{127.0.0.1:60761}
   [junit4]   2> 397232 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.e.j.s.Server Started @400551ms
   [junit4]   2> 397232 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=60761}
   [junit4]   2> 397233 ERROR (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 397234 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 397234 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.4.0
   [junit4]   2> 397234 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 397234 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 397234 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-21T23:54:26.950Z
   [junit4]   2> 397237 INFO  (zkConnectionManagerCallback-1451-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397237 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 397246 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:49069/solr
   [junit4]   2> 397248 INFO  (zkConnectionManagerCallback-1455-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397251 INFO  (zkConnectionManagerCallback-1457-thread-1-processing-n:127.0.0.1:60761_solr) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 397251 DEBUG (ScheduledTrigger-1735-thread-4) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 397259 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 397262 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 397264 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60761_solr
   [junit4]   2> 397266 INFO  (zkCallback-1432-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 397271 INFO  (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 397271 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 397271 INFO  (zkCallback-1443-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 397272 INFO  (zkCallback-1432-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 397274 INFO  (zkCallback-1448-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 397274 INFO  (zkCallback-1456-thread-1-processing-n:127.0.0.1:60761_solr) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 398234 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 398234 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 398234 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:60761_solr at time 21928370547332638
   [junit4]   2> 398252 DEBUG (ScheduledTrigger-1735-thread-1) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 398457 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60761.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 398470 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60761.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 398471 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_60761.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@8810271
   [junit4]   2> 398472 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_DEF89269F503DD1-001/tempDir-001/node4/.
   [junit4]   2> 398477 INFO  (zkConnectionManagerCallback-1462-thread-1-processing-n:127.0.0.1:60761_solr) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 398478 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 398479 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [n:127.0.0.1:60761_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:49069/solr ready
   [junit4]   2> 399235 DEBUG (ScheduledTrigger-1735-thread-4) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 399235 DEBUG (ScheduledTrigger-1735-thread-4) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 399253 DEBUG (ScheduledTrigger-1735-thread-4) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 400028 INFO  (qtp992148006-7043) [n:127.0.0.1:42032_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> 400029 INFO  (qtp1743646212-6964) [n:127.0.0.1:43727_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> 400061 INFO  (qtp1175711237-7068) [n:127.0.0.1:60761_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> 400061 DEBUG (qtp992148006-7042) [n:127.0.0.1:42032_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 400062 INFO  (qtp992148006-7042) [n:127.0.0.1:42032_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=36
   [junit4]   2> 400062 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 400062 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Initial livenodes: [127.0.0.1:42032_solr, 127.0.0.1:43727_solr, 127.0.0.1:60761_solr]
   [junit4]   2> 400063 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger instantiated with properties: {event=nodeAdded, waitFor=0, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}], enabled=true}
   [junit4]   2> 400064 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:42032_solr, 127.0.0.1:43727_solr, 127.0.0.1:60761_solr]
   [junit4]   2> 400064 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 400065 INFO  (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 400065 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:60761_solr
   [junit4]   2> 400066 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_restore_trigger
   [junit4]   2> 400066 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 400066 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_restore_trigger firing registered processor for nodes: [127.0.0.1:60761_solr] added at times [21928372378778296], now=21928372379868944
   [junit4]   2> 400066 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 400067 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4de7bd0e23bab8T3xp1s3ufahrgpwhoplesj29s6",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":21928372378778296,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[21928372378778296],
   [junit4]   2>     "nodeNames":["127.0.0.1:60761_solr"]}}
   [junit4]   2> 400067 DEBUG (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, .scheduled_maintenance, node_added_restore_trigger]
   [junit4]   2> 400068 INFO  (ScheduledTrigger-1735-thread-2) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 400069 DEBUG (AutoscalingActionExecutor-1736-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4de7bd0e23bab8T3xp1s3ufahrgpwhoplesj29s6",
   [junit4]   2>   "source":"node_added_restore_trigger",
   [junit4]   2>   "eventTime":21928372378778296,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[21928372378778296],
   [junit4]   2>     "_enqueue_time_":21928372380927368,
   [junit4]   2>     "nodeNames":["127.0.0.1:60761_solr"]}}
   [junit4]   2> 400069 INFO  (TEST-TriggerIntegrationTest.testNodeAddedTriggerRestoreState-seed#[DEF89269F503DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeAddedTriggerRestoreState
   [junit4]   2> 400082 DEBUG (AutoscalingActionExecutor-1736-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 400082 DEBUG (AutoscalingActionExecutor-1736-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 5000ms
   [junit4]   2> 400082 DEBUG (AutoscalingActionExecutor-1736-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_restore_trigger after 5000ms
   [junit4]   2> 400082 DEBUG (AutoscalingActionExecutor-1736-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.ScheduledTriggers -- processing took 13 ms for event id=4de7bd0e23bab8T3xp1s3ufahrgpwhoplesj29s6
   [junit4]   2> 400099 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMetricTrigger
   [junit4]   2> 400099 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.TriggerIntegrationTest Found 3 jetty instances running
   [junit4]   2> 400099 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.TriggerIntegrationTest Shutdown extra jetty instance at port 60761
   [junit4]   2> 400100 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@35c36336{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 400101 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1644702737
   [junit4]   2> 400101 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 400101 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@11a9f2ae: rootName = solr_60761, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@34f0d614
   [junit4]   2> 400109 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 400109 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5e585b73: rootName = solr_60761, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@3c17c532
   [junit4]   2> 400115 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 400115 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58c7a37b: rootName = solr_60761, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3c062a6d
   [junit4]   2> 400116 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:60761_solr
   [junit4]   2> 400118 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 400118 INFO  (zkCallback-1443-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400118 INFO  (zkCallback-1448-thread-1-processing-n:127.0.0.1:42032_solr) [n:127.0.0.1:42032_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400118 INFO  (zkCallback-1432-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400118 INFO  (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400118 INFO  (zkCallback-1414-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400118 INFO  (zkCallback-1432-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400118 INFO  (zkCallback-1456-thread-1-processing-n:127.0.0.1:60761_solr) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400119 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 400120 INFO  (zkCallback-1461-thread-1-processing-n:127.0.0.1:60761_solr) [n:127.0.0.1:60761_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 400121 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5eef76ef{/solr,null,UNAVAILABLE}
   [junit4]   2> 400121 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 400123 INFO  (zkConnectionManagerCallback-1464-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 400125 INFO  (qtp992148006-7040) [n:127.0.0.1:42032_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 400131 INFO  (qtp992148006-7040) [n:127.0.0.1:42032_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 400131 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 400135 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .scheduled_maintenance
   [junit4]   2> 400136 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: node_added_restore_trigger
   [junit4]   2> 400138 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 7
   [junit4]   2> 400138 DEBUG (zkCallback-1426-thread-1-processing-n:127.0.0.1:43727_solr) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 400138 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 400138 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 400139 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001) [n:127.0.0.1:43727_solr    ] o.a.s.c.a.OverseerTriggerThread   -- deleted /autoscaling/nodeLost/127.0.0.1:60761_solr
   [junit4]   2> 400139 INFO  (TEST-TriggerIntegrationTest.testMetricTrigger-seed#[DEF89269F503DD1]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 400139 DEBUG (OverseerAutoScalingTriggerThread-73494691217145861-127.0.0.1:43727_solr-n_0000000001)

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

l), title_stringNoNorms=PostingsFormat(name=LuceneVarGapFixedInterval), title_stemmed=PostingsFormat(name=Asserting), cat=PostingsFormat(name=LuceneVarGapFixedInterval), id_i1=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), _version_=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Lucene70), intDvoDefault=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=760, maxMBSortInHeap=6.4288999991058065, sim=RandomSimilarity(queryNorm=false): {}, locale=sl-SI, timezone=America/Lima
   [junit4]   2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation 1.8.0_144 (64-bit)/cpus=4,threads=1,free=125198144,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: [PeerSyncReplicationTest, TestPostingsSolrHighlighter, TestSortByMinMaxFunction, TemplateUpdateProcessorTest, TestZkChroot, TestSolrFieldCacheBean, SolrInfoBeanTest, TestJsonFacetsWithNestedObjects, TestFieldCacheWithThreads, TestPayloadScoreQParserPlugin, TestComputePlanAction, TolerantUpdateProcessorTest, ParsingFieldUpdateProcessorsTest, TestReqParamsAPI, QueryParsingTest, TestCursorMarkWithoutUniqueKey, TestTrie, ReplaceNodeNoTargetTest, TestPolicyCloud, TestRawTransformer, TestFastLRUCache, SchemaVersionSpecificBehaviorTest, TestMaxScoreQueryParser, TestCloudJSONFacetJoinDomain, PeerSyncTest, SuggesterFSTTest, SearchHandlerTest, SignatureUpdateProcessorFactoryTest, TestInfoStreamLogging, JvmMetricsTest, TestNoOpRegenerator, BasicFunctionalityTest, TestLockTree, AddSchemaFieldsUpdateProcessorFactoryTest, TestCloudNestedDocsSort, TestExceedMaxTermLength, TestSchemaNameResource, TestInPlaceUpdatesStandalone, ScheduledTriggerTest, TestLegacyField, OverseerRolesTest, TestZkAclsWithHadoopAuth, TestSchemaManager, DeleteInactiveReplicaTest, TestUseDocValuesAsStored, TestManagedSchemaAPI, IndexSchemaTest, TestRequestStatusCollectionAPI, MoveReplicaHDFSFailoverTest, JsonLoaderTest, RuleEngineTest, DistributedDebugComponentTest, TestTrieFacet, SolrJmxReporterTest, TestSubQueryTransformerDistrib, HdfsBasicDistributedZk2Test, TestDefaultStatsCache, LargeFieldTest, SimplePostToolTest, ShardRoutingCustomTest, TestFieldSortValues, TestHashQParserPlugin, LeaderFailoverAfterPartitionTest, SortByFunctionTest, TestRTimerTree, StatsReloadRaceTest, RequiredFieldsTest, TestConfigSetsAPI, SyncSliceTest, SimpleCollectionCreateDeleteTest, HighlighterMaxOffsetTest, TestConfigOverlay, SliceStateTest, TestSolrConfigHandler, DistributedFacetPivotLargeTest, TestUtilizeNode, RestartWhileUpdatingTest, SuggesterTest, TestDelegationWithHadoopAuth, TestComplexPhraseLeadingWildcard, TestHighFrequencyDictionaryFactory, TestRandomFlRTGCloud, QueryEqualityTest, PeerSyncWithIndexFingerprintCachingTest, UtilsToolTest, HdfsChaosMonkeySafeLeaderTest, HdfsAutoAddReplicasIntegrationTest, TestSurroundQueryParser, MultiThreadedOCPTest, TestSearchPerf, BasicZkTest, TestRequestForwarding, TestSolrJ, PrimUtilsTest, FullHLLTest, PathHierarchyTokenizerFactoryTest, TestSchemaVersionResource, NodeAddedTriggerTest, TestNodeLostTrigger, TestHdfsCloudBackupRestore, ConjunctionSolrSpellCheckerTest, DirectSolrConnectionTest, TestLuceneIndexBackCompat, TestDistributedGrouping, TestPartialUpdateDeduplication, TestTlogReplica, DirectUpdateHandlerOptimizeTest, BigEndianAscendingWordSerializerTest, OverseerTest, SolrCoreTest, FastVectorHighlighterTest, TestQueryUtils, HighlighterTest, TestSolrCoreSnapshots, TestCloudRecovery, TermsComponentTest, SparseHLLTest, ResourceLoaderTest, AssignBackwardCompatibilityTest, TestFoldingMultitermQuery, TestNonDefinedSimilarityFactory, ChaosMonkeySafeLeaderTest, FieldMutatingUpdateProcessorTest, SolrMetricManagerTest, TestExactStatsCache, TestLRUCache, CdcrRequestHandlerTest, TestManagedStopFilterFactory, SOLR749Test, TestSystemCollAutoCreate, OpenCloseCoreStressTest, RecoveryZkTest, TestReplicationHandler, ZkSolrClientTest, ZkCLITest, TestRecovery, TestHashPartitioner, ZkControllerTest, TestRealTimeGet, TestReload, TestStressVersions, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, SolrCmdDistributorTest, QueryElevationComponentTest, TestSort, TestFiltering, TestFunctionQuery, TestLazyCores, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, DistributedQueryElevationComponentTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, TestStressLucene, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestAtomicUpdateErrorCases, DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, DocValuesMultiTest, XsltUpdateRequestHandlerTest, CacheHeaderTest, IndexBasedSpellCheckerTest, TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest, RequestHandlersTest, DocumentBuilderTest, TermVectorComponentTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, UpdateRequestProcessorFactoryTest, MBeansHandlerTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestLFUCache, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestCharFilters, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, TestSystemIdResolver, DateFieldTest, DOMUtilTest, RAMDirectoryFactoryTest, SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest, CircularListTest, DistributedMLTComponentTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, TestCrossCoreJoin, TestSimpleTrackingShardHandler, TokenizerChainTest, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, ActionThrottleTest, AsyncCallRequestStatusResponseTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DeleteNodeTest, DeleteStatusTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, DistributedVersionInfoTest, HttpPartitionOnCommitTest, LIROnShardRestartTest, LIRRollingUpdatesTest, OverseerModifyCollectionTest, OverseerTaskQueueTest, ReplicationFactorTest, SaslZkACLProviderTest, SolrCloudExampleTest, TestCloudInspectUtil, TestCloudPivotFacet, TestCloudPseudoReturnFields, TestCloudSearcherWarming, TestDistributedMap, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestOnReconnectListenerSupport, TestPrepRecovery, TestPullReplicaErrorHandling, AssignTest, CollectionsAPIDistributedZkTest, SearchRateTriggerTest, HdfsBasicDistributedZkTest, HdfsNNFailoverTest, HdfsRecoveryZkTest, CoreSorterTest, HdfsDirectoryFactoryTest, TestInitParams, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrXml, RequestLoggingTest, TestCoreBackup, TestReplicationHandlerBackup, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, CoreMergeIndexesAdminHandlerTest, InfoHandlerTest, PropertiesRequestHandlerTest, SecurityConfHandlerTest, TestApiFramework, TestCollectionAPIs, TestConfigsApi, TestCoreAdminApis, DistributedFacetPivotSmallTest, DistributedFacetPivotWhiteBoxTest, DistributedQueryComponentCustomSortTest, DistributedQueryComponentOptimizationTest, InfixSuggestersTest, ReplicaListTransformerTest, ShufflingReplicaListTransformerTest, SpatialHeatmapFacetsTest, TestExpandComponent, TestHttpShardHandlerFactory, TestPivotHelperCode, TestTrackingShardHandlerFactory, SolrCoreMetricManagerTest, SolrJmxReporterCloudTest, TestStreamBody, TestMacroExpander, TestMacros, SmileWriterTest, TestBinaryResponseWriter, TestCustomDocTransformer, TestExportWriter, TestGeoJSONResponseWriter, TestJavabinTupleStreamParser, TestRawResponseWriter, TestRetrieveFieldsOptimizer, TestSolrQueryResponse, TestChildDocTransformer, TestManagedResource, TestManagedResourceStorage, TestRestManager, TestBulkSchemaAPI, TestCopyFieldCollectionResource, TestDynamicFieldCollectionResource, TestFieldResource, TestSerializedLuceneMatchVersion, TestUniqueKeyFieldResource, BadCopyFieldTest, BooleanFieldTest, ChangedSchemaMergeTest, EnumFieldTest, SchemaApiFailureTest, TestCloudSchemaless, SortSpecParsingTest, TestFilteredDocIdSet, TestGraphTermsQParserPlugin, TestInitQParser, TestReRankQParserPlugin, TestReloadDeadlock, TestSearcherReuse, TestSmileRequest, TestSolr4Spatial2, TestSolrCoreParser, TestStandardQParsers, TestXmlQParser, TestXmlQParserPlugin, DistributedFacetSimpleRefinementLongTailTest, TestMinMaxOnMultiValuedField, TestOrdValues, BJQParserTest, BlockJoinFacetRandomTest, TestNestedDocsSort, TestScoreJoinQPNoScore, TestScoreJoinQPScore, TestJsonRequest, CloudMLTQParserTest, TestRuleBasedAuthorizationPlugin, TestImpersonationWithHadoopAuth, TestBlendedInfixSuggestions, BufferStoreTest, TestDocTermOrds, TestFieldCache, TestFieldCacheReopen, TestFieldCacheSort, TestLegacyFieldCache, TestNumericTerms32, TestNumericTerms64, VersionInfoTest, AtomicUpdateProcessorFactoryTest]
   [junit4] Completed [767/784 (2!)] on J1 in 0.85s, 4 tests, 1 error <<< FAILURES!

[...truncated 49608 lines...]

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

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

2 tests failed.
FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyPropertiesV2

Error Message:
Unexpected status: HTTP/1.1 400 Bad Request

Stack Trace:
java.lang.AssertionError: Unexpected status: HTTP/1.1 400 Bad Request
	at __randomizedtesting.SeedInfo.seed([2769D4E753851C64:6D7520FF87194924]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AliasIntegrationTest.assertSuccess(AliasIntegrationTest.java:320)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyPropertiesV2(AliasIntegrationTest.java:238)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.test

Error Message:
Collection not found: myalias

Stack Trace:
org.apache.solr.common.SolrException: Collection not found: myalias
	at __randomizedtesting.SeedInfo.seed([2769D4E753851C64:AF3DEB3DFD79719C]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:852)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:818)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:173)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:138)
	at org.apache.solr.update.processor.TimeRoutedAliasUpdateProcessorTest.test(TimeRoutedAliasUpdateProcessorTest.java:145)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




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

[...truncated 11318 lines...]
   [junit4] Suite: org.apache.solr.cloud.AliasIntegrationTest
   [junit4]   2> 1812592 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/init-core-data-001
   [junit4]   2> 1812593 WARN  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1812593 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1812594 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1812595 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001
   [junit4]   2> 1812595 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1812595 INFO  (Thread-2575) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1812595 INFO  (Thread-2575) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1812597 ERROR (Thread-2575) [    ] 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> 1812695 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:35658
   [junit4]   2> 1812697 INFO  (zkConnectionManagerCallback-4784-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812701 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1812702 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1812702 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1812702 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1812702 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3aff326f{/solr,null,AVAILABLE}
   [junit4]   2> 1812705 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1812705 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3be09ab9{HTTP/1.1,[http/1.1]}{127.0.0.1:39294}
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-2) [    ] o.e.j.s.Server Started @1824049ms
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39294}
   [junit4]   2> 1812706 ERROR (jetty-launcher-4781-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-23T01:55:10.163Z
   [junit4]   2> 1812706 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1a759675{/solr,null,AVAILABLE}
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@10c17857{HTTP/1.1,[http/1.1]}{127.0.0.1:41097}
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.e.j.s.Server Started @1824051ms
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41097}
   [junit4]   2> 1812708 ERROR (jetty-launcher-4781-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 7.4.0
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1812708 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-23T01:55:10.165Z
   [junit4]   2> 1812708 INFO  (zkConnectionManagerCallback-4786-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812709 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1812709 INFO  (zkConnectionManagerCallback-4788-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812710 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1812718 INFO  (jetty-launcher-4781-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35658/solr
   [junit4]   2> 1812718 INFO  (jetty-launcher-4781-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35658/solr
   [junit4]   2> 1812719 INFO  (zkConnectionManagerCallback-4796-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812720 INFO  (zkConnectionManagerCallback-4794-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812722 INFO  (zkConnectionManagerCallback-4798-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812737 INFO  (zkConnectionManagerCallback-4800-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812831 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1812832 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39294_solr
   [junit4]   2> 1812833 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.Overseer Overseer (id=72326783878168581-127.0.0.1:39294_solr-n_0000000000) starting
   [junit4]   2> 1812844 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1812846 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41097_solr
   [junit4]   2> 1812847 INFO  (zkConnectionManagerCallback-4806-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812854 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1812855 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35658/solr ready
   [junit4]   2> 1812867 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1812882 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1812890 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39294_solr
   [junit4]   2> 1812893 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1812894 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1812918 INFO  (zkCallback-4805-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1812987 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41097.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1812994 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41097.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1812994 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41097.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1812995 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node1/.
   [junit4]   2> 1812998 INFO  (zkConnectionManagerCallback-4810-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1812999 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1813001 INFO  (jetty-launcher-4781-thread-1) [n:127.0.0.1:41097_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35658/solr ready
   [junit4]   2> 1813100 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39294.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1813107 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39294.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1813107 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39294.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1813108 INFO  (jetty-launcher-4781-thread-2) [n:127.0.0.1:39294_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/.
   [junit4]   2> 1813130 INFO  (zkConnectionManagerCallback-4812-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1813134 INFO  (zkConnectionManagerCallback-4816-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1813135 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1813136 INFO  (SUITE-AliasIntegrationTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35658/solr ready
   [junit4]   2> 1813158 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[2769D4E753851C64]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testErrorChecks
   [junit4]   2> 1813162 INFO  (qtp1962142405-15930) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1813165 INFO  (OverseerThreadFactory-3330-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testErrorChecks-collection
   [junit4]   2> 1813272 INFO  (OverseerStateUpdate-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testErrorChecks-collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1813274 INFO  (OverseerStateUpdate-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testErrorChecks-collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testErrorChecks-collection_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1813479 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1813479 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1813479 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1813479 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1813583 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1813583 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1813584 INFO  (zkCallback-4799-thread-2-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1813584 INFO  (zkCallback-4797-thread-2-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814491 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1814491 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1814508 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema [testErrorChecks-collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1814508 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema [testErrorChecks-collection_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1814510 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1814510 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1814510 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard1_replica_n1' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 1814510 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'testErrorChecks-collection_shard2_replica_n2' using configuration from collection testErrorChecks-collection, trusted=true
   [junit4]   2> 1814511 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39294.solr.core.testErrorChecks-collection.shard2.replica_n2' (registry 'solr.core.testErrorChecks-collection.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1814511 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41097.solr.core.testErrorChecks-collection.shard1.replica_n1' (registry 'solr.core.testErrorChecks-collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1814511 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1814511 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1814511 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [[testErrorChecks-collection_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/testErrorChecks-collection_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/./testErrorChecks-collection_shard2_replica_n2/data/]
   [junit4]   2> 1814511 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [[testErrorChecks-collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node1/testErrorChecks-collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node1/./testErrorChecks-collection_shard1_replica_n1/data/]
   [junit4]   2> 1814560 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1814560 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1814560 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1814560 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1814561 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1814561 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1814562 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1814562 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1814563 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@662d6ce8[testErrorChecks-collection_shard1_replica_n1] main]
   [junit4]   2> 1814563 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@10b24bd7[testErrorChecks-collection_shard2_replica_n2] main]
   [junit4]   2> 1814564 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1814564 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1814564 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1814565 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1814565 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595691616983580672
   [junit4]   2> 1814566 INFO  (searcherExecutor-3335-thread-1-processing-n:127.0.0.1:41097_solr x:testErrorChecks-collection_shard1_replica_n1 s:shard1 c:testErrorChecks-collection r:core_node3) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1] Registered new searcher Searcher@662d6ce8[testErrorChecks-collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1814572 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1814574 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1814574 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1814575 INFO  (searcherExecutor-3336-thread-1-processing-n:127.0.0.1:39294_solr x:testErrorChecks-collection_shard2_replica_n2 s:shard2 c:testErrorChecks-collection r:core_node4) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2] Registered new searcher Searcher@10b24bd7[testErrorChecks-collection_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1814581 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1814581 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1814581 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41097/solr/testErrorChecks-collection_shard1_replica_n1/
   [junit4]   2> 1814581 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1814581 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41097/solr/testErrorChecks-collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1814581 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1814584 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41097/solr/testErrorChecks-collection_shard1_replica_n1/ shard1
   [junit4]   2> 1814585 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595691617004552192
   [junit4]   2> 1814589 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1814591 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1814591 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1814591 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39294/solr/testErrorChecks-collection_shard2_replica_n2/
   [junit4]   2> 1814592 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1814592 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:39294/solr/testErrorChecks-collection_shard2_replica_n2/ has no replicas
   [junit4]   2> 1814592 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1814594 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39294/solr/testErrorChecks-collection_shard2_replica_n2/ shard2
   [junit4]   2> 1814695 INFO  (zkCallback-4799-thread-2-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814695 INFO  (zkCallback-4797-thread-2-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814696 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814695 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814735 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1814737 INFO  (qtp1261246472-15938) [n:127.0.0.1:41097_solr c:testErrorChecks-collection s:shard1 r:core_node3 x:testErrorChecks-collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1258
   [junit4]   2> 1814745 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1814746 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr c:testErrorChecks-collection s:shard2 r:core_node4 x:testErrorChecks-collection_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testErrorChecks-collection_shard2_replica_n2&action=CREATE&numShards=2&collection=testErrorChecks-collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1267
   [junit4]   2> 1814749 INFO  (qtp1962142405-15930) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1814847 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814847 INFO  (zkCallback-4797-thread-3-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814847 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1814847 INFO  (zkCallback-4799-thread-2-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testErrorChecks-collection/state.json] for collection [testErrorChecks-collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1815166 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_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> 1815749 INFO  (qtp1962142405-15930) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=testErrorChecks-collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2587
   [junit4]   2> 1815753 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1815756 INFO  (OverseerThreadFactory-3330-thread-2-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 1815765 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=12
   [junit4]   2> 1815766 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1815767 INFO  (OverseerThreadFactory-3330-thread-3-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 1815768 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1815769 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection,doesnotexist&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 1815770 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1815771 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1815876 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testErrorChecks-collection&name=testalias&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=106
   [junit4]   2> 1815876 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1815879 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1815980 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias&name=testalias2&action=CREATEALIAS&wt=javabin&version=2} status=0 QTime=103
   [junit4]   2> 1815981 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createalias with params collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1815983 INFO  (OverseerThreadFactory-3330-thread-5-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Ignoring exception matching .
   [junit4]   2> 1815983 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1815985 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collections=testalias2,doesnotexist&name=testalias3&action=CREATEALIAS&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 1815985 ERROR (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000010
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:114)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1330)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$setData$6(SolrZkClient.java:352)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:352)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:540)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:97)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:326)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:202)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1815986 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1815987 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1815993 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testalias&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1815993 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletealias with params name=testalias2&action=DELETEALIAS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1816002 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1816003 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testalias2&action=DELETEALIAS&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1816004 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[2769D4E753851C64]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testErrorChecks
   [junit4]   2> 1816005 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1816005 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1816006 INFO  (TEST-AliasIntegrationTest.testErrorChecks-seed#[2769D4E753851C64]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1816007 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testErrorChecks-collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1816008 INFO  (OverseerThreadFactory-3330-thread-5-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true, asyncId=null
   [junit4]   2> 1816009 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard1.replica_n1, tag=null
   [junit4]   2> 1816009 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard2.replica_n2, tag=null
   [junit4]   2> 1816009 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b9af9da: rootName = solr_41097, domain = solr.core.testErrorChecks-collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.testErrorChecks-collection.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@17f1da5b
   [junit4]   2> 1816009 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@56982b87: rootName = solr_39294, domain = solr.core.testErrorChecks-collection.shard2.replica_n2, service url = null, agent id = null] for registry solr.core.testErrorChecks-collection.shard2.replica_n2 / com.codahale.metrics.MetricRegistry@2eb33b7f
   [junit4]   2> 1816022 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.c.SolrCore [testErrorChecks-collection_shard2_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@6845b39d
   [junit4]   2> 1816022 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard2.replica_n2, tag=1749398429
   [junit4]   2> 1816023 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.c.SolrCore [testErrorChecks-collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@48a8dff4
   [junit4]   2> 1816023 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testErrorChecks-collection.shard2.leader, tag=1749398429
   [junit4]   2> 1816023 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testErrorChecks-collection.shard1.replica_n1, tag=1219026932
   [junit4]   2> 1816023 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testErrorChecks-collection.shard1.leader, tag=1219026932
   [junit4]   2> 1816028 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard2 to Terms{values={}, version=1}
   [junit4]   2> 1816029 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testErrorChecks-collection/terms/shard1 to Terms{values={}, version=1}
   [junit4]   2> 1816030 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testErrorChecks-collection_shard2_replica_n2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 1816030 INFO  (qtp1261246472-15940) [n:127.0.0.1:41097_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=testErrorChecks-collection_shard1_replica_n1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=21
   [junit4]   2> 1816745 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testErrorChecks-collection&action=DELETE&wt=javabin&version=2} status=0 QTime=738
   [junit4]   2> 1816773 INFO  (TEST-AliasIntegrationTest.test-seed#[2769D4E753851C64]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1816779 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1816782 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1816783 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1816784 INFO  (OverseerThreadFactory-3330-thread-5-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1816785 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000016 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1816992 INFO  (OverseerStateUpdate-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41097/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1816994 INFO  (OverseerStateUpdate-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1817195 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1817196 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1817300 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1817300 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1817300 INFO  (zkCallback-4797-thread-3-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1817300 INFO  (zkCallback-4799-thread-2-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818208 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1818208 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1818215 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1818215 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=minimal
   [junit4]   2> 1818217 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1818217 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1818217 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using configuration from collection collection1, trusted=true
   [junit4]   2> 1818217 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from collection collection1, trusted=true
   [junit4]   2> 1818218 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41097.solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1818218 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39294.solr.core.collection1.shard2.replica_n2' (registry 'solr.core.collection1.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1818218 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1818218 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1818218 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1818218 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/collection1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 1818282 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1818282 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1818283 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1818284 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1818285 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@78e1968c[collection1_shard2_replica_n2] main]
   [junit4]   2> 1818286 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1818286 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1818287 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1818287 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595691620886380544
   [junit4]   2> 1818287 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1818287 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1818288 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1818288 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1818289 INFO  (searcherExecutor-3345-thread-1-processing-n:127.0.0.1:39294_solr x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SolrCore [collection1_shard2_replica_n2] Registered new searcher Searcher@78e1968c[collection1_shard2_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818290 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2823598b[collection1_shard1_replica_n1] main]
   [junit4]   2> 1818292 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1818292 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1818293 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1818294 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1818294 INFO  (searcherExecutor-3346-thread-1-processing-n:127.0.0.1:41097_solr x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SolrCore [collection1_shard1_replica_n1] Registered new searcher Searcher@2823598b[collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1818294 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595691620893720576
   [junit4]   2> 1818297 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1818298 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1818298 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1818298 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39294/solr/collection1_shard2_replica_n2/
   [junit4]   2> 1818298 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1818298 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.SyncStrategy http://127.0.0.1:39294/solr/collection1_shard2_replica_n2/ has no replicas
   [junit4]   2> 1818298 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1818300 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1818300 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1818300 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:41097/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1818300 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1818300 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:41097/solr/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1818300 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1818302 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39294/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 1818304 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:41097/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1818405 INFO  (zkCallback-4799-thread-2-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818405 INFO  (zkCallback-4797-thread-3-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818405 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818405 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818453 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1818454 INFO  (qtp1962142405-15929) [n:127.0.0.1:39294_solr c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1258
   [junit4]   2> 1818454 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1818456 INFO  (qtp1261246472-15942) [n:127.0.0.1:41097_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1260
   [junit4]   2> 1818461 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1818557 INFO  (zkCallback-4797-thread-1-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818557 INFO  (zkCallback-4797-thread-3-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818557 INFO  (zkCallback-4799-thread-1-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818557 INFO  (zkCallback-4799-thread-2-processing-n:127.0.0.1:41097_solr) [n:127.0.0.1:41097_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1818786 INFO  (OverseerCollectionConfigSetProcessor-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000018 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1819461 INFO  (qtp1962142405-15934) [n:127.0.0.1:39294_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2678
   [junit4]   2> 1819462 INFO  (qtp1962142405-15932) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=collection2&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1819464 INFO  (OverseerThreadFactory-3330-thread-5-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection2
   [junit4]   2> 1819672 INFO  (OverseerStateUpdate-72326783878168581-127.0.0.1:39294_solr-n_0000000000) [n:127.0.0.1:39294_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39294/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1819874 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1819978 INFO  (zkCallback-4797-thread-2-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2/state.json] for collection [collection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1819978 INFO  (zkCallback-4797-thread-3-processing-n:127.0.0.1:39294_solr) [n:127.0.0.1:39294_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection2/state.json] for collection [collection2] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1820885 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.4.0
   [junit4]   2> 1820891 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.s.IndexSchema [collection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1820893 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1820894 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n1' using configuration from collection collection2, trusted=true
   [junit4]   2> 1820894 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39294.solr.core.collection2.shard1.replica_n1' (registry 'solr.core.collection2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@436ffcf1
   [junit4]   2> 1820894 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1820894 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.SolrCore [[collection2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/collection2_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.AliasIntegrationTest_2769D4E753851C64-001/tempDir-001/node2/./collection2_shard1_replica_n1/data/]
   [junit4]   2> 1820941 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1820941 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1820942 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1820942 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1820943 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fd99d59[collection2_shard1_replica_n1] main]
   [junit4]   2> 1820945 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1820945 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1820946 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1820946 INFO  (searcherExecutor-3355-thread-1-processing-n:127.0.0.1:39294_solr x:collection2_shard1_replica_n1 s:shard1 c:collection2 r:core_node2) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.SolrCore [collection2_shard1_replica_n1] Registered new searcher Searcher@6fd99d59[collection2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1820946 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1595691623674544128
   [junit4]   2> 1820951 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection2/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1820954 INFO  (qtp1962142405-15928) [n:127.0.0.1:39294_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Eno

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

 c:myalias_2017-10-23 s:shard1 r:core_node4 x:myalias_2017-10-23_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3cf9f4a3: rootName = solr_34432, domain = solr.core.myalias_2017-10-23.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.myalias_2017-10-23.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@1d9cb199
   [junit4]   2> 1915321 INFO  (coreCloseExecutor-3525-thread-2) [n:127.0.0.1:34432_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.c.SolrCore [myalias_2017-10-23_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d18db00
   [junit4]   2> 1915329 INFO  (coreCloseExecutor-3524-thread-1) [n:127.0.0.1:41370_solr c:myalias_2017-10-23 s:shard1 r:core_node3 x:myalias_2017-10-23_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.myalias_2017-10-23.shard1.leader, tag=748976522
   [junit4]   2> 1915329 INFO  (coreCloseExecutor-3524-thread-2) [n:127.0.0.1:41370_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.myalias_2017-10-23.shard2.replica_n5, tag=1947283773
   [junit4]   2> 1915329 INFO  (coreCloseExecutor-3524-thread-2) [n:127.0.0.1:41370_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n5] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@452aafcb: rootName = solr_41370, domain = solr.core.myalias_2017-10-23.shard2.replica_n5, service url = null, agent id = null] for registry solr.core.myalias_2017-10-23.shard2.replica_n5 / com.codahale.metrics.MetricRegistry@499e47a9
   [junit4]   2> 1915428 INFO  (coreCloseExecutor-3525-thread-1) [n:127.0.0.1:34432_solr c:myalias_2017-10-23 s:shard1 r:core_node4 x:myalias_2017-10-23_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.myalias_2017-10-23.shard1.leader, tag=1073812716
   [junit4]   2> 1915428 INFO  (coreCloseExecutor-3525-thread-2) [n:127.0.0.1:34432_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.myalias_2017-10-23.shard2.replica_n6, tag=1561910016
   [junit4]   2> 1915428 INFO  (coreCloseExecutor-3525-thread-2) [n:127.0.0.1:34432_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@40d50155: rootName = solr_34432, domain = solr.core.myalias_2017-10-23.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.myalias_2017-10-23.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@7f9cc6b3
   [junit4]   2> 1915447 INFO  (coreCloseExecutor-3524-thread-2) [n:127.0.0.1:41370_solr c:myalias_2017-10-23 s:shard2 r:core_node7 x:myalias_2017-10-23_shard2_replica_n5] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.myalias_2017-10-23.shard2.leader, tag=1947283773
   [junit4]   2> 1915515 INFO  (coreCloseExecutor-3525-thread-2) [n:127.0.0.1:34432_solr c:myalias_2017-10-23 s:shard2 r:core_node8 x:myalias_2017-10-23_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.myalias_2017-10-23.shard2.leader, tag=1561910016
   [junit4]   2> 1915529 INFO  (zkCallback-4880-thread-2-processing-n:127.0.0.1:34432_solr) [n:127.0.0.1:34432_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1915529 INFO  (zkCallback-4880-thread-1-processing-n:127.0.0.1:34432_solr) [n:127.0.0.1:34432_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1915529 INFO  (zkCallback-4878-thread-3-processing-n:127.0.0.1:41370_solr) [n:127.0.0.1:41370_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1915529 INFO  (zkCallback-4878-thread-1-processing-n:127.0.0.1:41370_solr) [n:127.0.0.1:41370_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/myalias_2017-10-23/state.json] for collection [myalias_2017-10-23] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1915638 INFO  (jetty-closer-4863-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72326789023334406-127.0.0.1:34432_solr-n_0000000000) closing
   [junit4]   2> 1915638 INFO  (OverseerStateUpdate-72326789023334406-127.0.0.1:34432_solr-n_0000000000) [n:127.0.0.1:34432_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34432_solr
   [junit4]   2> 1915638 INFO  (jetty-closer-4863-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2bb48e5c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1915675 INFO  (jetty-closer-4863-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1915676 WARN  (OverseerAutoScalingTriggerThread-72326789023334406-127.0.0.1:34432_solr-n_0000000000) [n:127.0.0.1:34432_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1915742 INFO  (jetty-closer-4863-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7df91093{/solr,null,UNAVAILABLE}
   [junit4]   2> 1915748 INFO  (jetty-closer-4863-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1915748 ERROR (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[2769D4E753851C64]-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> 1915749 INFO  (SUITE-TimeRoutedAliasUpdateProcessorTest-seed#[2769D4E753851C64]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35088 35088
   [junit4]   2> 1915822 INFO  (Thread-2607) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:35088 35088
   [junit4]   2> 1915822 WARN  (Thread-2607) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/timeConfig/managed-schema
   [junit4]   2> 	5	/solr/collections/myalias_2017-10-23/terms/shard2
   [junit4]   2> 	5	/solr/collections/myalias_2017-10-23/terms/shard1
   [junit4]   2> 	5	/solr/configs/timeConfig
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	3	/solr/collections/timeConfig/terms/shard1
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/collections/myalias_2017-10-23/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/collections/timeConfig/state.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.update.processor.TimeRoutedAliasUpdateProcessorTest_2769D4E753851C64-001
   [junit4]   2> Mar 23, 2018 1:56:53 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), sim=RandomSimilarity(queryNorm=true): {}, locale=nl, timezone=Egypt
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=78752064,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionTooManyReplicasTest, SolrIndexConfigTest, TestCustomStream, TestUniqueKeyFieldResource, TestDFISimilarityFactory, TestCSVLoader, TestSolrCloudSnapshots, SegmentsInfoRequestHandlerTest, TestHighlightDedupGrouping, TestPHPSerializedResponseWriter, TestNumericTerms32, SubstringBytesRefFilterTest, HttpPartitionTest, TestSubQueryTransformerCrossCore, RAMDirectoryFactoryTest, GraphQueryTest, MoveReplicaTest, JavabinLoaderTest, ConcurrentDeleteAndCreateCollectionTest, ExecutePlanActionTest, DirectUpdateHandlerTest, SimpleFacetsTest, HLLUtilTest, TestSimpleTextCodec, TestCollectionAPIs, BlockDirectoryTest, ShardSplitTest, HdfsChaosMonkeyNothingIsSafeTest, DistributedQueryComponentCustomSortTest, TestComponentsName, TestReplicaProperties, TestFreeTextSuggestions, TestSchemaSimilarityResource, LeaderElectionContextKeyTest, TestExtendedDismaxParser, JSONWriterTest, TestStressLiveNodes, TestPointFields, DefaultValueUpdateProcessorTest, TestObjectReleaseTracker, TestCloudInspectUtil, TestFastOutputStream, CheckHdfsIndexTest, TestAuthorizationFramework, TestStreamBody, TestMergePolicyConfig, TestMultiWordSynonyms, TestDocBasedVersionConstraints, SSLMigrationTest, TestReplicationHandlerBackup, TestInPlaceUpdatesDistrib, TestDocSet, HdfsRecoverLeaseTest, TestManagedSchema, TestPayloadCheckQParserPlugin, TestLuceneMatchVersion, AliasIntegrationTest, TestRemoteStreaming, ConfigureRecoveryStrategyTest, TimeRoutedAliasUpdateProcessorTest]
   [junit4] Completed [282/784 (2!)] on J0 in 25.89s, 2 tests, 1 error <<< FAILURES!

[...truncated 51191 lines...]