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 2021/07/25 13:08:45 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 2868 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/2868/

2 tests failed.
FAILED:  org.apache.solr.cloud.TestCloudRecovery2.test

Error Message:
Error from server at https://127.0.0.1:39975/solr: No registered leader was found after waiting for 1000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/5 )={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node3":{           "core":"collection1_shard1_replica_n1",           "node_name":"127.0.0.1:41727_solr",           "base_url":"https://127.0.0.1:41727/solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node4":{           "core":"collection1_shard1_replica_n2",           "node_name":"127.0.0.1:39975_solr",           "base_url":"https://127.0.0.1:39975/solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"2",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:39975_solr]

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39975/solr: No registered leader was found after waiting for 1000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/5 )={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "node_name":"127.0.0.1:41727_solr",
          "base_url":"https://127.0.0.1:41727/solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "node_name":"127.0.0.1:39975_solr",
          "base_url":"https://127.0.0.1:39975/solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"2",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:39975_solr]
	at __randomizedtesting.SeedInfo.seed([2EE65730A08D1D09:A6B268EA0E7170F1]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
	at org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelTerminatingDaemonUpdateStream

Error Message:
Query to '/stream?action=list&indent=off' failed due to: (500) {"error":{"msg":"java.util.ConcurrentModificationException","trace":"java.io.IOException: java.util.ConcurrentModificationException\n\tat org.apache.solr.client.solrj.io.stream.TupleStream.lambda$writeMap$0(TupleStream.java:111)\n\tat org.apache.solr.common.util.JsonTextWriter.writeIterator(JsonTextWriter.java:141)\n\tat org.apache.solr.common.util.TextWriter.writeIterator(TextWriter.java:225)\n\tat org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:67)\n\tat org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:153)\n\tat org.apache.solr.common.util.JsonTextWriter$2.put(JsonTextWriter.java:176)\n\tat org.apache.solr.client.solrj.io.stream.TupleStream.writeMap(TupleStream.java:83)\n\tat org.apache.solr.common.util.JsonTextWriter.writeMap(JsonTextWriter.java:164)\n\tat org.apache.solr.common.util.TextWriter.writeMap(TextWriter.java:216)\n\tat org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:69)\n\tat org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:153)\n\tat org.apache.solr.common.util.JsonTextWriter.writeNamedListAsMapWithDups(JsonTextWriter.java:387)\n\tat org.apache.solr.common.util.JsonTextWriter.writeNamedList(JsonTextWriter.java:293)\n\tat org.apache.solr.response.JSONWriter.writeResponse(JSONWriter.java:73)\n\tat org.apache.solr.response.JSONResponseWriter.write(JSONResponseWriter.java:66)\n\tat org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:65)\n\tat org.apache.solr.servlet.HttpSolrCall.writeResponse(HttpSolrCall.java:890)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:583)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)\n\tat org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)\n\tat org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)\n\tat org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:713)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:516)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)\n\tat org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)\n\tat java.lang.Thread.run(Thread.java:748)\nCaused by: java.util.ConcurrentModificationException\n\tat java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)\n\tat java.util.HashMap$ValueIterator.next(HashMap.java:1474)\n\tat org.apache.solr.handler.StreamHandler$DaemonCollectionStream.read(StreamHandler.java:394)\n\tat org.apache.solr.client.solrj.io.stream.TupleStream.lambda$writeMap$0(TupleStream.java:86)\n\t... 50 more\n","code":500}} 

Stack Trace:
java.io.IOException: Query to '/stream?action=list&indent=off' failed due to: (500) {"error":{"msg":"java.util.ConcurrentModificationException","trace":"java.io.IOException: java.util.ConcurrentModificationException\n\tat org.apache.solr.client.solrj.io.stream.TupleStream.lambda$writeMap$0(TupleStream.java:111)\n\tat org.apache.solr.common.util.JsonTextWriter.writeIterator(JsonTextWriter.java:141)\n\tat org.apache.solr.common.util.TextWriter.writeIterator(TextWriter.java:225)\n\tat org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:67)\n\tat org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:153)\n\tat org.apache.solr.common.util.JsonTextWriter$2.put(JsonTextWriter.java:176)\n\tat org.apache.solr.client.solrj.io.stream.TupleStream.writeMap(TupleStream.java:83)\n\tat org.apache.solr.common.util.JsonTextWriter.writeMap(JsonTextWriter.java:164)\n\tat org.apache.solr.common.util.TextWriter.writeMap(TextWriter.java:216)\n\tat org.apache.solr.common.util.TextWriter.writeVal(TextWriter.java:69)\n\tat org.apache.solr.response.TextResponseWriter.writeVal(TextResponseWriter.java:153)\n\tat org.apache.solr.common.util.JsonTextWriter.writeNamedListAsMapWithDups(JsonTextWriter.java:387)\n\tat org.apache.solr.common.util.JsonTextWriter.writeNamedList(JsonTextWriter.java:293)\n\tat org.apache.solr.response.JSONWriter.writeResponse(JSONWriter.java:73)\n\tat org.apache.solr.response.JSONResponseWriter.write(JSONResponseWriter.java:66)\n\tat org.apache.solr.response.QueryResponseWriterUtil.writeQueryResponse(QueryResponseWriterUtil.java:65)\n\tat org.apache.solr.servlet.HttpSolrCall.writeResponse(HttpSolrCall.java:890)\n\tat org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:583)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)\n\tat org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)\n\tat org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)\n\tat org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)\n\tat org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)\n\tat org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)\n\tat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)\n\tat org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:713)\n\tat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)\n\tat org.eclipse.jetty.server.Server.handle(Server.java:516)\n\tat org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)\n\tat org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)\n\tat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)\n\tat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)\n\tat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)\n\tat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)\n\tat org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)\n\tat java.lang.Thread.run(Thread.java:748)\nCaused by: java.util.ConcurrentModificationException\n\tat java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)\n\tat java.util.HashMap$ValueIterator.next(HashMap.java:1474)\n\tat org.apache.solr.handler.StreamHandler$DaemonCollectionStream.read(StreamHandler.java:394)\n\tat org.apache.solr.client.solrj.io.stream.TupleStream.lambda$writeMap$0(TupleStream.java:86)\n\t... 50 more\n","code":500}}

	at __randomizedtesting.SeedInfo.seed([B6600FAA88E59B4F:4704D7C2DC8F5451]:0)
	at org.apache.solr.client.solrj.io.stream.SolrStream.constructParser(SolrStream.java:320)
	at org.apache.solr.client.solrj.io.stream.SolrStream.open(SolrStream.java:130)
	at org.apache.solr.client.solrj.io.stream.StreamDecoratorTest.testParallelTerminatingDaemonUpdateStream(StreamDecoratorTest.java:3100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15140 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
   [junit4]   2> 1533671 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1533671 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/data-dir-143-001
   [junit4]   2> 1533671 WARN  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
   [junit4]   2> 1533671 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1533673 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1533674 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1533674 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001
   [junit4]   2> 1533674 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1533676 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1533676 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1533677 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1533776 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 35117
   [junit4]   2> 1533776 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35117
   [junit4]   2> 1533776 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35117
   [junit4]   2> 1533776 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35117
   [junit4]   2> 1533777 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1533784 INFO  (zkConnectionManagerCallback-14196-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1533784 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1533801 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1533810 INFO  (zkConnectionManagerCallback-14198-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1533810 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1533812 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1533820 INFO  (zkConnectionManagerCallback-14200-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1533820 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1533926 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1533926 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1533926 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1533929 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1533929 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1533929 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 1533932 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1533932 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1533932 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1533945 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@67701405{/solr,null,AVAILABLE}
   [junit4]   2> 1533952 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1533952 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1533952 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1533956 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@10957140{SSL, (ssl, http/1.1)}{127.0.0.1:41727}
   [junit4]   2> 1533956 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fcf7a0e{/solr,null,AVAILABLE}
   [junit4]   2> 1533956 INFO  (jetty-launcher-14201-thread-2) [     ] o.e.j.s.Server Started @1533988ms
   [junit4]   2> 1533956 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:35117/solr, hostPort=41727}
   [junit4]   2> 1533956 ERROR (jetty-launcher-14201-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1533956 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1533959 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 1533959 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1533959 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1533959 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-07-25T12:34:52.321Z
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@66b36aa8{SSL, (ssl, http/1.1)}{127.0.0.1:39975}
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.e.j.s.Server Started @1533996ms
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:35117/solr, hostPort=39975}
   [junit4]   2> 1533964 ERROR (jetty-launcher-14201-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1533964 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-07-25T12:34:52.326Z
   [junit4]   2> 1533968 INFO  (zkConnectionManagerCallback-14203-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1533968 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1533969 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1533972 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1533976 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1533977 WARN  (jetty-launcher-14201-thread-2-SendThread(127.0.0.1:35117)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10694965b3c0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1533984 INFO  (zkConnectionManagerCallback-14205-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1533984 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1533985 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1533989 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1533990 WARN  (jetty-launcher-14201-thread-1-SendThread(127.0.0.1:35117)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10694965b3c0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1534765 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1534766 WARN  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1534768 WARN  (jetty-launcher-14201-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@63a53883[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1534768 WARN  (jetty-launcher-14201-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@63a53883[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1534773 WARN  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1534779 WARN  (jetty-launcher-14201-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5599a545[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1534779 WARN  (jetty-launcher-14201-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5599a545[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1534780 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35117/solr
   [junit4]   2> 1534784 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1534788 INFO  (zkConnectionManagerCallback-14219-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1534788 INFO  (jetty-launcher-14201-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1534899 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1534916 INFO  (zkConnectionManagerCallback-14221-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1534916 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535029 WARN  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1535033 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:39975_solr
   [junit4]   2> 1535034 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.Overseer Overseer (id=73909817394855942-127.0.0.1:39975_solr-n_0000000000) starting
   [junit4]   2> 1535057 INFO  (OverseerStateUpdate-73909817394855942-127.0.0.1:39975_solr-n_0000000000) [n:127.0.0.1:39975_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:39975_solr
   [junit4]   2> 1535064 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39975_solr
   [junit4]   2> 1535066 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1535067 WARN  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_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> 1535068 INFO  (zkCallback-14220-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1535081 INFO  (jetty-launcher-14201-thread-1) [n:127.0.0.1:39975_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001/node1
   [junit4]   2> 1535138 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1535139 WARN  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1535140 WARN  (jetty-launcher-14201-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@62b0577c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535140 WARN  (jetty-launcher-14201-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@62b0577c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535142 WARN  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1535143 WARN  (jetty-launcher-14201-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3cdb1f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535143 WARN  (jetty-launcher-14201-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3cdb1f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1535144 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35117/solr
   [junit4]   2> 1535147 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535148 INFO  (zkConnectionManagerCallback-14239-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1535148 INFO  (jetty-launcher-14201-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535249 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535251 INFO  (zkConnectionManagerCallback-14241-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1535251 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535256 WARN  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 1535258 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1535264 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:41727_solr as DOWN
   [junit4]   2> 1535265 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 1535265 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41727_solr
   [junit4]   2> 1535267 INFO  (zkCallback-14220-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1535268 INFO  (zkCallback-14240-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1535269 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1535269 WARN  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_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> 1535279 INFO  (jetty-launcher-14201-thread-2) [n:127.0.0.1:41727_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001/node2
   [junit4]   2> 1535285 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1535286 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1535287 INFO  (zkConnectionManagerCallback-14252-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1535287 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1535288 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1535290 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35117/solr ready
   [junit4]   2> 1535328 INFO  (OverseerThreadFactory-14228-thread-1-processing-n:127.0.0.1:39975_solr) [n:127.0.0.1:39975_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1535437 INFO  (OverseerStateUpdate-73909817394855942-127.0.0.1:39975_solr-n_0000000000) [n:127.0.0.1:39975_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:41727_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:41727/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1535441 INFO  (OverseerStateUpdate-73909817394855942-127.0.0.1:39975_solr-n_0000000000) [n:127.0.0.1:39975_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:39975_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:39975/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1535654 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1535673 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 1535675 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1535686 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1535686 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 1535686 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001/node2/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1535689 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr    x:collection1_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1535689 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr    x:collection1_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 1535708 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 1535709 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1535710 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1535710 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using configuration from configset config, trusted=true
   [junit4]   2> 1535710 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001/node1/collection1_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001/tempDir-001/node1/collection1_shard1_replica_n2/data/]
   [junit4]   2> 1535743 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1535743 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1535744 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1535744 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1535748 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1535750 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1535750 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1535750 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1706260162529984512
   [junit4]   2> 1535752 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1535752 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1535753 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1535753 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1535755 INFO  (searcherExecutor-14254-thread-1-processing-n:127.0.0.1:41727_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1535755 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1535757 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1535757 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1535757 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1706260162537324544
   [junit4]   2> 1535761 INFO  (searcherExecutor-14256-thread-1-processing-n:127.0.0.1:39975_solr x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1535769 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 1535769 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1535775 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1535775 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 1535780 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1535780 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1535780 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:41727/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1535781 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=https://127.0.0.1:41727/solr  START replicas=[https://127.0.0.1:39975/solr/collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 1535781 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=https://127.0.0.1:41727/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1535788 INFO  (qtp1816855000-23120) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1535788 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1535788 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1535788 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/73909817394855944-core_node3-n_0000000000
   [junit4]   2> 1535790 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:41727/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1535896 INFO  (zkCallback-14240-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1535896 INFO  (zkCallback-14240-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1535896 INFO  (zkCallback-14240-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1535898 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1535903 INFO  (qtp443357744-23111) [n:127.0.0.1:41727_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=249
   [junit4]   2> 1536002 INFO  (zkCallback-14240-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536003 INFO  (zkCallback-14240-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536003 INFO  (zkCallback-14240-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536003 INFO  (zkCallback-14240-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536787 INFO  (qtp1816855000-23119) [n:127.0.0.1:39975_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1098
   [junit4]   2> 1536788 INFO  (qtp443357744-23113) [n:127.0.0.1:41727_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> 1536887 INFO  (zkCallback-14240-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536887 INFO  (zkCallback-14240-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536887 INFO  (zkCallback-14240-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536886 INFO  (zkCallback-14240-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536887 INFO  (zkCallback-14220-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536887 INFO  (zkCallback-14220-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1536887 INFO  (qtp443357744-23113) [n:127.0.0.1:41727_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1562
   [junit4]   2> 1536888 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout: true timeout (sec):
   [junit4]   2> 1536893 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 1536914 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1536916 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=242840045
   [junit4]   2> 1536916 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41727_solr
   [junit4]   2> 1536916 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1536916 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:41727_solr as DOWN
   [junit4]   2> 1536920 INFO  (coreCloseExecutor-14268-thread-1) [n:127.0.0.1:41727_solr     ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2f23cd12
   [junit4]   2> 1536920 INFO  (coreCloseExecutor-14268-thread-1) [n:127.0.0.1:41727_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n1 tag=SolrCore@2f23cd12
   [junit4]   2> 1536920 INFO  (coreCloseExecutor-14268-thread-1) [n:127.0.0.1:41727_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader tag=SolrCore@2f23cd12
   [junit4]   2> 1536921 INFO  (coreCloseExecutor-14268-thread-1) [n:127.0.0.1:41727_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1536922 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1536922 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1536922 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1536922 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1536930 INFO  (zkCallback-14251-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1536930 INFO  (zkCallback-14220-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1536932 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1537032 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@10957140{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1537032 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@67701405{/solr,null,STOPPED}
   [junit4]   2> 1537032 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1537033 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.c.SolrCloudTestCase waitForState (collection1): 
   [junit4]   2> 1537033 INFO  (zkCallback-14251-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1537033 INFO  (zkCallback-14220-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1537036 INFO  (zkCallback-14220-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1537329 INFO  (OverseerCollectionConfigSetProcessor-73909817394855942-127.0.0.1:39975_solr-n_0000000000) [n:127.0.0.1:39975_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> 1538043 INFO  (qtp1816855000-23122) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{} 0 1001
   [junit4]   2> 1538043 ERROR (qtp1816855000-23122) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: No registered leader was found after waiting for 1000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/5 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"collection1_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:41727_solr",
   [junit4]   2>           "base_url":"https://127.0.0.1:41727/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"collection1_shard1_replica_n2",
   [junit4]   2>           "node_name":"127.0.0.1:39975_solr",
   [junit4]   2>           "base_url":"https://127.0.0.1:39975/solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:39975_solr]
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:993)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:968)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.setupRequest(DistributedZkUpdateProcessor.java:644)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.setupRequest(DistributedZkUpdateProcessor.java:593)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.setupRequest(DistributedZkUpdateProcessor.java:585)
   [junit4]   2> 	at org.apache.solr.update.processor.DistributedZkUpdateProcessor.processAdd(DistributedZkUpdateProcessor.java:239)
   [junit4]   2> 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:106)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader$1.update(JavabinLoader.java:110)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readOuterMostDocIterator(JavaBinUpdateRequestCodec.java:343)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readIterator(JavaBinUpdateRequestCodec.java:291)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:338)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec$StreamingCodec.readNamedList(JavaBinUpdateRequestCodec.java:244)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readObject(JavaBinCodec.java:303)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.readVal(JavaBinCodec.java:283)
   [junit4]   2> 	at org.apache.solr.common.util.JavaBinCodec.unmarshal(JavaBinCodec.java:196)
   [junit4]   2> 	at org.apache.solr.client.solrj.request.JavaBinUpdateRequestCodec.unmarshal(JavaBinUpdateRequestCodec.java:131)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader.parseAndLoadDocs(JavabinLoader.java:122)
   [junit4]   2> 	at org.apache.solr.handler.loader.JavabinLoader.load(JavabinLoader.java:70)
   [junit4]   2> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]   2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:82)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:216)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2637)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:713)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1538045 INFO  (TEST-TestCloudRecovery2.test-seed#[2EE65730A08D1D09]) [     ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudRecovery2 -Dtests.method=test -Dtests.seed=2EE65730A08D1D09 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=es-NI -Dtests.timezone=Asia/Ulaanbaatar -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   1.16s J0 | TestCloudRecovery2.test <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:39975/solr: No registered leader was found after waiting for 1000ms , collection: collection1 slice: shard1 saw state=DocCollection(collection1//collections/collection1/state.json/5 )={
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "replicationFactor":"2",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active",
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node3":{
   [junit4]    >           "core":"collection1_shard1_replica_n1",
   [junit4]    >           "node_name":"127.0.0.1:41727_solr",
   [junit4]    >           "base_url":"https://127.0.0.1:41727/solr",
   [junit4]    >           "state":"down",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"},
   [junit4]    >         "core_node4":{
   [junit4]    >           "core":"collection1_shard1_replica_n2",
   [junit4]    >           "node_name":"127.0.0.1:39975_solr",
   [junit4]    >           "base_url":"https://127.0.0.1:39975/solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "force_set_state":"false"}}}},
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"2",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:39975_solr]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2EE65730A08D1D09:A6B268EA0E7170F1]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:240)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:67)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 1538153 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1917254859
   [junit4]   2> 1538153 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:39975_solr
   [junit4]   2> 1538153 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1538153 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:39975_solr as DOWN
   [junit4]   2> 1538155 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1538155 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1538155 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1538155 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1538156 INFO  (closeThreadPool-14277-thread-2) [     ] o.a.s.c.Overseer Overseer (id=73909817394855942-127.0.0.1:39975_solr-n_0000000000) closing
   [junit4]   2> 1538160 INFO  (OverseerStateUpdate-73909817394855942-127.0.0.1:39975_solr-n_0000000000) [n:127.0.0.1:39975_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:39975_solr
   [junit4]   2> 1538162 INFO  (OverseerAutoScalingTriggerThread-73909817394855942-127.0.0.1:39975_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1538163 INFO  (closeThreadPool-14277-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73909817394855942-127.0.0.1:39975_solr-n_0000000000) closing
   [junit4]   2> 1539432 WARN  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 1539432 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1539432 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.SolrCore [collection1_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@89ff1fe
   [junit4]   2> 1539432 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n2 tag=SolrCore@89ff1fe
   [junit4]   2> 1539432 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader tag=SolrCore@89ff1fe
   [junit4]   2> 1539433 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1539435 INFO  (zkCallback-14220-thread-2) [n:127.0.0.1:39975_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 1539436 WARN  (jetty-launcher-14201-thread-1-SendThread(127.0.0.1:35117)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10694965b3c0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1539536 INFO  (jetty-closer-14271-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73909817394855942-127.0.0.1:39975_solr-n_0000000000) closing
   [junit4]   2> 1539537 INFO  (jetty-closer-14271-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@66b36aa8{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1539538 INFO  (jetty-closer-14271-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6fcf7a0e{/solr,null,STOPPED}
   [junit4]   2> 1539538 INFO  (jetty-closer-14271-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1539538 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1539640 WARN  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker-SendThread(127.0.0.1:35117)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10694965b3c0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x10694965b3c0001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1539741 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> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 	2	/solr/configs/config
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/collections/collection1/state.json
   [junit4]   2> 	3	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	20	/solr/overseer/queue
   [junit4]   2> 	10	/solr/collections/collection1/state.json
   [junit4]   2> 	8	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	4	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1539743 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:35117
   [junit4]   2> 1539743 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35117
   [junit4]   2> 1539743 INFO  (SUITE-TestCloudRecovery2-seed#[2EE65730A08D1D09]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35117
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_2EE65730A08D1D09-001
   [junit4]   2> Jul 25, 2021 12:34:58 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(Lucene87): {}, docValues:{}, maxPointsInLeafNode=288, maxMBSortInHeap=6.971892107744397, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-NI, timezone=Asia/Ulaanbaatar
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=139411544,total=506462208
   [junit4]   2> NOTE: All tests run in this JVM: [TriLevelCompositeIdRoutingTest, TestNumericTerms32, TestPullReplica, TestDynamicLoadingUrl, QueryEqualityTest, TestDistribDocBasedVersion, TestNumericTokenStream, ShardRoutingCustomTest, AtomicUpdateProcessorFactoryTest, TestSimLargeCluster, TestCloudConsistency, BasicZkTest, ClassificationUpdateProcessorIntegrationTest, ConjunctionSolrSpellCheckerTest, DocumentBuilderTest, IndexSizeTriggerSizeEstimationTest, TestXIncludeConfig, BlockJoinFacetDistribTest, DateFieldTest, SolrCoreCheckLockOnStartupTest, HdfsCollectionsAPIDistributedZkTest, RecoveryZkTest, ScriptEngineTest, TestSkipOverseerOperations, SQLWithAuthzEnabledTest, TestSimpleTrackingShardHandler, TestLMJelinekMercerSimilarityFactory, TestManagedSchemaAPI, SolrTestCaseJ4Test, AggValueSourceTest, TestCollationField, SliceStateTest, SuggestComponentContextFilterQueryTest, JsonLoaderTest, DistributedFacetPivotSmallTest, ConcurrentCreateCollectionTest, TestSSLRandomization, GraphQueryTest, UninvertDocValuesMergePolicyTest, PhrasesIdentificationComponentTest, TestLockTree, DistributedQueryComponentOptimizationTest, TestHighlightDedupGrouping, TestStressUserVersions, MetricsHistoryIntegrationTest, TestRecovery, TestLegacyTerms, BigEndianAscendingWordDeserializerTest, TestSolr4Spatial, TaggerTest, TestInitQParser, RouteFieldTest, TestDelegationWithHadoopAuth, AliasIntegrationTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, PropertiesRequestHandlerTest, TestSimDistributedQueue, DistributedFacetExistsSmallTest, AutoAddReplicasIntegrationTest, ChaosMonkeySafeLeaderWithPullReplicasTest, DimensionalRoutedAliasUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, ClusterStateMockUtilTest, TestGraphMLResponseWriter, MultiThreadedOCPTest, TestApiFramework, TestFastLRUCache, TemplateUpdateProcessorTest, IndexSchemaTest, TermsComponentTest, MetricsDisabledCloudTest, TestRemoteStreaming, FullSolrCl

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

s/shard1
   [junit4]   2> 	4	/solr/collections/checkpointCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/checkpointCollection/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/collections/uknownCollection/terms/shard2
   [junit4]   2> 	4	/solr/collections/uknownCollection/terms/shard1
   [junit4]   2> 	4	/solr/collections/workQueue/terms/shard1
   [junit4]   2> 	3	/solr/collections/destinationCollection/collectionprops.json
   [junit4]   2> 	3	/solr/collections/parallelDestinationCollection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/modelCollection/terms/shard2
   [junit4]   2> 	3	/solr/collections/parallelDestinationCollection/collectionprops.json
   [junit4]   2> 	3	/solr/collections/mainCorpus/terms/shard2
   [junit4]   2> 	3	/solr/collections/mainCorpus/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	3	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	3	/solr/collections/workQueue/terms/shard2
   [junit4]   2> 	2	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/mainCorpus1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/checkpointCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/workQueue/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destination/collectionprops.json
   [junit4]   2> 	2	/solr/collections/destination1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/workQueue1/collectionprops.json
   [junit4]   2> 	2	/solr/collections/modelCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/uknownCollection/collectionprops.json
   [junit4]   2> 	2	/solr/collections/mainCorpus/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	83	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	68	/solr/clusterstate.json
   [junit4]   2> 	50	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	48	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	31	/solr/collections/collection1/state.json
   [junit4]   2> 	26	/solr/collections/workQueue/state.json
   [junit4]   2> 	25	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	24	/solr/collections/destination1/state.json
   [junit4]   2> 	24	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	23	/solr/collections/destination/state.json
   [junit4]   2> 	23	/solr/collections/mainCorpus/state.json
   [junit4]   2> 	20	/solr/collections/workQueue1/state.json
   [junit4]   2> 	19	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	18	/solr/collections/modelCollection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/73909887188992008-127.0.0.1:46223_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	332	/solr/collections
   [junit4]   2> 	280	/solr/overseer/queue
   [junit4]   2> 	104	/solr/overseer/collection-queue-work
   [junit4]   2> 	84	/solr/live_nodes
   [junit4]   2> 	31	/solr/collections/parallelDestinationCollection1/state.json
   [junit4]   2> 	21	/solr/collections/destinationCollection/state.json
   [junit4]   2> 	19	/solr/collections/parallelDestinationCollection/state.json
   [junit4]   2> 	10	/solr/collections/destination1/state.json
   [junit4]   2> 	10	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/collections/workQueue/state.json
   [junit4]   2> 	10	/solr/collections/uknownCollection/state.json
   [junit4]   2> 	10	/solr/collections/modelCollection/state.json
   [junit4]   2> 	10	/solr/collections/checkpointCollection/state.json
   [junit4]   2> 	9	/solr/collections/mainCorpus1/state.json
   [junit4]   2> 	9	/solr/collections/destination/state.json
   [junit4]   2> 	9	/solr/collections/workQueue1/state.json
   [junit4]   2> 	9	/solr/collections/mainCorpus/state.json
   [junit4]   2> 
   [junit4]   2> 241642 INFO  (SUITE-StreamDecoratorTest-seed#[B6600FAA88E59B4F]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:34759
   [junit4]   2> 241642 INFO  (SUITE-StreamDecoratorTest-seed#[B6600FAA88E59B4F]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34759
   [junit4]   2> 241642 INFO  (SUITE-StreamDecoratorTest-seed#[B6600FAA88E59B4F]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34759
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.io.stream.StreamDecoratorTest_B6600FAA88E59B4F-001
   [junit4]   2> Jul 25, 2021 12:53:40 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(Lucene87): {expr_s=PostingsFormat(name=LuceneFixedGap), name_s=PostingsFormat(name=Direct), iteration_i=PostingsFormat(name=Direct), terms_ss=PostingsFormat(name=MockRandom), join2_s=PostingsFormat(name=MockRandom), field_s=PostingsFormat(name=Asserting), multiDefault=PostingsFormat(name=MockRandom), subject=PostingsFormat(name=MockRandom), a1_s=PostingsFormat(name=Asserting), a_f=PostingsFormat(name=Asserting), intDefault=PostingsFormat(name=Asserting), join1_i=PostingsFormat(name=LuceneFixedGap), a2_s=PostingsFormat(name=LuceneFixedGap), falseNegative_i=PostingsFormat(name=Asserting), a_i=PostingsFormat(name=Direct), test_i=PostingsFormat(name=MockRandom), join3_i=PostingsFormat(name=Direct), falsePositive_i=PostingsFormat(name=Asserting), field_i=PostingsFormat(name=MockRandom), body_t=PostingsFormat(name=Direct), s_multi=PostingsFormat(name=LuceneFixedGap), a_ss=PostingsFormat(name=MockRandom), a_s=PostingsFormat(name=LuceneFixedGap), tv_text=PostingsFormat(name=Asserting), text_s=PostingsFormat(name=LuceneFixedGap), id=PostingsFormat(name=Direct), text=PostingsFormat(name=LuceneFixedGap), bbid_s=PostingsFormat(name=Direct), timestamp=PostingsFormat(name=MockRandom), idfs_ds=PostingsFormat(name=MockRandom), alpha_d=PostingsFormat(name=Direct), type_s=PostingsFormat(name=Asserting), i_multi=PostingsFormat(name=Direct), weights_ds=PostingsFormat(name=Direct), trueNegative_i=PostingsFormat(name=LuceneFixedGap), b_ls=PostingsFormat(name=Asserting), out_i=PostingsFormat(name=Asserting), checkpoint_ss=PostingsFormat(name=Direct), test_t=PostingsFormat(name=Direct), ident_s=PostingsFormat(name=Asserting), _version_=PostingsFormat(name=Asserting), error_d=PostingsFormat(name=LuceneFixedGap), extra_s=PostingsFormat(name=MockRandom), ykey_s=PostingsFormat(name=Asserting), side_s=PostingsFormat(name=Direct), truePositive_i=PostingsFormat(name=LuceneFixedGap), deletable_s=PostingsFormat(name=MockRandom)}, docValues:{expr_s=DocValuesFormat(name=Lucene80), name_s=DocValuesFormat(name=Lucene80), iteration_i=DocValuesFormat(name=Lucene80), terms_ss=DocValuesFormat(name=Direct), join2_s=DocValuesFormat(name=Direct), field_s=DocValuesFormat(name=Asserting), multiDefault=DocValuesFormat(name=Direct), a1_s=DocValuesFormat(name=Asserting), a_f=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), join1_i=DocValuesFormat(name=Lucene80), a2_s=DocValuesFormat(name=Lucene80), falseNegative_i=DocValuesFormat(name=Asserting), a_i=DocValuesFormat(name=Lucene80), test_i=DocValuesFormat(name=Direct), join3_i=DocValuesFormat(name=Lucene80), falsePositive_i=DocValuesFormat(name=Asserting), field_i=DocValuesFormat(name=Direct), s_multi=DocValuesFormat(name=Lucene80), a_ss=DocValuesFormat(name=Direct), a_s=DocValuesFormat(name=Lucene80), text_s=DocValuesFormat(name=Lucene80), id=DocValuesFormat(name=Lucene80), bbid_s=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Direct), idfs_ds=DocValuesFormat(name=Direct), alpha_d=DocValuesFormat(name=Lucene80), type_s=DocValuesFormat(name=Asserting), i_multi=DocValuesFormat(name=Lucene80), weights_ds=DocValuesFormat(name=Lucene80), trueNegative_i=DocValuesFormat(name=Lucene80), b_ls=DocValuesFormat(name=Asserting), out_i=DocValuesFormat(name=Asserting), checkpoint_ss=DocValuesFormat(name=Lucene80), ident_s=DocValuesFormat(name=Asserting), _version_=DocValuesFormat(name=Asserting), error_d=DocValuesFormat(name=Lucene80), extra_s=DocValuesFormat(name=Direct), ykey_s=DocValuesFormat(name=Asserting), side_s=DocValuesFormat(name=Lucene80), truePositive_i=DocValuesFormat(name=Lucene80), deletable_s=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=524, maxMBSortInHeap=5.945273901419835, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=ar-IQ, timezone=Etc/GMT+0
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=278377472,total=436207616
   [junit4]   2> NOTE: All tests run in this JVM: [TestJSONWriter, StreamExpressionToExpessionTest, Http2SolrClientTest, SolrExampleJettyTest, TestRetryUtil, ArcSineEvaluatorTest, CeilingEvaluatorTest, HyperbolicSineEvaluatorTest, GetByIdTest, ParallelFacetStreamOverAliasTest, NormalDistributionEvaluatorTest, HttpSolrClientConPoolTest, TestLBHttp2SolrClient, TestV2Request, AnlysisResponseBaseTest, CosineEvaluatorTest, UuidEvaluatorTest, JsonQueryRequestUnitTest, NestableJsonFacetTest, LargeVolumeEmbeddedTest, SolrParamTest, LessThanEvaluatorTest, SubtractEvaluatorTest, ReplicaListTransformerTest, SolrDocumentTest, TestPolicy2, TestPolicy2Old, TestPolicyOld, JettyWebappTest, SolrExampleStreamingHttp2Test, TestEmbeddedSolrServer, BasicHttpSolrClientTest, CloudSolrClientRetryTest, ConcurrentUpdateSolrClientBadInputTest, ConcurrentUpdateSolrClientBuilderTest, ConcurrentUpdateSolrClientMultiCollectionTest, TestLang, GraphExpressionTest, JdbcDriverTest, JdbcTest, StreamDecoratorTest]
   [junit4] Completed [181/215 (1!)] on J1 in 63.85s, 52 tests, 1 error <<< FAILURES!

[...truncated 51486 lines...]