You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/06/09 21:35:05 UTC

[JENKINS] Lucene-Solr-BadApples-Tests-master - Build # 738 - Unstable

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

5 tests failed.
FAILED:  org.apache.solr.handler.dataimport.TestZKPropertiesWriter.testZKPropertiesWriter

Error Message:
No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=null with live_nodes=[10.41.0.5:8983_]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=null with live_nodes=[10.41.0.5:8983_]
	at __randomizedtesting.SeedInfo.seed([FDF1B494F47099B8:B57DC8E3D827B94C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:900)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:845)
	at org.apache.solr.handler.dataimport.TestZKPropertiesWriter.testZKPropertiesWriter(TestZKPropertiesWriter.java:104)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testWrongZkChrootTest

Error Message:
 Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "cluster not found/not ready")      but: exception with message a string containing "cluster not found/not ready" message was "" Stacktrace was: org.apache.solr.common.cloud.ZooKeeperException:   at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.getZkStateReader(ZkClientClusterStateProvider.java:185)  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)  at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:335)  at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testWrongZkChrootTest(CloudHttp2SolrClientTest.java:787)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.base/java.lang.reflect.Method.invoke(Method.java:566)  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)  at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)  at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)  at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)  at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)  at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)  at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)  at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)  at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)  at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)  at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /aliases.json  at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)  at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)  at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2131)  at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)  at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)  at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)  at org.apache.solr.common.cloud.ZkStateReader$AliasesManager.update(ZkStateReader.java:2062)  at org.apache.solr.common.cloud.ZkStateReader.refreshAliases(ZkStateReader.java:1973)  at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:484)  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.getZkStateReader(ZkClientClusterStateProvider.java:176)  ... 43 more 

Stack Trace:
java.lang.AssertionError: 
Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "cluster not found/not ready")
     but: exception with message a string containing "cluster not found/not ready" message was ""
Stacktrace was: org.apache.solr.common.cloud.ZooKeeperException: 
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.getZkStateReader(ZkClientClusterStateProvider.java:185)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:160)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.connect(BaseCloudSolrClient.java:335)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testWrongZkChrootTest(CloudHttp2SolrClientTest.java:787)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /aliases.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:118)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:2131)
	at org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:71)
	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:339)
	at org.apache.solr.common.cloud.ZkStateReader$AliasesManager.update(ZkStateReader.java:2062)
	at org.apache.solr.common.cloud.ZkStateReader.refreshAliases(ZkStateReader.java:1973)
	at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:484)
	at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.getZkStateReader(ZkClientClusterStateProvider.java:176)
	... 43 more

	at __randomizedtesting.SeedInfo.seed([52151C22D4F1FC6E:5FFDF1AEF15D9108]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:956)
	at org.junit.Assert.assertThat(Assert.java:923)
	at org.junit.rules.ExpectedException.handleException(ExpectedException.java:252)
	at org.junit.rules.ExpectedException.access$000(ExpectedException.java:106)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:241)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.CloudSolrClientTest.testWrongZkChrootTest

Error Message:


Stack Trace:
java.lang.AssertionError
	at __randomizedtesting.SeedInfo.seed([52151C22D4F1FC6E:5FFDF1AEF15D9108]:0)
	at org.junit.Assert.fail(Assert.java:86)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.junit.Assert.assertTrue(Assert.java:52)
	at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testWrongZkChrootTest(CloudSolrClientTest.java:768)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:239)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testCloudClientCanConnectAfterClusterComesUp

Error Message:
Unexpected message: 

