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

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1723 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1723/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseG1GC

6 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:32774 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:32774 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:B4527A61FA7987D5]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:120)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:102)
	at org.apache.solr.cloud.AbstractZkTestCase.tryCleanPath(AbstractZkTestCase.java:180)
	at org.apache.solr.cloud.AbstractZkTestCase.tryCleanSolrZkNode(AbstractZkTestCase.java:176)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdate(ZkStateReaderTest.java:74)
	at org.apache.solr.cloud.overseer.ZkStateReaderTest.testStateFormatUpdateWithTimeDelayLazy(ZkStateReaderTest.java:61)
	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.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:32774 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:232)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:175)
	... 46 more


FAILED:  org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

Error Message:
expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:2C32A05E669EE34D]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:120)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:304)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:321)
	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.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup

Error Message:
should be at least one inactive event

Stack Trace:
java.lang.AssertionError: should be at least one inactive event
	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:68594323F1119E2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup(ScheduledMaintenanceTriggerTest.java:218)
	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.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup

Error Message:
missing cleanup event

Stack Trace:
java.lang.AssertionError: missing cleanup event
	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:68594323F1119E2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup(ScheduledMaintenanceTriggerTest.java:219)
	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.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup

Error Message:
no events captured!

Stack Trace:
java.lang.AssertionError: no events captured!
	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:68594323F1119E2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup(ScheduledMaintenanceTriggerTest.java:200)
	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.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup

Error Message:
cleanup action didn't run

