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

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

Error Message:
AddReplica did not complete expected same:<COMPLETED> was not:<RUNNING>

Stack Trace:
java.lang.AssertionError: AddReplica did not complete expected same:<COMPLETED> 
was not:<RUNNING>
        at 
__randomizedtesting.SeedInfo.seed([E9EECB5DF28CEA96:DAAF7EA5424A449]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotSame(Assert.java:829)
        at org.junit.Assert.assertSame(Assert.java:772)
        at 
org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest.testAsyncRequests(CollectionsAPIAsyncDistributedZkTest.java:162)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at java.lang.Thread.run(Thread.java:750)


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:33889
        at 
__randomizedtesting.SeedInfo.seed([E9EECB5DF28CEA96:D58002045754410F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypesLink(ShardSplitTest.java:356)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at java.lang.Thread.run(Thread.java:750)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
        ... 57 more


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:42833
        at 
__randomizedtesting.SeedInfo.seed([E9EECB5DF28CEA96:512D9FFD0E573FE3]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1188)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:225)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:242)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:365)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes(ShardSplitTest.java:350)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1084)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1055)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
        at java.lang.Thread.run(Thread.java:750)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
        ... 57 more




Build Log:
[...truncated 14459 lines...]
   [junit4] Suite: 
org.apache.solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest
   [junit4]   2> 281458 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-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> 281458 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 281459 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-67 after mutting 0 log 
messages
   [junit4]   2> 281459 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-68 for ERROR logs 
matching regex: ignore_exception
   [junit4]   2> 281459 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/data-dir-29-001
   [junit4]   2> 281459 WARN  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 281459 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 281461 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 281462 INFO  
