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
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to