Stack Trace:
java.lang.AssertionError: Unexpected message: 
	at __randomizedtesting.SeedInfo.seed([52151C22D4F1FC6E:49F99F8286EDD9AB]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testCloudClientCanConnectAfterClusterComesUp(TestCloudSolrClientConnections.java:44)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testCloudClientUploads

Error Message:
Unexpected message: 

Stack Trace:
java.lang.AssertionError: Unexpected message: 
	at __randomizedtesting.SeedInfo.seed([52151C22D4F1FC6E:E2ECF5310BB0E]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testCloudClientUploads(TestCloudSolrClientConnections.java:71)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 16355 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> 1883 INFO  (SUITE-CloudSolrClientTest-seed#[52151C22D4F1FC6E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1883 INFO  (SUITE-CloudSolrClientTest-seed#[52151C22D4F1FC6E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1885 INFO  (SUITE-CloudSolrClientTest-seed#[52151C22D4F1FC6E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/data-dir-2-001
   [junit4]   2> 1886 INFO  (SUITE-CloudSolrClientTest-seed#[52151C22D4F1FC6E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1890 INFO  (SUITE-CloudSolrClientTest-seed#[52151C22D4F1FC6E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1990 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRouting
   [junit4]   2> 2002 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001
   [junit4]   2> 2007 WARN  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer TEST_HOME() does not exist - solrj test?
   [junit4]   2> 2012 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2013 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2014 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2113 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer start zk server on port: 39979
   [junit4]   2> 2115 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39979
   [junit4]   2> 2117 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39979
   [junit4]   2> 2118 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39979
   [junit4]   2> 2157 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2184 INFO  (zkConnectionManagerCallback-4-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2184 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2210 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2220 INFO  (zkConnectionManagerCallback-6-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2221 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2222 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2227 INFO  (zkConnectionManagerCallback-8-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2227 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2502 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2502 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2503 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2503 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2506 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2507 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2508 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2510 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2512 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.4+10-LTS
   [junit4]   2> 2531 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2531 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2533 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2543 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@11401d53{/solr,null,AVAILABLE}
   [junit4]   2> 2543 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2543 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2544 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2547 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2547 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2547 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2547 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7c295692{/solr,null,AVAILABLE}
   [junit4]   2> 2548 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@261042f7{/solr,null,AVAILABLE}
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1179206b{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:44087}
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@78dc262d{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:33411}
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3418f77{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:44619}
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-1) [     ] o.e.j.s.Server Started @2600ms
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-2) [     ] o.e.j.s.Server Started @2600ms
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44619}
   [junit4]   2> 2563 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33411}
   [junit4]   2> 2567 INFO  (jetty-launcher-9-thread-3) [     ] o.e.j.s.Server Started @2604ms
   [junit4]   2> 2568 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44087}
   [junit4]   2> 2591 ERROR (jetty-launcher-9-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2591 ERROR (jetty-launcher-9-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2591 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2591 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2591 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2591 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2592 ERROR (jetty-launcher-9-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2592 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2592 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 9.0.0
   [junit4]   2> 2593 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2593 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2593 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr
   [junit4]   2> 2593 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr
   [junit4]   2> 2594 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-09T21:18:04.551024Z
   [junit4]   2> 2594 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-09T21:18:04.551024Z
   [junit4]   2> 2594 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2594 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr
   [junit4]   2> 2594 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-09T21:18:04.551925Z
   [junit4]   2> 2595 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2596 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2596 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2600 INFO  (zkConnectionManagerCallback-13-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2600 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2601 INFO  (zkConnectionManagerCallback-11-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2601 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2606 INFO  (zkConnectionManagerCallback-15-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2606 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2608 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2608 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2609 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3041 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3040 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3040 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 3074 WARN  (jetty-launcher-9-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@45aaaa23[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3075 WARN  (jetty-launcher-9-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@45aaaa23[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3079 WARN  (jetty-launcher-9-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@18e628be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3079 WARN  (jetty-launcher-9-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@18e628be[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3087 WARN  (jetty-launcher-9-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d150069[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3087 WARN  (jetty-launcher-9-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d150069[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3182 WARN  (jetty-launcher-9-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b5bb0bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3182 WARN  (jetty-launcher-9-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b5bb0bb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3191 WARN  (jetty-launcher-9-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@76dcd280[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3191 WARN  (jetty-launcher-9-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@76dcd280[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3195 WARN  (jetty-launcher-9-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@60fc9ceb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3195 WARN  (jetty-launcher-9-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@60fc9ceb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 3239 INFO  (jetty-launcher-9-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39979/solr
   [junit4]   2> 3243 INFO  (jetty-launcher-9-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39979/solr
   [junit4]   2> 3243 INFO  (jetty-launcher-9-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39979/solr
   [junit4]   2> 3266 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3273 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3278 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 3279 INFO  (zkConnectionManagerCallback-48-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3279 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3283 INFO  (zkConnectionManagerCallback-44-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3283 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3291 INFO  (zkConnectionManagerCallback-46-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3294 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 3675 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44619_solr
   [junit4]   2> 3677 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44087_solr
   [junit4]   2> 3686 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33411_solr
   [junit4]   2> 3691 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.Overseer Overseer (id=73903027325173768-127.0.0.1:44619_solr-n_0000000000) starting
   [junit4]   2> 3728 INFO  (zkCallback-47-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3744 INFO  (zkCallback-43-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3770 INFO  (zkCallback-45-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3779 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3779 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3788 WARN  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] 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> 3793 WARN  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] 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> 3844 INFO  (OverseerStateUpdate-73903027325173768-127.0.0.1:44619_solr-n_0000000000) [n:127.0.0.1:44619_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44619_solr
   [junit4]   2> 3850 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44619_solr as DOWN
   [junit4]   2> 3860 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 3861 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44619_solr
   [junit4]   2> 3867 INFO  (zkCallback-47-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3867 INFO  (zkCallback-45-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3867 INFO  (zkCallback-43-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3872 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 3872 WARN  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] 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> 3962 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3982 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 3984 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4124 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44087.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4128 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44087.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4136 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44619.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4137 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33411.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4137 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44619.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4137 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44619.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4137 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33411.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4138 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33411.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4142 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44087.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 4163 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:44619_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node1
   [junit4]   2> 4165 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:44087_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node3
   [junit4]   2> 4176 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:33411_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node2
   [junit4]   2> 4225 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 4226 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4234 INFO  (zkConnectionManagerCallback-81-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4234 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4236 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 4238 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39979/solr ready
   [junit4]   2> 4539 INFO  (qtp2098486020-60) [n:127.0.0.1:44619_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4542 INFO  (qtp2098486020-60) [n:127.0.0.1:44619_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 4616 INFO  (qtp738161460-63) [n:127.0.0.1:33411_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&name=routing_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4637 INFO  (OverseerThreadFactory-61-thread-1-processing-n:127.0.0.1:44619_solr) [n:127.0.0.1:44619_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection routing_collection
   [junit4]   2> 4799 INFO  (qtp738161460-61) [n:127.0.0.1:33411_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 4801 INFO  (qtp738161460-61) [n:127.0.0.1:33411_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=10
   [junit4]   2> 4848 INFO  (qtp336503966-68) [n:127.0.0.1:44087_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 4849 INFO  (qtp336503966-68) [n:127.0.0.1:44087_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 4867 INFO  (qtp2098486020-65) [n:127.0.0.1:44619_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 4874 INFO  (qtp738161460-56) [n:127.0.0.1:33411_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 4885 INFO  (qtp336503966-66) [n:127.0.0.1:44087_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 4890 INFO  (qtp2098486020-60) [n:127.0.0.1:44619_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 4942 INFO  (OverseerStateUpdate-73903027325173768-127.0.0.1:44619_solr-n_0000000000) [n:127.0.0.1:44619_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routing_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"routing_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44619/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44619_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4954 INFO  (OverseerStateUpdate-73903027325173768-127.0.0.1:44619_solr-n_0000000000) [n:127.0.0.1:44619_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"routing_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"routing_collection_shard2_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44087/solr",
   [junit4]   2>   "node_name":"127.0.0.1:44087_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 5177 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr    x:routing_collection_shard2_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=routing_collection_shard2_replica_n3&action=CREATE&numShards=2&collection=routing_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5184 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr    x:routing_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=routing_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=routing_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 5248 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5259 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5351 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5365 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 5662 WARN  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5665 WARN  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 5677 WARN  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 5677 WARN  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 5679 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5687 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'routing_collection_shard2_replica_n3' using configuration from configset conf, trusted=true
   [junit4]   2> 5687 WARN  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for multiople copyFields (2)
   [junit4]   2> 5687 WARN  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Field text is not multivalued and destination for multiople copyFields (3)
   [junit4]   2> 5687 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 5687 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'routing_collection_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 5698 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44087.solr.core.routing_collection.shard2.replica_n3' (registry 'solr.core.routing_collection.shard2.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 5698 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44619.solr.core.routing_collection.shard1.replica_n1' (registry 'solr.core.routing_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@67742890
   [junit4]   2> 5706 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SolrCore [[routing_collection_shard2_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node3/routing_collection_shard2_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node3/routing_collection_shard2_replica_n3/data/]
   [junit4]   2> 5706 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[routing_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node1/routing_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J0/temp/solr.client.solrj.impl.CloudSolrClientTest_52151C22D4F1FC6E-001/tempDir-001/node1/routing_collection_shard1_replica_n1/data/]
   [junit4]   2> 6191 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6191 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6200 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6201 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6205 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 6205 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 6208 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 6208 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 6253 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6253 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 6265 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6266 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 6275 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 6278 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 6279 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1669057728464551936
   [junit4]   2> 6279 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1669057728464551936
   [junit4]   2> 6300 INFO  (searcherExecutor-84-thread-1-processing-n:127.0.0.1:44087_solr x:routing_collection_shard2_replica_n3 c:routing_collection s:shard2 r:core_node4) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SolrCore [routing_collection_shard2_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 6300 INFO  (searcherExecutor-86-thread-1-processing-n:127.0.0.1:44619_solr x:routing_collection_shard1_replica_n1 c:routing_collection s:shard1 r:core_node2) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [routing_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 6314 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routing_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 6314 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routing_collection/terms/shard2 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 6318 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routing_collection/leaders/shard1
   [junit4]   2> 6318 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/routing_collection/leaders/shard2
   [junit4]   2> 6325 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6325 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6326 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44087/solr/routing_collection_shard2_replica_n3/
   [junit4]   2> 6327 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 6327 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 6327 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 6328 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44619/solr/routing_collection_shard1_replica_n1/
   [junit4]   2> 6328 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SyncStrategy https://127.0.0.1:44087/solr/routing_collection_shard2_replica_n3/ has no replicas
   [junit4]   2> 6329 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/routing_collection/leaders/shard2/leader after winning as /collections/routing_collection/leader_elect/shard2/election/73903027325173766-core_node4-n_0000000000
   [junit4]   2> 6331 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 6332 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:44619/solr/routing_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 6333 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44087/solr/routing_collection_shard2_replica_n3/ shard2
   [junit4]   2> 6334 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/routing_collection/leaders/shard1/leader after winning as /collections/routing_collection/leader_elect/shard1/election/73903027325173768-core_node2-n_0000000000
   [junit4]   2> 6339 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44619/solr/routing_collection_shard1_replica_n1/ shard1
   [junit4]   2> 6441 INFO  (zkCallback-43-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6441 INFO  (zkCallback-45-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6441 INFO  (zkCallback-45-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6443 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 6444 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 6446 INFO  (qtp336503966-62) [n:127.0.0.1:44087_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=routing_collection_shard2_replica_n3&action=CREATE&numShards=2&collection=routing_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1270
   [junit4]   2> 6448 INFO  (zkCallback-43-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6454 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=routing_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=routing_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1270
   [junit4]   2> 6460 INFO  (qtp738161460-63) [n:127.0.0.1:33411_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 6553 INFO  (zkCallback-43-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6553 INFO  (zkCallback-45-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6553 INFO  (zkCallback-47-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6553 INFO  (zkCallback-45-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6553 INFO  (zkCallback-43-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6554 INFO  (zkCallback-45-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6554 INFO  (qtp738161460-63) [n:127.0.0.1:33411_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=routing_collection&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1938
   [junit4]   2> 6554 INFO  (zkCallback-43-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/routing_collection/state.json] for collection [routing_collection] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 6558 INFO  (TEST-CloudSolrClientTest.testRouting-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: routing_collection
   [junit4]   2> 6637 INFO  (OverseerCollectionConfigSetProcessor-73903027325173768-127.0.0.1:44619_solr-n_0000000000) [n:127.0.0.1:44619_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 6713 INFO  (qtp336503966-68) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routing_collection/terms/shard2 to Terms{values={core_node4=1}, version=1}
   [junit4]   2> 6714 INFO  (qtp336503966-68) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.S.Request [routing_collection_shard2_replica_n3]  webapp=/solr path=/update params={_stateVer_=routing_collection:4&wt=javabin&version=2} status=0 QTime=105
   [junit4]   2> 6718 INFO  (qtp2098486020-65) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/routing_collection/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 6719 INFO  (qtp2098486020-65) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.S.Request [routing_collection_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=routing_collection:4&wt=javabin&version=2} status=0 QTime=120
   [junit4]   2> 7186 INFO  (searcherExecutor-84-thread-1-processing-n:127.0.0.1:44087_solr x:routing_collection_shard2_replica_n3 c:routing_collection s:shard2 r:core_node4) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.SolrCore [routing_collection_shard2_replica_n3]  Registered new searcher autowarm time: 1 ms
   [junit4]   2> 7236 INFO  (qtp336503966-69) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.S.Request [routing_collection_shard2_replica_n3]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:44619/solr/routing_collection_shard1_replica_n1/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=336
   [junit4]   2> 7277 INFO  (searcherExecutor-86-thread-1-processing-n:127.0.0.1:44619_solr x:routing_collection_shard1_replica_n1 c:routing_collection s:shard1 r:core_node2) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [routing_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7280 INFO  (qtp2098486020-65) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.S.Request [routing_collection_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=routing_collection:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} status=0 QTime=557
   [junit4]   2> 7354 INFO  (qtp2098486020-59) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.S.Request [routing_collection_shard1_replica_n1]  webapp=/solr path=/select params={q=id:0&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=54
   [junit4]   2> 7394 INFO  (qtp336503966-67) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.S.Request [routing_collection_shard2_replica_n3]  webapp=/solr path=/select params={q=id:2&distrib=false&wt=javabin&version=2} hits=1 status=0 QTime=1
   [junit4]   2> 7406 INFO  (qtp2098486020-55) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.S.Request [routing_collection_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=routing_collection:4&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 7411 INFO  (qtp336503966-68) [n:127.0.0.1:44087_solr c:routing_collection s:shard2 r:core_node4 x:routing_collection_shard2_replica_n3 ] o.a.s.c.S.Request [routing_collection_shard2_replica_n3]  webapp=/solr path=/update params={_stateVer_=routing_collection:4&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 7581 INFO  (searcherExecutor-86-thread-1-processing-n:127.0.0.1:44619_solr x:routing_collection_shard1_replica_n1 c:routing_collection s:shard1 r:core_node2) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [routing_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 7588 INFO  (qtp2098486020-71) [n:127.0.0.1:44619_solr c:routing_collection s:shard1 r:core_node2 x:routing_collection_shard1_replica_n1 ] o.a.s.c.S.Request [routing_collection_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:44087/solr/routing_collection_shard2_replica_n3/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false} status=0 QTime=17
   [junit4]   2> 7596 INFO  (searcherExecutor-84-thread-1-processing-n:127.0.0.1:44087_solr x:routing_collection_shard2_replica_n3 c:

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

ead-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6e6ab7e4{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 213732 INFO  (jetty-closer-3759-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1146673{/solr,null,UNAVAILABLE}
   [junit4]   2> 213732 INFO  (jetty-closer-3759-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 213834 INFO  (jetty-closer-3759-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@240a216b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 213834 INFO  (jetty-closer-3759-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6023911f{/solr,null,UNAVAILABLE}
   [junit4]   2> 213834 INFO  (jetty-closer-3759-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 213836 INFO  (TEST-CloudHttp2SolrClientTest.stateVersionParamTest-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 214040 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> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	2	/solr/configs/conf
   [junit4]   2> 	2	/solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73903041086488582-127.0.0.1:42763_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/overseer/queue
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 214042 INFO  (TEST-CloudHttp2SolrClientTest.stateVersionParamTest-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35947
   [junit4]   2> 214042 INFO  (TEST-CloudHttp2SolrClientTest.stateVersionParamTest-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35947
   [junit4]   2> 214042 INFO  (TEST-CloudHttp2SolrClientTest.stateVersionParamTest-seed#[52151C22D4F1FC6E]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35947
   [junit4]   2> 214042 INFO  (TEST-CloudHttp2SolrClientTest.stateVersionParamTest-seed#[52151C22D4F1FC6E]) [     ] o.a.s.SolrTestCaseJ4 ###Ending stateVersionParamTest
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudHttp2SolrClientTest_52151C22D4F1FC6E-001
   [junit4]   2> Jun 09, 2020 9:21:36 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {_version_=PostingsFormat(name=LuceneFixedGap), multiDefault=PostingsFormat(name=Direct), a_t=PostingsFormat(name=Direct), title_s=PostingsFormat(name=Direct), intDefault=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=LuceneVarGapFixedInterval), text=PostingsFormat(name=MockRandom), timestamp=PostingsFormat(name=Direct)}, docValues:{_version_=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Asserting), title_s=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1125, maxMBSortInHeap=5.849273511845317, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1e7d5560), locale=ar-MA, timezone=SystemV/PST8
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=150710288,total=328204288
   [junit4]   2> NOTE: All tests run in this JVM: [DirectJsonQueryRequestFacetingIntegrationTest, CloudSolrClientBadInputTest, SolrExampleEmbeddedTest, TestClusteringResponse, CumulativeProbabilityEvaluatorTest, ConcurrentUpdateHttp2SolrClientBadInputTest, EqualToEvaluatorTest, TestSolrJsonWriter, TestHash, SolrExampleXMLHttp2Test, TestJSONParser, HttpSolrClientConPoolTest, TestZkConfigManager, RecursiveEvaluatorTest, JsonQueryRequestFacetingIntegrationTest, TestXMLEscaping, AbsoluteValueEvaluatorTest, StreamExpressionToExpessionTest, FloorEvaluatorTest, CloudSolrClientMultiConstructorTest, JsonRequestApiTest, SchemaTest, ModuloEvaluatorTest, AppendEvaluatorTest, ContentStreamTest, NormalDistributionEvaluatorTest, SolrDocumentTest, TestCloudSolrClientConnections, LBHttpSolrClientBuilderTest, LengthEvaluatorTest, SolrExampleStreamingBinaryTest, RoundEvaluatorTest, OrEvaluatorTest, RequestReplicaListTransformerGeneratorTest, NoOpResponseParserTest, TestSolrJErrorHandling, LargeVolumeJettyTest, SolrExampleStreamingTest, CloudHttp2SolrClientBadInputTest, CloudHttp2SolrClientBuilderTest, CloudHttp2SolrClientMultiConstructorTest, CloudHttp2SolrClientRetryTest, CloudHttp2SolrClientTest]
   [junit4] Completed [161/208 (3!)] on J1 in 53.92s, 17 tests, 1 failure <<< FAILURES!

[...truncated 4942 lines...]
   [junit4] Suite: org.apache.solr.handler.dataimport.TestZKPropertiesWriter
   [junit4]   1> 21:24:39.793 [coreLoadExecutor-130-thread-1-processing-n:10.41.0.5:8983_] ERROR org.apache.solr.cloud.ZkController - 
   [junit4]   1> org.apache.solr.common.SolrException: No coreNodeName for CoreDescriptor[name=collection1;instanceDir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/contrib/solr-dataimporthandler/test/J0/solr/collection1]
   [junit4]   1> 	at org.apache.solr.cloud.ZkController.checkStateInZk(ZkController.java:1866) ~[java/:?]
   [junit4]   1> 	at org.apache.solr.cloud.ZkController.preRegister(ZkController.java:1810) [java/:?]
   [junit4]   1> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1301) [java/:?]
   [junit4]   1> 	at org.apache.solr.core.CoreContainer.lambda$load$13(CoreContainer.java:806) [java/:?]
   [junit4]   1> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedCallable.call(InstrumentedExecutorService.java:202) [metrics-core-4.1.5.jar:4.1.5]
   [junit4]   1> 	at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   1> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210) [java/:?]
   [junit4]   1> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
   [junit4]   1> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
   [junit4]   1> 	at java.lang.Thread.run(Thread.java:834) [?:?]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestZKPropertiesWriter -Dtests.method=testZKPropertiesWriter -Dtests.seed=FDF1B494F47099B8 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=mt -Dtests.timezone=Europe/Nicosia -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   30.0s J0 | TestZKPropertiesWriter.testZKPropertiesWriter <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 30000ms , collection: collection1 slice: shard1 saw state=null with live_nodes=[10.41.0.5:8983_]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FDF1B494F47099B8:B57DC8E3D827B94C]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:900)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderUrl(ZkStateReader.java:845)
   [junit4]    > 	at org.apache.solr.handler.dataimport.TestZKPropertiesWriter.testZKPropertiesWriter(TestZKPropertiesWriter.java:104)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:834)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-Tests-master/solr/build/contrib/solr-dataimporthandler/test/J0/temp/solr.handler.dataimport.TestZKPropertiesWriter_FDF1B494F47099B8-001
   [junit4]   2> Jun 09, 2020 9:25:10 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=491, maxMBSortInHeap=7.247441542725024, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4f6d7e6a), locale=mt, timezone=Europe/Nicosia
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 11.0.4 (64-bit)/cpus=4,threads=1,free=157466720,total=264241152
   [junit4]   2> NOTE: All tests run in this JVM: [TestEphemeralCache, TestFileListEntityProcessor, TestContextImpl, TestBuiltInEvaluators, TestJdbcDataSource, TestVariableResolverEndToEnd, TestDateFormatTransformer, TestDocBuilder, TestDocBuilder2, TestEntityProcessorBase, TestLineEntityProcessor, TestNonWritablePersistFile, TestSolrEntityProcessorUnit, TestTemplateTransformer, TestURLDataSource, TestXPathEntityProcessor, TestZKPropertiesWriter]
   [junit4] Completed [38/38 (1!)] on J0 in 33.99s, 1 test, 1 error <<< FAILURES!

[...truncated 46074 lines...]