You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/12/17 04:03:10 UTC

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

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

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testColStatus

Error Message:
Timeout occurred while waiting response from server at: https://127.0.0.1:41521/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: https://127.0.0.1:41521/solr
	at __randomizedtesting.SeedInfo.seed([1650FD22147619D7:47B9492A6B33532]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testColStatus(CollectionsAPISolrJTest.java:627)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:475)
	at sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:469)
	at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:69)
	at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1239)
	at sun.security.ssl.SSLSocketImpl.access$300(SSLSocketImpl.java:75)
	at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:926)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
	... 53 more




Build Log:
[...truncated 14208 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
   [junit4]   2> 353261 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 353262 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-89 after mutting 0 log messages
   [junit4]   2> 353262 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-90 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 353262 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/data-dir-31-001
   [junit4]   2> 353262 WARN  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=8 numCloses=8
   [junit4]   2> 353263 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 353264 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 353265 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 353265 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 353268 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCreateCollWithDefaultClusterPropertiesNewFormat
   [junit4]   2> 353269 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001
   [junit4]   2> 353269 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 353269 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 353270 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 353270 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 353369 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer start zk server on port: 46601
   [junit4]   2> 353370 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46601
   [junit4]   2> 353370 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46601
   [junit4]   2> 353370 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46601
   [junit4]   2> 353371 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353373 INFO  (zkConnectionManagerCallback-2316-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353373 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353380 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353386 INFO  (zkConnectionManagerCallback-2318-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353386 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353390 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353391 INFO  (zkConnectionManagerCallback-2320-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353391 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353496 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 353496 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 353496 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 353499 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 353499 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 353499 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 353502 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 353502 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 353502 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 353504 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 353504 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 353504 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.Server jetty-9.4.44.v20210927; built: 2021-09-27T23:02:44.612Z; git: 8da83308eeca865e495e53ef315a249d63ba9332; jvm 1.8.0_291-b10
   [junit4]   2> 353511 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 353512 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 353512 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 353512 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3154f08f{/solr,null,AVAILABLE}
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@55d36b43{SSL, (ssl, http/1.1)}{127.0.0.1:34087}
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.e.j.s.Server Started @353613ms
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46601/solr, hostPort=34087}
   [junit4]   2> 353513 ERROR (jetty-launcher-2321-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.2
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 353513 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-12-17T03:05:44.761Z
   [junit4]   2> 353518 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353526 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 353526 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 353526 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 353527 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@60af9b22{/solr,null,AVAILABLE}
   [junit4]   2> 353529 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 353529 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 353529 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 353529 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3495dea{/solr,null,AVAILABLE}
   [junit4]   2> 353531 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@41734aa0{SSL, (ssl, http/1.1)}{127.0.0.1:43137}
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.e.j.s.Server Started @353631ms
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46601/solr, hostPort=43137}
   [junit4]   2> 353532 INFO  (zkConnectionManagerCallback-2323-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353532 ERROR (jetty-launcher-2321-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.2
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-12-17T03:05:44.780Z
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 353532 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 353533 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 353538 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353538 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fa2dfdd{/solr,null,AVAILABLE}
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4f8f8023{SSL, (ssl, http/1.1)}{127.0.0.1:39707}
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.e.j.s.Server Started @353641ms
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46601/solr, hostPort=39707}
   [junit4]   2> 353541 ERROR (jetty-launcher-2321-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.2
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 353541 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-12-17T03:05:44.789Z
   [junit4]   2> 353542 WARN  (jetty-launcher-2321-thread-1-SendThread(127.0.0.1:46601)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d476a7d0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 353542 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4afd0f76{SSL, (ssl, http/1.1)}{127.0.0.1:38053}
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.e.j.s.Server Started @353642ms
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46601/solr, hostPort=38053}
   [junit4]   2> 353543 ERROR (jetty-launcher-2321-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.2
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 353543 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-12-17T03:05:44.791Z
   [junit4]   2> 353544 INFO  (zkConnectionManagerCallback-2325-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353544 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353544 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 353544 INFO  (zkConnectionManagerCallback-2327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353545 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353554 INFO  (zkConnectionManagerCallback-2329-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 353555 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 353648 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 353648 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 353648 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 353651 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 353651 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 353654 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 353654 WARN  (jetty-launcher-2321-thread-2-SendThread(127.0.0.1:46601)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d476a7d0005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0005, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 353655 WARN  (jetty-launcher-2321-thread-3-SendThread(127.0.0.1:46601)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d476a7d0004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 353655 WARN  (jetty-launcher-2321-thread-4-SendThread(127.0.0.1:46601)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d476a7d0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d476a7d0006, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 354062 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 354063 WARN  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354066 WARN  (jetty-launcher-2321-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@682e5a69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354066 WARN  (jetty-launcher-2321-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@682e5a69[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354070 WARN  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354071 WARN  (jetty-launcher-2321-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25a1a83f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354071 WARN  (jetty-launcher-2321-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25a1a83f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354072 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46601/solr
   [junit4]   2> 354073 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354074 INFO  (zkConnectionManagerCallback-2349-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354074 INFO  (jetty-launcher-2321-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354176 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354177 INFO  (zkConnectionManagerCallback-2351-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354177 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354239 WARN  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 354243 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34087_solr
   [junit4]   2> 354244 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.Overseer Overseer (id=74728614511050760-127.0.0.1:34087_solr-n_0000000000) starting
   [junit4]   2> 354266 INFO  (OverseerStateUpdate-74728614511050760-127.0.0.1:34087_solr-n_0000000000) [n:127.0.0.1:34087_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34087_solr
   [junit4]   2> 354271 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34087_solr
   [junit4]   2> 354279 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 354279 WARN  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_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> 354287 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 354326 INFO  (jetty-launcher-2321-thread-1) [n:127.0.0.1:34087_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node1
   [junit4]   2> 354485 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 354486 WARN  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354490 WARN  (jetty-launcher-2321-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a509ba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354490 WARN  (jetty-launcher-2321-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a509ba7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354493 WARN  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354494 WARN  (jetty-launcher-2321-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2d82b6eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354494 WARN  (jetty-launcher-2321-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2d82b6eb[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354495 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46601/solr
   [junit4]   2> 354496 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354498 INFO  (zkConnectionManagerCallback-2369-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354498 INFO  (jetty-launcher-2321-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354504 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 354505 WARN  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354508 WARN  (jetty-launcher-2321-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5eb2187c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354508 WARN  (jetty-launcher-2321-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5eb2187c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354510 WARN  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354513 WARN  (jetty-launcher-2321-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6cfd9209[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354513 WARN  (jetty-launcher-2321-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6cfd9209[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354514 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46601/solr
   [junit4]   2> 354515 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354517 INFO  (zkConnectionManagerCallback-2377-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354517 INFO  (jetty-launcher-2321-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354600 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354602 INFO  (zkConnectionManagerCallback-2379-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354602 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354606 WARN  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 354607 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 354611 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:39707_solr as DOWN
   [junit4]   2> 354611 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 354612 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39707_solr
   [junit4]   2> 354614 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 354616 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 354616 WARN  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_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> 354618 INFO  (zkCallback-2378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 354628 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 354629 WARN  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354630 WARN  (jetty-launcher-2321-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33149972[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354630 WARN  (jetty-launcher-2321-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33149972[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354636 WARN  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 354637 WARN  (jetty-launcher-2321-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4bbf983a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354637 WARN  (jetty-launcher-2321-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4bbf983a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 354638 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46601/solr
   [junit4]   2> 354642 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354646 INFO  (zkConnectionManagerCallback-2390-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354646 INFO  (jetty-launcher-2321-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354649 INFO  (jetty-launcher-2321-thread-2) [n:127.0.0.1:39707_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node2
   [junit4]   2> 354700 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354701 INFO  (zkConnectionManagerCallback-2395-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354701 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354708 WARN  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 354709 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 354712 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:38053_solr as DOWN
   [junit4]   2> 354713 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 354713 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38053_solr
   [junit4]   2> 354715 INFO  (zkCallback-2378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 354715 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 354715 INFO  (zkCallback-2394-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 354716 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 354716 WARN  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_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> 354740 INFO  (jetty-launcher-2321-thread-4) [n:127.0.0.1:38053_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node4
   [junit4]   2> 354800 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354801 INFO  (zkConnectionManagerCallback-2403-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354801 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354805 WARN  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.ZkController Contents of zookeeper /security.json are world-readable; consider setting up ACLs as described in https://solr.apache.org/guide/zookeeper-access-control.html
   [junit4]   2> 354806 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 354809 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:43137_solr as DOWN
   [junit4]   2> 354810 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 354810 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43137_solr
   [junit4]   2> 354812 INFO  (zkCallback-2394-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 354812 INFO  (zkCallback-2378-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 354812 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 354812 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 354813 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 354813 WARN  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_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> 354837 INFO  (jetty-launcher-2321-thread-3) [n:127.0.0.1:43137_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node3
   [junit4]   2> 354845 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 354846 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 354847 INFO  (zkConnectionManagerCallback-2414-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 354847 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 354849 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 354852 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46601/solr ready
   [junit4]   2> 354920 INFO  (qtp438930509-5807) [n:127.0.0.1:34087_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 354974 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 358010 INFO  (OverseerThreadFactory-2358-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection CollWithDefaultClusterProperties
   [junit4]   2> 358020 INFO  (OverseerThreadFactory-2358-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"CollWithDefaultClusterProperties_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:34087_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:34087/solr",
   [junit4]   2>   "collection":"CollWithDefaultClusterProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 358025 INFO  (OverseerThreadFactory-2358-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"CollWithDefaultClusterProperties_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:43137_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:43137/solr",
   [junit4]   2>   "collection":"CollWithDefaultClusterProperties",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 358027 INFO  (OverseerThreadFactory-2358-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"CollWithDefaultClusterProperties_shard2_replica_n5",
   [junit4]   2>   "node_name":"127.0.0.1:38053_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:38053/solr",
   [junit4]   2>   "collection":"CollWithDefaultClusterProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 358030 INFO  (OverseerThreadFactory-2358-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"CollWithDefaultClusterProperties_shard2_replica_n7",
   [junit4]   2>   "node_name":"127.0.0.1:39707_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:39707/solr",
   [junit4]   2>   "collection":"CollWithDefaultClusterProperties",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 358055 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr    x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard1_replica_n3&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 358056 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr    x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 358056 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr    x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 358083 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.2
   [junit4]   2> 358083 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.2
   [junit4]   2> 358084 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 358096 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358096 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'CollWithDefaultClusterProperties_shard1_replica_n3' using configuration from configset conf, trusted=true
   [junit4]   2> 358096 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.SolrCore [[CollWithDefaultClusterProperties_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node3/CollWithDefaultClusterProperties_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node3/CollWithDefaultClusterProperties_shard1_replica_n3/data/]
   [junit4]   2> 358105 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 358105 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358105 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'CollWithDefaultClusterProperties_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 358106 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.SolrCore [[CollWithDefaultClusterProperties_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node1/CollWithDefaultClusterProperties_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node1/CollWithDefaultClusterProperties_shard1_replica_n1/data/]
   [junit4]   2> 358119 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr    x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard2_replica_n5&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 358141 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr    x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard2_replica_n7&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 358146 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.2
   [junit4]   2> 358148 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 358148 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358148 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'CollWithDefaultClusterProperties_shard2_replica_n5' using configuration from configset conf, trusted=true
   [junit4]   2> 358148 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.SolrCore [[CollWithDefaultClusterProperties_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node4/CollWithDefaultClusterProperties_shard2_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node4/CollWithDefaultClusterProperties_shard2_replica_n5/data/]
   [junit4]   2> 358158 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 358158 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 358159 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 358159 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 358162 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 358162 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 358162 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 358162 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1719360919342940160
   [junit4]   2> 358168 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.2
   [junit4]   2> 358169 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 358170 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 358170 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.CoreContainer Creating SolrCore 'CollWithDefaultClusterProperties_shard2_replica_n7' using configuration from configset conf, trusted=true
   [junit4]   2> 358170 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.SolrCore [[CollWithDefaultClusterProperties_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node2/CollWithDefaultClusterProperties_shard2_replica_n7], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001/tempDir-001/node2/CollWithDefaultClusterProperties_shard2_replica_n7/data/]
   [junit4]   2> 358170 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 358170 INFO  (searcherExecutor-2418-thread-1-processing-n:127.0.0.1:34087_solr x:CollWithDefaultClusterProperties_shard1_replica_n1 c:CollWithDefaultClusterProperties s:shard1 r:core_node2) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.SolrCore [CollWithDefaultClusterProperties_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 358171 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 358172 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 358172 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 358174 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollWithDefaultClusterProperties/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 358175 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollWithDefaultClusterProperties/leaders/shard1
   [junit4]   2> 358175 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 358176 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 358176 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 358177 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1719360919358668800
   [junit4]   2> 358179 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 358181 INFO  (searcherExecutor-2416-thread-1-processing-n:127.0.0.1:43137_solr x:CollWithDefaultClusterProperties_shard1_replica_n3 c:CollWithDefaultClusterProperties s:shard1 r:core_node4) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.SolrCore [CollWithDefaultClusterProperties_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 358187 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollWithDefaultClusterProperties/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 358187 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollWithDefaultClusterProperties/leaders/shard1
   [junit4]   2> 358202 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 358202 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 358203 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 358203 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 358204 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 358204 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 358204 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 358204 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 358204 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 358204 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1719360919386980352
   [junit4]   2> 358205 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 358205 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 358206 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 358207 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 358207 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 358207 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1719360919390126080
   [junit4]   2> 358210 INFO  (searcherExecutor-2421-thread-1-processing-n:127.0.0.1:38053_solr x:CollWithDefaultClusterProperties_shard2_replica_n5 c:CollWithDefaultClusterProperties s:shard2 r:core_node6) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.SolrCore [CollWithDefaultClusterProperties_shard2_replica_n5]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 358214 INFO  (searcherExecutor-2427-thread-1-processing-n:127.0.0.1:39707_solr x:CollWithDefaultClusterProperties_shard2_replica_n7 c:CollWithDefaultClusterProperties s:shard2 r:core_node8) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.SolrCore [CollWithDefaultClusterProperties_shard2_replica_n7]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 358216 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollWithDefaultClusterProperties/terms/shard2 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 358216 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollWithDefaultClusterProperties/leaders/shard2
   [junit4]   2> 358219 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/CollWithDefaultClusterProperties/terms/shard2 to Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 358219 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/CollWithDefaultClusterProperties/leaders/shard2
   [junit4]   2> 358221 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 358680 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 358680 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 358680 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:34087/solr/CollWithDefaultClusterProperties_shard1_replica_n1/
   [junit4]   2> 358680 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=CollWithDefaultClusterProperties_shard1_replica_n1 url=https://127.0.0.1:34087/solr  START replicas=[https://127.0.0.1:43137/solr/CollWithDefaultClusterProperties_shard1_replica_n3/] nUpdates=100
   [junit4]   2> 358680 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=CollWithDefaultClusterProperties_shard1_replica_n1 url=https://127.0.0.1:34087/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 358689 INFO  (qtp243904314-5832) [n:127.0.0.1:43137_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node4 x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.c.S.Request [CollWithDefaultClusterProperties_shard1_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 358689 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 358689 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 358690 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/CollWithDefaultClusterProperties/leaders/shard1/leader after winning as /collections/CollWithDefaultClusterProperties/leader_elect/shard1/election/74728614511050760-core_node2-n_0000000000
   [junit4]   2> 358692 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:34087/solr/CollWithDefaultClusterProperties_shard1_replica_n1/ shard1
   [junit4]   2> 358697 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr c:CollWithDefaultClusterProperties s:shard1 r:core_node2 x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 358702 INFO  (qtp438930509-5806) [n:127.0.0.1:34087_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard1_replica_n1&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=646
   [junit4]   2> 358722 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 358722 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 358722 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38053/solr/CollWithDefaultClusterProperties_shard2_replica_n5/
   [junit4]   2> 358722 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.PeerSync PeerSync: core=CollWithDefaultClusterProperties_shard2_replica_n5 url=https://127.0.0.1:38053/solr  START replicas=[https://127.0.0.1:39707/solr/CollWithDefaultClusterProperties_shard2_replica_n7/] nUpdates=100
   [junit4]   2> 358723 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.u.PeerSync PeerSync: core=CollWithDefaultClusterProperties_shard2_replica_n5 url=https://127.0.0.1:38053/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 358730 INFO  (qtp7697510-5817) [n:127.0.0.1:39707_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node8 x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.c.S.Request [CollWithDefaultClusterProperties_shard2_replica_n7]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 358730 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 358730 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 358731 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/CollWithDefaultClusterProperties/leaders/shard2/leader after winning as /collections/CollWithDefaultClusterProperties/leader_elect/shard2/election/74728614511050765-core_node6-n_0000000000
   [junit4]   2> 358732 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 358732 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38053/solr/CollWithDefaultClusterProperties_shard2_replica_n5/ shard2
   [junit4]   2> 358736 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr c:CollWithDefaultClusterProperties s:shard2 r:core_node6 x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 358737 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 358740 INFO  (qtp84405149-5824) [n:127.0.0.1:38053_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard2_replica_n5&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=620
   [junit4]   2> 359198 INFO  (zkCallback-2394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 359198 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 359205 INFO  (qtp243904314-5830) [n:127.0.0.1:43137_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard1_replica_n3&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1149
   [junit4]   2> 359230 INFO  (zkCallback-2350-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 359230 INFO  (zkCallback-2394-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 359230 INFO  (zkCallback-2402-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/CollWithDefaultClusterProperties/state.json] for collection [CollWithDefaultClusterProperties] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 359234 INFO  (qtp7697510-5819) [n:127.0.0.1:39707_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=CollWithDefaultClusterProperties_shard2_replica_n7&action=CREATE&numShards=2&collection=CollWithDefaultClusterProperties&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1093
   [junit4]   2> 359238 INFO  (qtp438930509-5803) [n:127.0.0.1:34087_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 359239 INFO  (qtp438930509-5803) [n:127.0.0.1:34087_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&name=CollWithDefaultClusterProperties&action=CREATE&perReplicaState=true&wt=javabin&version=2} status=0 QTime=1233
   [junit4]   2> 359239 INFO  (TEST-CollectionsAPISolrJTest.testCreateCollWithDefaultClusterPropertiesNewFormat-seed#[1650FD22147619D7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: CollWithDefaultClusterProperties
   [junit4]   2> 359245 INFO  (OverseerCollectionConfigSetProcessor-74728614511050760-127.0.0.1:34087_solr-n_0000000000) [n:127.0.0.1:34087_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> 359247 INFO  (OverseerThreadFactory-2358-thread-2-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 359249 INFO  (qtp243904314-5829) [n:127.0.0.1:43137_solr    x:CollWithDefaultClusterProperties_shard1_replica_n3 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.CollWithDefaultClusterProperties.shard1.replica_n3 tag=null
   [junit4]   2> 359249 INFO  (qtp438930509-5805) [n:127.0.0.1:34087_solr    x:CollWithDefaultClusterProperties_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.CollWithDefaultClusterProperties.shard1.replica_n1 tag=null
   [junit4]   2> 359250 INFO  (qtp84405149-5834) [n:127.0.0.1:38053_solr    x:CollWithDefaultClusterProperties_shard2_replica_n5 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.CollWithDefaultClusterProperties.shard2.replica_n5 tag=null
   [junit4]   2> 359251 INFO  (qtp7697510-5818) [n:127.0.0.1:39707_solr    x:CollWithDefaultClusterProperties_shard2_replica_n7 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.CollWithDefaultClusterProperties.shard2.replica_n7 tag=null
   [junit4]   2> 359251 INFO  (qtp438930509-5805) [n:127.0.0.1:34087_solr     ] o.a.s.c.SolrCore [CollWithDefaultClusterProperties_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a9d3bca
   [junit4]   2> 359251 INFO  (qtp438930509-5805) [n:127.0.0.1:34087_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters 

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

.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 640985 WARN  (jetty-launcher-5206-thread-4-SendThread(127.0.0.1:46487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d4bbc730008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d4bbc730008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d4bbc730008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 641004 INFO  (zkCallback-5271-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 641004 INFO  (OverseerAutoScalingTriggerThread-74728633065996296-127.0.0.1:38199_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 641007 INFO  (closeThreadPool-5327-thread-1) [     ] o.a.s.c.Overseer Overseer (id=74728633065996296-127.0.0.1:38199_solr-n_0000000000) closing
   [junit4]   2> 641008 WARN  (jetty-launcher-5206-thread-3-SendThread(127.0.0.1:46487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d4bbc73000c.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d4bbc73000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d4bbc73000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 641008 WARN  (jetty-launcher-5206-thread-1-SendThread(127.0.0.1:46487)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1097d4bbc73000e.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1097d4bbc73000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1097d4bbc73000e, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 641084 INFO  (jetty-closer-5312-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4be3c7bc{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 641084 INFO  (jetty-closer-5312-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@19c6820{/solr,null,STOPPED}
   [junit4]   2> 641084 INFO  (jetty-closer-5312-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 641186 INFO  (jetty-closer-5312-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6f4eb477{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 641187 INFO  (jetty-closer-5312-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77dd9cd{/solr,null,STOPPED}
   [junit4]   2> 641187 INFO  (jetty-closer-5312-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 641284 INFO  (jetty-closer-5312-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4668164b{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 641285 INFO  (jetty-closer-5312-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ffc0074{/solr,null,STOPPED}
   [junit4]   2> 641285 INFO  (jetty-closer-5312-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 641384 INFO  (jetty-closer-5312-thread-1) [     ] o.a.s.c.Overseer Overseer (id=74728633065996296-127.0.0.1:38199_solr-n_0000000000) closing
   [junit4]   2> 641384 INFO  (jetty-closer-5312-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4bd76a2a{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 641385 INFO  (jetty-closer-5312-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d236959{/solr,null,STOPPED}
   [junit4]   2> 641385 INFO  (jetty-closer-5312-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 641386 INFO  (TEST-CollectionsAPISolrJTest.testDeleteAliasedCollection-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 641588 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> 	6	/solr/collections/aliasedCollection2/state.json
   [junit4]   2> 	6	/solr/collections/aliasedCollection1/state.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	4	/solr/collections/aliasedCollection1/terms/shard1
   [junit4]   2> 	4	/solr/collections/aliasedCollection2/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/collections/aliasedCollection2/state.json
   [junit4]   2> 	16	/solr/collections/aliasedCollection1/state.json
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/74728633065996296-127.0.0.1:38199_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	34	/solr/overseer/queue
   [junit4]   2> 	25	/solr/collections
   [junit4]   2> 	20	/solr/overseer/collection-queue-work
   [junit4]   2> 	18	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections/aliasedCollection2/state.json
   [junit4]   2> 	8	/solr/collections/aliasedCollection1/state.json
   [junit4]   2> 
   [junit4]   2> 641591 INFO  (TEST-CollectionsAPISolrJTest.testDeleteAliasedCollection-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46487
   [junit4]   2> 641591 INFO  (TEST-CollectionsAPISolrJTest.testDeleteAliasedCollection-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46487
   [junit4]   2> 641591 INFO  (TEST-CollectionsAPISolrJTest.testDeleteAliasedCollection-seed#[1650FD22147619D7]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46487
   [junit4]   2> 641592 INFO  (TEST-CollectionsAPISolrJTest.testDeleteAliasedCollection-seed#[1650FD22147619D7]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteAliasedCollection
   [junit4]   2> 641595 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-90 after mutting 0 log messages
   [junit4]   2> 641595 INFO  (SUITE-CollectionsAPISolrJTest-seed#[1650FD22147619D7]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-91 for ERROR logs matching regex: ignore_exception
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPISolrJTest_1650FD22147619D7-001
   [junit4]   2> Dec 17, 2021 3:10:32 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=it, timezone=Atlantic/Jan_Mayen
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_291 (64-bit)/cpus=4,threads=1,free=55110488,total=508559360
   [junit4]   2> NOTE: All tests run in this JVM: [TestZkAclsWithHadoopAuth, TestSchemaSimilarityResource, HttpPartitionOnCommitTest, SplitByPrefixTest, TestLegacyNumericRangeQueryBuilder, TestExactSharedStatsCache, AssignBackwardCompatibilityTest, TestXmlQParser, DistributedExpandComponentTest, TestConfigSetProperties, MoveReplicaHDFSTest, SearchRateTriggerIntegrationTest, ClusterStateTest, CoreSorterTest, TestFunctionQuery, TestEmbeddedSolrServerAdminHandler, TestSystemIdResolver, NoCacheHeaderTest, ZkStateReaderTest, DistribDocExpirationUpdateProcessorTest, TestSystemCollAutoCreate, SchemaApiFailureTest, TestHdfsUpdateLog, TestBlendedInfixSuggestions, TestDFRSimilarityFactory, PackageManagerCLITest, TestBM25SimilarityFactory, AnalysisErrorHandlingTest, TestCloudDeleteByQuery, HdfsNNFailoverTest, TestTermQParserPlugin, AuditLoggerPluginTest, TestNRTOpen, TestSortableTextField, CollectionsAPISolrJTest]
   [junit4] Completed [240/955 (1!)] on J1 in 289.21s, 22 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 56686 lines...]