(SUITE-CollectionsAPIAsyncDistributedZkTest-seed#[E9EECB5DF28CEA96]-worker) [   
  ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 281464 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testAsyncIdBackCompat
   [junit4]   2> 281465 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-001
   [junit4]   2> 281465 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 281465 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 281465 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 281466 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 281565 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer start zk server on port: 40081
   [junit4]   2> 281565 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40081
   [junit4]   2> 281565 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40081
   [junit4]   2> 281566 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40081
   [junit4]   2> 281568 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281574 INFO  (zkConnectionManagerCallback-2865-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281574 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281577 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281585 INFO  (zkConnectionManagerCallback-2867-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281585 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281586 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281587 INFO  (zkConnectionManagerCallback-2869-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281587 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281589 WARN  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96]-SendThread(127.0.0.1:40081))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100b655dbba0002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b655dbba0002, 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 0x100b655dbba0002, 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> 281692 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 281692 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 281692 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 281692 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 281692 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 281692 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@75f83c59{/solr,null,AVAILABLE}
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 281694 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4721f2e2{/solr,null,AVAILABLE}
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@4f6d6083{SSL, (ssl, 
http/1.1)}{127.0.0.1:46177}
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.s.Server Started @281752ms
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:40081/solr, hostPort=46177}
   [junit4]   2> 281695 ERROR (jetty-launcher-2870-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.4
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 281695 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2024-02-26T02:56:47.937Z
   [junit4]   2> 281697 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281697 INFO  (zkConnectionManagerCallback-2872-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281697 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281700 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 281701 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6eee7a82{SSL, (ssl, 
http/1.1)}{127.0.0.1:42325}
   [junit4]   2> 281701 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.s.Server Started @281758ms
   [junit4]   2> 281701 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:40081/solr, hostPort=42325}
   [junit4]   2> 281702 ERROR (jetty-launcher-2870-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 281702 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 281702 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.4
   [junit4]   2> 281702 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 281702 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 281702 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2024-02-26T02:56:47.944Z
   [junit4]   2> 281703 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 281704 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 281704 INFO  (zkConnectionManagerCallback-2874-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 281704 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 281705 WARN  
(jetty-launcher-2870-thread-1-SendThread(127.0.0.1:40081)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100b655dbba0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b655dbba0003, 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 0x100b655dbba0003, 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> 281705 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 281708 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 282872 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 282872 WARN  (jetty-launcher-2870-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> 282873 WARN  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@471fb45f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282873 WARN  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@471fb45f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282875 WARN  (jetty-launcher-2870-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> 282876 WARN  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@642f6e3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282876 WARN  (jetty-launcher-2870-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@642f6e3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 282877 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40081/solr
   [junit4]   2> 282882 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 282883 INFO  (zkConnectionManagerCallback-2888-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 282883 INFO  (jetty-launcher-2870-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 282987 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 282988 INFO  (zkConnectionManagerCallback-2890-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 282988 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 283046 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 283046 WARN  (jetty-launcher-2870-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> 283047 WARN  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@628267f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 283047 WARN  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@628267f7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 283050 WARN  (jetty-launcher-2870-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> 283054 WARN  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@1f3f6360[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 283054 WARN  (jetty-launcher-2870-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@1f3f6360[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 283055 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40081/solr
   [junit4]   2> 283059 WARN  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_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> 283063 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46177_solr
   [junit4]   2> 283063 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.Overseer Overseer 
(id=72258073912803334-127.0.0.1:46177_solr-n_0000000000) starting
   [junit4]   2> 283069 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 283070 INFO  (zkConnectionManagerCallback-2900-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 283071 INFO  (jetty-launcher-2870-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 283074 INFO  
(OverseerStateUpdate-72258073912803334-127.0.0.1:46177_solr-n_0000000000) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:46177_solr
   [junit4]   2> 283082 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46177_solr
   [junit4]   2> 283084 INFO  (zkCallback-2889-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 283084 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 283087 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 283087 WARN  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_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> 283121 INFO  (jetty-launcher-2870-thread-1) 
[n:127.0.0.1:46177_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/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-001/node1
   [junit4]   2> 283173 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 283174 INFO  (zkConnectionManagerCallback-2910-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 283174 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 283180 WARN  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_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> 283182 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 283185 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42325_solr as DOWN
   [junit4]   2> 283185 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 283185 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42325_solr
   [junit4]   2> 283186 INFO  (zkCallback-2889-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 283187 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 283189 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 283189 WARN  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_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> 283197 INFO  (zkCallback-2909-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 283212 INFO  (jetty-launcher-2870-thread-2) 
[n:127.0.0.1:42325_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/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-001/node2
   [junit4]   2> 283219 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 283220 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 283221 INFO  (zkConnectionManagerCallback-2921-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 283221 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 283223 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 283223 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40081/solr ready
   [junit4]   2> 283256 INFO  (qtp1167395827-4635) [n:127.0.0.1:46177_solr     
] o.a.s.s.HttpSolrCall 
HttpSolrCall.init(https://127.0.0.1:46177/solr/admin/collections?action=CREATE&async=testAsyncIdBackCompat&name=testAsyncIdBackCompat&collection.configName=conf1&numShards=1&nrtReplicas=1&wt=javabin&version=2)
   [junit4]   2> 283257 INFO  (qtp1167395827-4635) [n:127.0.0.1:46177_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=testAsyncIdBackCompat&collection.configName=conf1&name=testAsyncIdBackCompat&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 283258 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testAsyncIdBackCompat
   [junit4]   2> 283259 WARN  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96]-SendThread(127.0.0.1:40081))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100b655dbba0009.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b655dbba0009, 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 0x100b655dbba0009, 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> 283360 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=223344727
   [junit4]   2> 283360 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2065298632
   [junit4]   2> 283360 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46177_solr
   [junit4]   2> 283360 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42325_solr
   [junit4]   2> 283361 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 283361 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 283361 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42325_solr as DOWN
   [junit4]   2> 283361 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:46177_solr as DOWN
   [junit4]   2> 283361 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 
2147483647 cores with initial capacity of 1024
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 283371 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster 
tag=null
   [junit4]   2> 283372 INFO  (closeThreadPool-2932-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72258073912803334-127.0.0.1:46177_solr-n_0000000000) closing
   [junit4]   2> 283372 INFO  
(OverseerStateUpdate-72258073912803334-127.0.0.1:46177_solr-n_0000000000) 
[n:127.0.0.1:46177_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46177_solr
   [junit4]   2> 283372 INFO  
(OverseerAutoScalingTriggerThread-72258073912803334-127.0.0.1:46177_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 283379 WARN  
(jetty-launcher-2870-thread-1-SendThread(127.0.0.1:40081)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100b655dbba0006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b655dbba0006, 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 0x100b655dbba0006, 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> 283379 INFO  (closeThreadPool-2932-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=72258073912803334-127.0.0.1:46177_solr-n_0000000000) closing
   [junit4]   2> 283480 INFO  (jetty-closer-2922-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6eee7a82{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 283480 INFO  (jetty-closer-2922-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@4721f2e2{/solr,null,STOPPED}
   [junit4]   2> 283480 INFO  (jetty-closer-2922-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 283580 INFO  (jetty-closer-2922-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=72258073912803334-127.0.0.1:46177_solr-n_0000000000) closing
   [junit4]   2> 283581 INFO  (jetty-closer-2922-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4f6d6083{SSL, (ssl, 
http/1.1)}{127.0.0.1:0}
   [junit4]   2> 283581 INFO  (jetty-closer-2922-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@75f83c59{/solr,null,STOPPED}
   [junit4]   2> 283581 INFO  (jetty-closer-2922-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 283581 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 283785 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        3       /solr/collections
   [junit4]   2> 
   [junit4]   2> 283787 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40081
   [junit4]   2> 283787 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40081
   [junit4]   2> 283787 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testAsyncIdBackCompat-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40081
   [junit4]   2> 283791 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.SolrTestCaseJ4 ###Starting testSolrJAPICalls
   [junit4]   2> 283792 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-002
   [junit4]   2> 283792 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 283793 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 283793 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 283793 WARN  (ZkTestServer Run Thread) [     ] 
o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 283893 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer start zk server on port: 34977
   [junit4]   2> 283893 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:34977
   [junit4]   2> 283893 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:34977
   [junit4]   2> 283893 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 34977
   [junit4]   2> 283894 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 283897 INFO  (zkConnectionManagerCallback-2934-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 283897 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 283899 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 283900 INFO  (zkConnectionManagerCallback-2936-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 283900 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 283901 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 283902 INFO  (zkConnectionManagerCallback-2938-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 283902 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 284006 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 284006 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 284006 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 284006 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 284006 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 284006 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.53.v20231009; built: 2023-10-09T12:29:09.265Z; git: 
27bde00a0b95a1d5bbee0eae7984f891d2d0f8c9; jvm 1.8.0_362-b09
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 284007 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@576f200{/solr,null,AVAILABLE}
   [junit4]   2> 284008 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7fba1eb4{/solr,null,AVAILABLE}
   [junit4]   2> 284008 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@6dbed4f4{SSL, (ssl, 
http/1.1)}{127.0.0.1:38007}
   [junit4]   2> 284008 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.s.Server Started @284065ms
   [junit4]   2> 284008 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:34977/solr, hostPort=38007}
   [junit4]   2> 284009 ERROR (jetty-launcher-2939-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 284009 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 284009 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.4
   [junit4]   2> 284009 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284009 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 284009 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2024-02-26T02:56:50.251Z
   [junit4]   2> 284009 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 284010 INFO  (zkConnectionManagerCallback-2941-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284010 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 284011 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284014 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 284014 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@11dac58a{SSL, (ssl, 
http/1.1)}{127.0.0.1:44383}
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.s.Server Started @284071ms
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
zkHost=127.0.0.1:34977/solr, hostPort=44383}
   [junit4]   2> 284015 ERROR (jetty-launcher-2939-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.11.4
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: 
/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 284015 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2024-02-26T02:56:50.257Z
   [junit4]   2> 284016 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 284016 WARN  
(jetty-launcher-2939-thread-1-SendThread(127.0.0.1:34977)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100b655e4d10003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b655e4d10003, 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 0x100b655e4d10003, 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> 284017 INFO  (zkConnectionManagerCallback-2943-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284017 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 284017 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 284020 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 284606 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 284606 WARN  (jetty-launcher-2939-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> 284607 WARN  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@24a977ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 284607 WARN  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@24a977ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 284609 WARN  (jetty-launcher-2939-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> 284610 WARN  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7bbf73ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 284610 WARN  (jetty-launcher-2939-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7bbf73ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 284611 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34977/solr
   [junit4]   2> 284612 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 284613 INFO  (zkConnectionManagerCallback-2957-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284613 INFO  (jetty-launcher-2939-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 284614 WARN  
(jetty-launcher-2939-thread-1-SendThread(127.0.0.1:34977)) [     ] 
o.a.z.ClientCnxn An exception was thrown while closing send thread for session 
0x100b655e4d10005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b655e4d10005, 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 0x100b655e4d10005, 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> 284716 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 284717 INFO  (zkConnectionManagerCallback-2959-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 284717 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 284784 WARN  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_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> 284788 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:38007_solr
   [junit4]   2> 284789 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.Overseer Overseer 
(id=72258074065305606-127.0.0.1:38007_solr-n_0000000000) starting
   [junit4]   2> 284794 INFO  
(OverseerStateUpdate-72258074065305606-127.0.0.1:38007_solr-n_0000000000) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:38007_solr
   [junit4]   2> 284800 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38007_solr
   [junit4]   2> 284802 INFO  (zkCallback-2958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 284802 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 284806 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 284806 WARN  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_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> 284844 INFO  (jetty-launcher-2939-thread-1) 
[n:127.0.0.1:38007_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/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-002/node1
   [junit4]   2> 285569 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 285569 WARN  (jetty-launcher-2939-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> 285570 WARN  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@59136538[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 285571 WARN  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@59136538[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 285573 WARN  (jetty-launcher-2939-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> 285574 WARN  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4687232c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 285574 WARN  (jetty-launcher-2939-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4687232c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 285575 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34977/solr
   [junit4]   2> 285576 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 285576 INFO  (zkConnectionManagerCallback-2977-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 285577 INFO  (jetty-launcher-2939-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 285678 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 285680 INFO  (zkConnectionManagerCallback-2979-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 285680 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 285686 WARN  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_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> 285687 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 285690 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44383_solr as DOWN
   [junit4]   2> 285690 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 285690 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44383_solr
   [junit4]   2> 285691 INFO  (zkCallback-2958-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 285691 INFO  (zkCallback-2978-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 285692 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 285694 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 285694 WARN  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_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> 285723 INFO  (jetty-launcher-2939-thread-2) 
[n:127.0.0.1:44383_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/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-002/node2
   [junit4]   2> 285734 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 285735 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 285736 INFO  (zkConnectionManagerCallback-2990-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 285736 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 285737 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 285738 INFO  
(TEST-CollectionsAPIAsyncDistributedZkTest.testSolrJAPICalls-seed#[E9EECB5DF28CEA96])
 [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:34977/solr ready
   [junit4]   2> 285770 INFO  (qtp455257850-4751) [n:127.0.0.1:44383_solr     ] 
o.a.s.s.HttpSolrCall 
HttpSolrCall.init(https://127.0.0.1:44383/solr/admin/collections?action=CREATE&async=b8d7818f-5084-43e9-8af9-4d74c236e5ba&name=testasynccollectioncreation&collection.configName=conf1&numShards=1&nrtReplicas=1&wt=javabin&version=2)
   [junit4]   2> 285773 INFO  (qtp455257850-4751) [n:127.0.0.1:44383_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=b8d7818f-5084-43e9-8af9-4d74c236e5ba&collection.configName=conf1&name=testasynccollectioncreation&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=3
   [junit4]   2> 285773 INFO  (qtp455257850-4753) [n:127.0.0.1:44383_solr     ] 
o.a.s.s.HttpSolrCall 
HttpSolrCall.init(https://127.0.0.1:44383/solr/admin/collections?action=REQUESTSTATUS&requestid=b8d7818f-5084-43e9-8af9-4d74c236e5ba&wt=javabin&version=2)
   [junit4]   2> 285775 INFO  (qtp455257850-4753) [n:127.0.0.1:44383_solr     ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=b8d7818f-5084-43e9-8af9-4d74c236e5ba&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 285776 INFO  
(OverseerThreadFactory-2966-thread-1-processing-n:127.0.0.1:38007_solr) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testasynccollectioncreation
   [junit4]   2> 285883 INFO  
(OverseerStateUpdate-72258074065305606-127.0.0.1:38007_solr-n_0000000000) 
[n:127.0.0.1:38007_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testasynccollectioncreation",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testasynccollectioncreation_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:38007_solr",
   [junit4]   2>   "base_url":"https://127.0.0.1:38007/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 286116 INFO  (qtp1732689796-4750) [n:127.0.0.1:38007_solr     
] o.a.s.s.HttpSolrCall 
HttpSolrCall.init(https://127.0.0.1:38007/solr/admin/cores?null)
   [junit4]   2> 286117 INFO  (qtp1732689796-4750) [n:127.0.0.1:38007_solr    
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin}
 status=0 QTime=0
   [junit4]   2> 286117 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr    x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&collection=testasynccollectioncreation&version=2&replicaType=NRT&async=b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079&coreNodeName=core_node2&name=testasynccollectioncreation_shard1_replica_n1&action=CREATE&numShards=1&shard=shard1&wt=javabin
   [junit4]   2> 286117 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr    x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 
2147483647 cores with initial capacity of 1024
   [junit4]   2> 286137 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 8.11.4
   [junit4]   2> 286139 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema 
name=minimal
   [junit4]   2> 286139 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 286139 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.CoreContainer 
Creating SolrCore 'testasynccollectioncreation_shard1_replica_n1' using 
configuration from configset conf1, trusted=true
   [junit4]   2> 286140 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SolrCore 
[[testasynccollectioncreation_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-002/node1/testasynccollectioncreation_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.cloud.api.collections.CollectionsAPIAsyncDistributedZkTest_E9EECB5DF28CEA96-001/tempDir-002/node1/testasynccollectioncreation_shard1_replica_n1/data/]
   [junit4]   2> 286151 INFO  (qtp1732689796-4747) [n:127.0.0.1:38007_solr     
] o.a.s.s.HttpSolrCall 
HttpSolrCall.init(https://127.0.0.1:38007/solr/admin/cores?null)
   [junit4]   2> 286152 INFO  (qtp1732689796-4747) [n:127.0.0.1:38007_solr     
] o.a.s.h.a.CoreAdminOperation Checking request status for : 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079
   [junit4]   2> 286154 INFO  (qtp1732689796-4747) [n:127.0.0.1:38007_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 286181 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 286181 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 286181 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 286182 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 286185 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 286185 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 286185 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000 ms
   [junit4]   2> 286186 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1791928526362902528
   [junit4]   2> 286187 INFO  
(searcherExecutor-2992-thread-1-processing-x:testasynccollectioncreation_shard1_replica_n1
 b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 r:core_node2 CREATE 
n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SolrCore 
[testasynccollectioncreation_shard1_replica_n1]  Registered new searcher 
autowarm time: 0 ms
   [junit4]   2> 286190 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.ZkShardTerms 
Successful update of terms at 
/collections/testasynccollectioncreation/terms/shard1 to 
Terms{values={core_node2=0}, version=0}
   [junit4]   2> 286190 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/testasynccollectioncreation/leaders/shard1
   [junit4]   2> 286193 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 286193 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 286193 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
replicas to 
https://127.0.0.1:38007/solr/testasynccollectioncreation_shard1_replica_n1/
   [junit4]   2> 286194 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 286194 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] o.a.s.c.SyncStrategy 
https://127.0.0.1:38007/solr/testasynccollectioncreation_shard1_replica_n1/ has 
no replicas
   [junit4]   2> 286194 INFO  
(parallelCoreAdminExecutor-2967-thread-1-processing-n:127.0.0.1:38007_solr 
x:testasynccollectioncreation_shard1_replica_n1 
b8d7818f-5084-43e9-8af9-4d74c236e5ba3059084536716079 CREATE) 
[n:127.0.0.1:38007_solr c:testasynccollectioncreation s:shard1 r:core_node2 
x:testasynccollectioncreation_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/testasynccollectioncreation/leaders/shard1/leader after winning as 
/collections/testasynccollectioncreation/lea

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

    ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-368 after mutting 0 log 
messages
   [junit4]   2> 2338843 INFO  
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]) [     
] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-369 for ERROR logs 
matching regex: ignore_exception
   [junit4]   2> 2338843 INFO  
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]) [     
] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2338944 DEBUG 
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]-EventThread)
 [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent 
state:Closed type:None path:null
   [junit4]   2> 2338945 WARN  
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]-SendThread(127.0.0.1:45041))
 [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for 
session 0x100b675025d0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional 
data from server sessionid 0x100b675025d0001, 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 0x100b675025d0001, 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> 2339046 DEBUG 
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]-EventThread)
 [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent 
state:Closed type:None path:null
   [junit4]   2> 2339047 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       
/solr/collections/shardSplitWithRule_link/terms/shard1_0
   [junit4]   2>        8       
/solr/collections/shardSplitWithRule_link/terms/shard1_1
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        5       /solr/packages.json
   [junit4]   2>        5       
/solr/collections/shardSplitWithRule_link/terms/shard1
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        5       /solr/collections/collection1/terms/shard1
   [junit4]   2>        5       /solr/collections/collection1/terms/shard2
   [junit4]   2>        4       
/solr/collections/collection1/collectionprops.json
   [junit4]   2>        4       
/solr/collections/shardSplitWithRule_link/collectionprops.json
   [junit4]   2>        2       
/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        55      /solr/collections/collection1/state.json
   [junit4]   2>        33      
/solr/collections/shardSplitWithRule_link/state.json
   [junit4]   2>        13      /solr/clusterprops.json
   [junit4]   2>        7       /solr/collections/control_collection/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72258207705006094-127.0.0.1:44699_-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/72258207705006092-127.0.0.1:40465_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        70      
/solr/collections/shardSplitWithRule_link/state.json
   [junit4]   2>        63      /solr/overseer/queue
   [junit4]   2>        36      /solr/live_nodes
   [junit4]   2>        20      /solr/overseer/collection-queue-work
   [junit4]   2>        13      /solr/collections
   [junit4]   2>        7       /solr/collections/collection1/state.json
   [junit4]   2>        2       /solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> 2339051 INFO  
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]) [     
] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45041
   [junit4]   2> 2339051 INFO  
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]) [     
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45041
   [junit4]   2> 2339051 INFO  
(TEST-ShardSplitTest.testSplitShardWithRuleLink-seed#[E9EECB5DF28CEA96]) [     
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45041
   [junit4]   2> 2339053 INFO  
(SUITE-ShardSplitTest-seed#[E9EECB5DF28CEA96]-worker) [     ] 
o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-369 after mutting 0 log 
messages
   [junit4]   2> 2339053 INFO  
(SUITE-ShardSplitTest-seed#[E9EECB5DF28CEA96]-worker) [     ] 
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-370 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/J3/temp/solr.cloud.api.collections.ShardSplitTest_E9EECB5DF28CEA96-001
   [junit4]   2> Feb 26, 2024 3:31:05 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): 
{rnd_b=PostingsFormat(name=LuceneVarGapFixedInterval), a_t=FST50, _root_=FST50, 
id=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{_version_=DocValuesFormat(name=Lucene80), 
a_i=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=661, 
maxMBSortInHeap=7.55226168815979, 
sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=ca, 
timezone=America/Inuvik
   [junit4]   2> NOTE: Linux 4.15.0-213-generic amd64/Temurin 1.8.0_362 
(64-bit)/cpus=4,threads=1,free=137727880,total=489160704
   [junit4]   2> NOTE: All tests run in this JVM: 
[ManagedSchemaRoundRobinCloudTest, AnalyticsQueryTest, TestCloudRecovery2, 
DebugComponentTest, TestSolrCLIRunExample, TestCustomSort, 
TestSizeLimitedDistributedMap, TestJavabinTupleStreamParser, 
ChangedSchemaMergeTest, TestDelegationWithHadoopAuth, ResponseLogComponentTest, 
DistributedFacetPivotWhiteBoxTest, AddReplicaTest, 
TestChildDocTransformerHierarchy, AuthWithShardHandlerFactoryOverrideTest, 
SparseHLLTest, V2StandaloneTest, TestBulkSchemaAPI, TestUseDocValuesAsStored, 
CachingDirectoryFactoryTest, TestSolrCloudWithSecureImpersonation, 
TestStreamBody, TestFieldCacheSortRandom, URLClassifyProcessorTest, 
MetricTriggerTest, StatelessScriptUpdateProcessorFactoryTest, 
TestIncrementalCoreBackup, BigEndianAscendingWordDeserializerTest, 
TestLeaderElectionZkExpiry, RollingRestartTest, SplitHandlerTest, 
TestUtilizeNode, TestRecovery, TestRawTransformer, 
CollectionsAPIDistributedZkTest, NestedAtomicUpdateTest, 
TestSchemaNameResource, TestUtils, TestAuthenticationFramework, LargeFieldTest, 
TestUnifiedSolrHighlighterWithoutStoredId, DocumentAnalysisRequestHandlerTest, 
PeerSyncWithBufferUpdatesTest, TestFieldCollectionResource, 
TestFoldingMultitermQuery, AddSchemaFieldsUpdateProcessorFactoryTest, 
MBeansHandlerTest, TestSimGenericDistributedQueue, TestRequestForwarding, 
TriggerIntegrationTest, TestXmlQParserPlugin, TestPrepRecovery, 
FieldMutatingUpdateProcessorTest, SolrMetricManagerTest, DeleteStatusTest, 
IndexSizeTriggerMixedBoundsTest, TestGroupingSearch, 
CoreAdminRequestStatusTest, TestStressUserVersions, SOLR749Test, 
ClassificationUpdateProcessorFactoryTest, ManagedSchemaDiffTest, 
HdfsRecoveryZkTest, BufferStoreTest, TestCSVLoader, 
TestInPlaceUpdatesStandalone, TestTermsQParserPlugin, AlternateDirectoryTest, 
TestCSVResponseWriter, IndexSizeEstimatorTest, TestIBSimilarityFactory, 
MinimalSchemaTest, FacetPivot2CollectionsTest, XmlInterpolationTest, 
TestInitQParser, StatsComponentTest, CdcrWithNodesRestartsTest, 
SaslZkACLProviderTest, TestReqParamsAPI, ChaosMonkeySafeLeaderTest, 
TestConfigOverlay, SecurityConfHandlerTest, TermVectorComponentTest, 
HdfsChaosMonkeyNothingIsSafeTest, LeaderFailoverAfterPartitionTest, 
AutoscalingHistoryHandlerTest, TestSnapshotCloudManager, 
TestComplexPhraseLeadingWildcard, SolrJmxReporterCloudTest, 
PhrasesIdentificationComponentTest, MultiSolrCloudTestCaseTest, 
HighlighterTest, TestNoOpRegenerator, TestSolrFieldCacheBean, 
LegacyCloudClusterPropTest, SuggesterTest, DateMathParserTest, 
TestSimPolicyCloud, TestMaxScoreQueryParser, TestDeleteCollectionOnDownNodes, 
TestAuthorizationFramework, TestFaceting, TestConfigSetsAPIExclusivity, 
ComputePlanActionTest, TransactionLogTest, DeleteLastCustomShardedReplicaTest, 
TestFastLRUCache, TestCollectionsAPIViaSolrCloudCluster, SolrShardReporterTest, 
TestJsonRangeFacets, FileUtilsTest, CdcrOpsAndBoundariesTest, 
RandomizedTaggerTest, TestMacros, TestMergePolicyConfig, 
TestStressIncrementalBackup, SpellCheckCollatorTest, 
TestSimpleTrackingShardHandler, TestLuceneMatchVersion, 
TestWordDelimiterFilterFactory, AliasIntegrationTest, BasicDistributedZkTest, 
CloudExitableDirectoryReaderTest, CollectionPropsTest, 
ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, 
CreateCollectionCleanupTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, 
DeleteNodeTest, DeleteReplicaTest, ForceLeaderWithTlogReplicasTest, 
HttpPartitionWithTlogReplicasTest, RecoveryAfterSoftCommitTest, 
RemoteQueryErrorTest, ReplaceNodeNoTargetTest, SharedFSAutoReplicaFailoverTest, 
SolrXmlInZkTest, TestCloudPhrasesIdentificationComponent, TestCloudPivotFacet, 
TestCloudPseudoReturnFields, TestCloudRecovery, 
TestDynamicFieldNamesIndexCorrectly, TestPullReplica, TestRebalanceLeaders, 
TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, 
TestWithCollection, TestZkChroot, ZkControllerTest, ZkFailoverTest, 
ZkNodePropsTest, ZkShardTermsTest, BackupRestoreApiErrorConditionsTest, 
ConcurrentDeleteAndCreateCollectionTest, CustomCollectionTest, PurgeGraphTest, 
ShardSplitTest]
   [junit4] Completed [739/959 (2!)] on J3 in 430.52s, 11 tests, 2 errors, 3 
skipped <<< FAILURES!

[...truncated 55149 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to