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

[JENKINS] Lucene-Solr-Tests-master - Build # 2287 - Still Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2287/

6 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeWithMultipleReplicasLost

Error Message:
The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}

Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should not be null SolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null], BEFORE_ACTION=[compute_plan, null]}
	at __randomizedtesting.SeedInfo.seed([865F5307BB5360DA:B69FB28533218186]: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.ComputePlanActionTest.testNodeWithMultipleReplicasLost(ComputePlanActionTest.java:291)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([865F5307BB5360DA:6B9FC417063FFD03]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
	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.sim.TestTriggerIntegration.testCooldown

Error Message:


Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([865F5307BB5360DA:B7E13EE3C5F91528]:0)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testCooldown(TestTriggerIntegration.java:1086)
	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.sim.TestTriggerIntegration.testNodeMarkersRegistration

Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10006_solr should have been deleted

Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10006_solr should have been deleted
	at __randomizedtesting.SeedInfo.seed([865F5307BB5360DA:9EE5DB0BB566AD35]: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.sim.TestTriggerIntegration.testNodeMarkersRegistration(TestTriggerIntegration.java:844)
	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.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([865F5307BB5360DA:DB174D8E7495C695]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
	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.handler.TestReplicationHandler.doTestIndexAndConfigReplication

Error Message:
Index: 0, Size: 0

Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at __randomizedtesting.SeedInfo.seed([865F5307BB5360DA:921708529854DDC4]:0)
	at java.util.ArrayList.rangeCheck(ArrayList.java:657)
	at java.util.ArrayList.get(ArrayList.java:433)
	at org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
	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 12161 lines...]
   [junit4] Suite: org.apache.solr.handler.TestReplicationHandler
   [junit4]   2> 1299391 INFO  (SUITE-TestReplicationHandler-seed#[865F5307BB5360DA]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/init-core-data-001
   [junit4]   2> 1299391 WARN  (SUITE-TestReplicationHandler-seed#[865F5307BB5360DA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1299391 INFO  (SUITE-TestReplicationHandler-seed#[865F5307BB5360DA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1299393 INFO  (SUITE-TestReplicationHandler-seed#[865F5307BB5360DA]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1299426 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestIllegalFilePaths
   [junit4]   2> 1299426 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/collection1
   [junit4]   2> 1299429 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1299431 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1299431 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1299431 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1299431 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@39118351{/solr,null,AVAILABLE}
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3fc159ed{HTTP/1.1,[http/1.1]}{127.0.0.1:42288}
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.Server Started @1310379ms
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/collection1/data, hostContext=/solr, hostPort=42288}
   [junit4]   2> 1299432 ERROR (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1299432 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T22:18:53.340Z
   [junit4]   2> 1299433 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/solr.xml
   [junit4]   2> 1299456 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1299456 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1299457 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1299544 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299580 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299580 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299594 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/.
   [junit4]   2> 1299594 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1299594 INFO  (coreLoadExecutor-2264-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1299641 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1299691 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1299692 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1299692 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/./collection1, trusted=true
   [junit4]   2> 1299693 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299693 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1299693 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/./collection1/data/]
   [junit4]   2> 1299694 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2848261605625597]
   [junit4]   2> 1299787 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1299787 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1299800 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=1.3115234375, floorSegmentMB=1.8466796875, forceMergeDeletesPctAllowed=29.649875733701712, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8464628682824878
   [junit4]   2> 1299801 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@711e94ef[collection1] main]
   [junit4]   2> 1299801 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-001/collection1/conf
   [junit4]   2> 1299802 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1299802 INFO  (coreLoadExecutor-2264-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1299803 INFO  (searcherExecutor-2265-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@711e94ef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1299803 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/collection1
   [junit4]   2> 1299805 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a939fb7{/solr,null,AVAILABLE}
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@129e2a27{HTTP/1.1,[http/1.1]}{127.0.0.1:44504}
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.Server Started @1310760ms
   [junit4]   2> 1299812 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/collection1/data, hostContext=/solr, hostPort=44504}
   [junit4]   2> 1299813 ERROR (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1299813 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1299813 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1299813 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1299813 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T22:18:53.721Z
   [junit4]   2> 1299813 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/solr.xml
   [junit4]   2> 1299867 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1299867 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1299868 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1299934 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299950 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299950 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1299952 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/.
   [junit4]   2> 1299952 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1299953 INFO  (coreLoadExecutor-2274-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1299989 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1300020 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1300021 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1300021 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/./collection1, trusted=true
   [junit4]   2> 1300021 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1300022 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1300022 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/./collection1/data/]
   [junit4]   2> 1300031 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2848261605625597]
   [junit4]   2> 1300126 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1300126 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1300127 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=1.3115234375, floorSegmentMB=1.8466796875, forceMergeDeletesPctAllowed=29.649875733701712, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8464628682824878
   [junit4]   2> 1300127 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2cb387bc[collection1] main]
   [junit4]   2> 1300128 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-002/collection1/conf
   [junit4]   2> 1300145 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 1000ms
   [junit4]   2> 1300145 INFO  (coreLoadExecutor-2274-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1300146 INFO  (searcherExecutor-2275-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2cb387bc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1300149 ERROR (qtp506947883-5506) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must be relative
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1496)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1469)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:593)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1300156 INFO  (qtp506947883-5506) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={file=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/foo&command=filecontent} status=403 QTime=7
   [junit4]   2> 1300158 ERROR (qtp506947883-5510) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name cannot contain ..
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1492)
   [junit4]   2> 	at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1490)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1469)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:593)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1300158 INFO  (qtp506947883-5510) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={file=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1300170 ERROR (qtp506947883-5510) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must be relative
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1496)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1470)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1681)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:589)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1300170 INFO  (qtp506947883-5510) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={cf=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/foo&command=filecontent} status=403 QTime=10
   [junit4]   2> 1300171 ERROR (qtp506947883-5510) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name cannot contain ..
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1492)
   [junit4]   2> 	at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1490)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1470)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsConfFileStream.<init>(ReplicationHandler.java:1681)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:589)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1300171 INFO  (qtp506947883-5510) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={cf=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1300186 ERROR (qtp506947883-5510) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name must be relative
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1496)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1471)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1668)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:591)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1300186 INFO  (qtp506947883-5510) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={tlogFile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/foo&command=filecontent} status=403 QTime=1
   [junit4]   2> 1300190 ERROR (qtp506947883-5510) [    x:collection1] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: File name cannot contain ..
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.lambda$validateFilenameOrError$0(ReplicationHandler.java:1492)
   [junit4]   2> 	at java.lang.Iterable.forEach(Iterable.java:75)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.validateFilenameOrError(ReplicationHandler.java:1490)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$DirectoryFileStream.<init>(ReplicationHandler.java:1471)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsFileStream.<init>(ReplicationHandler.java:1615)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler$LocalFsTlogFileStream.<init>(ReplicationHandler.java:1668)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.getFileStream(ReplicationHandler.java:591)
   [junit4]   2> 	at org.apache.solr.handler.ReplicationHandler.handleRequestBody(ReplicationHandler.java:276)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:177)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2503)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:711)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:517)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:380)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:326)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1637)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:527)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:530)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1300190 INFO  (qtp506947883-5510) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=/solr path=/replication params={tlogFile=../dir/traversal&command=filecontent} status=403 QTime=0
   [junit4]   2> 1300190 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending doTestIllegalFilePaths
   [junit4]   2> 1300233 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@3fc159ed{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1300234 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1664968903
   [junit4]   2> 1300250 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1300250 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8382095: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@16e815f4
   [junit4]   2> 1300253 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1300253 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4be338e2: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26fe581
   [junit4]   2> 1300268 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1300268 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5083292d: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5594e672
   [junit4]   2> 1300269 INFO  (coreCloseExecutor-2280-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6619814a
   [junit4]   2> 1300269 INFO  (coreCloseExecutor-2280-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1712947530
   [junit4]   2> 1300269 INFO  (coreCloseExecutor-2280-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5449672c: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@38d5f438
   [junit4]   2> 1300304 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@39118351{/solr,null,UNAVAILABLE}
   [junit4]   2> 1300304 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1300305 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@129e2a27{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1300305 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1390482070
   [junit4]   2> 1300305 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1300305 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17261baf: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4e5fe516
   [junit4]   2> 1300330 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1300331 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@555f07f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@26fe581
   [junit4]   2> 1300334 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1300334 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5852ee12: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5594e672
   [junit4]   2> 1300343 INFO  (coreCloseExecutor-2282-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@12a83a8b
   [junit4]   2> 1300343 INFO  (coreCloseExecutor-2282-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=313014923
   [junit4]   2> 1300343 INFO  (coreCloseExecutor-2282-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@591ac421: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@32bc81b
   [junit4]   2> 1300372 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6a939fb7{/solr,null,UNAVAILABLE}
   [junit4]   2> 1300372 INFO  (TEST-TestReplicationHandler.doTestIllegalFilePaths-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 1300380 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting doTestStopPoll
   [junit4]   2> 1300381 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/collection1
   [junit4]   2> 1300383 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1300391 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1300391 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1300392 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1300392 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3772b132{/solr,null,AVAILABLE}
   [junit4]   2> 1300392 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@579682d{HTTP/1.1,[http/1.1]}{127.0.0.1:40660}
   [junit4]   2> 1300392 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.e.j.s.Server Started @1311339ms
   [junit4]   2> 1300392 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/collection1/data, hostContext=/solr, hostPort=40660}
   [junit4]   2> 1300392 ERROR (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-30T22:18:54.301Z
   [junit4]   2> 1300393 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/solr.xml
   [junit4]   2> 1300408 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1300408 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1300409 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1300502 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1300533 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1300534 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1300535 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/.
   [junit4]   2> 1300535 INFO  (TEST-TestReplicationHandler.doTestStopPoll-seed#[865F5307BB5360DA]) [    ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 1300536 INFO  (coreLoadExecutor-2289-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 1300605 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1300636 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1300695 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.2 with uniqueid field id
   [junit4]   2> 1300695 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/./collection1, trusted=true
   [junit4]   2> 1300696 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@46eebabf
   [junit4]   2> 1300696 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1300696 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/./collection1/data/]
   [junit4]   2> 1300720 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.2848261605625597]
   [junit4]   2> 1300828 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1300828 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1300837 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=1.3115234375, floorSegmentMB=1.8466796875, forceMergeDeletesPctAllowed=29.649875733701712, segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8464628682824878
   [junit4]   2> 1300837 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@62fc87ae[collection1] main]
   [junit4]   2> 1300838 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.handler.TestReplicationHandler_865F5307BB5360DA-001/solr-instance-003/collection1/conf
   [junit4]   2> 1300838 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Replication enabled for following config files: schema.xml,xslt/dummy.xsl
   [junit4]   2> 1300838 INFO  (coreLoadExecutor-2289-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1300839 INFO  (searcherExecutor-2290-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@62fc87ae[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [juni

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

read-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4153580 INFO  (jetty-closer-6606-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72176064204570648-127.0.0.1:41293_solr-n_0000000006) closing
   [junit4]   2> 4153580 INFO  (OverseerStateUpdate-72176064204570648-127.0.0.1:41293_solr-n_0000000006) [n:127.0.0.1:41293_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41293_solr
   [junit4]   2> 4153580 WARN  (OverseerAutoScalingTriggerThread-72176064204570648-127.0.0.1:41293_solr-n_0000000006) [n:127.0.0.1:41293_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4153588 DEBUG (jetty-closer-6606-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 4153590 INFO  (jetty-closer-6606-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7169b4bf{/solr,null,UNAVAILABLE}
   [junit4]   2> 4153590 INFO  (jetty-closer-6606-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4153590 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 0x1006bbf7c330018, likely client has closed socket
   [junit4]   2> 4154912 WARN  (zkCallback-6811-thread-2-processing-n:127.0.0.1:34677_solr) [n:127.0.0.1:34677_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4154912 INFO  (jetty-closer-6606-thread-11) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@69ddb27{/solr,null,UNAVAILABLE}
   [junit4]   2> 4154912 INFO  (jetty-closer-6606-thread-11) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4155042 INFO  (jetty-closer-6606-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@619fc5ba{/solr,null,UNAVAILABLE}
   [junit4]   2> 4155042 INFO  (jetty-closer-6606-thread-10) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4155089 INFO  (jetty-closer-6606-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@34756c42{/solr,null,UNAVAILABLE}
   [junit4]   2> 4155089 INFO  (jetty-closer-6606-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4155096 INFO  (jetty-closer-6606-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bbd0a0e{/solr,null,UNAVAILABLE}
   [junit4]   2> 4155096 INFO  (jetty-closer-6606-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4155097 ERROR (SUITE-TriggerIntegrationTest-seed#[865F5307BB5360DA]-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> 4155097 INFO  (SUITE-TriggerIntegrationTest-seed#[865F5307BB5360DA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45139 45139
   [junit4]   2> 4155228 INFO  (Thread-7994) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:45139 45139
   [junit4]   2> 4155228 WARN  (Thread-7994) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	21	/solr/clusterprops.json
   [junit4]   2> 	21	/solr/aliases.json
   [junit4]   2> 	20	/solr/security.json
   [junit4]   2> 	10	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	131	/solr/collections/collection1/state.json
   [junit4]   2> 	46	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	21	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72176064204570663-127.0.0.1:35885_solr-n_0000000011
   [junit4]   2> 	3	/solr/overseer_elect/election/72176064204570678-127.0.0.1:38610_solr-n_0000000016
   [junit4]   2> 	3	/solr/collections/collection1/leader_elect/shard1/election/72176064204570648-core_node3-n_0000000001
   [junit4]   2> 	2	/solr/overseer_elect/election/72176064204570657-127.0.0.1:45589_solr-n_0000000009
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72176064204570654-core_node10-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72176064204570666-127.0.0.1:44091_solr-n_0000000012
   [junit4]   2> 	2	/solr/overseer_elect/election/72176064204570638-127.0.0.1:41892_solr-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/live_nodes
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	5	/solr/overseer/queue
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_865F5307BB5360DA-001
   [junit4]   2> Jan 30, 2018 11:06:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@666d2b9c), locale=es-CL, timezone=Asia/Macao
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=124753392,total=517472256
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSynonymGraphFilterFactory, UUIDFieldTest, ZkSolrClientTest, TestManagedSchema, TestRandomFaceting, TestSolrConfigHandlerConcurrent, TestWordDelimiterFilterFactory, TestGroupingSearch, ShufflingReplicaListTransformerTest, PKIAuthenticationIntegrationTest, TestFastOutputStream, TestCloudSchemaless, RecoveryAfterSoftCommitTest, SynonymTokenizerTest, TestCollationField, TestOmitPositions, TestConfigSets, TestQuerySenderNoQuery, HdfsThreadLeakTest, SegmentsInfoRequestHandlerTest, TestFieldCacheSortRandom, TestDistribIDF, TestIBSimilarityFactory, IndexBasedSpellCheckerTest, TestPhraseSuggestions, OverseerStatusTest, SolrJmxReporterCloudTest, TestDistributedSearch, TestMinMaxOnMultiValuedField, MetricsHandlerTest, DistributedFacetExistsSmallTest, TestCloudRecovery, RequestLoggingTest, TestTrieFacet, SuggesterWFSTTest, RAMDirectoryFactoryTest, ZkNodePropsTest, ZkStateReaderTest, DirectUpdateHandlerTest, TestSubQueryTransformerCrossCore, ZkCLITest, TestHttpShardHandlerFactory, TestNamedUpdateProcessors, TestReplicationHandlerBackup, CollectionsAPIDistributedZkTest, TestNumericRangeQuery32, MigrateRouteKeyTest, ActionThrottleTest, BinaryUpdateRequestHandlerTest, ExternalFileFieldSortTest, TestTolerantUpdateProcessorCloud, TestCSVLoader, MoveReplicaHDFSTest, CheckHdfsIndexTest, SubstringBytesRefFilterTest, CustomHighlightComponentTest, TestCustomDocTransformer, ChaosMonkeyNothingIsSafeTest, TestSolrFieldCacheBean, TestLocalFSCloudBackupRestore, ChaosMonkeySafeLeaderWithPullReplicasTest, TestShardHandlerFactory, TestRandomRequestDistribution, EchoParamsTest, CdcrUpdateLogTest, TestPHPSerializedResponseWriter, TestSQLHandler, TestCrossCoreJoin, UpdateLogTest, TestSizeLimitedDistributedMap, CdcrBootstrapTest, SpellingQueryConverterTest, HdfsChaosMonkeySafeLeaderTest, OutputWriterTest, UUIDUpdateProcessorFallbackTest, TestConfigOverlay, TestRawResponseWriter, TestSolrQueryResponse, TestLuceneIndexBackCompat, DistributedQueryComponentCustomSortTest, CollectionReloadTest, ZkFailoverTest, TestStressInPlaceUpdates, TestRuleBasedAuthorizationPlugin, TestImpersonationWithHadoopAuth, ChangedSchemaMergeTest, TestJoin, SolrCloudReportersTest, TestPolicyCloud, SolrRequestParserTest, HdfsDirectoryTest, HdfsRecoveryZkTest, TestExtendedDismaxParser, BlockJoinFacetSimpleTest, SuggestComponentTest, TestLMDirichletSimilarityFactory, V2StandaloneTest, DocumentAnalysisRequestHandlerTest, DefaultValueUpdateProcessorTest, HttpTriggerListenerTest, TestTriggerIntegration, TestHashQParserPlugin, AutoAddReplicasIntegrationTest, TestCryptoKeys, TestConfig, ReplicationFactorTest, SolrIndexSplitterTest, TermVectorComponentDistributedTest, StatsComponentTest, SolrIndexMetricsTest, LIRRollingUpdatesTest, CursorPagingTest, SpellCheckCollatorWithCollapseTest, CoreAdminRequestStatusTest, DistributedFacetSimpleRefinementLongTailTest, PreAnalyzedUpdateProcessorTest, TestLRUStatsCache, DeleteShardTest, ShardRoutingTest, DeleteLastCustomShardedReplicaTest, TestCopyFieldCollectionResource, AssignBackwardCompatibilityTest, TestIndexingPerformance, TestDynamicLoading, TestFieldTypeResource, CloudExitableDirectoryReaderTest, CollectionsAPISolrJTest, DistributedQueueTest, DistributedVersionInfoTest, LeaderElectionContextKeyTest, LeaderFailureAfterFreshStartTest, NodeMutatorTest, OverseerCollectionConfigSetProcessorTest, OverseerRolesTest, OverseerTaskQueueTest, RollingRestartTest, TestAuthenticationFramework, TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDistribDocBasedVersion, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestPrepRecovery, TestSSLRandomization, TestSegmentSorting, TestSolrCloudWithKerberosAlt, CollectionsAPIAsyncDistributedZkTest, TestRequestStatusCollectionAPI, NodeAddedTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [647/773 (4!)] on J0 in 209.94s, 14 tests, 1 failure <<< FAILURES!

[...truncated 48454 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2289 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2289/

7 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.facet.PivotFacetTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.PivotFacetTest:     1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.PivotFacetTest: 
   1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8AC9E657FA81F3EA]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.analytics.facet.PivotFacetTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([8AC9E657FA81F3EA]:0)


FAILED:  org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([443E3E06A86FE42E:586C7F4D15B44476]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
	at org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataCAR(AliasIntegrationTest.java:262)
	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.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([443E3E06A86FE42E:CC6A01DC069389D6]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
	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.TestTlogReplica.testRecovery

Error Message:
Can not find doc 8 in https://127.0.0.1:40701/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:40701/solr
	at __randomizedtesting.SeedInfo.seed([443E3E06A86FE42E:85CE47AA853F2E89]: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.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
	at org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
	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.TestUtilizeNode.test

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([443E3E06A86FE42E:CC6A01DC069389D6]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.TestUtilizeNode.test(TestUtilizeNode.java:81)
	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.sim.TestLargeCluster.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([443E3E06A86FE42E:1976208F67A94261]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.sim.TestLargeCluster.testSearchRate(TestLargeCluster.java:547)
	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 12356 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestUtilizeNode
   [junit4]   2> 1357131 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/init-core-data-001
   [junit4]   2> 1357132 WARN  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 1357132 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1357150 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1357153 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001
   [junit4]   2> 1357153 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1357153 INFO  (Thread-1424) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1357153 INFO  (Thread-1424) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1357180 ERROR (Thread-1424) [    ] 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> 1357263 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:34270
   [junit4]   2> 1357265 INFO  (zkConnectionManagerCallback-1283-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357290 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1357292 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1357293 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1357317 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T12:27:37-09:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1357375 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1357375 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1357375 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1357375 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5281c44b{/solr,null,AVAILABLE}
   [junit4]   2> 1357376 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@79533218{SSL,[ssl, http/1.1]}{127.0.0.1:38684}
   [junit4]   2> 1357376 INFO  (jetty-launcher-1280-thread-2) [    ] o.e.j.s.Server Started @1362122ms
   [junit4]   2> 1357376 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38684}
   [junit4]   2> 1357376 ERROR (jetty-launcher-1280-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1357376 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1357376 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1357376 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1357377 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-31T18:27:44.923Z
   [junit4]   2> 1357498 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1357498 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1357498 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 1357498 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d389fc3{/solr,null,AVAILABLE}
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5cbc57c5{SSL,[ssl, http/1.1]}{127.0.0.1:33988}
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.e.j.s.Server Started @1362245ms
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33988}
   [junit4]   2> 1357499 ERROR (jetty-launcher-1280-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1357499 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-31T18:27:45.045Z
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5066a5b2{/solr,null,AVAILABLE}
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@9010263{SSL,[ssl, http/1.1]}{127.0.0.1:46485}
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.e.j.s.Server Started @1362247ms
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46485}
   [junit4]   2> 1357501 ERROR (jetty-launcher-1280-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1357501 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1357502 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-31T18:27:45.048Z
   [junit4]   2> 1357607 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1357607 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1357608 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1357608 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fb400e1{/solr,null,AVAILABLE}
   [junit4]   2> 1357608 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@140a9e0b{SSL,[ssl, http/1.1]}{127.0.0.1:34167}
   [junit4]   2> 1357608 INFO  (jetty-launcher-1280-thread-1) [    ] o.e.j.s.Server Started @1362354ms
   [junit4]   2> 1357608 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34167}
   [junit4]   2> 1357609 ERROR (jetty-launcher-1280-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1357609 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1357609 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1357609 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1357609 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-31T18:27:45.155Z
   [junit4]   2> 1357625 INFO  (zkConnectionManagerCallback-1287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357625 INFO  (zkConnectionManagerCallback-1289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357625 INFO  (zkConnectionManagerCallback-1285-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357628 INFO  (zkConnectionManagerCallback-1291-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357629 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1357629 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1357639 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1357643 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1357717 INFO  (jetty-launcher-1280-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34270/solr
   [junit4]   2> 1357719 INFO  (jetty-launcher-1280-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34270/solr
   [junit4]   2> 1357802 INFO  (jetty-launcher-1280-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34270/solr
   [junit4]   2> 1357878 INFO  (zkConnectionManagerCallback-1301-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357894 INFO  (jetty-launcher-1280-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34270/solr
   [junit4]   2> 1357895 INFO  (zkConnectionManagerCallback-1295-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357912 INFO  (zkConnectionManagerCallback-1305-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357913 INFO  (zkConnectionManagerCallback-1309-thread-1-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357915 INFO  (zkConnectionManagerCallback-1307-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357947 INFO  (zkConnectionManagerCallback-1311-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357974 INFO  (zkConnectionManagerCallback-1314-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1358001 INFO  (zkConnectionManagerCallback-1316-thread-1-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1358101 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1358154 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38684_solr
   [junit4]   2> 1358156 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.c.Overseer Overseer (id=72180644216438794-127.0.0.1:38684_solr-n_0000000000) starting
   [junit4]   2> 1358223 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38684_solr
   [junit4]   2> 1358261 INFO  (OverseerStateUpdate-72180644216438794-127.0.0.1:38684_solr-n_0000000000) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1358682 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1358683 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1358684 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34167_solr
   [junit4]   2> 1358774 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1358839 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38684.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1358891 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1358895 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38684.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1358895 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38684.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1358922 INFO  (jetty-launcher-1280-thread-2) [n:127.0.0.1:38684_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node2/.
   [junit4]   2> 1359069 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34167.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359120 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34167.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359120 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34167.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359121 INFO  (jetty-launcher-1280-thread-1) [n:127.0.0.1:34167_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node1/.
   [junit4]   2> 1359138 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1359154 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1359156 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46485_solr
   [junit4]   2> 1359174 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1359175 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1359248 INFO  (zkCallback-1308-thread-1-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1359480 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46485.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359504 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1359505 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1359506 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33988_solr
   [junit4]   2> 1359532 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46485.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359532 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46485.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359533 INFO  (jetty-launcher-1280-thread-3) [n:127.0.0.1:46485_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node3/.
   [junit4]   2> 1359560 INFO  (zkCallback-1310-thread-2-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1359571 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1359561 INFO  (zkCallback-1315-thread-1-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1359596 INFO  (zkCallback-1308-thread-1-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1359806 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33988.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359840 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33988.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359841 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33988.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1359841 INFO  (jetty-launcher-1280-thread-4) [n:127.0.0.1:33988_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node4/.
   [junit4]   2> 1359996 INFO  (zkConnectionManagerCallback-1325-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1360007 INFO  (zkConnectionManagerCallback-1329-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1360007 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1360008 INFO  (SUITE-TestUtilizeNode-seed#[443E3E06A86FE42E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34270/solr ready
   [junit4]   2> 1360134 INFO  (qtp2076910093-6540) [n:127.0.0.1:34167_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1360152 INFO  (qtp2076910093-6540) [n:127.0.0.1:34167_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=18
   [junit4]   2> 1360250 INFO  (TEST-TestUtilizeNode.test-seed#[443E3E06A86FE42E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1360273 INFO  (TEST-TestUtilizeNode.test-seed#[443E3E06A86FE42E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1360290 INFO  (zkConnectionManagerCallback-1332-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1360313 INFO  (qtp2076910093-6543) [n:127.0.0.1:34167_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf1&name=utilizenodecoll&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1360318 INFO  (OverseerThreadFactory-3141-thread-2-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection utilizenodecoll
   [junit4]   2> 1360318 INFO  (OverseerCollectionConfigSetProcessor-72180644216438794-127.0.0.1:38684_solr-n_0000000000) [n:127.0.0.1:38684_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1360522 INFO  (OverseerStateUpdate-72180644216438794-127.0.0.1:38684_solr-n_0000000000) [n:127.0.0.1:38684_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34167/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1360549 INFO  (OverseerStateUpdate-72180644216438794-127.0.0.1:38684_solr-n_0000000000) [n:127.0.0.1:38684_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"utilizenodecoll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46485/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1360551 INFO  (OverseerStateUpdate-72180644216438794-127.0.0.1:38684_solr-n_0000000000) [n:127.0.0.1:38684_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38684/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1360617 INFO  (OverseerStateUpdate-72180644216438794-127.0.0.1:38684_solr-n_0000000000) [n:127.0.0.1:38684_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"utilizenodecoll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"utilizenodecoll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33988/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1361229 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1361230 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1361536 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n6&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1361536 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n2&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1361537 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1361537 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1361548 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1361569 INFO  (zkCallback-1313-thread-2-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1361739 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard2_replica_n4&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1361739 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1362002 INFO  (zkCallback-1313-thread-2-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362002 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362015 INFO  (zkCallback-1310-thread-2-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362022 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362023 INFO  (zkCallback-1308-thread-1-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362023 INFO  (zkCallback-1315-thread-1-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362023 INFO  (zkCallback-1308-thread-2-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362023 INFO  (zkCallback-1315-thread-2-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1362616 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1362697 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 1362944 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1362997 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1363013 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1363013 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n1' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 1363014 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34167.solr.core.utilizenodecoll.shard1.replica_n1' (registry 'solr.core.utilizenodecoll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1363014 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1363014 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node1/utilizenodecoll_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node1/./utilizenodecoll_shard1_replica_n1/data/]
   [junit4]   2> 1363047 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1363199 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.IndexSchema [utilizenodecoll_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 1363199 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 1363215 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.IndexSchema [utilizenodecoll_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 1363460 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1363460 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard1_replica_n2' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 1363460 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46485.solr.core.utilizenodecoll.shard1.replica_n2' (registry 'solr.core.utilizenodecoll.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1363460 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1363460 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore [[utilizenodecoll_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node3/utilizenodecoll_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node3/./utilizenodecoll_shard1_replica_n2/data/]
   [junit4]   2> 1363492 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1363492 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n6' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 1363492 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33988.solr.core.utilizenodecoll.shard2.replica_n6' (registry 'solr.core.utilizenodecoll.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1363493 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1363493 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node4/utilizenodecoll_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node4/./utilizenodecoll_shard2_replica_n6/data/]
   [junit4]   2> 1363512 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 1363512 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'utilizenodecoll_shard2_replica_n4' using configuration from collection utilizenodecoll, trusted=true
   [junit4]   2> 1363512 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38684.solr.core.utilizenodecoll.shard2.replica_n4' (registry 'solr.core.utilizenodecoll.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c2f94ce
   [junit4]   2> 1363513 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1363513 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore [[utilizenodecoll_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node2/utilizenodecoll_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestUtilizeNode_443E3E06A86FE42E-001/tempDir-001/node2/./utilizenodecoll_shard2_replica_n4/data/]
   [junit4]   2> 1363562 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1363562 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1363563 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1363563 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1363578 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ebb60a1[utilizenodecoll_shard1_replica_n1] main]
   [junit4]   2> 1363599 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1363599 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1363599 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1363600 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591133623965188096
   [junit4]   2> 1363602 INFO  (searcherExecutor-3150-thread-1-processing-n:127.0.0.1:34167_solr x:utilizenodecoll_shard1_replica_n1 s:shard1 c:utilizenodecoll r:core_node3) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n1] Registered new searcher Searcher@2ebb60a1[utilizenodecoll_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1363652 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1363702 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1363702 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1363703 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1363703 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1363737 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6ee4fb44[utilizenodecoll_shard1_replica_n2] main]
   [junit4]   2> 1363745 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1363745 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1363746 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1363747 INFO  (searcherExecutor-3152-thread-1-processing-n:127.0.0.1:46485_solr x:utilizenodecoll_shard1_replica_n2 s:shard1 c:utilizenodecoll r:core_node5) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.SolrCore [utilizenodecoll_shard1_replica_n2] Registered new searcher Searcher@6ee4fb44[utilizenodecoll_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1363747 INFO  (qtp156119322-6530) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591133624119328768
   [junit4]   2> 1363817 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363817 INFO  (zkCallback-1313-thread-2-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363821 INFO  (zkCallback-1308-thread-1-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363829 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363829 INFO  (zkCallback-1310-thread-2-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363833 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1363834 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1363835 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1363835 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1363836 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@65040446[utilizenodecoll_shard2_replica_n6] main]
   [junit4]   2> 1363837 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1363870 INFO  (zkCallback-1315-thread-2-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363870 INFO  (zkCallback-1315-thread-1-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363870 INFO  (zkCallback-1308-thread-3-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1363870 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1363871 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1363871 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591133624249352192
   [junit4]   2> 1363872 INFO  (searcherExecutor-3153-thread-1-processing-n:127.0.0.1:33988_solr x:utilizenodecoll_shard2_replica_n6 s:shard2 c:utilizenodecoll r:core_node8) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SolrCore [utilizenodecoll_shard2_replica_n6] Registered new searcher Searcher@65040446[utilizenodecoll_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1363888 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1363951 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1363951 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1363968 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1363968 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1363969 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@36371ace[utilizenodecoll_shard2_replica_n4] main]
   [junit4]   2> 1363991 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1363992 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1363992 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1363992 INFO  (qtp1062719361-6515) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591133624376229888
   [junit4]   2> 1363995 INFO  (searcherExecutor-3154-thread-1-processing-n:127.0.0.1:38684_solr x:utilizenodecoll_shard2_replica_n4 s:shard2 c:utilizenodecoll r:core_node7) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.SolrCore [utilizenodecoll_shard2_replica_n4] Registered new searcher Searcher@36371ace[utilizenodecoll_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1364008 INFO  (zkCallback-1310-thread-2-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364008 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364012 INFO  (zkCallback-1315-thread-1-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364012 INFO  (zkCallback-1315-thread-2-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364032 INFO  (zkCallback-1313-thread-2-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364032 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364032 INFO  (zkCallback-1308-thread-3-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364032 INFO  (zkCallback-1308-thread-2-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364153 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1364153 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1364153 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34167/solr/utilizenodecoll_shard1_replica_n1/
   [junit4]   2> 1364186 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n1 url=https://127.0.0.1:34167/solr START replicas=[https://127.0.0.1:46485/solr/utilizenodecoll_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1364237 INFO  (qtp156119322-6507) [n:127.0.0.1:46485_solr c:utilizenodecoll s:shard1 r:core_node5 x:utilizenodecoll_shard1_replica_n2] o.a.s.c.S.Request [utilizenodecoll_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1364397 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1364397 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1364397 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:33988/solr/utilizenodecoll_shard2_replica_n6/
   [junit4]   2> 1364397 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n6 url=https://127.0.0.1:33988/solr START replicas=[https://127.0.0.1:38684/solr/utilizenodecoll_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 1364401 INFO  (qtp1062719361-6506) [n:127.0.0.1:38684_solr c:utilizenodecoll s:shard2 r:core_node7 x:utilizenodecoll_shard2_replica_n4] o.a.s.c.S.Request [utilizenodecoll_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1364494 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard1_replica_n1 url=https://127.0.0.1:34167/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1364494 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1364494 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1364494 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1364497 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34167/solr/utilizenodecoll_shard1_replica_n1/ shard1
   [junit4]   2> 1364620 INFO  (zkCallback-1308-thread-2-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1315-thread-3-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1308-thread-3-processing-n:127.0.0.1:46485_solr) [n:127.0.0.1:46485_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1313-thread-2-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1315-thread-2-processing-n:127.0.0.1:33988_solr) [n:127.0.0.1:33988_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1310-thread-2-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1313-thread-1-processing-n:127.0.0.1:34167_solr) [n:127.0.0.1:34167_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364620 INFO  (zkCallback-1310-thread-1-processing-n:127.0.0.1:38684_solr) [n:127.0.0.1:38684_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/utilizenodecoll/state.json] for collection [utilizenodecoll] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1364621 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1364622 INFO  (qtp2076910093-6542) [n:127.0.0.1:34167_solr c:utilizenodecoll s:shard1 r:core_node3 x:utilizenodecoll_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=utilizenodecoll_shard1_replica_n1&action=CREATE&numShards=2&collection=utilizenodecoll&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3392
   [junit4]   2> 1364716 INFO  (qtp1562974966-6520) [n:127.0.0.1:33988_solr c:utilizenodecoll s:shard2 r:core_node8 x:utilizenodecoll_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=utilizenodecoll_shard2_replica_n6 url=https://127.0.0.1:33988/solr DONE.  We have no versions.  sync failed.
   

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

Test, DistributedFacetPivotLargeTest, InfixSuggestersTest, TestTolerantUpdateProcessorRandomCloud, TestStressLiveNodes, ZkStateWriterTest, TestRandomDVFaceting, TestOnReconnectListenerSupport, TestSuggestSpellingConverter, SpatialHeatmapFacetsTest, CoreMergeIndexesAdminHandlerTest, HighlighterMaxOffsetTest, DisMaxRequestHandlerTest, TestJavabinTupleStreamParser, AtomicUpdatesTest, DistributedFacetPivotSmallTest, SolrShardReporterTest, DistribCursorPagingTest, HLLUtilTest, CdcrVersionReplicationTest, SolrGangliaReporterTest, TestTestInjection, ExecutePlanActionTest, ConcurrentDeleteAndCreateCollectionTest, BlockJoinFacetDistribTest, ResponseHeaderTest, DistanceFunctionTest, IndexSchemaRuntimeFieldTest, BigEndianAscendingWordDeserializerTest, SearchRateTriggerTest, TestCollationFieldDocValues, TestReRankQParserPlugin, TestNumericRangeQuery64, TestSchemaNameResource, TestConfigSetsAPIExclusivity, TestLFUCache, CurrencyRangeFacetCloudTest, RulesTest, DistanceUnitsTest, TestRebalanceLeaders, TestOverriddenPrefixQueryForCustomFieldType, MergeStrategyTest, TimeZoneUtilsTest, TestSchemaManager, DistributedQueryComponentOptimizationTest, HdfsNNFailoverTest, BasicFunctionalityTest, TestBadConfig, DistributedQueryElevationComponentTest, CoreAdminHandlerTest, SuggesterTSTTest, SuggesterTest, TestStressLucene, TestTrie, SpatialFilterTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, QueryEqualityTest, DocValuesMultiTest, SolrInfoBeanTest, XsltUpdateRequestHandlerTest, TestSurroundQueryParser, TestReversedWildcardFilterFactory, TestQueryTypes, RequestHandlersTest, TestIndexingPerformance, FastVectorHighlighterTest, RegexBoostProcessorTest, IndexSchemaTest, TestCollationField, UpdateRequestProcessorFactoryTest, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, SearchHandlerTest, TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, TestSweetSpotSimilarityFactory, TestLMDirichletSimilarityFactory, TestFastWriter, PluginInfoTest, TestSystemIdResolver, DateFieldTest, TestUtils, ZkNodePropsTest, DistributedMLTComponentTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort, TestHighlightDedupGrouping, ChaosMonkeyNothingIsSafeWithPullReplicasTest, ConcurrentCreateRoutedAliasTest, DistributedQueueTest, ForceLeaderTest, NodeMutatorTest, OverseerModifyCollectionTest, OverseerStatusTest, PeerSyncReplicationTest, TestCloudPseudoReturnFields, TestConfigSetsAPI, TestRandomFlRTGCloud, TestRequestForwarding, TestSegmentSorting, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestTlogReplica]
   [junit4] Completed [579/774 (5!)] on J2 in 141.91s, 13 tests, 1 failure <<< FAILURES!

[...truncated 3737 lines...]
   [junit4] Suite: org.apache.solr.analytics.facet.PivotFacetTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.facet.PivotFacetTest_8AC9E657FA81F3EA-001/init-core-data-001
   [junit4]   2> Jan 31, 2018 7:25:11 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jan 31, 2018 7:25:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.PivotFacetTest: 
   [junit4]   2>    1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Jan 31, 2018 7:25:31 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
   [junit4]   2> Jan 31, 2018 7:25:34 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> SEVERE: There are still zombie threads that couldn't be terminated:
   [junit4]   2>    1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]   2>         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]   2>         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]   2>         at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {string_s=Lucene50(blocksize=128), id=PostingsFormat(name=MockRandom), string_sm=Lucene50(blocksize=128)}, docValues:{int_i=DocValuesFormat(name=Asserting), double_dm=DocValuesFormat(name=Memory), float_fm=DocValuesFormat(name=Lucene70), int_im=DocValuesFormat(name=Lucene70), date_dt=DocValuesFormat(name=Asserting), date_dtm=DocValuesFormat(name=Lucene70), long_lm=DocValuesFormat(name=Lucene70), double_d=DocValuesFormat(name=Lucene70), float_f=DocValuesFormat(name=Memory), long_l=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Lucene70), string_s=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Memory), string_sm=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1032, maxMBSortInHeap=7.652959654536091, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a71bc50), locale=pl, timezone=MST7MDT
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=2,free=172716136,total=311427072
   [junit4]   2> NOTE: All tests run in this JVM: [RemoveFunctionTest, CastingIntValueTest, PivotFacetTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=PivotFacetTest -Dtests.seed=8AC9E657FA81F3EA -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=MST7MDT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | PivotFacetTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.analytics.facet.PivotFacetTest: 
   [junit4]    >    1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8AC9E657FA81F3EA]:0)Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   [junit4]    >    1) Thread[id=59, name=qtp88290436-59, state=TIMED_WAITING, group=TGRP-PivotFacetTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
   [junit4]    >         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
   [junit4]    >         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
   [junit4]    >         at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8AC9E657FA81F3EA]:0)
   [junit4] Completed [24/78 (1!)] on J0 in 110.92s, 1 test, 2 errors <<< FAILURES!

[...truncated 45072 lines...]

[JENKINS] Lucene-Solr-Tests-master - Build # 2288 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2288/

2 tests failed.
FAILED:  org.apache.solr.cloud.CreateRoutedAliasTest.testTimeStampWithMsFails

Error Message:
Error from server at http://127.0.0.1:37966/solr: Collection : testV2_2018-01-31 is part of alias testV2 remove or modify the alias before removing this collection.

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:37966/solr: Collection : testV2_2018-01-31 is part of alias testV2 remove or modify the alias before removing this collection.
	at __randomizedtesting.SeedInfo.seed([2C321FC05F3A1311:7E2A4CA8209CAAF2]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:444)
	at org.apache.solr.cloud.CreateRoutedAliasTest.doBefore(CreateRoutedAliasTest.java:95)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:968)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


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

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([2C321FC05F3A1311:A58A1F94435BC7D]:0)
	at org.junit.Assert.fail(Assert.java:92)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertTrue(Assert.java:54)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTrigger(TriggerIntegrationTest.java:456)
	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 12303 lines...]
   [junit4] Suite: org.apache.solr.cloud.CreateRoutedAliasTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/init-core-data-001
   [junit4]   2> 1221251 WARN  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=43 numCloses=43
   [junit4]   2> 1221251 INFO  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1221284 INFO  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 1221284 INFO  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1221285 INFO  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001
   [junit4]   2> 1221285 INFO  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1221321 INFO  (Thread-1129) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1221321 INFO  (Thread-1129) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1221354 ERROR (Thread-1129) [    ] 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> 1221430 INFO  (SUITE-CreateRoutedAliasTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39115
   [junit4]   2> 1221559 INFO  (zkConnectionManagerCallback-1146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1221739 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1221739 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 1221843 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1221843 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1221843 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1221843 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1221843 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1221843 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 1221844 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@43bc6b2f{/solr,null,AVAILABLE}
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23b76149{HTTP/1.1,[http/1.1]}{127.0.0.1:37966}
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.e.j.s.Server Started @1233054ms
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37966}
   [junit4]   2> 1221845 ERROR (jetty-launcher-1143-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1221845 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-31T09:47:31.923Z
   [junit4]   2> 1221864 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6c71766b{/solr,null,AVAILABLE}
   [junit4]   2> 1221864 INFO  (zkConnectionManagerCallback-1148-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1221864 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@160e1115{HTTP/1.1,[http/1.1]}{127.0.0.1:39034}
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.e.j.s.Server Started @1233147ms
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39034}
   [junit4]   2> 1221937 ERROR (jetty-launcher-1143-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1221937 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-01-31T09:47:32.015Z
   [junit4]   2> 1221992 INFO  (jetty-launcher-1143-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39115/solr
   [junit4]   2> 1222009 INFO  (zkConnectionManagerCallback-1150-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222066 INFO  (zkConnectionManagerCallback-1154-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222067 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1222131 INFO  (zkConnectionManagerCallback-1156-thread-1-processing-n:127.0.0.1:37966_solr) [n:127.0.0.1:37966_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222176 INFO  (jetty-launcher-1143-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39115/solr
   [junit4]   2> 1222277 INFO  (zkConnectionManagerCallback-1161-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222504 INFO  (zkConnectionManagerCallback-1163-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1222718 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1222735 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39034_solr
   [junit4]   2> 1222736 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.c.Overseer Overseer (id=72178598620954630-127.0.0.1:39034_solr-n_0000000000) starting
   [junit4]   2> 1222860 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39034_solr
   [junit4]   2> 1222918 INFO  (OverseerStateUpdate-72178598620954630-127.0.0.1:39034_solr-n_0000000000) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1222988 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1222989 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1223027 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37966_solr
   [junit4]   2> 1223136 INFO  (zkCallback-1155-thread-1-processing-n:127.0.0.1:37966_solr) [n:127.0.0.1:37966_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1223204 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1223362 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1223375 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37966.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1223438 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1223438 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1223439 INFO  (jetty-launcher-1143-thread-1) [n:127.0.0.1:39034_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/.
   [junit4]   2> 1223448 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37966.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1223448 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37966.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1223449 INFO  (jetty-launcher-1143-thread-2) [n:127.0.0.1:37966_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node2/.
   [junit4]   2> 1223601 INFO  (zkConnectionManagerCallback-1168-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223636 INFO  (TEST-CreateRoutedAliasTest.testRandomRouterNameFails-seed#[2C321FC05F3A1311]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRandomRouterNameFails
   [junit4]   2> 1223650 INFO  (qtp750025469-5161) [n:127.0.0.1:39034_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1223659 INFO  (qtp750025469-5161) [n:127.0.0.1:39034_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=8
   [junit4]   2> 1223695 INFO  (zkConnectionManagerCallback-1173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1223696 INFO  (TEST-CreateRoutedAliasTest.testRandomRouterNameFails-seed#[2C321FC05F3A1311]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1223723 INFO  (TEST-CreateRoutedAliasTest.testRandomRouterNameFails-seed#[2C321FC05F3A1311]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39115/solr ready
   [junit4]   2> 1223763 INFO  (TEST-CreateRoutedAliasTest.testRandomRouterNameFails-seed#[2C321FC05F3A1311]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1223789 INFO  (qtp1986137977-5169) [n:127.0.0.1:37966_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :createroutedalias with params router.interval=%2B30MINUTE&router.start=2018-01-15T00:00:00Z&create-collection.collection.configName=_default&router.field=evt_dt&name=testRandomRouterNameFails&router.name=tiafasme&create-collection.numShards=1&action=CREATEROUTEDALIAS&wt=json and sendToOCPQueue=true
   [junit4]   2> 1223807 ERROR (OverseerThreadFactory-2071-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testRandomRouterNameFails operation: createroutedalias failed:org.apache.solr.common.SolrException: Only 'time' routed aliases is supported right now.
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.TimeRoutedAlias.<init>(TimeRoutedAlias.java:134)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateAliasCmd.callCreateRoutedAlias(CreateAliasCmd.java:116)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateAliasCmd.call(CreateAliasCmd.java:65)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:254)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:469)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1223838 INFO  (qtp1986137977-5169) [n:127.0.0.1:37966_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={router.interval=%2B30MINUTE&router.start=2018-01-15T00:00:00Z&create-collection.collection.configName=_default&router.field=evt_dt&name=testRandomRouterNameFails&router.name=tiafasme&create-collection.numShards=1&action=CREATEROUTEDALIAS&wt=json} status=400 QTime=49
   [junit4]   2> 1223839 INFO  (TEST-CreateRoutedAliasTest.testRandomRouterNameFails-seed#[2C321FC05F3A1311]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRandomRouterNameFails
   [junit4]   2> 1223860 INFO  (TEST-CreateRoutedAliasTest.testV2-seed#[2C321FC05F3A1311]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testV2
   [junit4]   2> 1223861 INFO  (TEST-CreateRoutedAliasTest.testV2-seed#[2C321FC05F3A1311]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1223887 INFO  (OverseerCollectionConfigSetProcessor-72178598620954630-127.0.0.1:39034_solr-n_0000000000) [n:127.0.0.1:39034_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1223889 INFO  (OverseerThreadFactory-2071-thread-2-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection testV2_2018-01-31
   [junit4]   2> 1223889 WARN  (OverseerThreadFactory-2071-thread-2-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 2 on collection testV2_2018-01-31 is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 1223994 INFO  (OverseerStateUpdate-72178598620954630-127.0.0.1:39034_solr-n_0000000000) [n:127.0.0.1:39034_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testV2_2018-01-31",
   [junit4]   2>   "shard":"foo",
   [junit4]   2>   "core":"testV2_2018-01-31_foo_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39034/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1223995 INFO  (OverseerStateUpdate-72178598620954630-127.0.0.1:39034_solr-n_0000000000) [n:127.0.0.1:39034_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testV2_2018-01-31",
   [junit4]   2>   "shard":"foo",
   [junit4]   2>   "core":"testV2_2018-01-31_foo_replica_p2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39034/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1223997 INFO  (OverseerStateUpdate-72178598620954630-127.0.0.1:39034_solr-n_0000000000) [n:127.0.0.1:39034_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testV2_2018-01-31",
   [junit4]   2>   "shard":"bar",
   [junit4]   2>   "core":"testV2_2018-01-31_bar_replica_t4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39034/solr",
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1223998 INFO  (OverseerStateUpdate-72178598620954630-127.0.0.1:39034_solr-n_0000000000) [n:127.0.0.1:39034_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testV2_2018-01-31",
   [junit4]   2>   "shard":"bar",
   [junit4]   2>   "core":"testV2_2018-01-31_bar_replica_p6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:39034/solr",
   [junit4]   2>   "type":"PULL",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1224202 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.foobar=bazbam&qt=/admin/cores&collection.configName=_default&newCollection=true&collection=testV2_2018-01-31&version=2&replicaType=TLOG&property.routedAliasName=testV2&coreNodeName=core_node3&name=testV2_2018-01-31_foo_replica_t1&action=CREATE&numShards=2&shard=foo&property.foobar2=bazbam2&wt=javabin
   [junit4]   2> 1224202 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.foobar=bazbam&qt=/admin/cores&collection.configName=_default&newCollection=true&collection=testV2_2018-01-31&version=2&replicaType=TLOG&property.routedAliasName=testV2&coreNodeName=core_node7&name=testV2_2018-01-31_bar_replica_t4&action=CREATE&numShards=2&shard=bar&property.foobar2=bazbam2&wt=javabin
   [junit4]   2> 1224202 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1224202 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.foobar=bazbam&qt=/admin/cores&collection.configName=_default&newCollection=true&collection=testV2_2018-01-31&version=2&replicaType=PULL&property.routedAliasName=testV2&coreNodeName=core_node5&name=testV2_2018-01-31_foo_replica_p2&action=CREATE&numShards=2&shard=foo&property.foobar2=bazbam2&wt=javabin
   [junit4]   2> 1224203 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr    ] o.a.s.h.a.CoreAdminOperation core create command property.foobar=bazbam&qt=/admin/cores&collection.configName=_default&newCollection=true&collection=testV2_2018-01-31&version=2&replicaType=PULL&property.routedAliasName=testV2&coreNodeName=core_node8&name=testV2_2018-01-31_bar_replica_p6&action=CREATE&numShards=2&shard=bar&property.foobar2=bazbam2&wt=javabin
   [junit4]   2> 1224311 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1224311 INFO  (zkCallback-1162-thread-2-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1224312 INFO  (zkCallback-1162-thread-3-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1225422 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1225422 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1225422 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/extraction/lib
   [junit4]   2> 1225422 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist
   [junit4]   2> 1225423 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/clustering/lib
   [junit4]   2> 1225423 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist
   [junit4]   2> 1225423 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/langid/lib
   [junit4]   2> 1225423 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist
   [junit4]   2> 1225423 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../contrib/velocity/lib
   [junit4]   2> 1225423 WARN  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2/../../../../dist
   [junit4]   2> 1225440 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1225440 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1225440 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/extraction/lib
   [junit4]   2> 1225440 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist
   [junit4]   2> 1225441 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/clustering/lib
   [junit4]   2> 1225469 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist
   [junit4]   2> 1225470 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/langid/lib
   [junit4]   2> 1225470 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist
   [junit4]   2> 1225470 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../contrib/velocity/lib
   [junit4]   2> 1225470 WARN  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1/../../../../dist
   [junit4]   2> 1225460 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1225458 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1225473 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1225474 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/extraction/lib
   [junit4]   2> 1225474 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist
   [junit4]   2> 1225474 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/clustering/lib
   [junit4]   2> 1225474 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist
   [junit4]   2> 1225474 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/langid/lib
   [junit4]   2> 1225474 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist
   [junit4]   2> 1225475 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../contrib/velocity/lib
   [junit4]   2> 1225475 WARN  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6/../../../../dist
   [junit4]   2> 1225493 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 1225493 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 1225494 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/extraction/lib
   [junit4]   2> 1225494 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist
   [junit4]   2> 1225494 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/clustering/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/clustering/lib
   [junit4]   2> 1225494 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist filtered by solr-clustering-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist
   [junit4]   2> 1225495 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/langid/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/langid/lib
   [junit4]   2> 1225495 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist filtered by solr-langid-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist
   [junit4]   2> 1225495 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/velocity/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../contrib/velocity/lib
   [junit4]   2> 1225495 WARN  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist filtered by solr-velocity-\d.*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4/../../../../dist
   [junit4]   2> 1225506 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1225530 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1225567 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1225731 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.IndexSchema [testV2_2018-01-31_foo_replica_t1] Schema name=default-config
   [junit4]   2> 1225743 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.IndexSchema [testV2_2018-01-31_foo_replica_p2] Schema name=default-config
   [junit4]   2> 1225753 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.s.IndexSchema [testV2_2018-01-31_bar_replica_t4] Schema name=default-config
   [junit4]   2> 1225780 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.s.IndexSchema [testV2_2018-01-31_bar_replica_p6] Schema name=default-config
   [junit4]   2> 1226735 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1226917 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.CoreContainer Creating SolrCore 'testV2_2018-01-31_foo_replica_t1' using configuration from collection testV2_2018-01-31, trusted=true
   [junit4]   2> 1226918 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.core.testV2_2018-01-31.foo.replica_t1' (registry 'solr.core.testV2_2018-01-31.foo.replica_t1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1226918 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1226918 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrCore [[testV2_2018-01-31_foo_replica_t1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_t1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/./testV2_2018-01-31_foo_replica_t1/data/]
   [junit4]   2> 1226940 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1227284 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1227284 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1227299 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1227299 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1227389 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.SolrIndexSearcher Opening [Searcher@59aa8be[testV2_2018-01-31_foo_replica_t1] main]
   [junit4]   2> 1227407 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/_default
   [junit4]   2> 1227407 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/_default
   [junit4]   2> 1227407 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/_default/managed-schema
   [junit4]   2> 1227409 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1227409 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1227409 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1227423 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1227462 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1227463 INFO  (searcherExecutor-2076-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_t1 s:foo c:testV2_2018-01-31 r:core_node3) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@59aa8be[testV2_2018-01-31_foo_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227463 INFO  (searcherExecutor-2076-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_t1 s:foo c:testV2_2018-01-31 r:core_node3) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1227463 INFO  (searcherExecutor-2076-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_t1 s:foo c:testV2_2018-01-31 r:core_node3) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1227464 INFO  (searcherExecutor-2076-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_t1 s:foo c:testV2_2018-01-31 r:core_node3) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SolrCore [testV2_2018-01-31_foo_replica_t1] Registered new searcher Searcher@59aa8be[testV2_2018-01-31_foo_replica_t1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1227464 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1591100894129160192
   [junit4]   2> 1227623 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.CoreContainer Creating SolrCore 'testV2_2018-01-31_foo_replica_p2' using configuration from collection testV2_2018-01-31, trusted=true
   [junit4]   2> 1227623 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.core.testV2_2018-01-31.foo.replica_p2' (registry 'solr.core.testV2_2018-01-31.foo.replica_p2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1227623 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1227623 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrCore [[testV2_2018-01-31_foo_replica_p2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_foo_replica_p2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/./testV2_2018-01-31_foo_replica_p2/data/]
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:39034/solr/testV2_2018-01-31_foo_replica_t1/
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.SyncStrategy http://127.0.0.1:39034/solr/testV2_2018-01-31_foo_replica_t1/ has no replicas
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1227643 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.ZkController testV2_2018-01-31_foo_replica_t1 stopping background replication from leader
   [junit4]   2> 1227661 INFO  (zkCallback-1162-thread-3-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227661 INFO  (zkCallback-1162-thread-2-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227661 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227662 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:39034/solr/testV2_2018-01-31_foo_replica_t1/ foo
   [junit4]   2> 1227699 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1227701 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1227704 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 1227788 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227788 INFO  (zkCallback-1162-thread-2-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227788 INFO  (zkCallback-1162-thread-3-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1227823 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1227824 INFO  (qtp750025469-5167) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node3 x:testV2_2018-01-31_foo_replica_t1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={property.foobar=bazbam&qt=/admin/cores&collection.configName=_default&newCollection=true&collection=testV2_2018-01-31&version=2&replicaType=TLOG&property.routedAliasName=testV2&coreNodeName=core_node3&name=testV2_2018-01-31_foo_replica_t1&action=CREATE&numShards=2&shard=foo&property.foobar2=bazbam2&wt=javabin} status=0 QTime=3622
   [junit4]   2> 1227883 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.CoreContainer Creating SolrCore 'testV2_2018-01-31_bar_replica_t4' using configuration from collection testV2_2018-01-31, trusted=true
   [junit4]   2> 1227883 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.core.testV2_2018-01-31.bar.replica_t4' (registry 'solr.core.testV2_2018-01-31.bar.replica_t4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1227883 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1227883 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.c.SolrCore [[testV2_2018-01-31_bar_replica_t4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_t4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/./testV2_2018-01-31_bar_replica_t4/data/]
   [junit4]   2> 1227898 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.CoreContainer Creating SolrCore 'testV2_2018-01-31_bar_replica_p6' using configuration from collection testV2_2018-01-31, trusted=true
   [junit4]   2> 1227916 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39034.solr.core.testV2_2018-01-31.bar.replica_p6' (registry 'solr.core.testV2_2018-01-31.bar.replica_p6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@55c62f7b
   [junit4]   2> 1227917 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1227917 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrCore [[testV2_2018-01-31_bar_replica_p6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/testV2_2018-01-31_bar_replica_p6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J1/temp/solr.cloud.CreateRoutedAliasTest_2C321FC05F3A1311-001/tempDir-001/node1/./testV2_2018-01-31_bar_replica_p6/data/]
   [junit4]   2> 1228056 INFO  (zkCallback-1162-thread-4-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228056 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228056 INFO  (zkCallback-1162-thread-3-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228074 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1228151 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=5
   [junit4]   2> 1228240 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1228240 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1228241 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.SolrIndexSearcher Opening [Searcher@5c663ea5[testV2_2018-01-31_foo_replica_p2] main]
   [junit4]   2> 1228243 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/_default
   [junit4]   2> 1228244 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/_default
   [junit4]   2> 1228244 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/_default/managed-schema
   [junit4]   2> 1228276 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1228277 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1228277 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1228278 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1228279 INFO  (searcherExecutor-2081-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_p2 s:foo c:testV2_2018-01-31 r:core_node5) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@5c663ea5[testV2_2018-01-31_foo_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1228279 INFO  (searcherExecutor-2081-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_p2 s:foo c:testV2_2018-01-31 r:core_node5) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1228279 INFO  (searcherExecutor-2081-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_p2 s:foo c:testV2_2018-01-31 r:core_node5) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1228280 INFO  (searcherExecutor-2081-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_foo_replica_p2 s:foo c:testV2_2018-01-31 r:core_node5) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.SolrCore [testV2_2018-01-31_foo_replica_p2] Registered new searcher Searcher@5c663ea5[testV2_2018-01-31_foo_replica_p2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1228384 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.ZkController testV2_2018-01-31_foo_replica_p2 starting background replication from leader
   [junit4]   2> 1228384 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 0:0:7
   [junit4]   2> 1228402 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1228402 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1228404 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.s.SolrIndexSearcher Opening [Searcher@3c4e495d[testV2_2018-01-31_bar_replica_p6] main]
   [junit4]   2> 1228404 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/_default
   [junit4]   2> 1228405 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/_default
   [junit4]   2> 1228405 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/_default/managed-schema
   [junit4]   2> 1228405 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1228405 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1228406 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1228419 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1228438 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 7000ms
   [junit4]   2> 1228438 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1228439 INFO  (searcherExecutor-2083-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_bar_replica_p6 s:bar c:testV2_2018-01-31 r:core_node8) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.QuerySenderListener QuerySenderListener sending requests to Searcher@3c4e495d[testV2_2018-01-31_bar_replica_p6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1228439 INFO  (searcherExecutor-2083-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_bar_replica_p6 s:bar c:testV2_2018-01-31 r:core_node8) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 1228439 INFO  (searcherExecutor-2083-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_bar_replica_p6 s:bar c:testV2_2018-01-31 r:core_node8) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 1228440 INFO  (searcherExecutor-2083-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_bar_replica_p6 s:bar c:testV2_2018-01-31 r:core_node8) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.SolrCore [testV2_2018-01-31_bar_replica_p6] Registered new searcher Searcher@3c4e495d[testV2_2018-01-31_bar_replica_p6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1228441 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.ZkController testV2_2018-01-31_bar_replica_p6 starting background replication from leader
   [junit4]   2> 1228441 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.c.ReplicateFromLeader Will start replication from leader with poll interval: 0:0:7
   [junit4]   2> 1228455 INFO  (qtp750025469-5166) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:foo r:core_node5 x:testV2_2018-01-31_foo_replica_p2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={property.foobar=bazbam&qt=/admin/cores&collection.configName=_default&newCollection=true&collection=testV2_2018-01-31&version=2&replicaType=PULL&property.routedAliasName=testV2&coreNodeName=core_node5&name=testV2_2018-01-31_foo_replica_p2&action=CREATE&numShards=2&shard=foo&property.foobar2=bazbam2&wt=javabin} status=0 QTime=4252
   [junit4]   2> 1228475 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.h.ReplicationHandler Poll scheduled at an interval of 7000ms
   [junit4]   2> 1228475 INFO  (qtp750025469-5164) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node8 x:testV2_2018-01-31_bar_replica_p6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1228605 INFO  (zkCallback-1162-thread-3-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228605 INFO  (zkCallback-1162-thread-1-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228605 INFO  (zkCallback-1162-thread-4-processing-n:127.0.0.1:39034_solr) [n:127.0.0.1:39034_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testV2_2018-01-31/state.json] for collection [testV2_2018-01-31] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1228658 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1228658 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1228659 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.u.CommitTracker Hard AutoCommit: if uncommited for 15000ms; 
   [junit4]   2> 1228659 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1228660 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.s.SolrIndexSearcher Opening [Searcher@76268399[testV2_2018-01-31_bar_replica_t4] main]
   [junit4]   2> 1228660 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/_default
   [junit4]   2> 1228661 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/_default
   [junit4]   2> 1228661 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/_default/managed-schema
   [junit4]   2> 1228661 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 1228694 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 1228694 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 1228696 INFO  (qtp750025469-5165) [n:127.0.0.1:39034_solr c:testV2_2018-01-31 s:bar r:core_node7 x:testV2_2018-01-31_bar_replica_t4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1228696 INFO  (searcherExecutor-2082-thread-1-processing-n:127.0.0.1:39034_solr x:testV2_2018-01-31_bar_replica_t4 s:bar c:testV2_2018-01-31 r:core_node7) [n:127.0.0.1:39034_s

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

etty-closer-4769-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3eb34cee{/solr,null,UNAVAILABLE}
   [junit4]   2> 4011902 INFO  (jetty-closer-4769-thread-7) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4012029 WARN  (zkCallback-4934-thread-3-processing-n:127.0.0.1:39145_solr) [n:127.0.0.1:39145_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4012030 INFO  (jetty-closer-4769-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@64c6988b{/solr,null,UNAVAILABLE}
   [junit4]   2> 4012030 INFO  (jetty-closer-4769-thread-8) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4012040 WARN  (zkCallback-4974-thread-3-processing-n:127.0.0.1:33657_solr) [n:127.0.0.1:33657_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4012048 INFO  (jetty-closer-4769-thread-12) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f3d0f27{/solr,null,UNAVAILABLE}
   [junit4]   2> 4012065 INFO  (jetty-closer-4769-thread-12) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4012096 WARN  (zkCallback-4954-thread-2-processing-n:127.0.0.1:37392_solr) [n:127.0.0.1:37392_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 4012113 INFO  (jetty-closer-4769-thread-10) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48c90381{/solr,null,UNAVAILABLE}
   [junit4]   2> 4012113 INFO  (jetty-closer-4769-thread-10) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4012684 INFO  (jetty-closer-4769-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@48ff467d{/solr,null,UNAVAILABLE}
   [junit4]   2> 4012685 INFO  (jetty-closer-4769-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 4012686 ERROR (SUITE-TriggerIntegrationTest-seed#[2C321FC05F3A1311]-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> 4012686 INFO  (SUITE-TriggerIntegrationTest-seed#[2C321FC05F3A1311]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33996 33996
   [junit4]   2> 4012980 INFO  (Thread-6800) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:33996 33996
   [junit4]   2> 4012981 WARN  (Thread-6800) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	36	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	22	/solr/aliases.json
   [junit4]   2> 	21	/solr/security.json
   [junit4]   2> 	10	/solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2> 	7	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	132	/solr/collections/collection1/state.json
   [junit4]   2> 	46	/solr/collections/testMetricTrigger/state.json
   [junit4]   2> 	22	/solr/clusterprops.json
   [junit4]   2> 	22	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/autoscaling.json
   [junit4]   2> 	4	/solr/overseer_elect/election/72178766784102436-127.0.0.1:32831_solr-n_0000000010
   [junit4]   2> 	3	/solr/overseer_elect/election/72178766784102411-127.0.0.1:46603_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/collection1/leader_elect/shard1/election/72178766784102427-core_node12-n_0000000005
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/live_nodes
   [junit4]   2> 	22	/solr/collections
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	6	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	6	/solr/overseer/queue
   [junit4]   2> 	6	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2> 	2	/solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_2C321FC05F3A1311-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {id=PostingsFormat(name=Asserting), x_s=FSTOrd50}, docValues:{_version_=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1223, maxMBSortInHeap=6.040810253023618, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@324491f4), locale=sq, timezone=Europe/Riga
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 1.8.0_152 (64-bit)/cpus=4,threads=1,free=187043016,total=509083648
   [junit4]   2> NOTE: All tests run in this JVM: [TestPayloadCheckQParserPlugin, DistributedFacetPivotWhiteBoxTest, DistributedQueueTest, TestFieldTypeCollectionResource, TestJmxIntegration, BigEndianAscendingWordSerializerTest, TestBinaryResponseWriter, HttpPartitionTest, NodeAddedTriggerTest, ClassificationUpdateProcessorFactoryTest, HdfsChaosMonkeyNothingIsSafeTest, TolerantUpdateProcessorTest, AnalysisAfterCoreReloadTest, TestTolerantSearch, TestLMJelinekMercerSimilarityFactory, URLClassifyProcessorTest, TestGraphTermsQParserPlugin, TestRTimerTree, TestCustomSort, CloneFieldUpdateProcessorFactoryTest, MultiThreadedOCPTest, TestLockTree, StatelessScriptUpdateProcessorFactoryTest, CollectionsAPIAsyncDistributedZkTest, TestExactStatsCache, SimpleMLTQParserTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestMacros, TestCollapseQParserPlugin, DocValuesTest, PeerSyncReplicationTest, SuggestComponentContextFilterQueryTest, AliasIntegrationTest, TestInfoStreamLogging, NotRequiredUniqueKeyTest, SolrTestCaseJ4Test, DistributedSpellCheckComponentTest, ManagedSchemaRoundRobinCloudTest, SolrGraphiteReporterTest, FullHLLTest, DateMathParserTest, ReplaceNodeTest, TestInPlaceUpdatesStandalone, TemplateUpdateProcessorTest, RecoveryZkTest, ConfigureRecoveryStrategyTest, TestDocTermOrds, ReplicaListTransformerTest, TestAtomicUpdateErrorCases, TestSortByMinMaxFunction, AutoScalingHandlerTest, HdfsUnloadDistributedZkTest, ImplicitSnitchTest, MinimalSchemaTest, ParsingFieldUpdateProcessorsTest, SearchHandlerTest, TestCodecSupport, TestNumericTerms64, BasicAuthStandaloneTest, TestBlendedInfixSuggestions, HdfsAutoAddReplicasIntegrationTest, TestTlogReplica, TestTrackingShardHandlerFactory, VMParamsZkACLAndCredentialsProvidersTest, TestUtils, DateFieldTest, TestFieldCacheSort, CdcrBidirectionalTest, CleanupOldIndexTest, TestFieldCacheWithThreads, TestClusterProperties, TestGeoJSONResponseWriter, ReturnFieldsTest, CoreAdminCreateDiscoverTest, HdfsRecoverLeaseTest, TestJsonFacets, TestCloudManagedSchema, TestUtilizeNode, TimeZoneUtilsTest, TestZkAclsWithHadoopAuth, TestStressUserVersions, TestXmlQParserPlugin, TestPrepRecovery, WrapperMergePolicyFactoryTest, MultiTermTest, TestDefaultStatsCache, PreAnalyzedFieldTest, TestRealTimeGet, SuggesterTSTTest, TestStressCloudBlindAtomicUpdates, TestScoreJoinQPScore, SimpleCollectionCreateDeleteTest, RegexBytesRefFilterTest, RollingRestartTest, LegacyCloudClusterPropTest, TestDistribDocBasedVersion, DeleteInactiveReplicaTest, BlockJoinFacetRandomTest, TestNumericTokenStream, ExitableDirectoryReaderTest, OverseerRolesTest, SolrSlf4jReporterTest, SolrMetricReporterTest, CircularListTest, TestConfigSetProperties, TestSolrConfigHandler, TestRequestStatusCollectionAPI, TestIntervalFaceting, MoveReplicaHDFSFailoverTest, DocValuesMultiTest, TestLegacyNumericRangeQueryBuilder, LeaderElectionIntegrationTest, TestFaceting, TestExceedMaxTermLength, HdfsSyncSliceTest, TestLegacyFieldReuse, TestDynamicFieldResource, CoreAdminHandlerTest, TestSchemaResource, ConjunctionSolrSpellCheckerTest, TestMultiWordSynonyms, TestCloudInspectUtil, ConnectionManagerTest, TestEmbeddedSolrServerConstructors, UnloadDistributedZkTest, OverseerTest, ClusterStateUpdateTest, ZkSolrClientTest, ZkCLITest, TestDistributedSearch, TestHashPartitioner, TestReload, TestCoreContainer, SolrCoreTest, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestSort, BasicFunctionalityTest, TestLazyCores, TestIndexSearcher, SoftAutoCommitTest, TestQuerySenderListener, AlternateDirectoryTest, CopyFieldTest, ResponseLogComponentTest, TestStressRecovery, OutputWriterTest, SpellPossibilityIteratorTest, EchoParamsTest, TestDFRSimilarityFactory, TestBM25SimilarityFactory, OpenExchangeRatesOrgProviderTest, ChaosMonkeyNothingIsSafeTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerSchemaAPI, ConnectionReuseTest, AsyncCallRequestStatusResponseTest, ChaosMonkeySafeLeaderWithPullReplicasTest, ConfigSetsAPITest, CreateCollectionCleanupTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, DistribDocExpirationUpdateProcessorTest, DocValuesNotIndexedTest, ForceLeaderTest, MissingSegmentRecoveryTest, MoveReplicaHDFSTest, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestLeaderElectionWithEmptyReplica, TestRequestForwarding, TestShortCircuitedRequests, TestSolrCloudWithDelegationTokens, TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates, CollectionReloadTest, CollectionTooManyReplicasTest, ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, TestCollectionsAPIViaSolrCloudCluster, TestReplicaProperties, ExecutePlanActionTest, SystemLogListenerTest, TriggerIntegrationTest]
   [junit4] Completed [631/773 (2!)] on J2 in 223.84s, 14 tests, 1 failure <<< FAILURES!

[...truncated 48572 lines...]