You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2023/12/20 01:13:09 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.11 - Build # 360 - Still Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.11/360/

12 tests failed.
FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testDaemonUpdateStreamInsufficientCredentials

Error Message:
doc count after daemon update for read_only_user expected:<0> but was:<4>

Stack Trace:
java.lang.AssertionError: doc count after daemon update for read_only_user expected:<0> but was:<4>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:C6737C10EA20ABAE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testDaemonUpdateStreamInsufficientCredentials(CloudAuthStreamTest.java:552)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleUpdateStreamInvalidCredentials

Error Message:
expected:<0> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:2B0ADA9F7DFD0217]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleUpdateStreamInvalidCredentials(CloudAuthStreamTest.java:273)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStreamInsufficientCredentials

Error Message:
expected:<1> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<3>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:8EDC5D3D075CA024]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStreamInsufficientCredentials(CloudAuthStreamTest.java:665)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStream

Error Message:
expected:<0> but was:<3>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<3>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:3DDEEF521A649AFD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStream(CloudAuthStreamTest.java:578)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testExecutorUpdateStreamInsufficientCredentials

Error Message:
doc count after execute update via read_only_user:collection_x expected:<0> but was:<2>

Stack Trace:
java.lang.AssertionError: doc count after execute update via read_only_user:collection_x expected:<0> but was:<2>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:B8FB200D1AD9B7CA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testExecutorUpdateStreamInsufficientCredentials(CloudAuthStreamTest.java:429)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectDeleteStream

Error Message:
expected:<42> but was:<44>

Stack Trace:
java.lang.AssertionError: expected:<42> but was:<44>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:966F4A606E427659]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectDeleteStream(CloudAuthStreamTest.java:682)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectUpdateStreamInsufficientCredentials

Error Message:
expected:<0> but was:<23>

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<23>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:D0C77C2F2EAD3D90]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectUpdateStreamInsufficientCredentials(CloudAuthStreamTest.java:384)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectDeleteStreamInsufficientCredentials

Error Message:
expected:<1> but was:<23>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<23>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:620563E2AD10E362]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectDeleteStreamInsufficientCredentials(CloudAuthStreamTest.java:762)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStreamByQuery

Error Message:
expected:<42> but was:<88>

Stack Trace:
java.lang.AssertionError: expected:<42> but was:<88>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:DA3DDBBBC56D5D68]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStreamByQuery(CloudAuthStreamTest.java:593)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectUpdateStream

Error Message:
expected:<10> but was:<17>

Stack Trace:
java.lang.AssertionError: expected:<10> but was:<17>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:B7A55A1EDE1F9282]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testIndirectUpdateStream(CloudAuthStreamTest.java:333)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testDaemonUpdateStream

Error Message:
expected:<1> but was:<98>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<98>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:545207CE4F38F8A9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testDaemonUpdateStream(CloudAuthStreamTest.java:490)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStreamInvalidCredentials

