You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2020/06/22 07:09:14 UTC

[JENKINS-Experimental-GC] Lucene-Solr-master-Linux (64bit/jdk-14.0.1) - Build # 27082 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27082/
Java: 64bit/jdk-14.0.1 -XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:41203/solr/testAsyncOperations]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:41203/solr/testAsyncOperations]
	at __randomizedtesting.SeedInfo.seed([D8C4FD7FCFDDBCA4:3C80C1C86975F27B]:0)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:347)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1155)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
	at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:147)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:826)
	at java.base/java.lang.Thread.run(Thread.java:832)
Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41203/solr/testAsyncOperations: no servers hosting shard: shard2
	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.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
	... 45 more




Build Log:
[...truncated 13122 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
   [junit4]   2> 323040 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[D8C4FD7FCFDDBCA4]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 323040 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[D8C4FD7FCFDDBCA4]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 323041 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[D8C4FD7FCFDDBCA4]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/data-dir-25-001
   [junit4]   2> 323041 WARN  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[D8C4FD7FCFDDBCA4]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 323041 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[D8C4FD7FCFDDBCA4]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 323042 INFO  (SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[D8C4FD7FCFDDBCA4]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 323108 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSolrJAPICalls
   [junit4]   2> 323108 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001
   [junit4]   2> 323108 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 323109 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 323109 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 323209 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer start zk server on port: 35837
   [junit4]   2> 323209 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:35837
   [junit4]   2> 323209 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35837
   [junit4]   2> 323209 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35837
   [junit4]   2> 323212 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323214 INFO  (zkConnectionManagerCallback-3326-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323214 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323220 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323222 INFO  (zkConnectionManagerCallback-3328-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323222 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323224 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323229 INFO  (zkConnectionManagerCallback-3330-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323229 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323348 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 323348 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 323348 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 323349 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 323349 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 323349 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 14.0.1+7
   [junit4]   2> 323349 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 323349 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 323349 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 323350 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 323350 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 323350 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72270e67{/solr,null,AVAILABLE}
   [junit4]   2> 323350 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 323350 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c1f6e2c{/solr,null,AVAILABLE}
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3ad0169c{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:39861}
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.e.j.s.Server Started @323633ms
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@67d6eae1{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:34863}
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.e.j.s.Server Started @323634ms
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34863}
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39861}
   [junit4]   2> 323352 ERROR (jetty-launcher-3331-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 323352 ERROR (jetty-launcher-3331-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 9.0.0
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-22T06:46:30.652628Z
   [junit4]   2> 323352 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-22T06:46:30.652628Z
   [junit4]   2> 323353 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323354 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323356 INFO  (zkConnectionManagerCallback-3335-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323356 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323357 INFO  (zkConnectionManagerCallback-3334-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323357 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323360 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 323361 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 323467 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 323468 WARN  (jetty-launcher-3331-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@37c6256c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323468 WARN  (jetty-launcher-3331-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@37c6256c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323470 WARN  (jetty-launcher-3331-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a806d6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323470 WARN  (jetty-launcher-3331-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a806d6d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323471 INFO  (jetty-launcher-3331-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35837/solr
   [junit4]   2> 323472 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323473 INFO  (zkConnectionManagerCallback-3346-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323473 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323496 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34863_solr
   [junit4]   2> 323496 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.c.Overseer Overseer (id=72123449164234757-127.0.0.1:34863_solr-n_0000000000) starting
   [junit4]   2> 323498 INFO  (OverseerStateUpdate-72123449164234757-127.0.0.1:34863_solr-n_0000000000) [n:127.0.0.1:34863_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34863_solr
   [junit4]   2> 323498 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34863_solr
   [junit4]   2> 323498 INFO  (zkCallback-3345-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 323499 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 323499 WARN  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_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> 323504 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 323516 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34863.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323520 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34863.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323520 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34863.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323521 INFO  (jetty-launcher-3331-thread-2) [n:127.0.0.1:34863_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001/node2
   [junit4]   2> 323567 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 323568 WARN  (jetty-launcher-3331-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@536d49b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323568 WARN  (jetty-launcher-3331-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@536d49b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323570 WARN  (jetty-launcher-3331-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@125de9aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323570 WARN  (jetty-launcher-3331-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@125de9aa[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323571 INFO  (jetty-launcher-3331-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35837/solr
   [junit4]   2> 323572 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323573 INFO  (zkConnectionManagerCallback-3369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323573 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323575 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 323576 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39861_solr as DOWN
   [junit4]   2> 323576 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 323576 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39861_solr
   [junit4]   2> 323576 INFO  (zkCallback-3345-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 323577 INFO  (zkCallback-3368-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 323577 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 323577 WARN  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_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> 323582 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 323592 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39861.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323596 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39861.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323596 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39861.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323597 INFO  (jetty-launcher-3331-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001/node1
   [junit4]   2> 323602 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 323603 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323604 INFO  (zkConnectionManagerCallback-3382-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323604 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323604 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 323605 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35837/solr ready
   [junit4]   2> 323629 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=abf4b46c-e615-41b7-9e87-ae793581d88f&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 323630 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=abf4b46c-e615-41b7-9e87-ae793581d88f&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 323631 INFO  (OverseerThreadFactory-3353-thread-1-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testasynccollectioncreation
   [junit4]   2> 323632 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 323632 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 323748 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 1000 transient cores
   [junit4]   2> 323749 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 323765 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 323768 INFO  (OverseerStateUpdate-72123449164234757-127.0.0.1:34863_solr-n_0000000000) [n:127.0.0.1:34863_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39861/solr",
   [junit4]   2>   "node_name":"127.0.0.1:39861_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 323871 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr    x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin} status=0 QTime=0
   [junit4]   2> 323871 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr    x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 323876 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 323882 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 323883 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 323883 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testasynccollectioncreation_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 323884 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39861.solr.core.testasynccollectioncreation.shard1.replica_n1' (registry 'solr.core.testasynccollectioncreation.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 323884 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SolrCore [[testasynccollectioncreation_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001/node1/testasynccollectioncreation_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001/node1/testasynccollectioncreation_shard1_replica_n1/data/]
   [junit4]   2> 323893 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265
   [junit4]   2> 323893 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 323906 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 323906 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 323907 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 323907 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 323908 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 323908 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 323908 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 323909 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670180651619319808
   [junit4]   2> 323910 INFO  (searcherExecutor-3384-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 r:core_node2 CREATE n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 323910 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 323910 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testasynccollectioncreation/leaders/shard1
   [junit4]   2> 323911 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 323911 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 323911 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/
   [junit4]   2> 323911 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 323911 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SyncStrategy https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/ has no replicas
   [junit4]   2> 323911 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testasynccollectioncreation/leaders/shard1/leader after winning as /collections/testasynccollectioncreation/leader_elect/shard1/election/72123449164234758-core_node2-n_0000000000
   [junit4]   2> 323912 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/ shard1
   [junit4]   2> 324012 INFO  (zkCallback-3368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324012 INFO  (zkCallback-3368-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324013 INFO  (zkCallback-3368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324013 INFO  (parallelCoreAdminExecutor-3373-thread-1-processing-n:127.0.0.1:39861_solr x:testasynccollectioncreation_shard1_replica_n1 abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265 CREATE) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 324113 INFO  (zkCallback-3368-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324113 INFO  (zkCallback-3368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324113 INFO  (zkCallback-3368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324114 INFO  (zkCallback-3368-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 324633 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 324634 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 324895 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265
   [junit4]   2> 324895 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=abf4b46c-e615-41b7-9e87-ae793581d88f1004870132873265&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 324897 INFO  (OverseerThreadFactory-3353-thread-1-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_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> 325632 INFO  (OverseerCollectionConfigSetProcessor-72123449164234757-127.0.0.1:34863_solr-n_0000000000) [n:127.0.0.1:34863_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> 325635 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 325636 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 325636 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 325637 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=abf4b46c-e615-41b7-9e87-ae793581d88f&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 325638 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=2886804e-f97e-407e-95cb-0b4ec536b80b&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 325638 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=2886804e-f97e-407e-95cb-0b4ec536b80b&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 325640 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=2886804e-f97e-407e-95cb-0b4ec536b80b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 325642 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2886804e-f97e-407e-95cb-0b4ec536b80b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 325644 INFO  (OverseerThreadFactory-3353-thread-2-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testasynccollectioncreation
   [junit4]   2> 325645 ERROR (OverseerThreadFactory-3353-thread-2-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Collection: testasynccollectioncreation operation: create failed:org.apache.solr.common.SolrException: collection already exists: testasynccollectioncreation
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.CreateCollectionCmd.call(CreateCollectionCmd.java:117)
   [junit4]   2> 	at org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:263)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:517)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:212)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]   2> 
   [junit4]   2> 325646 INFO  (OverseerThreadFactory-3353-thread-2-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 326644 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=2886804e-f97e-407e-95cb-0b4ec536b80b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 326644 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2886804e-f97e-407e-95cb-0b4ec536b80b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 326645 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with params requestid=2886804e-f97e-407e-95cb-0b4ec536b80b&action=DELETESTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 326645 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=2886804e-f97e-407e-95cb-0b4ec536b80b&action=DELETESTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 326646 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params async=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b&action=ADDREPLICA&collection=testasynccollectioncreation&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 326646 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr c:testasynccollectioncreation    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b&action=ADDREPLICA&collection=testasynccollectioncreation&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 326647 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with params requestid=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b&action=REQUESTSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 326647 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={requestid=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 326647 INFO  (OverseerCollectionConfigSetProcessor-72123449164234757-127.0.0.1:34863_solr-n_0000000000) [n:127.0.0.1:34863_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000001 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 326649 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 326649 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testasynccollectioncreation.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 326651 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 326652 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testasynccollectioncreation.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 326653 INFO  (OverseerThreadFactory-3353-thread-3-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34863_solr for creating new replica of shard shard1 for collection testasynccollectioncreation
   [junit4]   2> 326653 INFO  (OverseerThreadFactory-3353-thread-3-processing-n:127.0.0.1:34863_solr) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 326654 INFO  (OverseerStateUpdate-72123449164234757-127.0.0.1:34863_solr-n_0000000000) [n:127.0.0.1:34863_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 326654 INFO  (zkCallback-3368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326654 INFO  (zkCallback-3368-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326654 INFO  (zkCallback-3368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326654 INFO  (zkCallback-3368-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326780 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr    x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684&qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=testasynccollectioncreation_shard1_replica_n3&action=CREATE&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3
   [junit4]   2> 326780 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr    x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command async=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684&qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&name=testasynccollectioncreation_shard1_replica_n3&action=CREATE&collection=testasynccollectioncreation&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 326782 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.h.a.CoreAdminOperation Checking request status for : 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684
   [junit4]   2> 326782 INFO  (qtp673979311-6009) [n:127.0.0.1:34863_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 326785 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 326792 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 326793 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 326793 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testasynccollectioncreation_shard1_replica_n3' using configuration from configset conf1, trusted=true
   [junit4]   2> 326794 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34863.solr.core.testasynccollectioncreation.shard1.replica_n3' (registry 'solr.core.testasynccollectioncreation.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@62357e6a
   [junit4]   2> 326794 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.SolrCore [[testasynccollectioncreation_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001/node2/testasynccollectioncreation_shard1_replica_n3], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001/tempDir-001/node2/testasynccollectioncreation_shard1_replica_n3/data/]
   [junit4]   2> 326816 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 326816 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 326817 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 326817 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 326818 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 326818 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 326818 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 326818 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670180654670675968
   [junit4]   2> 326820 INFO  (searcherExecutor-3390-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 326820 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testasynccollectioncreation/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 326820 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testasynccollectioncreation/leaders/shard1
   [junit4]   2> 326822 INFO  (parallelCoreAdminExecutor-3354-thread-1-processing-n:127.0.0.1:34863_solr x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 CREATE) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.ZkController Core needs to recover:testasynccollectioncreation_shard1_replica_n3
   [junit4]   2> 326822 INFO  (updateExecutor-3342-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 326822 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 326822 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 326834 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 326834 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 326835 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testasynccollectioncreation_shard1_replica_n3]
   [junit4]   2> 326835 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 326835 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Publishing state of core [testasynccollectioncreation_shard1_replica_n3] as recovering, leader is [https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/] and I am [https://127.0.0.1:34863/solr/testasynccollectioncreation_shard1_replica_n3/]
   [junit4]   2> 326835 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:39861/solr]; [WaitForState: action=PREPRECOVERY&core=testasynccollectioncreation_shard1_replica_n1&nodeName=127.0.0.1:34863_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 326836 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr    x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 326836 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:34863_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 326836 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:34863_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 326836 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:34863_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 326936 INFO  (zkCallback-3368-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3368-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3345-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3368-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3345-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3345-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (zkCallback-3345-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 326936 INFO  (watches-3370-thread-2) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:34863_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 326936 INFO  (watches-3370-thread-1) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:34863_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 326937 INFO  (watches-3370-thread-3) [n:127.0.0.1:39861_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testasynccollectioncreation, shard=shard1, thisCore=testasynccollectioncreation_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:34863_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n3",
   [junit4]   2>   "base_url":"https://127.0.0.1:34863/solr",
   [junit4]   2>   "node_name":"127.0.0.1:34863_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 326937 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:34863_solr&onlyIfLeaderActive=true&core=testasynccollectioncreation_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=100
   [junit4]   2> 327437 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 327437 WARN  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 327437 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 327437 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 327437 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to replicate from [https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/].
   [junit4]   2> 327455 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 327455 INFO  (qtp673979311-6011) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [testasynccollectioncreation_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=https://127.0.0.1:39861/solr/testasynccollectioncreation_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 327455 INFO  (qtp1965751410-6016) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 17
   [junit4]   2> 327456 INFO  (qtp1965751410-6014) [n:127.0.0.1:39861_solr c:testasynccollectioncreation s:shard1 r:core_node2 x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.S.Request [testasynccollectioncreation_shard1_replica_n1]  webapp=/solr path=/replication params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 QTime=0
   [junit4]   2> 327457 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 327457 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 327457 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 327457 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 327457 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 327458 INFO  (searcherExecutor-3390-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.SolrCore [testasynccollectioncreation_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 327458 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 327458 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Replication Recovery was successful.
   [junit4]   2> 327458 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 327458 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Updating version bucket highest from index after successful recovery.
   [junit4]   2> 327458 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1670180655341764608
   [junit4]   2> 327459 INFO  (recoveryExecutor-3344-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n3 5fe6b25f-5c3d-4cf7-8fb0-ea3ca573c51b1004873119353684 r:core_node4 CREATE n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1) [n:127.0.0.1:34863_solr c:testasynccollectioncreation s:shard1 r:core_node4 x:testasynccollectioncreation_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Finished recovery process, successful=[true]
   [junit4]   2> 327559 INFO  (zkCallback-3345-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 327559 INFO  (zkCallback-3368-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 327559 INFO  (zkCallback-3368-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 327559 INFO  (zkCallback-3345-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 327559 INFO  (zkCallback-3345-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 327559 INFO  (zkCallback-3368-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasynccollectioncreation] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 327559 INFO  (zkCallback-3345-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testasynccollectioncreation/state.json] for collection [testasy

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

.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 347621 INFO  (closeThreadPool-3606-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72123450266615813-127.0.0.1:46357_solr-n_0000000000) closing
   [junit4]   2> 347621 INFO  (zkCallback-3562-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 347623 INFO  (jetty-closer-3595-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 347623 INFO  (jetty-closer-3595-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4fbe12f0: rootName = solr_41203, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@15cb6d85
   [junit4]   2> 347625 INFO  (jetty-closer-3595-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 347625 INFO  (jetty-closer-3595-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76c6c89c: rootName = solr_41203, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@645cf26c
   [junit4]   2> 347625 INFO  (jetty-closer-3595-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 347721 INFO  (jetty-closer-3595-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72123450266615813-127.0.0.1:46357_solr-n_0000000000) closing
   [junit4]   2> 347722 INFO  (jetty-closer-3595-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@f3b2510{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 347723 INFO  (jetty-closer-3595-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@202e1cec{/solr,null,UNAVAILABLE}
   [junit4]   2> 347723 INFO  (jetty-closer-3595-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 347822 INFO  (jetty-closer-3595-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@74e60d63{ssl, (ssl, alpn, http/1.1, h2)}{127.0.0.1:0}
   [junit4]   2> 347822 INFO  (jetty-closer-3595-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@aea5491{/solr,null,UNAVAILABLE}
   [junit4]   2> 347822 INFO  (jetty-closer-3595-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 347823 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncRequests-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 348030 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> 	3	/solr/collections/testAsyncOperations/terms/shard2
   [junit4]   2> 	3	/solr/collections/testAsyncOperations/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/conf1
   [junit4]   2> 	2	/solr/collections/testAsyncOperations/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/testAsyncOperations/state.json
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	17	/solr/overseer/queue
   [junit4]   2> 	7	/solr/live_nodes
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 348031 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncRequests-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37131
   [junit4]   2> 348031 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncRequests-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37131
   [junit4]   2> 348031 INFO  (TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncRequests-seed#[D8C4FD7FCFDDBCA4]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37131
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CollectionsAPIAsyncDistributedZkTest -Dtests.method=testAsyncRequests -Dtests.seed=D8C4FD7FCFDDBCA4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Canada/Mountain -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   8.10s J5 | CollectionsAPIAsyncDistributedZkTest.testAsyncRequests <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[https://127.0.0.1:41203/solr/testAsyncOperations]
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D8C4FD7FCFDDBCA4:3C80C1C86975F27B]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:347)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1155)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:916)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:850)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:210)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:1004)
   [junit4]    > 	at org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:147)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:832)
   [junit4]    > Caused by: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:41203/solr/testAsyncOperations: no servers hosting shard: shard2
   [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.impl.LBSolrClient.doRequest(LBSolrClient.java:370)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:298)
   [junit4]    > 	... 45 more
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J5/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_D8C4FD7FCFDDBCA4-001
   [junit4]   2> Jun 22, 2020 6:46:55 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene86, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5d281703), locale=tr-TR, timezone=Canada/Mountain
   [junit4]   2> NOTE: Linux 5.3.0-59-generic amd64/AdoptOpenJDK 14.0.1 (64-bit)/cpus=16,threads=1,free=390070272,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollapseQParserPlugin, PolyFieldTest, ZkStateReaderTest, DistributedIntervalFacetingTest, OverseerSolrResponseTest, DateRangeFieldTest, SolrTestCaseJ4Test, SecurityConfHandlerTest, HdfsNNFailoverTest, TestExportWriter, TestShortCircuitedRequests, TokenizerChainTest, LeaderTragicEventTest, ShardSplitTest, UniqFieldsUpdateProcessorFactoryTest, TestFieldTypeCollectionResource, TestRawTransformer, TestQuerySenderNoQuery, TermsComponentTest, TestBackupRepositoryFactory, CoreAdminRequestStatusTest, TriggerIntegrationTest, TestDirectoryFactory, TestConfigSetProperties, TestMacros, CollectionsAPIAsyncDistributedZkTest]
   [junit4] Completed [292/910 (1!)] on J5 in 25.62s, 3 tests, 1 error <<< FAILURES!

[...truncated 46981 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/27082/consoleText

[repro] Revision: aa5b26f6c40e6f6ac78d4574448ab0241c1b68b0

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC"
[repro] Repro line:  ant test  -Dtestcase=CollectionsAPIAsyncDistributedZkTest -Dtests.method=testAsyncRequests -Dtests.seed=D8C4FD7FCFDDBCA4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Canada/Mountain -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       CollectionsAPIAsyncDistributedZkTest
[repro] ant compile-test

[...truncated 2449 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.CollectionsAPIAsyncDistributedZkTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UnlockExperimentalVMOptions -XX:+UseZGC" -Dtests.seed=D8C4FD7FCFDDBCA4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=tr-TR -Dtests.timezone=Canada/Mountain -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 91 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
[repro] Exiting with code 0

[...truncated 43 lines...]