Stack Trace:
java.lang.AssertionError: cleanup action didn't run
	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:68594323F1119E2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest.testInactiveShardCleanup(ScheduledMaintenanceTriggerTest.java:197)
	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 12758 lines...]
   [junit4] Suite: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_1BA954405E523EE9-001/init-core-data-001
   [junit4]   2> 788932 WARN  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=30 numCloses=30
   [junit4]   2> 788933 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 788934 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 788934 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 788935 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_1BA954405E523EE9-001/tempDir-001
   [junit4]   2> 788935 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 788935 INFO  (Thread-1765) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 788935 INFO  (Thread-1765) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 788938 ERROR (Thread-1765) [    ] 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> 789039 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:53372
   [junit4]   2> 789050 INFO  (zkConnectionManagerCallback-2816-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789076 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 789077 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 789077 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 789077 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 789078 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T13:27:37-08:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 789079 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 789079 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 789079 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 789079 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16a0f62c{/solr,null,AVAILABLE}
   [junit4]   2> 789080 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3f0c72c6{HTTP/1.1,[http/1.1]}{127.0.0.1:56551}
   [junit4]   2> 789080 INFO  (jetty-launcher-2813-thread-2) [    ] o.e.j.s.Server Started @791224ms
   [junit4]   2> 789080 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56551}
   [junit4]   2> 789080 ERROR (jetty-launcher-2813-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 789080 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 789080 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 789080 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 789081 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T18:13:00.169Z
   [junit4]   2> 789102 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@321f54d1{/solr,null,AVAILABLE}
   [junit4]   2> 789102 INFO  (zkConnectionManagerCallback-2818-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789102 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@408e321f{HTTP/1.1,[http/1.1]}{127.0.0.1:51324}
   [junit4]   2> 789102 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 789103 INFO  (jetty-launcher-2813-thread-1) [    ] o.e.j.s.Server Started @791247ms
   [junit4]   2> 789103 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51324}
   [junit4]   2> 789104 ERROR (jetty-launcher-2813-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 789104 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 789104 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 789104 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 789104 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T18:13:00.193Z
   [junit4]   2> 789107 INFO  (zkConnectionManagerCallback-2820-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789107 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 789112 INFO  (jetty-launcher-2813-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53372/solr
   [junit4]   2> 789115 INFO  (zkConnectionManagerCallback-2824-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789122 INFO  (jetty-launcher-2813-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53372/solr
   [junit4]   2> 789124 INFO  (zkConnectionManagerCallback-2828-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789126 INFO  (zkConnectionManagerCallback-2830-thread-1-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789128 INFO  (zkConnectionManagerCallback-2832-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789329 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 789329 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 789330 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51324_solr
   [junit4]   2> 789331 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56551_solr
   [junit4]   2> 789332 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.Overseer Overseer (id=72112831988760582-127.0.0.1:51324_solr-n_0000000000) starting
   [junit4]   2> 789337 INFO  (zkCallback-2831-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 789341 INFO  (zkCallback-2829-thread-1-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 789347 INFO  (zkConnectionManagerCallback-2838-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789349 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 789351 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53372/solr ready
   [junit4]   2> 789374 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51324_solr
   [junit4]   2> 789376 INFO  (zkCallback-2829-thread-1-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 789377 INFO  (zkCallback-2831-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 789377 INFO  (zkCallback-2837-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 789417 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 789427 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 789503 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.HadoopAuthPlugin
   [junit4]   2> 789503 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.s.HadoopAuthPlugin Params: {delegation-token.token-kind=solr-dt, cookie.domain=127.0.0.1, zk-dt-secret-manager.znodeWorkingPath=solr/security/zkdtsm, signer.secret.provider.zookeeper.path=/token, type=simple, zk-dt-secret-manager.enable=true, signer.secret.provider=zookeeper}
   [junit4]   2> 789517 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 789518 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.c.f.i.CuratorFrameworkImpl Starting
   [junit4]   2> 789552 INFO  (jetty-launcher-2813-thread-1-EventThread) [n:127.0.0.1:51324_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 789553 INFO  (jetty-launcher-2813-thread-2-EventThread) [n:127.0.0.1:56551_solr    ] o.a.c.f.s.ConnectionStateManager State change: CONNECTED
   [junit4]   2> 789698 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 789708 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.CoreContainer PKIAuthenticationPlugin is managing internode requests
   [junit4]   2> 789761 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56551.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b172cc9
   [junit4]   2> 789761 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51324.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b172cc9
   [junit4]   2> 789768 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56551.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b172cc9
   [junit4]   2> 789769 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56551.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b172cc9
   [junit4]   2> 789769 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51324.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b172cc9
   [junit4]   2> 789769 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51324.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7b172cc9
   [junit4]   2> 789770 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_1BA954405E523EE9-001/tempDir-001/node2/.
   [junit4]   2> 789770 INFO  (jetty-launcher-2813-thread-1) [n:127.0.0.1:51324_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_1BA954405E523EE9-001/tempDir-001/node1/.
   [junit4]   2> 789775 INFO  (zkConnectionManagerCallback-2842-thread-1-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789777 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 789781 INFO  (jetty-launcher-2813-thread-2) [n:127.0.0.1:56551_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53372/solr ready
   [junit4]   2> 789808 INFO  (zkConnectionManagerCallback-2844-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789838 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationOtherOp
   [junit4]   2> 789842 INFO  (zkConnectionManagerCallback-2849-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 789844 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[1BA954405E523EE9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 789846 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[1BA954405E523EE9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53372/solr ready
   [junit4]   2> 789870 INFO  (qtp874704679-9449) [n:127.0.0.1:51324_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 789870 INFO  (qtp874704679-9449) [n:127.0.0.1:51324_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={op=someSolrOperation&action=LIST&user.name=foo&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 789881 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth="u=foo&p=foo&t=simple-dt&e=1520741580947&s=tWc3zbmOBE8TSVIsQ5UT/JciuWE="; Domain=127.0.0.1; Expires=dom, 11-mar-2018 04:13:00 GMT; HttpOnly". Invalid 'expires' attribute: dom, 11-mar-2018 04:13:00 GMT
   [junit4]   2> 789882 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationOtherOp-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationOtherOp
   [junit4]   2> 789912 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancelFail
   [junit4]   2> 789970 ERROR (qtp874704679-9451) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_1]
   [junit4]   2> 789973 ERROR (qtp952327933-9458) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_1]
   [junit4]   2> 789985 ERROR (qtp874704679-9451) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 789986 ERROR (qtp952327933-9458) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_2]
   [junit4]   2> 789987 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancelFail-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancelFail
   [junit4]   2> 790022 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenew
   [junit4]   2> 790030 WARN  (qtp952327933-9458) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: foo is trying to renew a token with wrong password
   [junit4]   2> 790030 WARN  (qtp952327933-9458) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 790031 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790031 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenew-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenew
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDelegationWithHadoopAuth -Dtests.method=testDelegationTokenRenew -Dtests.seed=1BA954405E523EE9 -Dtests.slow=true -Dtests.locale=it-IT -Dtests.timezone=Australia/Lord_Howe -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.05s J1 | TestDelegationWithHadoopAuth.testDelegationTokenRenew <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<200> but was:<403>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([1BA954405E523EE9:2C32A05E669EE34D]:0)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:120)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:304)
   [junit4]    > 	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:321)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 790084 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenVerify
   [junit4]   2> 790095 INFO  (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAWIRHbB1igFiNSo0dQQEFAKq7alpW1EzpobIAjf82n36fkoQB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 790095 INFO  (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAWIRHbB1igFiNSo0dQQEFAKq7alpW1EzpobIAjf82n36fkoQB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 790098 INFO  (zkConnectionManagerCallback-2853-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790100 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[1BA954405E523EE9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 790105 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[1BA954405E523EE9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53372/solr ready
   [junit4]   2> 790106 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790110 INFO  (qtp874704679-9451) [n:127.0.0.1:51324_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAWIRHbB1igFiNSo0dQQEFAKq7alpW1EzpobIAjf82n36fkoQB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 790110 INFO  (qtp874704679-9451) [n:127.0.0.1:51324_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAWIRHbB1igFiNSo0dQQEFAKq7alpW1EzpobIAjf82n36fkoQB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 790114 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790114 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenVerify-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenVerify
   [junit4]   2> 790166 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenRenewFail
   [junit4]   2> 790171 WARN  (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo
   [junit4]   2> 790172 WARN  (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 790172 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790173 WARN  (qtp874704679-9456) [    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: bar tries to renew a token with renewer foo
   [junit4]   2> 790173 WARN  (qtp874704679-9456) [    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 790173 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790178 WARN  (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 790178 WARN  (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 790178 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790179 WARN  (qtp874704679-9451) [n:127.0.0.1:51324_solr    ] o.a.h.s.a.s.AuthenticationFilter Authentication exception: org.apache.hadoop.security.AccessControlException: notRenewUser tries to renew a token with renewer renewUser
   [junit4]   2> 790179 WARN  (qtp874704679-9451) [n:127.0.0.1:51324_solr    ] o.a.s.s.HadoopAuthPlugin Could not find org.apache.solr.security.authentication.requestcontinues
   [junit4]   2> 790179 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790179 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenRenewFail-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenRenewFail
   [junit4]   2> 790212 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenCancel
   [junit4]   2> 790221 ERROR (qtp952327933-9460) [n:127.0.0.1:56551_solr    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_7]
   [junit4]   2> 790227 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790230 INFO  (zkConnectionManagerCallback-2857-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790232 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 790238 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53372/solr ready
   [junit4]   2> 790239 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790252 ERROR (qtp874704679-9456) [    ] o.a.h.s.t.d.ZKDelegationTokenSecretManager No node in path [/ZKDTSMTokensRoot/DT_8]
   [junit4]   2> 790257 INFO  (zkConnectionManagerCallback-2861-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790260 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 790261 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:53372/solr ready
   [junit4]   2> 790263 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790268 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790268 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenCancel-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenCancel
   [junit4]   2> 790316 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testZNodePaths
   [junit4]   2> 790343 INFO  (zkConnectionManagerCallback-2863-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 790345 INFO  (TEST-TestDelegationWithHadoopAuth.testZNodePaths-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testZNodePaths
   [junit4]   2> 790370 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDelegationTokenSolrClient
   [junit4]   2> 790388 WARN  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[1BA954405E523EE9]) [    ] o.a.h.c.p.ResponseProcessCookies Invalid cookie header: "Set-Cookie: hadoop.auth=; Domain=127.0.0.1; Expires=gio, 01-gen-1970 00:00:00 GMT; HttpOnly". Invalid 'expires' attribute: gio, 01-gen-1970 00:00:00 GMT
   [junit4]   2> 790396 INFO  (qtp952327933-9458) [n:127.0.0.1:56551_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&delegation=GgADZm9vA2ZvbwCKAWIRHbGTigFiNSo1kwoEFOQ9j5jRU3J2ObVGEoLDUDaDIH0PB3NvbHItZHQA&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 790396 INFO  (qtp952327933-9458) [n:127.0.0.1:56551_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&delegation=GgADZm9vA2ZvbwCKAWIRHbGTigFiNSo1kwoEFOQ9j5jRU3J2ObVGEoLDUDaDIH0PB3NvbHItZHQA&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 790397 INFO  (TEST-TestDelegationWithHadoopAuth.testDelegationTokenSolrClient-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDelegationTokenSolrClient
   [junit4]   2> 790398 INFO  (jetty-closer-2814-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3f0c72c6{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 790399 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2007602185
   [junit4]   2> 790400 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 790400 INFO  (jetty-closer-2814-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@408e321f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 790400 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@348528a4: rootName = solr_56551, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@fecf1a2
   [junit4]   2> 790403 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 790404 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5899e366: rootName = solr_56551, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11b00d07
   [junit4]   2> 790406 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 790406 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3063a860: rootName = solr_56551, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4b9db38
   [junit4]   2> 790407 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1414595140
   [junit4]   2> 790407 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 790407 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dc5bea6: rootName = solr_51324, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2b7989f8
   [junit4]   2> 790412 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 790412 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a64f789: rootName = solr_51324, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@11b00d07
   [junit4]   2> 790415 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 790415 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3056feee: rootName = solr_51324, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4b9db38
   [junit4]   2> 790417 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:56551_solr
   [junit4]   2> 790418 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 790418 INFO  (zkCallback-2831-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 790418 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:51324_solr
   [junit4]   2> 790419 INFO  (zkCallback-2837-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 790420 INFO  (zkCallback-2829-thread-1-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 790421 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 790421 INFO  (zkCallback-2837-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 790421 INFO  (zkCallback-2831-thread-1-processing-n:127.0.0.1:51324_solr) [n:127.0.0.1:51324_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 790421 INFO  (zkCallback-2829-thread-2-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 790421 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 790422 INFO  (jetty-closer-2814-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72112831988760582-127.0.0.1:51324_solr-n_0000000000) closing
   [junit4]   2> 790422 WARN  (OverseerAutoScalingTriggerThread-72112831988760582-127.0.0.1:51324_solr-n_0000000000) [n:127.0.0.1:51324_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 790422 INFO  (OverseerStateUpdate-72112831988760582-127.0.0.1:51324_solr-n_0000000000) [n:127.0.0.1:51324_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:51324_solr
   [junit4]   2> 790423 INFO  (jetty-closer-2814-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 790430 INFO  (zkCallback-2829-thread-2-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:56551_solr
   [junit4]   2> 790432 ERROR (Thread[Thread-1786,5,TGRP-TestDelegationWithHadoopAuth]) [n:127.0.0.1:51324_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 790439 INFO  (jetty-closer-2814-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@321f54d1{/solr,null,UNAVAILABLE}
   [junit4]   2> 790440 INFO  (jetty-closer-2814-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 791929 WARN  (zkCallback-2841-thread-1-processing-n:127.0.0.1:56551_solr) [n:127.0.0.1:56551_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 791931 ERROR (Thread[Thread-1785,5,TGRP-TestDelegationWithHadoopAuth]) [n:127.0.0.1:56551_solr    ] o.a.h.s.t.d.AbstractDelegationTokenSecretManager ExpiredTokenRemover received java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 791935 INFO  (jetty-closer-2814-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16a0f62c{/solr,null,UNAVAILABLE}
   [junit4]   2> 791935 INFO  (jetty-closer-2814-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 791937 ERROR (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-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> 791938 INFO  (SUITE-TestDelegationWithHadoopAuth-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53372 53372
   [junit4]   2> 792000 INFO  (Thread-1765) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53372 53372
   [junit4]   2> 792002 WARN  (Thread-1765) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_7
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_6
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_9
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_8
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_5
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_4
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMSeqNumRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot/DT_10
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.security.hadoop.TestDelegationWithHadoopAuth_1BA954405E523EE9-001
   [junit4]   2> Mar 10, 2018 6:13:03 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a3b418f), locale=it-IT, timezone=Australia/Lord_Howe
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=285826144,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [ExternalFileFieldSortTest, ClassificationUpdateProcessorIntegrationTest, TestFastLRUCache, SyncSliceTest, TestDistributedMap, TestStressReorder, TestGeoJSONResponseWriter, TestCrossCoreJoin, TestCustomSort, CoreAdminCreateDiscoverTest, TestUniqueKeyFieldResource, ZkControllerTest, TestHttpShardHandlerFactory, TestSolrCoreProperties, JsonLoaderTest, TestHighFrequencyDictionaryFactory, SharedFSAutoReplicaFailoverTest, BlockJoinFacetSimpleTest, CoreMergeIndexesAdminHandlerTest, TestRandomDVFaceting, TestSolrConfigHandlerCloud, SuggesterWFSTTest, MigrateRouteKeyTest, HttpSolrCallGetCoreTest, TestSolrCoreParser, SolrIndexMetricsTest, XsltUpdateRequestHandlerTest, TestRandomFlRTGCloud, TestSolrDeletionPolicy2, TestSolr4Spatial, SystemInfoHandlerTest, SolrJmxReporterTest, TestExtendedDismaxParser, DisMaxRequestHandlerTest, NodeAddedTriggerTest, TestConfigSetImmutable, MinimalSchemaTest, CdcrBidirectionalTest, TestLMJelinekMercerSimilarityFactory, BigEndianAscendingWordDeserializerTest, TestNoOpRegenerator, TestFieldCacheReopen, TimeZoneUtilsTest, DistributedQueryComponentCustomSortTest, ChangedSchemaMergeTest, MoveReplicaTest, TestReplicaProperties, TestDefaultStatsCache, CollectionStateFormat2Test, DistanceFunctionTest, OverseerTest, DefaultValueUpdateProcessorTest, TestMinMaxOnMultiValuedField, TestObjectReleaseTracker, SimplePostToolTest, DateRangeFieldTest, HdfsDirectoryFactoryTest, SecurityConfHandlerTest, TestReversedWildcardFilterFactory, TestConfigSetsAPI, ZkFailoverTest, TestUtilizeNode, TestDocumentBuilder, TestHashPartitioner, BlockDirectoryTest, TestSchemaVersionResource, IndexSchemaTest, BlockJoinFacetDistribTest, TestGenericDistributedQueue, TestMissingGroups, OverseerModifyCollectionTest, TestPolicyCloud, BasicAuthStandaloneTest, UpdateLogTest, HDFSCollectionsAPITest, TestPHPSerializedResponseWriter, ChaosMonkeySafeLeaderTest, TestLeaderElectionZkExpiry, UUIDFieldTest, TestValueSourceCache, TestPayloadCheckQParserPlugin, FullHLLTest, TestDocTermOrds, LeaderVoteWaitTimeoutTest, TestShardHandlerFactory, TestWordDelimiterFilterFactory, TriLevelCompositeIdRoutingTest, TestCoreDiscovery, TestDelegationWithHadoopAuth]
   [junit4] Completed [193/784 (1!)] on J1 in 3.84s, 8 tests, 1 failure <<< FAILURES!

[...truncated 1350 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest_1BA954405E523EE9-001/init-core-data-001
   [junit4]   2> 3094722 WARN  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 3094722 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3094723 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3094723 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3094724 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest_1BA954405E523EE9-001/tempDir-001
   [junit4]   2> 3094724 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3094724 INFO  (Thread-8338) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3094724 INFO  (Thread-8338) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3094741 ERROR (Thread-8338) [    ] 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> 3094829 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:46653
   [junit4]   2> 3094833 INFO  (zkConnectionManagerCallback-6648-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3094839 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3094840 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3094840 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3094840 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3094841 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2009fa49{/solr,null,AVAILABLE}
   [junit4]   2> 3094841 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@255ac7c6{HTTP/1.1,[http/1.1]}{127.0.0.1:65122}
   [junit4]   2> 3094841 INFO  (jetty-launcher-6645-thread-1) [    ] o.e.j.s.Server Started @3097277ms
   [junit4]   2> 3094841 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65122}
   [junit4]   2> 3094842 ERROR (jetty-launcher-6645-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3094842 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 3094842 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3094842 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3094842 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-10T18:51:25.811Z
   [junit4]   2> 3094880 INFO  (zkConnectionManagerCallback-6650-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3094882 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3094925 INFO  (jetty-launcher-6645-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46653/solr
   [junit4]   2> 3094946 INFO  (zkConnectionManagerCallback-6654-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3095007 INFO  (zkConnectionManagerCallback-6656-thread-1-processing-n:127.0.0.1:65122_solr) [n:127.0.0.1:65122_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3095478 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3095479 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65122_solr
   [junit4]   2> 3095482 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.Overseer Overseer (id=72112983121002499-127.0.0.1:65122_solr-n_0000000000) starting
   [junit4]   2> 3095509 INFO  (zkConnectionManagerCallback-6661-thread-1-processing-n:127.0.0.1:65122_solr) [n:127.0.0.1:65122_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3095574 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46653/solr ready
   [junit4]   2> 3095577 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65122_solr
   [junit4]   2> 3095578 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3095581 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3095585 INFO  (zkCallback-6660-thread-1-processing-n:127.0.0.1:65122_solr) [n:127.0.0.1:65122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3095586 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:65122_solr]
   [junit4]   2> 3095586 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3095586 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3095591 INFO  (OverseerStateUpdate-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3095607 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3095608 DEBUG (OverseerAutoScalingTriggerThread-72112983121002499-127.0.0.1:65122_solr-n_0000000000) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3095609 DEBUG (ScheduledTrigger-10726-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3095974 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65122.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a4b8844
   [junit4]   2> 3095983 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65122.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a4b8844
   [junit4]   2> 3095983 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65122.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@4a4b8844
   [junit4]   2> 3095985 INFO  (jetty-launcher-6645-thread-1) [n:127.0.0.1:65122_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest_1BA954405E523EE9-001/tempDir-001/node1/.
   [junit4]   2> 3096028 INFO  (zkConnectionManagerCallback-6663-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3096030 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 0x1003260469f0005, likely client has closed socket
   [junit4]   2> 3096035 INFO  (zkConnectionManagerCallback-6667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3096037 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3096038 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46653/solr ready
   [junit4]   2> 3096051 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3096061 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 3096062 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10009_solr]
   [junit4]   2> 3096062 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 3096062 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 3096065 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3096065 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 3096066 WARN  (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-03-11T18:51:27.031Z. Now: 2018-03-12T09:10:24.927Z
   [junit4]   2> 3096066 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -------- Ignoring event: {
   [junit4]   2>   "id":"16216673bb7Te95aoayyu186fov3ohgqnia63",
   [junit4]   2>   "source":".scheduled_maintenance",
   [junit4]   2>   "eventTime":1520794287031,
   [junit4]   2>   "eventType":"SCHEDULED",
   [junit4]   2>   "properties":{"actualEventTime":1520845824927},
   [junit4]   2>   "ignored":true}
   [junit4]   2> 3096067 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096095 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096163 INFO  (TEST-ScheduledMaintenanceTriggerTest.testInactiveShardCleanup-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testInactiveShardCleanup
   [junit4]   2> 3096170 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096190 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096210 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096240 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096260 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096281 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096301 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096323 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096344 DEBUG (simCloudManagerPool-10732-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for ScheduledMaintenanceTriggerTest_collection1 / shard1: {"core_node1":{
   [junit4]   2>     "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>     "core":"ScheduledMaintenanceTriggerTest_collection1_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"ScheduledMaintenanceTriggerTest_collection1"}}
   [junit4]   2> 3096348 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096358 DEBUG (simCloudManagerPool-10732-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for ScheduledMaintenanceTriggerTest_collection1 / shard1_0: {"core_node4":{
   [junit4]   2>     "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>     "base_url":"http://127.0.0.1:10009/solr",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "core":"ScheduledMaintenanceTriggerTest_collection1_shard1_0_replica0",
   [junit4]   2>     "shard":"shard1_0",
   [junit4]   2>     "collection":"ScheduledMaintenanceTriggerTest_collection1"}}
   [junit4]   2> 3096359 DEBUG (simCloudManagerPool-10732-thread-6) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for ScheduledMaintenanceTriggerTest_collection1 / shard1_1: {"core_node5":{
   [junit4]   2>     "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>     "base_url":"http://127.0.0.1:10009/solr",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "core":"ScheduledMaintenanceTriggerTest_collection1_shard1_1_replica0",
   [junit4]   2>     "shard":"shard1_1",
   [junit4]   2>     "collection":"ScheduledMaintenanceTriggerTest_collection1"}}
   [junit4]   2> 3096362 DEBUG (simCloudManagerPool-10732-thread-8) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3096362 DEBUG (simCloudManagerPool-10732-thread-8) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3096363 DEBUG (simCloudManagerPool-10732-thread-8) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10009_solr]
   [junit4]   2> 3096363 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3096364 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3096364 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3096367 DEBUG (simCloudManagerPool-10732-thread-9) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3096367 DEBUG (simCloudManagerPool-10732-thread-9) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3096367 DEBUG (simCloudManagerPool-10732-thread-9) [    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10009_solr]
   [junit4]   2> 3096367 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3096368 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3096368 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3096369 WARN  (ScheduledTrigger-10733-thread-4) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-03-11T18:51:29.031Z. Now: 2018-03-12T09:10:40.070Z
   [junit4]   2> 3096369 DEBUG (ScheduledTrigger-10733-thread-4) [    ] o.a.s.c.a.ScheduledTriggers -------- Ignoring event: {
   [junit4]   2>   "id":"16216674387Te95aoayyu186fov3ohgqnia65",
   [junit4]   2>   "source":".scheduled_maintenance",
   [junit4]   2>   "eventTime":1520794289031,
   [junit4]   2>   "eventType":"SCHEDULED",
   [junit4]   2>   "properties":{"actualEventTime":1520845840070},
   [junit4]   2>   "ignored":true}
   [junit4]   2> 3096378 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3096392 WARN  (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger was not able to run event at scheduled time: 2018-03-11T18:51:31.031Z. Now: 2018-03-12T09:10:41.218Z
   [junit4]   2> 3096392 DEBUG (ScheduledTrigger-10733-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -------- Ignoring event: {
   [junit4]   2>   "id":"16216674b57Te95aoayyu186fov3ohgqnia67",
   [junit4]   2>   "source":".scheduled_maintenance",
   [junit4]   2>   "eventTime":1520794291031,
   [junit4]   2>   "eventType":"SCHEDULED",
   [junit4]  

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

>         "ABORTED",
   [junit4]   2>         "SUCCEEDED",
   [junit4]   2>         "FAILED",
   [junit4]   2>         "BEFORE_ACTION",
   [junit4]   2>         "AFTER_ACTION",
   [junit4]   2>         "IGNORED"],
   [junit4]   2>       "class":"org.apache.solr.cloud.autoscaling.SystemLogListener",
   [junit4]   2>       "beforeAction":[]}},
   [junit4]   2>   "properties":{}}
   [junit4]   2> 17452 INFO  (TEST-ScheduledMaintenanceTriggerTest.testTriggerDefaults-seed#[1BA954405E523EE9]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTriggerDefaults
   [junit4] OK      0.02s J0 | ScheduledMaintenanceTriggerTest.testTriggerDefaults
   [junit4]   2> 17453 WARN  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 17455 DEBUG (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 17461 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 0x100327e599e0006, likely client has closed socket
   [junit4]   2> 17464 INFO  (jetty-closer-120-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1b7da320{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 17467 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1507195002
   [junit4]   2> 17468 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 17468 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@49279c1f: rootName = solr_37633, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3c4d1ac4
   [junit4]   2> 17477 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 17477 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c355286: rootName = solr_37633, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6a069c55
   [junit4]   2> 17481 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 17481 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d684cea: rootName = solr_37633, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@77269cd9
   [junit4]   2> 17484 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37633_solr
   [junit4]   2> 17485 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 17486 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 17486 INFO  (zkCallback-134-thread-1-processing-n:127.0.0.1:37633_solr) [n:127.0.0.1:37633_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 17486 INFO  (jetty-closer-120-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72113112288722947-127.0.0.1:37633_solr-n_0000000000) closing
   [junit4]   2> 17487 INFO  (OverseerStateUpdate-72113112288722947-127.0.0.1:37633_solr-n_0000000000) [n:127.0.0.1:37633_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37633_solr
   [junit4]   2> 17487 WARN  (OverseerAutoScalingTriggerThread-72113112288722947-127.0.0.1:37633_solr-n_0000000000) [n:127.0.0.1:37633_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 17490 DEBUG (jetty-closer-120-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 17494 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 0x100327e599e0004, likely client has closed socket
   [junit4]   2> 17496 INFO  (zkCallback-129-thread-1-processing-n:127.0.0.1:37633_solr) [n:127.0.0.1:37633_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 17502 INFO  (jetty-closer-120-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@b653d6f{/solr,null,UNAVAILABLE}
   [junit4]   2> 17502 INFO  (jetty-closer-120-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 17507 ERROR (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-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> 17509 INFO  (SUITE-ScheduledMaintenanceTriggerTest-seed#[1BA954405E523EE9]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53494 53494
   [junit4]   2> 17555 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73)
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:205)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 17556 INFO  (Thread-41) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53494 53494
   [junit4]   2> 17558 WARN  (Thread-41) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest_1BA954405E523EE9-003
   [junit4]   2> Mar 10, 2018 7:24:17 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=8, maxDocsPerChunk=86, blockSize=7), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=8, blockSize=7)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@308963af), locale=is, timezone=Pacific/Midway
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=68720808,total=100663296
   [junit4]   2> NOTE: All tests run in this JVM: [ZkStateReaderTest, ScheduledMaintenanceTriggerTest, ScheduledMaintenanceTriggerTest, ScheduledMaintenanceTriggerTest, ScheduledMaintenanceTriggerTest]
   [junit4] Completed [7/15 (3!)] on J0 in 1.81s, 2 tests, 1 failure <<< FAILURES!

[...truncated 93 lines...]
BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1561: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1085: There were test failures: 15 suites, 85 tests, 3 failures [seed: 1BA954405E523EE9]

Total time: 41 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.overseer.ZkStateReaderTest
[repro]   0/5 failed: org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth
[repro]   3/5 failed: org.apache.solr.cloud.autoscaling.ScheduledMaintenanceTriggerTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=971bd26df6ecfa9c266910a8008a2dad52d4443a, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1722
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1724 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1724/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:57919/solr/MoveReplicaHDFSTest_failed_coll_true, https://127.0.0.1:50263/solr/MoveReplicaHDFSTest_failed_coll_true]
	at __randomizedtesting.SeedInfo.seed([DD6FD7B8937D5473:77A2044A24AE81A3]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1105)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:885)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:992)
	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.query(SolrClient.java:942)
	at org.apache.solr.cloud.MoveReplicaTest.testFailedMove(MoveReplicaTest.java:309)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:50263/solr/MoveReplicaHDFSTest_failed_coll_true: no servers hosting shard: shard2
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
	... 46 more




Build Log:
[...truncated 12306 lines...]
   [junit4] Suite: org.apache.solr.cloud.MoveReplicaHDFSTest
   [junit4]   2> 734194 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/init-core-data-001
   [junit4]   2> 734195 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=104 numCloses=104
   [junit4]   2> 734195 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 734199 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 734202 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-001
   [junit4]   2> 734202 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 734202 INFO  (Thread-349) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 734202 INFO  (Thread-349) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 734204 ERROR (Thread-349) [    ] 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> 734302 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44613
   [junit4]   2> 734304 INFO  (zkConnectionManagerCallback-555-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734313 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 734314 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 734314 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 734314 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 734314 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2bae5253{/solr,null,AVAILABLE}
   [junit4]   2> 734315 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@699ad79b{/solr,null,AVAILABLE}
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@109eb645{SSL,[ssl, http/1.1]}{127.0.0.1:65266}
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.e.j.s.Server Started @737396ms
   [junit4]   2> 734316 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65266}
   [junit4]   2> 734317 ERROR (jetty-launcher-552-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 734317 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 734317 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 734317 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 734317 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-11T04:22:11.483Z
   [junit4]   2> 734320 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5306b64a{SSL,[ssl, http/1.1]}{127.0.0.1:33470}
   [junit4]   2> 734320 INFO  (jetty-launcher-552-thread-4) [    ] o.e.j.s.Server Started @737400ms
   [junit4]   2> 734320 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33470}
   [junit4]   2> 734320 ERROR (jetty-launcher-552-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 734320 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 734320 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 734321 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 734321 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-11T04:22:11.487Z
   [junit4]   2> 734321 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 734322 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 734322 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 734322 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 734322 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7a090676{/solr,null,AVAILABLE}
   [junit4]   2> 734323 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@494113b0{SSL,[ssl, http/1.1]}{127.0.0.1:50263}
   [junit4]   2> 734323 INFO  (jetty-launcher-552-thread-2) [    ] o.e.j.s.Server Started @737403ms
   [junit4]   2> 734323 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=50263}
   [junit4]   2> 734323 ERROR (jetty-launcher-552-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 734323 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 734323 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 734324 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 734324 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-11T04:22:11.490Z
   [junit4]   2> 734327 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 734327 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 734327 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 734327 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67d06f71{/solr,null,AVAILABLE}
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@a21a9ea{SSL,[ssl, http/1.1]}{127.0.0.1:47962}
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.e.j.s.Server Started @737408ms
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47962}
   [junit4]   2> 734328 ERROR (jetty-launcher-552-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 734328 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-11T04:22:11.494Z
   [junit4]   2> 734330 INFO  (zkConnectionManagerCallback-557-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734330 INFO  (zkConnectionManagerCallback-559-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734331 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734331 INFO  (zkConnectionManagerCallback-561-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734331 INFO  (zkConnectionManagerCallback-563-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734332 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734332 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734332 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 734338 INFO  (jetty-launcher-552-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44613/solr
   [junit4]   2> 734338 INFO  (jetty-launcher-552-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44613/solr
   [junit4]   2> 734339 INFO  (jetty-launcher-552-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44613/solr
   [junit4]   2> 734340 INFO  (zkConnectionManagerCallback-567-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734342 INFO  (zkConnectionManagerCallback-575-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734342 INFO  (zkConnectionManagerCallback-573-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734343 DEBUG (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$43/1664595738@45d84d45
   [junit4]   2> 734343 DEBUG (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$43/1664595738@5c089db5
   [junit4]   2> 734345 DEBUG (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$43/1664595738@7a2fa67d
   [junit4]   2> 734346 INFO  (jetty-launcher-552-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44613/solr
   [junit4]   2> 734346 INFO  (zkConnectionManagerCallback-577-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734347 INFO  (zkConnectionManagerCallback-582-thread-1-processing-n:127.0.0.1:50263_solr) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734348 INFO  (zkConnectionManagerCallback-580-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734348 INFO  (zkConnectionManagerCallback-585-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734350 DEBUG (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$43/1664595738@57a27d53
   [junit4]   2> 734352 INFO  (zkConnectionManagerCallback-587-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734512 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734513 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734513 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734513 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734513 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 734514 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734527 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 734530 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734531 DEBUG (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72115227845853195-127.0.0.1:47962_solr-n_0000000000
   [junit4]   2> 734531 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734531 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47962_solr
   [junit4]   2> 734531 DEBUG (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72115227845853192-127.0.0.1:65266_solr-n_0000000001
   [junit4]   2> 734533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72115227845853195-127.0.0.1:47962_solr-n_0000000000
   [junit4]   2> 734533 DEBUG (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72115227845853195-127.0.0.1:47962_solr-n_0000000000 to know if I could be the leader
   [junit4]   2> 734533 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer Overseer (id=72115227845853195-127.0.0.1:47962_solr-n_0000000000) starting
   [junit4]   2> 734533 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65266_solr
   [junit4]   2> 734533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734533 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734534 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734535 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734535 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734535 INFO  (zkCallback-579-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 734536 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734536 INFO  (zkCallback-576-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 734536 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734537 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734538 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 734539 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 734540 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734540 DEBUG (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72115227845853196-127.0.0.1:33470_solr-n_0000000002
   [junit4]   2> 734541 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72115227845853192-127.0.0.1:65266_solr-n_0000000001
   [junit4]   2> 734541 DEBUG (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72115227845853192-127.0.0.1:65266_solr-n_0000000001 to know if I could be the leader
   [junit4]   2> 734541 DEBUG (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33470_solr as DOWN
   [junit4]   2> 734543 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33470_solr
   [junit4]   2> 734543 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734543 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734543 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734545 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734545 INFO  (zkCallback-579-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 734545 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734545 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734545 INFO  (zkCallback-576-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 734545 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 734546 INFO  (zkConnectionManagerCallback-595-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734546 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734546 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734546 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 734547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734547 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734547 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44613/solr ready
   [junit4]   2> 734548 DEBUG (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:47962_solr as DOWN
   [junit4]   2> 734549 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47962_solr
   [junit4]   2> 734549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734549 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734553 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 734558 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734558 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734558 INFO  (zkCallback-579-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734566 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 734566 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734566 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734566 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 734567 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734567 INFO  (zkCallback-576-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734572 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 734585 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/autoscaling.json
   [junit4]   2> 734585 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 734588 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 734588 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 734588 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 734588 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 734588 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 734588 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 734588 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:47962_solr, 127.0.0.1:33470_solr, 127.0.0.1:65266_solr]
   [junit4]   2> 734588 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 734588 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 734588 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 734589 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue-work
   [junit4]   2> 734589 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 734590 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33470_solr"} current state version: 0
   [junit4]   2> 734590 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33470_solr
   [junit4]   2> 734590 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:47962_solr"} current state version: 0
   [junit4]   2> 734590 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:47962_solr
   [junit4]   2> 734591 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 734593 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 734594 DEBUG (OverseerAutoScalingTriggerThread-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 734594 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 734594 DEBUG (ScheduledTrigger-1387-thread-3) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 734619 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47962.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734625 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47962.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734625 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_47962.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734625 INFO  (jetty-launcher-552-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-001/node1/.
   [junit4]   2> 734646 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65266.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734649 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734649 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734649 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 734649 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734650 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734650 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734650 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 734651 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 734652 DEBUG (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72115227845853193-127.0.0.1:50263_solr-n_0000000003
   [junit4]   2> 734652 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72115227845853196-127.0.0.1:33470_solr-n_0000000002
   [junit4]   2> 734652 DEBUG (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72115227845853196-127.0.0.1:33470_solr-n_0000000002 to know if I could be the leader
   [junit4]   2> 734652 DEBUG (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:50263_solr as DOWN
   [junit4]   2> 734653 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 734653 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 734653 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65266.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734654 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65266.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734654 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:50263_solr"} current state version: 0
   [junit4]   2> 734654 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:50263_solr
   [junit4]   2> 734654 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50263_solr
   [junit4]   2> 734654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734654 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-001/node3/.
   [junit4]   2> 734654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734654 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 734655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734655 INFO  (zkCallback-579-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 734655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734655 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 734655 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734655 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 734659 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734659 INFO  (zkCallback-576-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 734661 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734662 INFO  (zkConnectionManagerCallback-599-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734663 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 734663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734663 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734664 INFO  (jetty-launcher-552-thread-3) [n:127.0.0.1:65266_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44613/solr ready
   [junit4]   2> 734665 INFO  (zkCallback-581-thread-1-processing-n:127.0.0.1:50263_solr) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 734667 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33470.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734672 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33470.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734672 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33470.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734673 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-001/node4/.
   [junit4]   2> 734677 INFO  (zkConnectionManagerCallback-603-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734677 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734678 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 734678 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734678 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734678 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734678 INFO  (jetty-launcher-552-thread-4) [n:127.0.0.1:33470_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44613/solr ready
   [junit4]   2> 734743 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50263.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734758 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 734759 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 734762 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50263.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734762 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_50263.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 734762 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-001/node2/.
   [junit4]   2> 734766 INFO  (zkConnectionManagerCallback-607-thread-1-processing-n:127.0.0.1:50263_solr) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734767 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734768 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734768 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 734768 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734768 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734769 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734769 INFO  (jetty-launcher-552-thread-2) [n:127.0.0.1:50263_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44613/solr ready
   [junit4]   2> 734796 INFO  (zkConnectionManagerCallback-609-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734798 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 0x100346aeaa60011, likely client has closed socket
   [junit4]   2> 734800 INFO  (zkConnectionManagerCallback-613-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 734801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 734801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 734801 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 734801 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 734802 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 734802 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 734802 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44613/solr ready
   [junit4]   2> 734829 INFO  (qtp1470678205-4483) [n:127.0.0.1:47962_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 734829 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 734830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 734830 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 734830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 734830 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 734831 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 734831 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000000
   [junit4]   2> 734831 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000000, ]
   [junit4]   2> 734831 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 734831 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 734831 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{"operation":"overseerstatus"}
   [junit4]   2> 734832 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 734832 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : overseerstatus , {"operation":"overseerstatus"}
   [junit4]   2> 734832 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 734832 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 734832 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 734832 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 734832 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 734832 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
   [junit4]   2> 734847 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Completed task:[/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 734848 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: data: /solr/overseer/collection-queue-work/qnr-0000000000
   [junit4]   2> 734848 DEBUG (zkCallback-579-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue NodeDataChanged fired on path /overseer/collection-queue-work/qnr-0000000000 state SyncConnected latchEventType null
   [junit4]   2> 734849 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 734849 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as completed.
   [junit4]   2> 734849 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 734849 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 734849 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 734849 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 734849 DEBUG (OverseerThreadFactory-1389-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Message id:/overseer/collection-queue-work/qn-0000000000 complete, response:{leader=127.0.0.1:47962_solr,overseer_queue_size=0,overseer_work_queue_size=0,overseer_collection_queue_size=2,overseer_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=10.623094115111096,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=10.766498666666667,medianRequestTime=13.411761,75thPcRequestTime=18.342795,95thPcRequestTime=18.342795,99thPcRequestTime=18.342795,999thPcRequestTime=18.342795},downnode={requests=3,errors=0,avgRequestsPerSecond=12.230781939492495,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.02363933333333333,medianRequestTime=0.024689,75thPcRequestTime=0.026379,95thPcRequestTime=0.026379,99thPcRequestTime=0.026379,999thPcRequestTime=0.026379}},collection_operations={am_i_leader={requests=3,errors=0,avgRequestsPerSecond=10.632746259126073,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=5.450339666666666,medianRequestTime=2.265313,75thPcRequestTime=13.381863,95thPcRequestTime=13.381863,99thPcRequestTime=13.381863,999thPcRequestTime=13.381863},overseerstatus={requests=0,errors=0,avgRequestsPerSecond=0.0,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.0,medianRequestTime=0.0,75thPcRequestTime=0.0,95thPcRequestTime=0.0,99thPcRequestTime=0.0,999thPcRequestTime=0.0}},overseer_queue={},overseer_internal_queue={peek={avgRequestsPerSecond=4.049508956341479,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=0.419496,medianRequestTime=0.419496,75thPcRequestTime=0.419496,95thPcRequestTime=0.419496,99thPcRequestTime=0.419496,999thPcRequestTime=0.419496}},collection_queue={peektopn_wait2000={avgRequestsPerSecond=4.042115709006053,5minRateRequestsPerSecond=0.0,15minRateRequestsPerSecond=0.0,avgTimePerRequest=243.413194,medianRequestTime=243.413194,75thPcRequestTime=243.413194,95thPcRequestTime=243.413194,99thPcRequestTime=243.413194,999thPcRequestTime=243.413194}}}
   [junit4]   2> 734853 INFO  (qtp1470678205-4483) [n:127.0.0.1:47962_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=24
   [junit4]   2> 734915 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 735596 DEBUG (ScheduledTrigger-1387-thread-2) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 735718 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 735873 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 735886 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 735938 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 735979 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_serv1.vm3_37737_hdfs____.dmehmw/webapp
   [junit4]   2> 736598 DEBUG (ScheduledTrigger-1387-thread-3) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 736726 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@serv1-vm3:37737
   [junit4]   2> 736900 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 736901 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 736901 INFO  (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_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> 736902 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 736902 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 736902 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 736902 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 736902 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 737457 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 737461 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 737472 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_62471_datanode____6c0lo9/webapp
   [junit4]   2> 737600 DEBUG (ScheduledTrigger-1387-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 737956 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:62471
   [junit4]   2> 738274 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 738275 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log jetty-6.1.26
   [junit4]   2> 738287 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Extract jar:file:/export/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_38568_datanode____tx2nmh/webapp
   [junit4]   2> 738602 DEBUG (ScheduledTrigger-1387-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 738837 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:38568
   [junit4]   2> 738903 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from work-queue : [[]]
   [junit4]   2> 738903 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0
   [junit4]   2> 738904 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 738904 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 738904 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 738904 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 738904 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 100 elements. ExcludeSet: []
   [junit4]   2> 739203 ERROR (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to serv1-vm3/127.0.0.1:50378) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 739204 ERROR (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:50378) [    ] o.a.h.h.s.d.DirectoryScanner dfs.datanode.directoryscan.throttle.limit.ms.per.sec set to value below 1 ms/sec. Assuming default value of 1000
   [junit4]   2> 739340 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x31fd59c48a730: from storage DS-61bc74ba-f4e4-4b60-ac39-9d0e665811b2 node DatanodeRegistration(127.0.0.1:52995, datanodeUuid=bb29dd4a-59fd-4313-9c96-25da4851253a, infoPort=49629, infoSecurePort=0, ipcPort=33051, storageInfo=lv=-56;cid=testClusterID;nsid=1270454369;c=0), blocks: 0, hasStaleStorage: true, processing time: 4 msecs
   [junit4]   2> 739341 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x31fd59c48a57d: from storage DS-b93d80c0-04a8-4a21-b594-942526ef5342 node DatanodeRegistration(127.0.0.1:57721, datanodeUuid=6a24cca4-2a37-480a-95a9-3711081b1e6f, infoPort=42048, infoSecurePort=0, ipcPort=60266, storageInfo=lv=-56;cid=testClusterID;nsid=1270454369;c=0), blocks: 0, hasStaleStorage: true, processing time: 1 msecs
   [junit4]   2> 739341 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x31fd59c48a730: from storage DS-b54f58db-1b0a-44be-b282-09a8612a9bb8 node DatanodeRegistration(127.0.0.1:52995, datanodeUuid=bb29dd4a-59fd-4313-9c96-25da4851253a, infoPort=49629, infoSecurePort=0, ipcPort=33051, storageInfo=lv=-56;cid=testClusterID;nsid=1270454369;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 739341 INFO  (Block report processor) [    ] BlockStateChange BLOCK* processReport 0x31fd59c48a57d: from storage DS-d182d5d3-0302-4f89-bd20-5834570573ac node DatanodeRegistration(127.0.0.1:57721, datanodeUuid=6a24cca4-2a37-480a-95a9-3711081b1e6f, infoPort=42048, infoSecurePort=0, ipcPort=60266, storageInfo=lv=-56;cid=testClusterID;nsid=1270454369;c=0), blocks: 0, hasStaleStorage: false, processing time: 0 msecs
   [junit4]   2> 739602 DEBUG (ScheduledTrigger-1387-thread-1) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 739746 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 739747 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 739747 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739747 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 739748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 739748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 739748 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 739751 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T23:27:37+02:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 739752 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 739752 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 739752 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 739753 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4d5ea4fd{/solr,null,AVAILABLE}
   [junit4]   2> 739753 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@28961f8c{SSL,[ssl, http/1.1]}{127.0.0.1:57919}
   [junit4]   2> 739753 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.e.j.s.Server Started @742834ms
   [junit4]   2> 739753 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57919}
   [junit4]   2> 739753 ERROR (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 739753 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.0.0
   [junit4]   2> 739753 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 739754 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 739754 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-03-11T04:22:16.920Z
   [junit4]   2> 739757 INFO  (zkConnectionManagerCallback-616-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 739757 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 739764 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44613/solr
   [junit4]   2> 739767 INFO  (zkConnectionManagerCallback-620-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 739768 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$43/1664595738@4b5935ac
   [junit4]   2> 739770 INFO  (zkConnectionManagerCallback-622-thread-1-processing-n:127.0.0.1:57919_solr) [n:127.0.0.1:57919_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 739777 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 739777 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739778 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 739778 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 739778 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 739778 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 739779 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/security.json
   [junit4]   2> 739780 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 739781 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/72115227845853205-127.0.0.1:57919_solr-n_0000000004
   [junit4]   2> 739781 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/overseer_elect/election/72115227845853193-127.0.0.1:50263_solr-n_0000000003
   [junit4]   2> 739781 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/72115227845853193-127.0.0.1:50263_solr-n_0000000003 to know if I could be the leader
   [junit4]   2> 739782 DEBUG (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:57919_solr as DOWN
   [junit4]   2> 739783 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 739784 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57919_solr
   [junit4]   2> 739784 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 739785 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:57919_solr"} current state version: 0
   [junit4]   2> 739785 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:57919_solr
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739785 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/live_nodes
   [junit4]   2> 739786 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739786 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739787 INFO  (zkCallback-579-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739787 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739787 INFO  (zkCallback-594-thread-1-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739787 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739788 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739788 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739788 INFO  (zkCallback-576-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739788 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739789 INFO  (zkCallback-602-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739791 INFO  (zkCallback-606-thread-1-processing-n:127.0.0.1:50263_solr) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739791 INFO  (zkCallback-598-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739791 INFO  (zkCallback-612-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739791 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739791 INFO  (zkCallback-581-thread-1-processing-n:127.0.0.1:50263_solr) [n:127.0.0.1:50263_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739791 INFO  (zkCallback-586-thread-1-processing-n:127.0.0.1:33470_solr) [n:127.0.0.1:33470_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739791 INFO  (zkCallback-612-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739795 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739796 INFO  (zkCallback-621-thread-1-processing-n:127.0.0.1:57919_solr) [n:127.0.0.1:57919_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 739885 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 739886 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 739919 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57919.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 739928 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57919.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 739928 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57919.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f98649c
   [junit4]   2> 739929 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-001/node5/.
   [junit4]   2> 739934 INFO  (zkConnectionManagerCallback-627-thread-1-processing-n:127.0.0.1:57919_solr) [n:127.0.0.1:57919_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 739935 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterprops.json
   [junit4]   2> 739936 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/live_nodes
   [junit4]   2> 739936 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 739936 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: data: /solr/clusterstate.json
   [junit4]   2> 739936 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 739937 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/aliases.json
   [junit4]   2> 739937 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [n:127.0.0.1:57919_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44613/solr ready
   [junit4]   2> 739996 INFO  (zkConnectionManagerCallback-629-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 739998 INFO  (TEST-MoveReplicaHDFSTest.test-seed#[DD6FD7B8937D5473]) [    ] o.a.s.c.MoveReplicaTest total_jettys: 5
   [junit4]   2> 740021 INFO  (qtp699302931-4437) [n:127.0.0.1:33470_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&maxShardsPerNode=2&autoAddReplicas=false&name=MoveReplicaHDFSTest_coll_true&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 740021 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/collection-queue-work
   [junit4]   2> 740022 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 740022 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/collection-queue-work
   [junit4]   2> 740023 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.ZkDistributedQueue Found child node with improper name: qnr-0000000002
   [junit4]   2> 740023 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Returning topN elements: [/overseer/collection-queue-work/qn-0000000002, ]
   [junit4]   2> 740023 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ed1]]
   [junit4]   2> 740023 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000002] as running
   [junit4]   2> 740023 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id:/overseer/collection-queue-work/qn-0000000002 message:{
   [junit4]   2>   "name":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 740023 DEBUG (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000002
   [junit4]   2> 740023 DEBUG (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"MoveReplicaHDFSTest_coll_true",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 740023 INFO  (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection MoveReplicaHDFSTest_coll_true
   [junit4]   2> 740024 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1
   [junit4]   2> 740024 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 740024 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 740024 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 740024 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000002]
   [junit4]   2> 740024 DEBUG (OverseerCollectionConfigSetProcessor-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.OverseerTaskQueue Peeking for top 99 elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000002],[]
   [junit4]   2> 740025 DEBUG (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.Assign Identify nodes using default
   [junit4]   2> 740025 DEBUG (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/MoveReplicaHDFSTest_coll_true 
   [junit4]   2> 740026 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740026 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740026 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740026 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/collections
   [junit4]   2> 740027 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740027 DEBUG (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode:MoveReplicaHDFSTest_coll_true
   [junit4]   2> 740028 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740028 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740028 DEBUG (OverseerThreadFactory-1389-thread-2-processing-n:127.0.0.1:47962_solr) [n:127.0.0.1:47962_solr    ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 740029 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch fired: children: /solr/overseer/queue
   [junit4]   2> 740030 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740030 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740030 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/overseer/queue
   [junit4]   2> 740030 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740031 DEBUG (SyncThread:0) [    ] o.a.s.c.ZkTestServer Watch added: children: /solr/collections
   [junit4]   2> 740031 DEBUG (OverseerStateUpdate-72115227845853195-127.0.0.1:47962_solr-n_0000000000) [n:127.0.0.1:47962_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = 

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

50378/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data
   [junit4]   2> 778538 INFO  (coreCloseExecutor-1463-thread-1) [n:127.0.0.1:57919_solr c:MoveReplicaHDFSTest_failed_coll_true s:shard1 r:core_node5 x:MoveReplicaHDFSTest_failed_coll_true_shard1_replica_n2] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://serv1-vm3:50378/data/MoveReplicaHDFSTest_failed_coll_true/core_node5/data/snapshot_metadata
   [junit4]   2> 778544 INFO  (jetty-closer-553-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4d5ea4fd{/solr,null,UNAVAILABLE}
   [junit4]   2> 778544 INFO  (jetty-closer-553-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 778556 INFO  (jetty-closer-553-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2bae5253{/solr,null,UNAVAILABLE}
   [junit4]   2> 778556 INFO  (jetty-closer-553-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 780014 WARN  (zkCallback-598-thread-1-processing-n:127.0.0.1:65266_solr) [n:127.0.0.1:65266_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 780018 INFO  (jetty-closer-553-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@699ad79b{/solr,null,UNAVAILABLE}
   [junit4]   2> 780018 INFO  (jetty-closer-553-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 780021 ERROR (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-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> 780021 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44613 44613
   [junit4]   2> 780198 INFO  (Thread-349) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44613 44613
   [junit4]   2> 780200 WARN  (Thread-349) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	25	/solr/collections/MoveReplicaHDFSTest_coll_true/terms/shard2
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	11	/solr/collections/MoveReplicaHDFSTest_coll_true/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf1
   [junit4]   2> 	8	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard2
   [junit4]   2> 	7	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/terms/shard1
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/collections/MoveReplicaHDFSTest_coll_true/collectionprops.json
   [junit4]   2> 	4	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	76	/solr/collections/MoveReplicaHDFSTest_coll_true/state.json
   [junit4]   2> 	29	/solr/collections/MoveReplicaHDFSTest_failed_coll_true/state.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72115227845853196-127.0.0.1:33470_solr-n_0000000002
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/collections/MoveReplicaHDFSTest_coll_true/leader_elect/shard2/election/72115227845853196-core_node8-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections
   [junit4]   2> 	16	/solr/live_nodes
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 780202 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 780219 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 780323 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:50378) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 780323 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data3/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data4/]]  heartbeating to serv1-vm3/127.0.0.1:50378) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-90184206-127.0.0.1-1520742132586 (Datanode Uuid 6a24cca4-2a37-480a-95a9-3711081b1e6f) service to serv1-vm3/127.0.0.1:50378
   [junit4]   2> 780327 WARN  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 780336 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 780438 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to serv1-vm3/127.0.0.1:50378) [    ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 780438 WARN  (DataNode: [[[DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data1/, [DISK]file:/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001/tempDir-002/hdfsBaseDir/data/data2/]]  heartbeating to serv1-vm3/127.0.0.1:50378) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-90184206-127.0.0.1-1520742132586 (Datanode Uuid bb29dd4a-59fd-4313-9c96-25da4851253a) service to serv1-vm3/127.0.0.1:50378
   [junit4]   2> 780466 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@serv1-vm3:0
   [junit4]   2> 780622 INFO  (SUITE-MoveReplicaHDFSTest-seed#[DD6FD7B8937D5473]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:44613 44613
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.MoveReplicaHDFSTest_DD6FD7B8937D5473-001
   [junit4]   2> Mar 11, 2018 4:22:57 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 26 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=901, maxMBSortInHeap=6.328041464301075, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3938ca1b), locale=es-PR, timezone=Africa/Maseru
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=6,free=275834624,total=422522880
   [junit4]   2> NOTE: All tests run in this JVM: [AutoscalingHistoryHandlerTest, ActionThrottleTest, SchemaApiFailureTest, TestSolrCloudWithSecureImpersonation, TestManagedSchema, TestLuceneIndexBackCompat, TestGraphTermsQParserPlugin, TestCollationFieldDocValues, BasicDistributedZkTest, HttpPartitionOnCommitTest, ParsingFieldUpdateProcessorsTest, XmlUpdateRequestHandlerTest, TestRTimerTree, JSONWriterTest, TestPostingsSolrHighlighter, V2ApiIntegrationTest, TestPullReplicaErrorHandling, DistributedVersionInfoTest, MoveReplicaHDFSTest]
   [junit4] Completed [91/784 (1!)] on J0 in 56.19s, 4 tests, 1 error, 2 skipped <<< FAILURES!

[...truncated 51952 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1724/consoleText

[repro] Revision: e926f435d7e318b30b2d9ec38be87ad9ab7eed45

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=MoveReplicaHDFSTest -Dtests.method=testFailedMove -Dtests.seed=DD6FD7B8937D5473 -Dtests.slow=true -Dtests.locale=es-PR -Dtests.timezone=Africa/Maseru -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3313 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.MoveReplicaHDFSTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=DD6FD7B8937D5473 -Dtests.slow=true -Dtests.locale=es-PR -Dtests.timezone=Africa/Maseru -Dtests.asserts=true -Dtests.file.encoding=UTF-8

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

[...truncated 70 lines...]