Error Message:
expected:<1> but was:<55>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<55>
	at __randomizedtesting.SeedInfo.seed([E5D9389AEF7341B6:EAEAF1394C1E8C9B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest.testSimpleDeleteStreamInvalidCredentials(CloudAuthStreamTest.java:624)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)




Build Log:
[...truncated 17256 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.io.stream.CloudAuthStreamTest
   [junit4]   2> 55299 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 55300 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-8 after mutting 0 log messages
   [junit4]   2> 55300 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-9 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 55300 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.io.stream.CloudAuthStreamTest_E5D9389AEF7341B6-001/data-dir-5-001
   [junit4]   2> 55301 WARN  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=35 numCloses=35
   [junit4]   2> 55301 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 55302 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 55302 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 55302 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 55310 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.io.stream.CloudAuthStreamTest_E5D9389AEF7341B6-001/tempDir-001
   [junit4]   2> 55311 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 55311 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 55311 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 55312 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 55411 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 37737
   [junit4]   2> 55411 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37737
   [junit4]   2> 55411 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37737
   [junit4]   2> 55411 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37737
   [junit4]   2> 55417 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55420 INFO  (zkConnectionManagerCallback-658-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55420 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55428 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55433 INFO  (zkConnectionManagerCallback-660-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55433 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55434 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55438 INFO  (zkConnectionManagerCallback-662-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55438 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55441 WARN  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker-SendThread(127.0.0.1:37737)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1011319be0c0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 55543 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 55544 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 55545 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 55545 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 55545 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 55545 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 55545 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 55545 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 55547 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 55547 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 55547 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 55548 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@460da938{/solr,null,AVAILABLE}
   [junit4]   2> 55548 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43e33b19{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38113}
   [junit4]   2> 55548 INFO  (jetty-launcher-663-thread-5) [     ] o.e.j.s.Server Started @55603ms
   [junit4]   2> 55549 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37737/solr, hostPort=38113}
   [junit4]   2> 55549 ERROR (jetty-launcher-663-thread-5) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 55549 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 55549 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 55549 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 55549 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 55549 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T00:53:06.121Z
   [junit4]   2> 55551 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 55551 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 55551 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 55551 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 55551 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 55551 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 55553 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 55553 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 55553 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 55561 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55561 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@546f0a1f{/solr,null,AVAILABLE}
   [junit4]   2> 55562 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@27b97114{/solr,null,AVAILABLE}
   [junit4]   2> 55566 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 55566 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 55566 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 55567 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@505c73c4{/solr,null,AVAILABLE}
   [junit4]   2> 55567 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c5e7ec7{/solr,null,AVAILABLE}
   [junit4]   2> 55569 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7e6c3b59{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:45127}
   [junit4]   2> 55569 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@248c5204{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44457}
   [junit4]   2> 55569 INFO  (jetty-launcher-663-thread-4) [     ] o.e.j.s.Server Started @55624ms
   [junit4]   2> 55569 INFO  (jetty-launcher-663-thread-3) [     ] o.e.j.s.Server Started @55624ms
   [junit4]   2> 55569 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37737/solr, hostPort=45127}
   [junit4]   2> 55569 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37737/solr, hostPort=44457}
   [junit4]   2> 55570 ERROR (jetty-launcher-663-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 55570 ERROR (jetty-launcher-663-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 55571 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 55571 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 55571 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T00:53:06.143Z
   [junit4]   2> 55571 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@22dd7370{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34741}
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.e.j.s.Server Started @55627ms
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37737/solr, hostPort=34741}
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7e3c412e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:37351}
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-1) [     ] o.e.j.s.Server Started @55627ms
   [junit4]   2> 55572 ERROR (jetty-launcher-663-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:37737/solr, hostPort=37351}
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T00:53:06.144Z
   [junit4]   2> 55572 ERROR (jetty-launcher-663-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 55572 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 55573 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 55573 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T00:53:06.145Z
   [junit4]   2> 55570 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T00:53:06.142Z
   [junit4]   2> 55574 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55575 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55575 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 55575 INFO  (zkConnectionManagerCallback-665-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55575 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55576 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 55577 INFO  (zkConnectionManagerCallback-671-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55577 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55578 INFO  (zkConnectionManagerCallback-667-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55578 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55578 INFO  (zkConnectionManagerCallback-669-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55578 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55581 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 55581 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 55581 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 55585 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 55588 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 55590 INFO  (zkConnectionManagerCallback-673-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 55590 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 55590 WARN  (jetty-launcher-663-thread-3-SendThread(127.0.0.1:37737)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1011319be0c0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 55590 WARN  (jetty-launcher-663-thread-5-SendThread(127.0.0.1:37737)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1011319be0c0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 55590 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 55590 INFO  (jetty-launcher-663-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 55591 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 55710 INFO  (jetty-launcher-663-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 56265 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 56288 WARN  (jetty-launcher-663-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f28559c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56288 WARN  (jetty-launcher-663-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f28559c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56328 WARN  (jetty-launcher-663-thread-5) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2c8ee7d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56328 WARN  (jetty-launcher-663-thread-5) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2c8ee7d7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56329 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37737/solr
   [junit4]   2> 56353 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56358 INFO  (zkConnectionManagerCallback-696-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56361 INFO  (jetty-launcher-663-thread-5) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56476 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 56483 INFO  (zkConnectionManagerCallback-698-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 56483 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 56902 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 56929 WARN  (jetty-launcher-663-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6d4568db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56930 WARN  (jetty-launcher-663-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6d4568db[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 56960 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 57149 WARN  (jetty-launcher-663-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28220c24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57150 WARN  (jetty-launcher-663-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28220c24[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57172 WARN  (jetty-launcher-663-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12b68ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57173 WARN  (jetty-launcher-663-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12b68ac[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57177 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37737/solr
   [junit4]   2> 57207 WARN  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 57215 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38113_solr
   [junit4]   2> 57216 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.Overseer Overseer (id=72360070298206217-127.0.0.1:38113_solr-n_0000000000) starting
   [junit4]   2> 57216 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57248 WARN  (jetty-launcher-663-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@589c7ca1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57256 WARN  (jetty-launcher-663-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@589c7ca1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 57256 INFO  (zkConnectionManagerCallback-712-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57256 INFO  (jetty-launcher-663-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57257 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37737/solr
   [junit4]   2> 57280 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57297 INFO  (zkConnectionManagerCallback-716-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57297 INFO  (jetty-launcher-663-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57305 INFO  (OverseerStateUpdate-72360070298206217-127.0.0.1:38113_solr-n_0000000000) [n:127.0.0.1:38113_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38113_solr
   [junit4]   2> 57323 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38113_solr
   [junit4]   2> 57330 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 57336 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 57336 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin: org.apache.solr.security.RuleBasedAuthorizationPlugin
   [junit4]   2> 57339 INFO  (zkCallback-697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 57345 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.CoreContainer Initializing authentication plugin: org.apache.solr.security.BasicAuthPlugin
   [junit4]   2> 57346 WARN  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.CoreContainer Solr authentication is enabled, but SSL is off.  Consider enabling SSL to protect user credentials and data with encryption.
   [junit4]   2> 57589 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57597 INFO  (jetty-launcher-663-thread-5) [n:127.0.0.1:38113_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.io.stream.CloudAuthStreamTest_E5D9389AEF7341B6-001/tempDir-001/node5
   [junit4]   2> 57629 INFO  (zkConnectionManagerCallback-723-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57629 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57635 WARN  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 57657 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 57677 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:37351_solr as DOWN
   [junit4]   2> 57677 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 57678 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37351_solr
   [junit4]   2> 57685 INFO  (jetty-launcher-663-thread-3) [n:127.0.0.1:44457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 57691 INFO  (zkCallback-697-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 57691 INFO  (zkConnectionManagerCallback-730-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 57691 INFO  (jetty-launcher-663-thread-3) [n:127.0.0.1:44457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 57694 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 57696 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 57696 INFO  (jetty-launcher-663-thread-1) [n:127.0.0.1:37351_solr     ] o.a.s.c.CoreContainer Initializing authorization plugin

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

000000000) closing
   [junit4]   2> 94320 INFO  (jetty-closer-840-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 94567 INFO  (jetty-closer-840-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72360070298206217-127.0.0.1:38113_solr-n_0000000000) closing
   [junit4]   2> 94568 INFO  (zkCallback-749-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 94569 INFO  (zkCallback-765-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 94569 INFO  (zkCallback-722-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 94571 WARN  (jetty-launcher-663-thread-2-SendThread(127.0.0.1:37737)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1011319be0c000f.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c000f, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c000f, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 94572 INFO  (zkCallback-765-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 94572 INFO  (zkCallback-722-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 94573 INFO  (jetty-closer-840-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@248c5204{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 94574 INFO  (jetty-closer-840-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@43e33b19{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 94574 INFO  (jetty-closer-840-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@460da938{/solr,null,STOPPED}
   [junit4]   2> 94574 INFO  (jetty-closer-840-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@505c73c4{/solr,null,STOPPED}
   [junit4]   2> 94575 INFO  (jetty-closer-840-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 94576 INFO  (jetty-closer-840-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 94679 WARN  (jetty-launcher-663-thread-4-SendThread(127.0.0.1:37737)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1011319be0c0011.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0011, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c0011, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 94780 INFO  (zkCallback-722-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 94782 WARN  (jetty-launcher-663-thread-1-SendThread(127.0.0.1:37737)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1011319be0c000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1011319be0c000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 94782 INFO  (jetty-closer-840-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7e6c3b59{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 94783 INFO  (jetty-closer-840-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@27b97114{/solr,null,STOPPED}
   [junit4]   2> 94783 INFO  (jetty-closer-840-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 94869 INFO  (jetty-closer-840-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@22dd7370{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 94869 INFO  (jetty-closer-840-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c5e7ec7{/solr,null,STOPPED}
   [junit4]   2> 94870 INFO  (jetty-closer-840-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 94971 INFO  (jetty-closer-840-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7e3c412e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 94972 INFO  (jetty-closer-840-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@546f0a1f{/solr,null,STOPPED}
   [junit4]   2> 94972 INFO  (jetty-closer-840-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 94972 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 95393 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterprops.json
   [junit4]   2> 	8	/solr/aliases.json
   [junit4]   2> 	8	/solr/configs/_default/managed-schema
   [junit4]   2> 	7	/solr/collections/collection_x/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection_y/terms/shard1
   [junit4]   2> 	7	/solr/collections/collection_y/terms/shard2
   [junit4]   2> 	7	/solr/collections/collection_x/terms/shard2
   [junit4]   2> 	5	/solr/packages.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 	5	/solr/configs/_default
   [junit4]   2> 	4	/solr/collections/collection_x/collectionprops.json
   [junit4]   2> 	4	/solr/collections/collection_y/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	8	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/collections/collection_y/state.json
   [junit4]   2> 	4	/solr/collections/collection_x/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72360070298206220-127.0.0.1:37351_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	35	/solr/live_nodes
   [junit4]   2> 	20	/solr/collections
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	18	/solr/collections/collection_x/state.json
   [junit4]   2> 	15	/solr/collections/collection_y/state.json
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 95522 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37737
   [junit4]   2> 95522 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37737
   [junit4]   2> 95522 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37737
   [junit4]   2> 95523 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-9 after mutting 0 log messages
   [junit4]   2> 95523 INFO  (SUITE-CloudAuthStreamTest-seed#[E5D9389AEF7341B6]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-10 for ERROR logs matching regex: ignore_exception
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-solrj/test/J3/temp/solr.client.solrj.io.stream.CloudAuthStreamTest_E5D9389AEF7341B6-001
   [junit4]   2> Dec 20, 2023 12:53:46 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=664, maxMBSortInHeap=5.099671099469244, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=cs, timezone=Asia/Bahrain
   [junit4]   2> NOTE: Linux 4.15.0-213-generic amd64/Temurin 1.8.0_362 (64-bit)/cpus=4,threads=1,free=217974816,total=370147328
   [junit4]   2> NOTE: All tests run in this JVM: [MergeIndexesEmbeddedTest, CloudSolrClientBadInputTest, SolrZkClientTest, AndEvaluatorTest, GraphExpressionTest, NormalizeEvaluatorTest, CloudAuthStreamTest]
   [junit4] Completed [33/216 (1!)] on J3 in 40.84s, 19 tests, 12 failures <<< FAILURES!

[...truncated 53782 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.11 - Build # 362 - Still Unstable!

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

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsNNFailoverTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsNNFailoverTest:     1) Thread[id=37502, name=Command processor, state=WAITING, group=TGRP-HdfsNNFailoverTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsNNFailoverTest: 
   1) Thread[id=37502, name=Command processor, state=WAITING, group=TGRP-HdfsNNFailoverTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)
        at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)
	at __randomizedtesting.SeedInfo.seed([D8D67B40D0430C9E]:0)




Build Log:
[...truncated 15569 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsNNFailoverTest
   [junit4]   2> 1894700 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1894700 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1894701 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-451 after mutting 0 log messages
   [junit4]   2> 1894701 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-452 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1894702 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/data-dir-189-001
   [junit4]   2> 1894702 WARN  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1894702 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1894704 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1894704 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1894764 WARN  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: access denied ("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret" "read")
   [junit4]   2> 1894764 WARN  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1894766 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1894770 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1894770 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1894770 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1894771 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6de91618{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1894885 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@736358ff{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/jetty-localhost-33413-hadoop-hdfs-3_2_4-tests_jar-_-any-4745258278518061012/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/hdfs}
   [junit4]   2> 1894887 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5116282c{HTTP/1.1, (http/1.1)}{localhost:33413}
   [junit4]   2> 1894887 INFO  (SUITE-HdfsNNFailoverTest-seed#[D8D67B40D0430C9E]-worker) [     ] o.e.j.s.Server Started @1894918ms
   [junit4]   2> 1894932 WARN  (Listener at localhost/35421) [     ] o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: access denied ("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret" "read")
   [junit4]   2> 1894933 WARN  (Listener at localhost/35421) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1894934 INFO  (Listener at localhost/35421) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1894937 INFO  (Listener at localhost/35421) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1894937 INFO  (Listener at localhost/35421) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1894937 INFO  (Listener at localhost/35421) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1894937 INFO  (Listener at localhost/35421) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5a9766d{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1895049 INFO  (Listener at localhost/35421) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@55f1668{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/jetty-localhost-35675-hadoop-hdfs-3_2_4-tests_jar-_-any-825254237414449936/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/datanode}
   [junit4]   2> 1895050 INFO  (Listener at localhost/35421) [     ] o.e.j.s.AbstractConnector Started ServerConnector@339600a5{HTTP/1.1, (http/1.1)}{localhost:35675}
   [junit4]   2> 1895050 INFO  (Listener at localhost/35421) [     ] o.e.j.s.Server Started @1895081ms
   [junit4]   2> 1895078 WARN  (Listener at localhost/33637) [     ] o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: access denied ("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret" "read")
   [junit4]   2> 1895078 WARN  (Listener at localhost/33637) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1895079 INFO  (Listener at localhost/33637) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1895079 INFO  (Listener at localhost/33637) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1895079 INFO  (Listener at localhost/33637) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1895080 INFO  (Listener at localhost/33637) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1895080 INFO  (Listener at localhost/33637) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@66fb0da9{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 1895143 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xd3a94cc98ab29e57: Processing first storage report for DS-7f372d23-54f3-46b6-aa8b-30fb34b3b8d3 from datanode DatanodeRegistration(127.0.0.1:34743, datanodeUuid=1b9267f2-79b1-488d-87c4-dfa607b9930c, infoPort=33199, infoSecurePort=0, ipcPort=33637, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384)
   [junit4]   2> 1895143 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xd3a94cc98ab29e57: from storage DS-7f372d23-54f3-46b6-aa8b-30fb34b3b8d3 node DatanodeRegistration(127.0.0.1:34743, datanodeUuid=1b9267f2-79b1-488d-87c4-dfa607b9930c, infoPort=33199, infoSecurePort=0, ipcPort=33637, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1895143 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xd3a94cc98ab29e57: Processing first storage report for DS-3c91c2f6-8d51-41bb-97c0-eedadcd882cd from datanode DatanodeRegistration(127.0.0.1:34743, datanodeUuid=1b9267f2-79b1-488d-87c4-dfa607b9930c, infoPort=33199, infoSecurePort=0, ipcPort=33637, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384)
   [junit4]   2> 1895143 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xd3a94cc98ab29e57: from storage DS-3c91c2f6-8d51-41bb-97c0-eedadcd882cd node DatanodeRegistration(127.0.0.1:34743, datanodeUuid=1b9267f2-79b1-488d-87c4-dfa607b9930c, infoPort=33199, infoSecurePort=0, ipcPort=33637, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1895201 INFO  (Listener at localhost/33637) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@4dc93820{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/jetty-localhost-42461-hadoop-hdfs-3_2_4-tests_jar-_-any-6030603674505283932/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/datanode}
   [junit4]   2> 1895201 INFO  (Listener at localhost/33637) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2e054e97{HTTP/1.1, (http/1.1)}{localhost:42461}
   [junit4]   2> 1895201 INFO  (Listener at localhost/33637) [     ] o.e.j.s.Server Started @1895233ms
   [junit4]   2> 1895268 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf9f0c685f3b4c033: Processing first storage report for DS-e2c2651f-85d1-496c-bf2d-9767bf821321 from datanode DatanodeRegistration(127.0.0.1:39655, datanodeUuid=87d655ce-c270-4679-83e7-d4a0b90c9f7b, infoPort=46765, infoSecurePort=0, ipcPort=45327, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384)
   [junit4]   2> 1895268 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf9f0c685f3b4c033: from storage DS-e2c2651f-85d1-496c-bf2d-9767bf821321 node DatanodeRegistration(127.0.0.1:39655, datanodeUuid=87d655ce-c270-4679-83e7-d4a0b90c9f7b, infoPort=46765, infoSecurePort=0, ipcPort=45327, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384), blocks: 0, hasStaleStorage: true, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1895268 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf9f0c685f3b4c033: Processing first storage report for DS-48b24641-0644-476b-8881-4a3129dd32cf from datanode DatanodeRegistration(127.0.0.1:39655, datanodeUuid=87d655ce-c270-4679-83e7-d4a0b90c9f7b, infoPort=46765, infoSecurePort=0, ipcPort=45327, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384)
   [junit4]   2> 1895268 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xf9f0c685f3b4c033: from storage DS-48b24641-0644-476b-8881-4a3129dd32cf node DatanodeRegistration(127.0.0.1:39655, datanodeUuid=87d655ce-c270-4679-83e7-d4a0b90c9f7b, infoPort=46765, infoSecurePort=0, ipcPort=45327, storageInfo=lv=-57;cid=testClusterID;nsid=271264075;c=1703081551384), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 1895368 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-452 after mutting 0 log messages
   [junit4]   2> 1895368 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-453 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1895369 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1895370 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1895370 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1895371 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1895470 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer start zk server on port: 35217
   [junit4]   2> 1895470 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35217
   [junit4]   2> 1895470 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35217
   [junit4]   2> 1895470 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35217
   [junit4]   2> 1895471 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1895477 INFO  (zkConnectionManagerCallback-23687-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1895477 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1895482 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1895483 INFO  (zkConnectionManagerCallback-23689-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1895483 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1895484 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1895486 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1895487 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1895489 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1895490 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1895492 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1895493 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1895494 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1895496 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1895497 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1895499 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1895500 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1895635 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1895635 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1895635 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1895636 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1895636 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1895636 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1895636 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4b8066c6{/,null,AVAILABLE}
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7ffb6160{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:44611}
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.s.Server Started @1895668ms
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:35421/hdfs__localhost_35421__home_jenkins_jenkins-slave_workspace_Lucene_Lucene-Solr-Tests-8.11_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001_tempDir-002_control_data, replicaType=NRT, hostContext=/, hostPort=44611, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/control-001/cores}
   [junit4]   2> 1895637 ERROR (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 1895637 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T14:12:32.287Z
   [junit4]   2> 1895638 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1895639 INFO  (zkConnectionManagerCallback-23691-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1895639 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1895740 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1895740 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/control-001/solr.xml
   [junit4]   2> 1895743 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1895743 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1895744 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1896888 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1896889 WARN  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b50b090[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1896889 WARN  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b50b090[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1896892 WARN  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@77ff2dd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1896892 WARN  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@77ff2dd5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1896893 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35217/solr
   [junit4]   2> 1896894 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1896895 INFO  (zkConnectionManagerCallback-23702-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896895 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1896997 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1896998 INFO  (zkConnectionManagerCallback-23704-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1896998 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1897090 WARN  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1897094 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44611_
   [junit4]   2> 1897095 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.Overseer Overseer (id=72127451060961284-127.0.0.1:44611_-n_0000000000) starting
   [junit4]   2> 1897100 INFO  (OverseerStateUpdate-72127451060961284-127.0.0.1:44611_-n_0000000000) [n:127.0.0.1:44611_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44611_
   [junit4]   2> 1897104 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44611_
   [junit4]   2> 1897106 INFO  (zkCallback-23703-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1897107 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 1897109 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1897110 WARN  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1897135 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1897155 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1897167 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1897167 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1897168 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [n:127.0.0.1:44611_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/control-001/cores
   [junit4]   2> 1897183 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1897184 INFO  (zkConnectionManagerCallback-23721-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1897184 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1897185 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1897186 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35217/solr ready
   [junit4]   2> 1897187 INFO  (qtp1966767001-37602) [n:127.0.0.1:44611_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:44611/admin/collections?action=CREATE&name=control_collection&collection.configName=conf1&createNodeSet=127.0.0.1%3A44611_&numShards=1&nrtReplicas=1&wt=javabin&version=2)
   [junit4]   2> 1897190 INFO  (OverseerThreadFactory-23711-thread-1-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1897296 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:44611/admin/cores?null)
   [junit4]   2> 1897296 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1897296 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 1898309 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.3
   [junit4]   2> 1898309 WARN  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1898313 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1898322 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1898338 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1898338 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1898338 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:35421/solr_hdfs_home
   [junit4]   2> 1898338 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1898338 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://localhost:35421/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 1898339 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 1898347 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1898347 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 1898347 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new global HDFS BlockCache
   [junit4]   2> 1898373 WARN  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 1898373 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1898375 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 1898387 WARN  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 1898396 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 1898402 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1898402 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 1898406 WARN  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 1898406 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1898407 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=23.2939453125, floorSegmentMB=2.0712890625, forceMergeDeletesPctAllowed=25.736074154865076, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6100216102112419, deletesPctAllowed=32.02741496115672
   [junit4]   2> 1898467 WARN  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1898537 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1898537 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1898537 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1898551 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1898551 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1898553 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19856640147505253]
   [junit4]   2> 1898621 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1898621 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1898621 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1898622 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1785810444900892672
   [junit4]   2> 1898625 INFO  (searcherExecutor-23723-thread-1-processing-n:127.0.0.1:44611_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1898627 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1898627 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1898631 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1898631 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1898631 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:44611/control_collection_shard1_replica_n1/
   [junit4]   2> 1898631 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1898631 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:44611/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1898631 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72127451060961284-core_node2-n_0000000000
   [junit4]   2> 1898634 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:44611/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1898735 INFO  (zkCallback-23703-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898736 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1898741 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1445
   [junit4]   2> 1898743 INFO  (qtp1966767001-37602) [n:127.0.0.1:44611_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1898839 INFO  (zkCallback-23703-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898839 INFO  (zkCallback-23703-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1898840 INFO  (qtp1966767001-37602) [n:127.0.0.1:44611_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:44611_&wt=javabin&version=2} status=0 QTime=1652
   [junit4]   2> 1898840 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 1898945 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1898946 INFO  (zkConnectionManagerCallback-23732-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1898946 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1898949 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1898950 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35217/solr ready
   [junit4]   2> 1898950 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1898951 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:44611/admin/collections?action=CREATE&name=collection1&collection.configName=conf1&createNodeSet=&numShards=1&nrtReplicas=1&stateFormat=2&wt=javabin&version=2)
   [junit4]   2> 1898957 INFO  (OverseerThreadFactory-23711-thread-2-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1898957 INFO  (OverseerCollectionConfigSetProcessor-72127451060961284-127.0.0.1:44611_-n_0000000000) [n:127.0.0.1:44611_     ] 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> 1899162 WARN  (OverseerThreadFactory-23711-thread-2-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 1899163 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 1899163 INFO  (qtp1966767001-37604) [n:127.0.0.1:44611_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=212
   [junit4]   2> 1899164 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected: 1
   [junit4]   2> 1899164 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 1899164 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=2
   [junit4]   2> 1899300 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-1-001 of type NRT for shard1
   [junit4]   2> 1899301 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1899301 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1899301 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1899302 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1899302 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1899302 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1899304 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3877bfc6{/,null,AVAILABLE}
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6f603dd8{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36409}
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.e.j.s.Server Started @1899336ms
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:35421/hdfs__localhost_35421__home_jenkins_jenkins-slave_workspace_Lucene_Lucene-Solr-Tests-8.11_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001_tempDir-002_jetty1, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=36409, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-1-001/cores}
   [junit4]   2> 1899305 ERROR (closeThreadPool-23733-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 1899305 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T14:12:35.955Z
   [junit4]   2> 1899306 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1899307 INFO  (zkConnectionManagerCallback-23735-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1899307 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1899409 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1899409 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-1-001/solr.xml
   [junit4]   2> 1899411 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1899411 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1899413 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1899437 INFO  (TEST-HdfsNNFailoverTest.test-seed#[D8D67B40D0430C9E]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-2-001 of type NRT for shard1
   [junit4]   2> 1899437 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1899438 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1899438 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1899442 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1899442 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1899442 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1899442 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d55871{/,null,AVAILABLE}
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1ac6c755{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:34827}
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.e.j.s.Server Started @1899474ms
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://localhost:35421/hdfs__localhost_35421__home_jenkins_jenkins-slave_workspace_Lucene_Lucene-Solr-Tests-8.11_solr_build_solr-core_test_J1_temp_solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001_tempDir-002_jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34827, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-2-001/cores}
   [junit4]   2> 1899443 ERROR (closeThreadPool-23733-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.3
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T14:12:36.093Z
   [junit4]   2> 1899443 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1899445 INFO  (zkConnectionManagerCallback-23740-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1899445 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1899447 WARN  (closeThreadPool-23733-thread-2-SendThread(127.0.0.1:35217)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1003f88db0b0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1003f88db0b0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1003f88db0b0008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1899547 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1899547 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-2-001/solr.xml
   [junit4]   2> 1899550 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1899550 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1899552 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1899832 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1899833 WARN  (closeThreadPool-23733-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6c83711c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1899833 WARN  (closeThreadPool-23733-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6c83711c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1899836 WARN  (closeThreadPool-23733-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@43471a2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1899836 WARN  (closeThreadPool-23733-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@43471a2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1899837 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35217/solr
   [junit4]   2> 1899838 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1899839 INFO  (zkConnectionManagerCallback-23751-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1899839 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1899951 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1899958 INFO  (zkConnectionManagerCallback-23753-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1899958 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1899969 WARN  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1899970 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1899984 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.ZkController Publish node=127.0.0.1:34827_ as DOWN
   [junit4]   2> 1899984 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 1899984 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34827_
   [junit4]   2> 1899987 INFO  (zkCallback-23703-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1899990 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 1899993 INFO  (zkCallback-23752-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1899993 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1899993 INFO  (zkCallback-23731-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1899993 WARN  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1900018 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1900050 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1900061 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1900061 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1900062 INFO  (closeThreadPool-23733-thread-2) [n:127.0.0.1:34827_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-2-001/cores
   [junit4]   2> 1900078 INFO  (closeThreadPool-23733-thread-2) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:34827_
   [junit4]   2> 1900604 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1900606 WARN  (closeThreadPool-23733-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a9c2f32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900606 WARN  (closeThreadPool-23733-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a9c2f32[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900609 WARN  (closeThreadPool-23733-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12df348d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900609 WARN  (closeThreadPool-23733-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12df348d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1900610 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35217/solr
   [junit4]   2> 1900611 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1900614 INFO  (zkConnectionManagerCallback-23769-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900614 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1900716 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1900717 INFO  (zkConnectionManagerCallback-23771-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1900717 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1900729 WARN  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1900730 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1900733 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.ZkController Publish node=127.0.0.1:36409_ as DOWN
   [junit4]   2> 1900733 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 1900733 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36409_
   [junit4]   2> 1900735 INFO  (zkCallback-23731-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900735 INFO  (zkCallback-23752-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900735 INFO  (zkCallback-23703-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900735 INFO  (zkCallback-23770-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1900736 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 1900738 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1900738 WARN  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1900763 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1900784 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1900795 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1900795 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1900796 INFO  (closeThreadPool-23733-thread-1) [n:127.0.0.1:36409_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-1-001/cores
   [junit4]   2> 1900828 INFO  (closeThreadPool-23733-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:36409_
   [junit4]   2> 1900831 INFO  (qtp519655506-37678) [n:127.0.0.1:34827_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:34827/admin/collections?action=ADDREPLICA&collection=collection1&shard=shard1&node=127.0.0.1%3A36409_&type=NRT&wt=javabin&version=2)
   [junit4]   2> 1900832 INFO  (qtp519655506-37677) [n:127.0.0.1:34827_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:34827/admin/collections?action=ADDREPLICA&collection=collection1&shard=shard1&node=127.0.0.1%3A34827_&type=NRT&wt=javabin&version=2)
   [junit4]   2> 1900835 INFO  (OverseerCollectionConfigSetProcessor-72127451060961284-127.0.0.1:44611_-n_0000000000) [n:127.0.0.1:44611_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1900835 INFO  (OverseerThreadFactory-23711-thread-3-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:36409_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1900837 INFO  (OverseerThreadFactory-23711-thread-3-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1900841 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:36409/admin/cores?null)
   [junit4]   2> 1900841 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1901854 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.3
   [junit4]   2> 1901854 WARN  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1901858 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1901867 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1901884 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1901884 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n1' (registry 'solr.core.collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1901884 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:35421/solr_hdfs_home
   [junit4]   2> 1901884 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1901884 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-1-001/cores/collection1_shard1_replica_n1], dataDir=[hdfs://localhost:35421/solr_hdfs_home/collection1/core_node2/data/]
   [junit4]   2> 1901885 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/collection1/core_node2/data/snapshot_metadata
   [junit4]   2> 1901892 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1901892 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 1901897 WARN  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 1901897 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1901898 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/collection1/core_node2/data
   [junit4]   2> 1901906 WARN  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 1901917 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/collection1/core_node2/data/index
   [junit4]   2> 1901923 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1901923 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Block cache target memory usage, slab size of [33554432] will allocate [1] slabs and use ~[33554432] bytes
   [junit4]   2> 1901926 WARN  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 1901926 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.s.b.BlockDirectory Block cache on write is disabled
   [junit4]   2> 1901926 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=23.2939453125, floorSegmentMB=2.0712890625, forceMergeDeletesPctAllowed=25.736074154865076, segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6100216102112419, deletesPctAllowed=32.02741496115672
   [junit4]   2> 1901954 WARN  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1901998 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.HdfsUpdateLog
   [junit4]   2> 1901998 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1901998 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 1902009 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1902009 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1902011 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=29, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19856640147505253]
   [junit4]   2> 1902026 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1902027 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1902027 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1902027 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1785810448471293952
   [junit4]   2> 1902030 INFO  (searcherExecutor-23782-thread-1-processing-n:127.0.0.1:36409_ x:collection1_shard1_replica_n1 c:collection1 s:shard1) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1902033 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1902033 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1902036 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1902036 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1902036 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36409/collection1_shard1_replica_n1/
   [junit4]   2> 1902037 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1902037 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:36409/collection1_shard1_replica_n1/ has no replicas
   [junit4]   2> 1902037 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/72127451060961292-core_node2-n_0000000000
   [junit4]   2> 1902038 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36409/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1902140 INFO  (zkCallback-23770-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1902141 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_ c:collection1 s:shard1  x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1902143 INFO  (qtp1801434219-37664) [n:127.0.0.1:36409_     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n1&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1302
   [junit4]   2> 1902146 INFO  (qtp519655506-37678) [n:127.0.0.1:34827_ c:collection1    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:36409_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1314
   [junit4]   2> 1902244 INFO  (zkCallback-23770-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1902244 INFO  (zkCallback-23770-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1902837 INFO  (OverseerCollectionConfigSetProcessor-72127451060961284-127.0.0.1:44611_-n_0000000000) [n:127.0.0.1:44611_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1902837 INFO  (OverseerThreadFactory-23711-thread-4-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34827_ for creating new replica of shard shard1 for collection collection1
   [junit4]   2> 1902839 INFO  (OverseerThreadFactory-23711-thread-4-processing-n:127.0.0.1:44611_) [n:127.0.0.1:44611_ c:collection1 s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 1902841 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:34827/admin/cores?null)
   [junit4]   2> 1902841 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_    x:collection1_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n3&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1902946 INFO  (zkCallback-23770-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1902946 INFO  (zkCallback-23770-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1903855 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.3
   [junit4]   2> 1903855 WARN  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1903858 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1903867 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1903892 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from configset conf1, trusted=true
   [junit4]   2> 1903892 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n3' (registry 'solr.core.collection1.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3c140e06
   [junit4]   2> 1903892 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost:35421/solr_hdfs_home
   [junit4]   2> 1903892 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 1903892 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.hdfs.HdfsNNFailoverTest_D8D67B40D0430C9E-001/shard-2-001/cores/collection1_shard1_replica_n3], dataDir=[hdfs://localhost:35421/solr_hdfs_home/collection1/core_node4/data/]
   [junit4]   2> 1903893 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.HdfsDirectoryFactory creating directory factory for path hdfs://localhost:35421/solr_hdfs_home/collection1/core_node4/data/snapshot_metadata
   [junit4]   2> 1903901 INFO  (qtp519655506-37676) [n:127.0.0.1:34827_ c:collection1 s:shard1  x:collection1_shard1_replica_n3 ] o.a.s.c.HdfsDirectoryFactory Number of slabs of block cache [1] with direct memory allocation set to [true]
   [junit4]   2> 1903901 INFO  (qtp519655506-37676) [n:127.0.0.1:34827

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

(Datanode Uuid 1b9267f2-79b1-488d-87c4-dfa607b9930c) service to localhost/127.0.0.1:35421
   [junit4]   2> 1907150 INFO  (Listener at localhost/45327) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@55f1668{datanode,/,null,STOPPED}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/datanode}
   [junit4]   2> 1907150 INFO  (Listener at localhost/45327) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@339600a5{HTTP/1.1, (http/1.1)}{localhost:0}
   [junit4]   2> 1907150 INFO  (Listener at localhost/45327) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1907151 INFO  (Listener at localhost/45327) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5a9766d{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,STOPPED}
   [junit4]   2> 1907159 INFO  (Listener at localhost/45327) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@736358ff{hdfs,/,null,STOPPED}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/hdfs}
   [junit4]   2> 1907160 INFO  (Listener at localhost/45327) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@5116282c{HTTP/1.1, (http/1.1)}{localhost:0}
   [junit4]   2> 1907160 INFO  (Listener at localhost/45327) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1907160 INFO  (Listener at localhost/45327) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6de91618{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,STOPPED}
   [junit4]   2> 1907177 INFO  (Listener at localhost/45327) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-454 after mutting 0 log messages
   [junit4]   2> 1907177 INFO  (Listener at localhost/45327) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-455 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1907178 INFO  (Listener at localhost/45327) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 20, 2023 2:12:43 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 34 leaked thread(s).
   [junit4]   2> Dec 20, 2023 2:12:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsNNFailoverTest: 
   [junit4]   2>    1) Thread[id=37502, name=Command processor, state=WAITING, group=TGRP-HdfsNNFailoverTest]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2>         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2>         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)
   [junit4]   2>         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)
   [junit4]   2> Dec 20, 2023 2:12:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=37502, name=Command processor, state=WAITING, group=TGRP-HdfsNNFailoverTest]
   [junit4]   2> 1917385 ERROR (Command processor) [     ] o.a.h.h.s.d.DataNode Command processor encountered interrupt and exit.
   [junit4]   2> 1917385 WARN  (Command processor) [     ] o.a.h.h.s.d.DataNode Ending command processor service for: Thread[Command processor,5,TGRP-HdfsNNFailoverTest]
   [junit4]   2> Dec 20, 2023 2:12:54 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1394, maxMBSortInHeap=6.912581038292156, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ar-IQ, timezone=America/Maceio
   [junit4]   2> NOTE: Linux 5.4.0-169-generic amd64/Temurin 1.8.0_362 (64-bit)/cpus=4,threads=3,free=134749264,total=505937920
   [junit4]   2> NOTE: All tests run in this JVM: [TestPushWriter, TestFieldCacheWithThreads, TestTolerantUpdateProcessorCloud, SortSpecParsingTest, NodeAddedTriggerTest, ChaosMonkeyNothingIsSafeTest, UnloadDistributedZkTest, PreAnalyzedUpdateProcessorTest, ShardRoutingTest, TestLocalFSCloudBackupRestore, SignatureUpdateProcessorFactoryTest, TestGeoJSONResponseWriter, TestDistributedTracing, SortByFunctionTest, SolrSlf4jReporterTest, TestDistributedSearch, TestSchemaSimilarityResource, PKIAuthenticationIntegrationTest, TestSortableTextField, SolrCLIZkUtilsTest, MergeStrategyTest, TestSurroundQueryParser, ShardsWhitelistTest, ConnectionReuseTest, BinaryUpdateRequestHandlerTest, HdfsDirectoryFactoryTest, TestLRUCache, TestCoreAdminApis, SearchRateTriggerIntegrationTest, CollectionTooManyReplicasTest, UniqFieldsUpdateProcessorFactoryTest, UninvertDocValuesMergePolicyTest, TestRTimerTree, BitVectorTest, SplitByPrefixTest, RulesTest, TestCaffeineCache, TestComponentsName, JsonLoaderTest, TestSolrConfigHandlerCloud, TestLMJelinekMercerSimilarityFactory, TestManagedStopFilterFactory, TestScoreJoinQPScore, IgnoreLargeDocumentProcessorFactoryTest, HdfsWriteToMultipleCollectionsTest, RestoreTriggerStateTest, TestMiniSolrCloudClusterSSL, SynonymTokenizerTest, SolrCoreTest, SecurityHeadersTest, BlockJoinFacetRandomTest, MetricsHistoryHandlerTest, CustomHighlightComponentTest, MoveReplicaHDFSTest, TestCloudJSONFacetSKGEquiv, TestRandomRequestDistribution, HdfsBasicDistributedZk2Test, TestSimExecutePlanAction, BasicFunctionalityTest, SyncSliceTest, TestSolrQueryParser, TestUninvertingReader, RequestHandlersTest, DistribDocExpirationUpdateProcessorTest, TestSolrDeletionPolicy2, CoreSorterTest, TestSimTriggerIntegration, TestRemoteStreaming, TestShardHandlerFactory, TestSchemaDesignerConfigSetHelper, TestSolrCloudWithDelegationTokens, CdcrBidirectionalTest, TaggerTest, TestWithCollection, TestCloudPseudoReturnFields, TestSystemIdResolver, TestPostingsSolrHighlighter, HdfsLockFactoryTest, TestExportTool, DocValuesMultiTest, CircularListTest, SimpleMLTQParserTest, TestDynamicFieldCollectionResource, TestStressRecovery, LeaderElectionIntegrationTest, AtomicUpdatesTest, TestHashQParserPlugin, CursorMarkTest, TestSegmentSorting, TestPerFieldSimilarityWithDefaultOverride, TestContainerPlugin, TestLegacyTerms, TestSubQueryTransformer, TestEmbeddedSolrServerAdminHandler, TestReRankQParserPlugin, TestTrackingShardHandlerFactory, BadIndexSchemaTest, AuditLoggerIntegrationTest, RankQueryTest, DirectSolrConnectionTest, RangeFacetCloudTest, TestDistributedMap, TestReload, DistributedUpdateProcessorTest, TestFieldTypeCollectionResource, PackageManagerCLITest, TestPayloadCheckQParserPlugin, DeleteReplicaTest, SubstringBytesRefFilterTest, DynamicMapsTest, InfixSuggestersTest, FileBasedSpellCheckerTest, TimeRoutedAliasUpdateProcessorTest, OverseerCollectionConfigSetProcessorTest, TestSQLHandler, DistributedQueryComponentCustomSortTest, TestStressInPlaceUpdates, SuggestComponentTest, TestSimpleTrackingShardHandler, TestSolrCoreProperties, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestReversedWildcardFilterFactory, TestWordDelimiterFilterFactory, AliasIntegrationTest, BasicDistributedZk2Test, CloudExitableDirectoryReaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, MultiSolrCloudTestCaseTest, NodeMutatorTest, OverseerRolesTest, RecoveryAfterSoftCommitTest, RemoteQueryErrorTest, ReplicationFactorTest, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestPullReplica, CollectionsAPIDistributedZkTest, ComputePlanActionTest, TestPolicyCloud, TestSimClusterStateProvider, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, TestSnapshotCloudManager, CdcrWithNodesRestartsTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsNNFailoverTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsNNFailoverTest -Dtests.seed=D8D67B40D0430C9E -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ar-IQ -Dtests.timezone=America/Maceio -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | HdfsNNFailoverTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.hdfs.HdfsNNFailoverTest: 
   [junit4]    >    1) Thread[id=37502, name=Command processor, state=WAITING, group=TGRP-HdfsNNFailoverTest]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]    >         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)
   [junit4]    >         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D8D67B40D0430C9E]:0)
   [junit4] Completed [636/959 (1!)] on J1 in 22.71s, 1 test, 1 error <<< FAILURES!

[...truncated 55445 lines...]

[JENKINS] Lucene » Lucene-Solr-Tests-8.11 - Build # 361 - Still Unstable!

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

4 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:46187/_cii

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:46187/_cii
	at __randomizedtesting.SeedInfo.seed([C05DDFDF9843CF88:FC3316863D9B6411]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink(ShardSplitTest.java:356)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 57 more


FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes

Error Message:
Timeout occurred while waiting response from server at: http://127.0.0.1:34595/_cii

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:34595/_cii
	at __randomizedtesting.SeedInfo.seed([C05DDFDF9843CF88:789E8B7F64981AFD]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
	at org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes(ShardSplitTest.java:350)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 57 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.designer.TestSchemaDesignerAPI

Error Message:
Timed out waiting for all collections to be fully removed.

Stack Trace:
java.util.concurrent.TimeoutException: Timed out waiting for all collections to be fully removed.
	at __randomizedtesting.SeedInfo.seed([C05DDFDF9843CF88]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:581)
	at org.apache.solr.handler.designer.TestSchemaDesignerAPI.tearDownCluster(TestSchemaDesignerAPI.java:82)
	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:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:909)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.lang.Thread.run(Thread.java:750)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.designer.TestSchemaDesignerAPI

Error Message:
Captured an uncaught exception in thread: Thread[id=37058, name=Thread-4852, state=RUNNABLE, group=TGRP-TestSchemaDesignerAPI]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=37058, name=Thread-4852, state=RUNNABLE, group=TGRP-TestSchemaDesignerAPI]
Caused by: java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([C05DDFDF9843CF88]:0)
	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1764)
	at org.apache.solr.core.SolrCore.lambda$getConfListener$19(SolrCore.java:3148)
	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$16(ZkController.java:2675)
	at java.lang.Thread.run(Thread.java:750)




Build Log:
[...truncated 15892 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 1750734 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1750738 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-467 after mutting 0 log messages
   [junit4]   2> 1750738 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-468 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1750739 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/data-dir-158-001
   [junit4]   2> 1750739 WARN  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=28 numCloses=28
   [junit4]   2> 1750739 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1750742 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1750742 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1750742 INFO  (SUITE-ShardSplitTest-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_cii/
   [junit4]   2> 1750747 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-468 after mutting 0 log messages
   [junit4]   2> 1750747 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-469 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1750748 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1750748 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1750748 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1750749 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1750848 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer start zk server on port: 46241
   [junit4]   2> 1750848 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46241
   [junit4]   2> 1750848 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46241
   [junit4]   2> 1750848 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46241
   [junit4]   2> 1750850 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1750857 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1750867 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1750868 DEBUG (zkConnectionManagerCallback-20476-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2279dfdf name: ZooKeeperConnection Watcher:127.0.0.1:46241 got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1750868 INFO  (zkConnectionManagerCallback-20476-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1750868 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1750868 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1750870 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1750873 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1750874 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1750877 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1750881 DEBUG (zkConnectionManagerCallback-20478-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@40395a6b name: ZooKeeperConnection Watcher:127.0.0.1:46241/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1750881 INFO  (zkConnectionManagerCallback-20478-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1750881 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1750881 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1750882 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /clusterprops.json
   [junit4]   2> 1750882 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1750882 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1750883 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1750883 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1750884 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1750884 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1750885 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1750885 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1750886 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1750886 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1750887 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1750887 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1750888 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1750888 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1750889 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1750889 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1750891 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1750891 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1750892 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1750892 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1750893 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1750893 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1750893 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1751033 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1751033 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1751033 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 1751034 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1751034 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1751034 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1751034 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@172fd18c{/_cii,null,AVAILABLE}
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@43074a14{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:46187}
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.s.Server Started @1751062ms
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/tempDir-001/control/data, replicaType=NRT, hostContext=/_cii, hostPort=46187, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/control-001/cores}
   [junit4]   2> 1751035 ERROR (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.11.3
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 1751035 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2023-12-20T08:08:25.934Z
   [junit4]   2> 1751035 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1751036 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1751038 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1751041 DEBUG (zkConnectionManagerCallback-20480-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@336211a name: ZooKeeperConnection Watcher:127.0.0.1:46241/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1751041 INFO  (zkConnectionManagerCallback-20480-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1751041 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1751041 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1751045 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-SendThread(127.0.0.1:46241)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1003e3b81aa0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1003e3b81aa0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1003e3b81aa0002, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1751145 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1751145 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1751146 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/control-001/solr.xml
   [junit4]   2> 1751148 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1751148 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1751150 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5bfdc499, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1752296 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1752298 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3fe2ff05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1752298 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3fe2ff05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1752320 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3c271a04[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1752320 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3c271a04[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1752321 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46241/solr
   [junit4]   2> 1752321 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1752337 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1752346 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1752359 DEBUG (zkConnectionManagerCallback-20491-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c667af name: ZooKeeperConnection Watcher:127.0.0.1:46241 got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1752359 INFO  (zkConnectionManagerCallback-20491-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1752361 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1752361 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1752374 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-SendThread(127.0.0.1:46241)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1003e3b81aa0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1003e3b81aa0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1003e3b81aa0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1752474 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1752489 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1752489 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1752502 DEBUG (zkConnectionManagerCallback-20493-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@36ca67ce name: ZooKeeperConnection Watcher:127.0.0.1:46241/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1752503 INFO  (zkConnectionManagerCallback-20493-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1752503 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1752503 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1752506 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1752513 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1752521 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/async_ids
   [junit4]   2> 1752522 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1752529 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles
   [junit4]   2> 1752530 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/data
   [junit4]   2> 1752538 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/data/on
   [junit4]   2> 1752546 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/data/off
   [junit4]   2> 1752547 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer
   [junit4]   2> 1752552 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer/allowed
   [junit4]   2> 1752561 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer/preferred
   [junit4]   2> 1752569 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer/disallowed
   [junit4]   2> 1752577 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/coordinator
   [junit4]   2> 1752585 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/coordinator/on
   [junit4]   2> 1752598 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/coordinator/off
   [junit4]   2> 1752601 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1752602 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events
   [junit4]   2> 1752606 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/triggerState
   [junit4]   2> 1752606 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/nodeAdded
   [junit4]   2> 1752607 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/nodeLost
   [junit4]   2> 1752608 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1752608 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling.json
   [junit4]   2> 1752609 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1752610 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/protwords.txt
   [junit4]   2> 1752611 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/solrconfig.xml
   [junit4]   2> 1752612 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/synonyms.txt
   [junit4]   2> 1752613 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/managed-schema
   [junit4]   2> 1752614 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hi.txt
   [junit4]   2> 1752616 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fa.txt
   [junit4]   2> 1752617 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_es.txt
   [junit4]   2> 1752618 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_sv.txt
   [junit4]   2> 1752619 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_ca.txt
   [junit4]   2> 1752620 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_it.txt
   [junit4]   2> 1752622 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_eu.txt
   [junit4]   2> 1752623 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_no.txt
   [junit4]   2> 1752625 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_en.txt
   [junit4]   2> 1752626 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_et.txt
   [junit4]   2> 1752627 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ar.txt
   [junit4]   2> 1752628 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fi.txt
   [junit4]   2> 1752629 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hu.txt
   [junit4]   2> 1752630 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/hyphenations_ga.txt
   [junit4]   2> 1752631 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_nl.txt
   [junit4]   2> 1752633 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_de.txt
   [junit4]   2> 1752634 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_th.txt
   [junit4]   2> 1752635 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stemdict_nl.txt
   [junit4]   2> 1752636 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ca.txt
   [junit4]   2> 1752637 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_bg.txt
   [junit4]   2> 1752638 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_gl.txt
   [junit4]   2> 1752639 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_da.txt
   [junit4]   2> 1752640 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_tr.txt
   [junit4]   2> 1752642 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_fr.txt
   [junit4]   2> 1752643 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ja.txt
   [junit4]   2> 1752644 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hy.txt
   [junit4]   2> 1752645 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stoptags_ja.txt
   [junit4]   2> 1752646 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_it.txt
   [junit4]   2> 1752648 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_cz.txt
   [junit4]   2> 1752649 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_id.txt
   [junit4]   2> 1752650 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ro.txt
   [junit4]   2> 1752651 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/userdict_ja.txt
   [junit4]   2> 1752652 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_el.txt
   [junit4]   2> 1752654 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ga.txt
   [junit4]   2> 1752655 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fr.txt
   [junit4]   2> 1752661 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_ga.txt
   [junit4]   2> 1752670 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_lv.txt
   [junit4]   2> 1752677 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ru.txt
   [junit4]   2> 1752678 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_pt.txt
   [junit4]   2> 1752679 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/stopwords.txt
   [junit4]   2> 1752681 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1752681 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1752681 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {legacyCloud=true}
   [junit4]   2> 1752681 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> []
   [junit4]   2> 1752683 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1752683 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 1752684 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=-1, new definition is: Aliases{collectionAliases={}, collectionAliasProperties={}, zNodeVersion=0}
   [junit4]   2> 1752685 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1752686 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1752687 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46187__cii
   [junit4]   2> 1752687 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1752687 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.Overseer Overseer (id=72126019337322500-127.0.0.1:46187__cii-n_0000000000) starting
   [junit4]   2> 1752713 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1752714 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1752716 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1752727 INFO  (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46187__cii
   [junit4]   2> 1752728 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> []
   [junit4]   2> 1752728 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1752736 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1752737 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46187__cii
   [junit4]   2> 1752738 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes
   [junit4]   2> 1752739 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 1752739 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1752739 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1752739 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1752740 INFO  (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1752740 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 1752742 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1752743 WARN  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
   [junit4]   2> 1752743 DEBUG (zkCallback-20492-thread-1) [     ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 1752753 INFO  (zkCallback-20492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1752753 DEBUG (zkCallback-20492-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> [127.0.0.1:46187__cii]
   [junit4]   2> 1752754 DEBUG (OverseerAutoScalingTriggerThread-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1752774 DEBUG (OverseerAutoScalingTriggerThread-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events/.auto_add_replicas
   [junit4]   2> 1752935 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1752975 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bfdc499
   [junit4]   2> 1753004 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bfdc499
   [junit4]   2> 1753004 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bfdc499
   [junit4]   2> 1753005 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [n:127.0.0.1:46187__cii     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/control-001/cores
   [junit4]   2> 1753024 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1753025 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1753029 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1753030 DEBUG (zkConnectionManagerCallback-20510-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7dc390f1 name: ZooKeeperConnection Watcher:127.0.0.1:46241/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1753030 INFO  (zkConnectionManagerCallback-20510-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1753030 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1753030 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1753030 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1753031 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {legacyCloud=true}
   [junit4]   2> 1753032 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1753032 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> [127.0.0.1:46187__cii]
   [junit4]   2> 1753032 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1753033 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 1753033 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=-1, new definition is: Aliases{collectionAliases={}, collectionAliasProperties={}, zNodeVersion=0}
   [junit4]   2> 1753033 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46241/solr ready
   [junit4]   2> 1753035 INFO  (qtp801727518-33821) [n:127.0.0.1:46187__cii     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:46187/_cii/admin/collections?action=CREATE&name=control_collection&collection.configName=conf1&createNodeSet=127.0.0.1%3A46187__cii&numShards=1&nrtReplicas=1&wt=javabin&version=2)
   [junit4]   2> 1753190 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 1753191 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 1753192 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1753192 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1753192 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id: /overseer/collection-queue-work/qn-0000000000 message: {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:46187__cii",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1753209 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1753209 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 1753209 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1753209 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1753209 DEBUG (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1753209 INFO  (OverseerCollectionConfigSetProcessor-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1753209 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:46187__cii",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1753209 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 1753212 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=0, not overwriting ZK version.
   [junit4]   2> 1753212 INFO  (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1753216 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 1753219 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode: control_collection
   [junit4]   2> 1753222 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 1753230 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1753230 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:46187__cii",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1753230 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1753231 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 1753232 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1753338 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:46187__cii",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1753353 DEBUG (OverseerThreadFactory-20500-thread-1-processing-n:127.0.0.1:46187__cii) [n:127.0.0.1:46187__cii     ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:46187__cii
   [junit4]   2> 1753357 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:46187/_cii/admin/cores?null)
   [junit4]   2> 1753357 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1753358 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 1753360 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1753361 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:46187__cii",
   [junit4]   2>   "base_url":"http://127.0.0.1:46187/_cii",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1753361 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:46187__cii",
   [junit4]   2>   "base_url":"http://127.0.0.1:46187/_cii",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1753363 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:46187__cii",
   [junit4]   2>   "base_url":"http://127.0.0.1:46187/_cii",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 1753363 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:46187__cii",
   [junit4]   2>           "base_url":"http://127.0.0.1:46187/_cii",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1753713 DEBUG (OverseerStateUpdate-72126019337322500-127.0.0.1:46187__cii-n_0000000000) [n:127.0.0.1:46187__cii     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 1753716 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[C05DDFDF9843CF88]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1754366 DEBUG (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Loading collection config from: [/collections/control_collection]
   [junit4]   2> 1754389 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.3
   [junit4]   2> 1754389 WARN  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1754394 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1754398 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1754426 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1754427 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5bfdc499
   [junit4]   2> 1754427 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.ShardSplitTest_C05DDFDF9843CF88-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1754430 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=45, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1754444 WARN  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1754495 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1754495 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1754497 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1754497 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1754498 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1754500 DEBUG (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Loading collection config from: [/collections/control_collection]
   [junit4]   2> 1754501 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1754502 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1754502 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1754502 INFO  (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1785787537844862976
   [junit4]   2> 1754504 DEBUG (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Waiting up to 60000ms for state org.apache.solr.cloud.ZkController$$Lambda$608/1050138100@615a4731
   [junit4]   2> 1754505 DEBUG (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Found org.apache.solr.cloud.ZkController$$Lambda$608/1050138100@615a4731 directly in clusterState
   [junit4]   2> 1754505 DEBUG (qtp801727518-33824) [n:127.0.0.1:46187__cii c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/terms/shard1
   [junit4]   2> 1754506 INFO  (searcherExecutor-20512-thread-

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

:
   [junit4]   2> 
   [junit4]   2> 	196	/solr/overseer/collection-queue-work
   [junit4]   2> 	168	/solr/overseer/queue
   [junit4]   2> 	88	/solr/collections
   [junit4]   2> 	6	/solr/collections/._designer_testJson/state.json
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	4	/solr/collections/._designer_testDiff/state.json
   [junit4]   2> 	2	/solr/collections/._designer_testTSV/state.json
   [junit4]   2> 	2	/solr/collections/._designer_techproducts/state.json
   [junit4]   2> 	2	/solr/collections/test123/state.json
   [junit4]   2> 	2	/solr/collections/.system/state.json
   [junit4]   2> 	2	/solr/collections/._designer_films/state.json
   [junit4]   2> 	2	/solr/collections/techproducts/state.json
   [junit4]   2> 	2	/solr/collections/._designer_fieldUpdates/state.json
   [junit4]   2> 	2	/solr/collections/diff456/state.json
   [junit4]   2> 
   [junit4]   2> 2233847 INFO  (SUITE-TestSchemaDesignerAPI-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:36383
   [junit4]   2> 2233847 INFO  (SUITE-TestSchemaDesignerAPI-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36383
   [junit4]   2> 2233847 INFO  (SUITE-TestSchemaDesignerAPI-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36383
   [junit4]   2> 2233848 INFO  (SUITE-TestSchemaDesignerAPI-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-629 after mutting 0 log messages
   [junit4]   2> 2233848 INFO  (SUITE-TestSchemaDesignerAPI-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-630 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 2233849 INFO  (SUITE-TestSchemaDesignerAPI-seed#[C05DDFDF9843CF88]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 20, 2023 8:16:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {blobName=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=Lucene84, type=PostingsFormat(name=LuceneVarGapDocFreqInterval), md5=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{size=DocValuesFormat(name=Direct), _version_=DocValuesFormat(name=Asserting), version=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=239, maxMBSortInHeap=5.634114687486796, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=pt-PT, timezone=Pacific/Niue
   [junit4]   2> NOTE: Linux 5.4.0-169-generic amd64/Temurin 1.8.0_362 (64-bit)/cpus=4,threads=1,free=83542336,total=536346624
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderTragicEventTest, UninvertDocValuesMergePolicyTest, SuggestComponentTest, MetricsHistoryHandlerTest, TestMissingGroups, HttpPartitionOnCommitTest, MultipleManagedSchemasTest, UniqFieldsUpdateProcessorFactoryTest, TestLRUCache, LoggingHandlerTest, TestLegacyTerms, CreateRoutedAliasTest, UnloadDistributedZkTest, CdcrBidirectionalTest, TestRuleBasedAuthorizationWithKerberos, TestDynamicURP, CustomHighlightComponentTest, IndexSizeTriggerTest, TestFilteredDocIdSet, DistribDocExpirationUpdateProcessorTest, TestReversedWildcardFilterFactory, TestCoreAdminApis, TestHashPartitioner, SQLWithAuthzEnabledTest, TestReRankQParserPlugin, BinaryUpdateRequestHandlerTest, TestTolerantUpdateProcessorCloud, TestSystemIdResolver, TestRemoteStreaming, ConcurrentDeleteAndCreateCollectionTest, DirectSolrConnectionTest, TestCloudJSONFacetSKGEquiv, SplitByPrefixTest, MaxSizeAutoCommitTest, LocalFSCloudIncrementalBackupTest, OverseerSolrResponseUnsafeSerializationTest, TestDFISimilarityFactory, HdfsNNFailoverTest, TestSolrQueryParser, AssignBackwardCompatibilityTest, SuggesterFSTTest, TestWriterPerf, TestCloudPseudoReturnFields, BadIndexSchemaTest, TestDistributedMap, DistributedQueryComponentCustomSortTest, TestFieldCacheWithThreads, TestConfLoadPerf, TestContainerPlugin, TestDistributedSearch, TestSurroundQueryParser, DaemonStreamApiTest, CurrencyFieldTypeTest, TestValueSourceCache, DistributedExpandComponentTest, TestSolrConfigHandlerCloud, ShardsWhitelistTest, JWTIssuerConfigTest, TestDistributedTracing, TestManagedSchema, InfixSuggestersTest, SortByFunctionTest, SynonymTokenizerTest, TestCaffeineCache, DistributedSuggestComponentTest, ChaosMonkeyNothingIsSafeTest, HdfsSyncSliceTest, SyncSliceTest, TestSubQueryTransformer, DynamicMapsTest, TestSolrCloudWithDelegationTokens, PeerSyncWithLeaderAndIndexFingerprintCachingTest, BlockJoinFacetRandomTest, TestFieldCacheReopen, MetricsDisabledCloudTest, LeaderElectionIntegrationTest, ShowFileRequestHandlerTest, TestPostingsSolrHighlighter, TestJoin, PKIAuthenticationIntegrationTest, TestComponentsName, TestSortableTextField, ZookeeperStatusHandlerFailureTest, TestAtomicUpdateErrorCases, AutoAddReplicasPlanActionTest, TestNRTOpen, MetricsHistoryWithAuthIntegrationTest, AtomicUpdatesTest, HLLUtilTest, TestScoreJoinQPScore, UpdateParamsTest, CoreAdminHandlerTest, TestSimExecutePlanAction, TimeRoutedAliasUpdateProcessorTest, TestSchemaSimilarityResource, TestSimTriggerIntegration, SortSpecParsingTest, SimplePostToolTest, TestElisionMultitermQuery, CursorMarkTest, SecurityHeadersTest, TestPKIAuthenticationPlugin, PreAnalyzedFieldTest, TestCorePropertiesReload, CoreSorterTest, RulesTest, TestWithCollection, DistributedUpdateProcessorTest, SolrSlf4jReporterTest, TestCloudDeduplication, TestSortByMinMaxFunction, TestQueryUtils, OverseerCollectionConfigSetProcessorTest, TestJmxIntegration, NestedShardedAtomicUpdateTest, CircularListTest, SolrCmdDistributorTest, DistributedFacetPivotSmallAdvancedTest, TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest, ActionThrottleTest, AddReplicaTest, BasicDistributedZkTest, CollectionPropsTest, ConcurrentCreateRoutedAliasTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteReplicaTest, MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest, PeerSyncReplicationTest, RestartWhileUpdatingTest, RouteFieldTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, ShardRoutingTest, TestCloudDeleteByQuery, TestCloudInspectUtil, TestCloudRecovery2, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIShareSchema, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestOnReconnectListenerSupport, TestPullReplicaErrorHandling, TestRebalanceLeaders, TestStressLiveNodes, TestHdfsCloudBackupRestore, MetricTriggerTest, NodeAddedTriggerTest, RestoreTriggerStateTest, TriggerCooldownIntegrationTest, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsTlogReplayBufferedWhileIndexingTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, ZkCollectionPropsCachingTest, AlternateDirectoryTest, BlobRepositoryCloudTest, ExitableDirectoryReaderTest, HdfsDirectoryFactoryTest, PluginInfoTest, QueryResultKeyTest, ResourceLoaderTest, SolrCoreCheckLockOnStartupTest, TestBackupRepositoryFactory, TestBadConfig, TestConfigSetProperties, TestConfigSets, TestMergePolicyConfig, TestSolrIndexConfig, BackupIdTest, HdfsBackupRepositoryIntegrationTest, DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest, MoreLikeThisHandlerTest, RequestLoggingTest, SearchHandlerTest, TestBlobHandler, TestReqParamsAPI, TestRestoreCore, TestSQLHandlerNonCloud, TestStressThreadBackup, TestSystemCollAutoCreate, V2StandaloneTest, XmlUpdateRequestHandlerTest, XsltUpdateRequestHandlerTest, AutoscalingHistoryHandlerTest, IndexSizeEstimatorTest, SplitHandlerTest, StatsReloadRaceTest, SystemInfoHandlerTest, TestApiFramework, BadComponentTest, DebugComponentTest, DistributedFacetPivotWhiteBoxTest, FacetPivot2CollectionsTest, QueryComponentPartialResultsTest, QueryElevationComponentTest, TermsComponentTest, TestExpandComponent, TestPivotHelperCode, TestTrackingShardHandlerFactory, UpdateLogCloudTest, ManagedSchemaDiffTest, TestSchemaDesignerAPI]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSchemaDesignerAPI -Dtests.seed=C05DDFDF9843CF88 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=Pacific/Niue -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J1 | TestSchemaDesignerAPI (suite) <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException: Timed out waiting for all collections to be fully removed.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C05DDFDF9843CF88]:0)
   [junit4]    > 	at org.apache.solr.cloud.MiniSolrCloudCluster.deleteAllCollections(MiniSolrCloudCluster.java:581)
   [junit4]    > 	at org.apache.solr.handler.designer.TestSchemaDesignerAPI.tearDownCluster(TestSchemaDesignerAPI.java:82)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:750)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=37058, name=Thread-4852, state=RUNNABLE, group=TGRP-TestSchemaDesignerAPI]
   [junit4]    > Caused by: java.lang.AssertionError
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C05DDFDF9843CF88]:0)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.reload(CoreContainer.java:1764)
   [junit4]    > 	at org.apache.solr.core.SolrCore.lambda$getConfListener$19(SolrCore.java:3148)
   [junit4]    > 	at org.apache.solr.cloud.ZkController.lambda$fireEventListeners$16(ZkController.java:2675)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:750)
   [junit4] Completed [761/959 (2!)] on J1 in 71.93s, 6 tests, 2 errors <<< FAILURES!

[...truncated 54990 lines...]