You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@solr.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2024/02/21 22:18:23 UTC

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

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

3 tests failed.
FAILED:  org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics

Error Message:
Failed to start DefaultKrbServer

Stack Trace:
org.apache.kerby.kerberos.kerb.KrbException: Failed to start DefaultKrbServer
	at __randomizedtesting.SeedInfo.seed([9ACB68DB174615B5:A713C6F72FA84BC5]:0)
	at org.apache.kerby.kerberos.kerb.server.impl.AbstractInternalKdcServer.start(AbstractInternalKdcServer.java:84)
	at org.apache.kerby.kerberos.kerb.server.KdcServer.start(KdcServer.java:268)
	at org.apache.kerby.kerberos.kerb.server.SimpleKdcServer.start(SimpleKdcServer.java:163)
	at org.apache.hadoop.minikdc.MiniKdc.start(MiniKdc.java:284)
	at org.apache.solr.cloud.KerberosTestServices.start(KerberosTestServices.java:76)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.setupMiniKdc(TestSolrCloudWithKerberosAlt.java:81)
	at org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.setUp(TestSolrCloudWithKerberosAlt.java:67)
	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
	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$9.evaluate(RandomizedRunner.java:980)
	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)
Caused by: java.net.BindException: Address already in use (Bind failed)
	at java.net.PlainSocketImpl.socketBind(Native Method)
	at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
	at java.net.ServerSocket.bind(ServerSocket.java:390)
	at java.net.ServerSocket.bind(ServerSocket.java:344)
	at org.apache.kerby.kerberos.kerb.transport.KdcNetwork.listen(KdcNetwork.java:64)
	at org.apache.kerby.kerberos.kerb.server.impl.DefaultInternalKdcServerImpl.doStart(DefaultInternalKdcServerImpl.java:67)
	at org.apache.kerby.kerberos.kerb.server.impl.AbstractInternalKdcServer.start(AbstractInternalKdcServer.java:82)
	... 48 more


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestHdfsBackupRestoreCore

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.TestHdfsBackupRestoreCore:     1) Thread[id=3256, name=Command processor, state=WAITING, group=TGRP-TestHdfsBackupRestoreCore]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)         at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.TestHdfsBackupRestoreCore: 
   1) Thread[id=3256, name=Command processor, state=WAITING, group=TGRP-TestHdfsBackupRestoreCore]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.processQueue(BPServiceActor.java:1291)
        at org.apache.hadoop.hdfs.server.datanode.BPServiceActor$CommandProcessingThread.run(BPServiceActor.java:1275)
	at __randomizedtesting.SeedInfo.seed([9ACB68DB174615B5]:0)


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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:46445/kc_gbg
	at __randomizedtesting.SeedInfo.seed([9ACB68DB174615B5:22083C7BEB9DC0C0]: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 13684 lines...]
   [junit4] Suite: org.apache.solr.handler.TestHdfsBackupRestoreCore
   [junit4]   2> 244506 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-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> 244507 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-50 after mutting 0 log messages
   [junit4]   2> 244507 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-51 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 244507 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-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.handler.TestHdfsBackupRestoreCore_9ACB68DB174615B5-001/data-dir-21-001
   [junit4]   2> 244507 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 244508 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 244516 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 244516 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 249081 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: access denied ("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret" "read")
   [junit4]   2> 249094 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 249142 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] 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> 249507 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 249507 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 249507 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 249511 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6a35c698{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 249891 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3753c8f3{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/jetty-localhost_localdomain-46595-hadoop-hdfs-3_2_4-tests_jar-_-any-1855476803190898374/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/hdfs}
   [junit4]   2> 249892 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2e3e783b{HTTP/1.1, (http/1.1)}{localhost.localdomain:46595}
   [junit4]   2> 249892 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[9ACB68DB174615B5]-worker) [     ] o.e.j.s.Server Started @249951ms
   [junit4]   2> 252405 WARN  (StorageLocationChecker thread 0) [     ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 252510 WARN  (Listener at localhost.localdomain/44863) [     ] o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: access denied ("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret" "read")
   [junit4]   2> 252512 WARN  (Listener at localhost.localdomain/44863) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 252523 INFO  (Listener at localhost.localdomain/44863) [     ] 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> 252524 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 252524 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 252524 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 252525 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@21c6b104{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 252664 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3b55d514{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/jetty-localhost-36137-hadoop-hdfs-3_2_4-tests_jar-_-any-4864718229812671174/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/datanode}
   [junit4]   2> 252665 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.AbstractConnector Started ServerConnector@680407db{HTTP/1.1, (http/1.1)}{localhost:36137}
   [junit4]   2> 252665 INFO  (Listener at localhost.localdomain/44863) [     ] o.e.j.s.Server Started @252724ms
   [junit4]   2> 253621 WARN  (Listener at localhost.localdomain/40403) [     ] o.a.h.s.a.s.AuthenticationFilter Unable to initialize FileSignerSecretProvider, falling back to use random secrets. Reason: access denied ("java.io.FilePermission" "/home/jenkins/hadoop-http-auth-signature-secret" "read")
   [junit4]   2> 253622 WARN  (Listener at localhost.localdomain/40403) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 253623 INFO  (Listener at localhost.localdomain/40403) [     ] 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> 253624 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 253624 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 253626 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 253627 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2bd4213b{static,/static,jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/static,AVAILABLE}
   [junit4]   2> 253749 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@3db27fab{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/jetty-localhost-46119-hadoop-hdfs-3_2_4-tests_jar-_-any-416175623490584737/webapp/,AVAILABLE}{jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-3.2.4-tests.jar!/webapps/datanode}
   [junit4]   2> 253750 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6d1e915{HTTP/1.1, (http/1.1)}{localhost:46119}
   [junit4]   2> 253750 INFO  (Listener at localhost.localdomain/40403) [     ] o.e.j.s.Server Started @253810ms
   [junit4]   2> 256914 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x196956afe44b68bf: Processing first storage report for DS-be379f7b-bac3-4aa8-b9a2-4685b421d4ca from datanode DatanodeRegistration(127.0.0.1:45373, datanodeUuid=837e9641-a29b-4ce0-8c20-fb1c4e0930ac, infoPort=37327, infoSecurePort=0, ipcPort=44599, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214)
   [junit4]   2> 256921 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x196956afe44b68bf: from storage DS-be379f7b-bac3-4aa8-b9a2-4685b421d4ca node DatanodeRegistration(127.0.0.1:45373, datanodeUuid=837e9641-a29b-4ce0-8c20-fb1c4e0930ac, infoPort=37327, infoSecurePort=0, ipcPort=44599, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214), blocks: 0, hasStaleStorage: true, processing time: 6 msecs, invalidatedBlocks: 0
   [junit4]   2> 256921 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xecba62041c8d2ee3: Processing first storage report for DS-15a15177-847d-4f29-baf6-2e355090df5e from datanode DatanodeRegistration(127.0.0.1:46117, datanodeUuid=e2074666-a671-4636-9001-9b78dff387ca, infoPort=37579, infoSecurePort=0, ipcPort=40403, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214)
   [junit4]   2> 256921 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xecba62041c8d2ee3: from storage DS-15a15177-847d-4f29-baf6-2e355090df5e node DatanodeRegistration(127.0.0.1:46117, datanodeUuid=e2074666-a671-4636-9001-9b78dff387ca, infoPort=37579, infoSecurePort=0, ipcPort=40403, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214), blocks: 0, hasStaleStorage: true, processing time: 1 msecs, invalidatedBlocks: 0
   [junit4]   2> 256921 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x196956afe44b68bf: Processing first storage report for DS-dddfe300-5ed4-4a7d-a804-9c827b89f416 from datanode DatanodeRegistration(127.0.0.1:45373, datanodeUuid=837e9641-a29b-4ce0-8c20-fb1c4e0930ac, infoPort=37327, infoSecurePort=0, ipcPort=44599, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214)
   [junit4]   2> 256921 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x196956afe44b68bf: from storage DS-dddfe300-5ed4-4a7d-a804-9c827b89f416 node DatanodeRegistration(127.0.0.1:45373, datanodeUuid=837e9641-a29b-4ce0-8c20-fb1c4e0930ac, infoPort=37327, infoSecurePort=0, ipcPort=44599, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 256935 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xecba62041c8d2ee3: Processing first storage report for DS-db791980-c162-4858-8ba8-a39ffce1317d from datanode DatanodeRegistration(127.0.0.1:46117, datanodeUuid=e2074666-a671-4636-9001-9b78dff387ca, infoPort=37579, infoSecurePort=0, ipcPort=40403, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214)
   [junit4]   2> 256935 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0xecba62041c8d2ee3: from storage DS-db791980-c162-4858-8ba8-a39ffce1317d node DatanodeRegistration(127.0.0.1:46117, datanodeUuid=e2074666-a671-4636-9001-9b78dff387ca, infoPort=37579, infoSecurePort=0, ipcPort=40403, storageInfo=lv=-57;cid=testClusterID;nsid=428515209;c=1708550205214), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 257150 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.handler.TestHdfsBackupRestoreCore_9ACB68DB174615B5-001/tempDir-002
   [junit4]   2> 257150 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 257150 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 257150 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 257151 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 257250 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.ZkTestServer start zk server on port: 39145
   [junit4]   2> 257250 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39145
   [junit4]   2> 257251 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39145
   [junit4]   2> 257251 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39145
   [junit4]   2> 257253 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257256 INFO  (zkConnectionManagerCallback-1837-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257256 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257265 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257266 INFO  (zkConnectionManagerCallback-1839-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257266 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257267 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257268 INFO  (zkConnectionManagerCallback-1841-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257268 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257271 WARN  (Listener at localhost.localdomain/44599-SendThread(127.0.0.1:39145)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0853e790002.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0853e790002, 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 0x100a0853e790002, 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> 257373 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 257373 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 257373 INFO  (jetty-launcher-1842-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> 257374 INFO  (jetty-launcher-1842-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 257374 INFO  (jetty-launcher-1842-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 257374 INFO  (jetty-launcher-1842-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 257374 INFO  (jetty-launcher-1842-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7161b5a6{/solr,null,AVAILABLE}
   [junit4]   2> 257375 INFO  (jetty-launcher-1842-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@40ff7372{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:43657}
   [junit4]   2> 257375 INFO  (jetty-launcher-1842-thread-1) [     ] o.e.j.s.Server Started @257435ms
   [junit4]   2> 257375 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:39145/solr, hostPort=43657}
   [junit4]   2> 257376 ERROR (jetty-launcher-1842-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 257376 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 257376 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.4
   [junit4]   2> 257376 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 257376 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 257376 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2024-02-21T21:16:54.649Z
   [junit4]   2> 257383 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257386 INFO  (zkConnectionManagerCallback-1844-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257386 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257389 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 257394 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1ad3bb2b, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 257395 WARN  (jetty-launcher-1842-thread-1-SendThread(127.0.0.1:39145)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a0853e790003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a0853e790003, 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 0x100a0853e790003, 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> 258948 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 258949 WARN  (jetty-launcher-1842-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5b6b6ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258949 WARN  (jetty-launcher-1842-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5b6b6ad[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258952 WARN  (jetty-launcher-1842-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@56824bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258952 WARN  (jetty-launcher-1842-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@56824bb2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 258954 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39145/solr
   [junit4]   2> 258955 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 258956 INFO  (zkConnectionManagerCallback-1855-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 258956 INFO  (jetty-launcher-1842-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259058 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259060 INFO  (zkConnectionManagerCallback-1857-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259060 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259166 WARN  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_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> 259185 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43657_solr
   [junit4]   2> 259185 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.Overseer Overseer (id=72234088177139717-127.0.0.1:43657_solr-n_0000000000) starting
   [junit4]   2> 259191 INFO  (OverseerStateUpdate-72234088177139717-127.0.0.1:43657_solr-n_0000000000) [n:127.0.0.1:43657_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:43657_solr
   [junit4]   2> 259199 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43657_solr
   [junit4]   2> 259201 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 259203 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 259203 WARN  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_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> 259203 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Added backup repository with configuration params {type = repository,name = hdfs,class = org.apache.solr.core.backup.repository.HdfsBackupRepository,attributes = {name=hdfs, class=org.apache.solr.core.backup.repository.HdfsBackupRepository},args = {location=/backup,solr.hdfs.home=hdfs://localhost.localdomain:44863/solr,solr.hdfs.confdir=,solr.hdfs.permissions.umask-mode=000}}
   [junit4]   2> 259203 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.c.b.r.BackupRepositoryFactory Default configuration for backup repository is with configuration params {type = repository,name = hdfs,class = org.apache.solr.core.backup.repository.HdfsBackupRepository,attributes = {name=hdfs, class=org.apache.solr.core.backup.repository.HdfsBackupRepository},args = {location=/backup,solr.hdfs.home=hdfs://localhost.localdomain:44863/solr,solr.hdfs.confdir=,solr.hdfs.permissions.umask-mode=000}}
   [junit4]   2> 259215 INFO  (zkCallback-1856-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 259250 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 259272 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ad3bb2b
   [junit4]   2> 259279 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ad3bb2b
   [junit4]   2> 259279 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ad3bb2b
   [junit4]   2> 259280 INFO  (jetty-launcher-1842-thread-1) [n:127.0.0.1:43657_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.handler.TestHdfsBackupRestoreCore_9ACB68DB174615B5-001/tempDir-002/node1
   [junit4]   2> 259294 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 259300 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 259306 INFO  (zkConnectionManagerCallback-1874-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 259306 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 259308 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 259309 INFO  (Listener at localhost.localdomain/44599) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39145/solr ready
   [junit4]   2> 259359 INFO  (TEST-TestHdfsBackupRestoreCore.test-seed#[9ACB68DB174615B5]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 259365 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/admin/collections?action=CREATE&name=HdfsBackupRestore&collection.configName=conf1&numShards=1&nrtReplicas=1&wt=javabin&version=2)
   [junit4]   2> 259371 INFO  (OverseerThreadFactory-1864-thread-1-processing-n:127.0.0.1:43657_solr) [n:127.0.0.1:43657_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection HdfsBackupRestore
   [junit4]   2> 259479 INFO  (OverseerStateUpdate-72234088177139717-127.0.0.1:43657_solr-n_0000000000) [n:127.0.0.1:43657_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"HdfsBackupRestore",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"HdfsBackupRestore_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:43657_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:43657/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 259683 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/admin/cores?null)
   [junit4]   2> 259684 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr    x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=HdfsBackupRestore_shard1_replica_n1&action=CREATE&numShards=1&collection=HdfsBackupRestore&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 259684 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr    x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 259696 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.4
   [junit4]   2> 259698 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 259698 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 259698 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'HdfsBackupRestore_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 259699 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.HdfsBackupRestore.shard1.replica_n1' (registry 'solr.core.HdfsBackupRestore.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1ad3bb2b
   [junit4]   2> 259699 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SolrCore [[HdfsBackupRestore_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.handler.TestHdfsBackupRestoreCore_9ACB68DB174615B5-001/tempDir-002/node1/HdfsBackupRestore_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J2/temp/solr.handler.TestHdfsBackupRestoreCore_9ACB68DB174615B5-001/tempDir-002/node1/HdfsBackupRestore_shard1_replica_n1/data/]
   [junit4]   2> 259770 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 259770 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 259771 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 259771 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 259775 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 259775 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 259776 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 259776 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1791544752392372224
   [junit4]   2> 259782 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/HdfsBackupRestore/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 259782 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/HdfsBackupRestore/leaders/shard1
   [junit4]   2> 259784 INFO  (searcherExecutor-1876-thread-1-processing-n:127.0.0.1:43657_solr x:HdfsBackupRestore_shard1_replica_n1 c:HdfsBackupRestore s:shard1 r:core_node2) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SolrCore [HdfsBackupRestore_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 259786 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 259787 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 259787 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43657/solr/HdfsBackupRestore_shard1_replica_n1/
   [junit4]   2> 259787 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 259787 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:43657/solr/HdfsBackupRestore_shard1_replica_n1/ has no replicas
   [junit4]   2> 259787 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/HdfsBackupRestore/leaders/shard1/leader after winning as /collections/HdfsBackupRestore/leader_elect/shard1/election/72234088177139717-core_node2-n_0000000000
   [junit4]   2> 259967 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43657/solr/HdfsBackupRestore_shard1_replica_n1/ shard1
   [junit4]   2> 260069 INFO  (zkCallback-1856-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/HdfsBackupRestore/state.json] for collection [HdfsBackupRestore] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 260070 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 260073 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=HdfsBackupRestore_shard1_replica_n1&action=CREATE&numShards=1&collection=HdfsBackupRestore&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=389
   [junit4]   2> 260076 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 260173 INFO  (zkCallback-1856-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/HdfsBackupRestore/state.json] for collection [HdfsBackupRestore] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 260173 INFO  (zkCallback-1856-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/HdfsBackupRestore/state.json] for collection [HdfsBackupRestore] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 260175 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=HdfsBackupRestore&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=810
   [junit4]   2> 260178 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 260184 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/HdfsBackupRestore/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 260184 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1791544752814948352)} 0 6
   [junit4]   2> 260184 INFO  (TEST-TestHdfsBackupRestoreCore.test-seed#[9ACB68DB174615B5]) [     ] o.a.s.h.BackupRestoreUtils Indexing 2 test docs
   [junit4]   2> 260187 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore_shard1_replica_n1/update?wt=javabin&version=2)
   [junit4]   2> 260190 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1791544752824385536), 1 (1791544752826482688)]} 0 2
   [junit4]   2> 260191 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?null)
   [junit4]   2> 260370 INFO  (searcherExecutor-1876-thread-1-processing-n:127.0.0.1:43657_solr x:HdfsBackupRestore_shard1_replica_n1 c:HdfsBackupRestore s:shard1 r:core_node2) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SolrCore [HdfsBackupRestore_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 260370 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=HdfsBackupRestore:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 179
   [junit4]   2> 260375 INFO  (TEST-TestHdfsBackupRestoreCore.test-seed#[9ACB68DB174615B5]) [     ] o.a.s.h.TestHdfsBackupRestoreCore Running Backup via core admin api
   [junit4]   2> 260380 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/admin/cores?action=BACKUPCORE&core=HdfsBackupRestore_shard1_replica_n1&name=hao&shardBackupId=md_standalone_0&repository=hdfs)
   [junit4]   2> 260388 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr    x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.b.r.HdfsBackupRepository HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 260397 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr    x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory solr.hdfs.home=hdfs://localhost.localdomain:44863/solr
   [junit4]   2> 260397 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr    x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 260417 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.h.IncrementalShardBackup Creating backup snapshot at hdfs://localhost.localdomain:44863/backup shardBackupMetadataFile:org.apache.solr.core.backup.ShardBackupId@7b87d233
   [junit4]   2> 260451 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 261373 INFO  (OverseerCollectionConfigSetProcessor-72234088177139717-127.0.0.1:43657_solr-n_0000000000) [n:127.0.0.1:43657_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 261912 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 261920 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 261968 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 261973 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 261999 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262002 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262039 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262042 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262079 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262083 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262124 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262127 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262164 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262166 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262208 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262211 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262246 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262249 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262284 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262287 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262329 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262332 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262360 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262362 WARN  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory HDFS support in Solr has been deprecated as of 8.6. See SOLR-14021 for details.
   [junit4]   2> 262390 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.s.h.HdfsDirectory Closing hdfs directory hdfs://localhost.localdomain:44863/backup/index
   [junit4]   2> 262420 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.h.IncrementalShardBackup Done creating backup snapshot at hdfs://localhost.localdomain:44863/backup shardBackupMetadataFile:org.apache.solr.core.backup.ShardBackupId@7b87d233
   [junit4]   2> 262427 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=HdfsBackupRestore_shard1_replica_n1&name=hao&shardBackupId=md_standalone_0&action=BACKUPCORE&repository=hdfs} status=0 QTime=2046
   [junit4]   2> 262435 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262464 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:0 (-1791544755180535808)} 0 29
   [junit4]   2> 262465 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262468 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:1 (-1791544755211993088)} 0 3
   [junit4]   2> 262470 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?null)
   [junit4]   2> 262505 INFO  (searcherExecutor-1876-thread-1-processing-n:127.0.0.1:43657_solr x:HdfsBackupRestore_shard1_replica_n1 c:HdfsBackupRestore s:shard1 r:core_node2) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SolrCore [HdfsBackupRestore_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 262505 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 35
   [junit4]   2> 262506 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262509 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 (1791544755254984704)]} 0 2
   [junit4]   2> 262509 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262510 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 (1791544755258130432)]} 0 1
   [junit4]   2> 262511 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262511 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 (1791544755260227584)]} 0 0
   [junit4]   2> 262511 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262512 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 (1791544755261276160)]} 0 0
   [junit4]   2> 262512 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262512 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 (1791544755261276161)]} 0 0
   [junit4]   2> 262513 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262513 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 (1791544755262324736)]} 0 0
   [junit4]   2> 262514 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262514 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 (1791544755263373312)]} 0 0
   [junit4]   2> 262514 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262515 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[9 (1791544755264421888)]} 0 0
   [junit4]   2> 262515 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262515 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[10 (1791544755264421889)]} 0 0
   [junit4]   2> 262516 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262516 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[11 (1791544755265470464)]} 0 0
   [junit4]   2> 262517 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262517 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[12 (1791544755266519040)]} 0 0
   [junit4]   2> 262517 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262518 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[13 (1791544755267567616)]} 0 0
   [junit4]   2> 262518 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262519 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[14 (1791544755267567617)]} 0 0
   [junit4]   2> 262519 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262519 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[15 (1791544755268616192)]} 0 0
   [junit4]   2> 262520 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262520 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[16 (1791544755269664768)]} 0 0
   [junit4]   2> 262521 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262521 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[17 (1791544755270713344)]} 0 0
   [junit4]   2> 262521 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262522 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[18 (1791544755271761920)]} 0 0
   [junit4]   2> 262522 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262522 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[19 (1791544755271761921)]} 0 0
   [junit4]   2> 262523 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262523 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[20 (1791544755272810496)]} 0 0
   [junit4]   2> 262524 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262524 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[21 (1791544755273859072)]} 0 0
   [junit4]   2> 262524 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262525 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[22 (1791544755274907648)]} 0 0
   [junit4]   2> 262525 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262525 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[23 (1791544755274907649)]} 0 0
   [junit4]   2> 262526 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262526 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[24 (1791544755275956224)]} 0 0
   [junit4]   2> 262526 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262527 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[25 (1791544755277004800)]} 0 0
   [junit4]   2> 262527 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262528 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[26 (1791544755277004801)]} 0 0
   [junit4]   2> 262528 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262528 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[27 (1791544755278053376)]} 0 0
   [junit4]   2> 262529 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262529 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[28 (1791544755279101952)]} 0 0
   [junit4]   2> 262529 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262530 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[29 (1791544755280150528)]} 0 0
   [junit4]   2> 262530 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262530 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[30 (1791544755280150529)]} 0 0
   [junit4]   2> 262531 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262531 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[31 (1791544755281199104)]} 0 0
   [junit4]   2> 262531 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262532 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[32 (1791544755282247680)]} 0 0
   [junit4]   2> 262532 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262532 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[33 (1791544755282247681)]} 0 0
   [junit4]   2> 262533 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262533 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[34 (1791544755283296256)]} 0 0
   [junit4]   2> 262534 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262534 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[35 (1791544755284344832)]} 0 0
   [junit4]   2> 262534 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262535 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[36 (1791544755285393408)]} 0 0
   [junit4]   2> 262535 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262535 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[37 (1791544755285393409)]} 0 0
   [junit4]   2> 262536 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262536 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[38 (1791544755286441984)]} 0 0
   [junit4]   2> 262537 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262537 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[39 (1791544755287490560)]} 0 0
   [junit4]   2> 262537 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262538 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[40 (1791544755287490561)]} 0 0
   [junit4]   2> 262538 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262538 INFO  (qtp1312330949-3330) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[41 (1791544755288539136)]} 0 0
   [junit4]   2> 262539 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262539 INFO  (qtp1312330949-3333) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[42 (1791544755289587712)]} 0 0
   [junit4]   2> 262539 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262540 INFO  (qtp1312330949-3331) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[43 (1791544755290636288)]} 0 0
   [junit4]   2> 262540 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?wt=javabin&version=2)
   [junit4]   2> 262540 INFO  (qtp1312330949-3334) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[44 (1791544755290636289)]} 0 0
   [junit4]   2> 262541 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:43657/solr/HdfsBackupRestore/update?null)
   [junit4]   2> 262675 INFO  (searcherExecutor-1876-thread-1-processing-n:127.0.0.1:43657_solr x:HdfsBackupRestore_shard1_replica_n1 c:HdfsBackupRestore s:shard1 r:core_node2) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.c.SolrCore [HdfsBackupRestore_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 262675 INFO  (qtp1312330949-3332) [n:127.0.0.1:43657_solr c:HdfsBackupRestore s:shard1 r:core_node2 x:HdfsBackupRestore_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [HdfsBackupRestore_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 134
   [junit4]   2> 262675 INFO  (TEST-TestHdfsBackupRestoreCore.test-seed#[9A

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

0a09f20b50000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a09f20b50000, 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 0x100a09f20b50000, 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> 1983230 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[9ACB68DB174615B5]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1983231 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[9ACB68DB174615B5]-SendThread(127.0.0.1:42203)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x100a09f20b50001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x100a09f20b50001, 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 0x100a09f20b50001, 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> 1983332 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[9ACB68DB174615B5]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1983335 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> 	11	/solr/collections/testSplitStaticIndexReplication_link/terms/shard1_0
   [junit4]   2> 	9	/solr/aliases.json
   [junit4]   2> 	6	/solr/packages.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 	6	/solr/configs/conf1
   [junit4]   2> 	6	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	5	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	4	/solr/collections/testSplitStaticIndexReplication_link/terms/shard1
   [junit4]   2> 	4	/solr/collections/testSplitStaticIndexReplication_link/terms/shard1_1
   [junit4]   2> 	3	/solr/collections/testSplitStaticIndexReplication_link/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	70	/solr/collections/collection1/state.json
   [junit4]   2> 	13	/solr/collections/testSplitStaticIndexReplication_link/state.json
   [junit4]   2> 	9	/solr/clusterprops.json
   [junit4]   2> 	9	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/collections/control_collection/state.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72234199346905102-127.0.0.1:44147_kc_gbg-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72234199346905092-127.0.0.1:38551_kc_gbg-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	69	/solr/overseer/queue
   [junit4]   2> 	51	/solr/live_nodes
   [junit4]   2> 	30	/solr/collections/testSplitStaticIndexReplication_link/state.json
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	8	/solr/collections/collection1/state.json
   [junit4]   2> 	2	/solr/collections/control_collection/state.json
   [junit4]   2> 
   [junit4]   2> 1983341 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[9ACB68DB174615B5]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42203
   [junit4]   2> 1983341 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[9ACB68DB174615B5]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42203
   [junit4]   2> 1983341 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[9ACB68DB174615B5]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42203
   [junit4]   2> 1983343 INFO  (SUITE-ShardSplitTest-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-341 after mutting 0 log messages
   [junit4]   2> 1983343 INFO  (SUITE-ShardSplitTest-seed#[9ACB68DB174615B5]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-342 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/J0/temp/solr.cloud.api.collections.ShardSplitTest_9ACB68DB174615B5-001
   [junit4]   2> Feb 21, 2024 9:45:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), a_t=FST50, _root_=PostingsFormat(name=LuceneVarGapFixedInterval), foo_s=FST50, id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{_version_=DocValuesFormat(name=Lucene80), a_i=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=567, maxMBSortInHeap=5.798422512043232, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=en-MT, timezone=Europe/Amsterdam
   [junit4]   2> NOTE: Linux 4.15.0-213-generic amd64/Temurin 1.8.0_362 (64-bit)/cpus=4,threads=1,free=155392144,total=517472256
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSizeTriggerSizeEstimationTest, TestLFUCache, CloudMLTQParserTest, TestPolicyCloud, TestOmitPositions, TermsComponentTest, CdcrUpdateLogTest, HLLSerializationTest, BigEndianAscendingWordSerializerTest, DirectSolrSpellCheckerTest, MaxScoreCollectorTest, TestDistribPackageStore, DeleteNodeTest, FacetPivotSmallTest, ScriptEngineTest, TestSolrJacksonAnnotation, SuggestComponentContextFilterQueryTest, SolrIndexSplitterTest, TestCodecSupport, TestCloudPivotFacet, CacheHeaderTest, TestDocSet, NodeMarkersRegistrationTest, CollectionReloadTest, TestReloadAndDeleteDocs, TestConfigReload, FullSolrCloudDistribCmdsTest, AggValueSourceTest, UpdateLogTest, AutoAddReplicasIntegrationTest, InfoHandlerTest, TestCloudConsistency, TestStressThreadBackup, QueryComponentPartialResultsTest, ReplaceNodeTest, ShardRoutingCustomTest, SolrRrdBackendFactoryTest, ExecutePlanActionTest, TestScoreJoinQPNoScore, MoveReplicaHDFSFailoverTest, HdfsBackupRepositoryIntegrationTest, LeaderFailureAfterFreshStartTest, TestBlockCollapse, TestSchemaResource, BlobRepositoryCloudTest, TestDefaultStatsCache, TestObjectReleaseTracker, SliceStateTest, HDFSCollectionsAPITest, TestRecoveryHdfs, TestCloudSearcherWarming, DisMaxRequestHandlerTest, TestRestoreCore, SplitShardTest, TestSimScenario, HdfsChaosMonkeySafeLeaderTest, TestInPlaceUpdateWithRouteField, PrimUtilsTest, HdfsCollectionsAPIDistributedZkTest, NodeAddedTriggerIntegrationTest, TestDistributedMissingSort, PeerSyncWithIndexFingerprintCachingTest, RecoveryZkTest, MetricUtilsTest, DistribCursorPagingTest, OutputWriterTest, TestPivotHelperCode, TestJettySolrRunner, TestPHPSerializedResponseWriter, TestMinimalConfig, DimensionalRoutedAliasUpdateProcessorTest, MetricsHistoryIntegrationTest, TestExplainDocTransformer, TestCoreDiscovery, TestCircuitBreaker, TestLuceneMatchVersion, HdfsDirectoryTest, SpellCheckCollatorWithCollapseTest, SimpleFacetsTest, WordBreakSolrSpellCheckerTest, TestExclusionRuleCollectionAccess, TestFieldResource, TestSimpleTrackingShardHandler, SolrTestCaseJ4Test, TestReplicationHandler, TestRandomFlRTGCloud, MultiDestinationAuditLoggerTest, TestConfigSetsAPIShareSchema, LeaderElectionContextKeyTest, DocumentBuilderTest, TestSolr4Spatial2, TestHdfsCloudBackupRestore, TestFileDictionaryLookup, TestFieldSortValues, TestSolrDeletionPolicy1, TestHighlightDedupGrouping, OverriddenZkACLAndCredentialsProvidersTest, ClusterStateMockUtilTest, TestSimLargeCluster, CdcrReplicationHandlerTest, TestUniqueKeyFieldResource, ClassificationUpdateProcessorIntegrationTest, RequiredFieldsTest, BasicAuthIntegrationTest, TestLMDirichletSimilarityFactory, FieldAnalysisRequestHandlerTest, TestStressCloudBlindAtomicUpdates, SearchHandlerTest, TestExternalRoleRuleBasedAuthorizationPlugin, AtomicUpdateProcessorFactoryTest, TestUseDocValuesAsStored2, HdfsRestartWhileUpdatingTest, SolrJmxReporterTest, TestHalfAndHalfDocValues, AliasIntegrationTest, TemplateUpdateProcessorTest, UUIDUpdateProcessorFallbackTest, SolrIndexSearcherTest, TestOnReconnectListenerSupport, TestPullReplica, TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation, TestTolerantUpdateProcessorCloud, TestWithCollection, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, UnloadDistributedZkTest, VMParamsZkACLAndCredentialsProvidersTest, ZkControllerTest, ZkNodePropsTest, ZkSolrClientTest, ShardSplitTest]
   [junit4] Completed [689/959 (3!)] on J0 in 364.96s, 11 tests, 1 error, 3 skipped <<< FAILURES!

[...truncated 55298 lines...]

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

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.11/567/

1 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:41729
	at __randomizedtesting.SeedInfo.seed([BFB8D6F82FDA62CA:77B8258D301B7BF]: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 15376 lines...]
   [junit4] Suite: org.apache.solr.cloud.api.collections.ShardSplitTest
   [junit4]   2> 1501239 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-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> 1501241 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-273 after mutting 0 log messages
   [junit4]   2> 1501241 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-274 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1501242 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/data-dir-133-001
   [junit4]   2> 1501242 WARN  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1501242 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1501245 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 1501245 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1501245 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4] IGNOR/A 0.00s J3 | ShardSplitTest.test
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> 1501250 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-274 after mutting 0 log messages
   [junit4]   2> 1501250 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-275 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1501251 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1501254 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1501254 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1501256 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1501354 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer start zk server on port: 36207
   [junit4]   2> 1501354 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:36207
   [junit4]   2> 1501354 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36207
   [junit4]   2> 1501354 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 36207
   [junit4]   2> 1501356 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1501356 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1501358 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1501359 DEBUG (zkConnectionManagerCallback-13865-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@46bf3c2b name: ZooKeeperConnection Watcher:127.0.0.1:36207 got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1501359 INFO  (zkConnectionManagerCallback-13865-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1501359 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1501359 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1501362 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1501366 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1501367 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1501372 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1501372 DEBUG (zkConnectionManagerCallback-13867-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6ab15b1e name: ZooKeeperConnection Watcher:127.0.0.1:36207/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1501372 INFO  (zkConnectionManagerCallback-13867-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1501372 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1501373 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1501373 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /clusterprops.json
   [junit4]   2> 1501374 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1501374 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1501375 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1501375 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1501376 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1501376 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1501377 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1501378 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1501380 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1501380 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1501381 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1501381 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1501382 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1501382 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1501383 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1501383 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1501384 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1501384 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1501385 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1501385 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1501386 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1501386 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1501387 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 1501539 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1501539 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1501539 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] 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> 1501557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1501557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1501557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1501557 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ced7609{/,null,AVAILABLE}
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@77cd7903{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38565}
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.s.Server Started @1501613ms
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/tempDir-001/control/data, hostContext=/, hostPort=38565, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/control-001/cores}
   [junit4]   2> 1501558 ERROR (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.11.4
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr
   [junit4]   2> 1501558 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2024-02-22T01:41:30.174Z
   [junit4]   2> 1501558 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1501560 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1501560 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1501561 DEBUG (zkConnectionManagerCallback-13869-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@13c31d05 name: ZooKeeperConnection Watcher:127.0.0.1:36207/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1501561 INFO  (zkConnectionManagerCallback-13869-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1501561 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1501561 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1501663 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1501663 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1501663 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/control-001/solr.xml
   [junit4]   2> 1501666 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 1501666 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 1501669 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@31ddfe01, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1502135 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 1502136 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@645136ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1502136 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@645136ff[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1502140 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a03390[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1502140 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a03390[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1502141 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36207/solr
   [junit4]   2> 1502141 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1502142 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1502143 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1502144 DEBUG (zkConnectionManagerCallback-13880-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@44d00bbf name: ZooKeeperConnection Watcher:127.0.0.1:36207 got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1502145 INFO  (zkConnectionManagerCallback-13880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1502145 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1502145 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1502146 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-SendThread(127.0.0.1:36207)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10004194aff0003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10004194aff0003, 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 0x10004194aff0003, 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> 1502246 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1502247 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1502248 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1502248 DEBUG (zkConnectionManagerCallback-13882-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@7629d839 name: ZooKeeperConnection Watcher:127.0.0.1:36207/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1502248 INFO  (zkConnectionManagerCallback-13882-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1502248 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1502249 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1502250 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1502251 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1502252 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/async_ids
   [junit4]   2> 1502253 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1502254 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles
   [junit4]   2> 1502254 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/data
   [junit4]   2> 1502255 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/data/on
   [junit4]   2> 1502256 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/data/off
   [junit4]   2> 1502258 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer
   [junit4]   2> 1502259 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer/allowed
   [junit4]   2> 1502260 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer/preferred
   [junit4]   2> 1502261 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/overseer/disallowed
   [junit4]   2> 1502263 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/coordinator
   [junit4]   2> 1502264 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/coordinator/on
   [junit4]   2> 1502266 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /node_roles/coordinator/off
   [junit4]   2> 1502267 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1502268 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events
   [junit4]   2> 1502269 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/triggerState
   [junit4]   2> 1502269 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/nodeAdded
   [junit4]   2> 1502270 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/nodeLost
   [junit4]   2> 1502271 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1502272 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling.json
   [junit4]   2> 1502272 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1502273 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/protwords.txt
   [junit4]   2> 1502274 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/solrconfig.xml
   [junit4]   2> 1502276 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/synonyms.txt
   [junit4]   2> 1502277 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/managed-schema
   [junit4]   2> 1502279 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hi.txt
   [junit4]   2> 1502281 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fa.txt
   [junit4]   2> 1502283 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_es.txt
   [junit4]   2> 1502284 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_sv.txt
   [junit4]   2> 1502285 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_ca.txt
   [junit4]   2> 1502287 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_it.txt
   [junit4]   2> 1502288 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_eu.txt
   [junit4]   2> 1502289 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_no.txt
   [junit4]   2> 1502291 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_en.txt
   [junit4]   2> 1502292 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_et.txt
   [junit4]   2> 1502294 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ar.txt
   [junit4]   2> 1502295 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fi.txt
   [junit4]   2> 1502296 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hu.txt
   [junit4]   2> 1502298 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/hyphenations_ga.txt
   [junit4]   2> 1502299 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_nl.txt
   [junit4]   2> 1502300 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_de.txt
   [junit4]   2> 1502302 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_th.txt
   [junit4]   2> 1502303 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stemdict_nl.txt
   [junit4]   2> 1502304 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ca.txt
   [junit4]   2> 1502306 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_bg.txt
   [junit4]   2> 1502307 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_gl.txt
   [junit4]   2> 1502308 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_da.txt
   [junit4]   2> 1502310 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_tr.txt
   [junit4]   2> 1502311 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_fr.txt
   [junit4]   2> 1502312 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ja.txt
   [junit4]   2> 1502314 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_hy.txt
   [junit4]   2> 1502315 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stoptags_ja.txt
   [junit4]   2> 1502316 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_it.txt
   [junit4]   2> 1502318 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_cz.txt
   [junit4]   2> 1502319 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_id.txt
   [junit4]   2> 1502320 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ro.txt
   [junit4]   2> 1502321 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/userdict_ja.txt
   [junit4]   2> 1502323 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_el.txt
   [junit4]   2> 1502324 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ga.txt
   [junit4]   2> 1502325 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_fr.txt
   [junit4]   2> 1502327 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/contractions_ga.txt
   [junit4]   2> 1502328 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_lv.txt
   [junit4]   2> 1502329 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_ru.txt
   [junit4]   2> 1502331 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/lang/stopwords_pt.txt
   [junit4]   2> 1502332 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /configs/_default/stopwords.txt
   [junit4]   2> 1502333 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] 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> 1502334 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1502334 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {legacyCloud=true}
   [junit4]   2> 1502335 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> []
   [junit4]   2> 1502339 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1502339 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 1502340 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=-1, new definition is: Aliases{collectionAliases={}, collectionAliasProperties={}, zNodeVersion=0}
   [junit4]   2> 1502342 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1502342 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1502344 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38565_
   [junit4]   2> 1502344 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1502344 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.Overseer Overseer (id=72062100716847108-127.0.0.1:38565_-n_0000000000) starting
   [junit4]   2> 1502345 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1502346 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1502348 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1502349 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1502350 INFO  (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38565_
   [junit4]   2> 1502350 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38565_
   [junit4]   2> 1502351 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes
   [junit4]   2> 1502351 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 0 #Completed tasks: 0
   [junit4]   2> 1502351 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
   [junit4]   2> 1502351 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1502351 INFO  (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1502351 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1502351 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> [127.0.0.1:38565_]
   [junit4]   2> 1502352 INFO  (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
   [junit4]   2> 1502352 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1502353 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.c.ZkController non-data nodes now []
   [junit4]   2> 1502353 DEBUG (OverseerAutoScalingTriggerThread-72062100716847108-127.0.0.1:38565_-n_0000000000) [     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events/.scheduled_maintenance
   [junit4]   2> 1502354 DEBUG (zkCallback-13881-thread-1) [     ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1502355 DEBUG (zkCallback-13881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [127.0.0.1:38565_] -> [127.0.0.1:38565_]
   [junit4]   2> 1502355 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1502356 WARN  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] 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> 1502363 DEBUG (OverseerAutoScalingTriggerThread-72062100716847108-127.0.0.1:38565_-n_0000000000) [     ] o.a.s.c.c.SolrZkClient makePath: /autoscaling/events/.auto_add_replicas
   [junit4]   2> 1502390 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1502410 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31ddfe01
   [junit4]   2> 1502418 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31ddfe01
   [junit4]   2> 1502418 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31ddfe01
   [junit4]   2> 1502419 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [n:127.0.0.1:38565_     ] 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/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/control-001/cores
   [junit4]   2> 1502432 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1502434 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1502435 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:None path:null
   [junit4]   2> 1502435 DEBUG (zkConnectionManagerCallback-13899-thread-1) [     ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@495b9bdb name: ZooKeeperConnection Watcher:127.0.0.1:36207/solr got event WatchedEvent state:SyncConnected type:None path:null path: null type: None
   [junit4]   2> 1502435 INFO  (zkConnectionManagerCallback-13899-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1502435 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1502436 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1502436 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1502436 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader Loaded cluster properties: {legacyCloud=true}
   [junit4]   2> 1502437 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1502437 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... [] -> [127.0.0.1:38565_]
   [junit4]   2> 1502437 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1502438 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 1502438 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=-1, new definition is: Aliases{collectionAliases={}, collectionAliasProperties={}, zNodeVersion=0}
   [junit4]   2> 1502438 INFO  (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36207/solr ready
   [junit4]   2> 1502443 INFO  (qtp1355249330-24706) [n:127.0.0.1:38565_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:38565/admin/collections?action=CREATE&name=control_collection&collection.configName=conf1&createNodeSet=127.0.0.1%3A38565_&numShards=1&nrtReplicas=1&wt=javabin&version=2)
   [junit4]   2> 1502444 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 1502445 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/collection-queue-work
   [junit4]   2> 1502445 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
   [junit4]   2> 1502445 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Marked task [/overseer/collection-queue-work/qn-0000000000] as running
   [junit4]   2> 1502445 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Overseer Collection Message Handler: Get the message id: /overseer/collection-queue-work/qn-0000000000 message: {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:38565_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1502450 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Runner processing /overseer/collection-queue-work/qn-0000000000
   [junit4]   2> 1502450 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler OverseerCollectionMessageHandler.processMessage : create , {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:38565_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1502450 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader$AliasesManager Checking ZK for most up to date Aliases /aliases.json
   [junit4]   2> 1502450 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor Cleaning up work-queue. #Running tasks: 1 #Completed tasks: 0
   [junit4]   2> 1502450 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor RunningTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1502450 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
   [junit4]   2> 1502450 DEBUG (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
   [junit4]   2> 1502450 INFO  (OverseerCollectionConfigSetProcessor-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: [/overseer/collection-queue-work/qn-0000000000]
   [junit4]   2> 1502450 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.c.ZkStateReader$AliasesManager Aliases: cmp=0, not overwriting ZK version.
   [junit4]   2> 1502450 INFO  (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 1502451 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.OverseerCollectionMessageHandler creating collections conf node /collections/control_collection 
   [junit4]   2> 1502452 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.CreateCollectionCmd Check for collection zkNode: control_collection
   [junit4]   2> 1502452 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode exists
   [junit4]   2> 1502453 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1502453 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:38565_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 1502453 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1502454 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/control_collection/state.json
   [junit4]   2> 1502455 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1502554 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores for new collection control_collection, shardNames [shard1] , message : {
   [junit4]   2>   "name":"control_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"conf1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "createNodeSet":"127.0.0.1:38565_",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"}
   [junit4]   2> 1502556 DEBUG (OverseerThreadFactory-13889-thread-1-processing-n:127.0.0.1:38565_) [n:127.0.0.1:38565_     ] o.a.s.c.a.c.CreateCollectionCmd Creating core control_collection_shard1_replica_n1 as part of shard shard1 of collection control_collection on 127.0.0.1:38565_
   [junit4]   2> 1502557 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_     ] o.a.s.s.HttpSolrCall HttpSolrCall.init(http://127.0.0.1:38565/admin/cores?null)
   [junit4]   2> 1502558 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_    x:control_collection_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1502558 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 4 cores with initial capacity of 4
   [junit4]   2> 1502564 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1502566 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1502566 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1502567 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT"}
   [junit4]   2> 1502567 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/0 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:38565_",
   [junit4]   2>           "base_url":"http://127.0.0.1:38565",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 1502668 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 0
   [junit4]   2> 1502669 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1503566 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Loading collection config from: [/collections/control_collection]
   [junit4]   2> 1503574 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.11.4
   [junit4]   2> 1503575 WARN  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 1503578 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 1503582 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1503599 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 1503600 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@31ddfe01
   [junit4]   2> 1503600 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.11/solr/build/solr-core/test/J3/temp/solr.cloud.api.collections.ShardSplitTest_BFB8D6F82FDA62CA-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 1503602 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=60358781, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 1503611 WARN  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1503656 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1503656 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1503657 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1503657 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1503658 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=14, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.19500527567292708]
   [junit4]   2> 1503661 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Loading collection config from: [/collections/control_collection]
   [junit4]   2> 1503662 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1503662 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1503662 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1503663 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1791561398777544704
   [junit4]   2> 1503665 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Waiting up to 60000ms for state org.apache.solr.cloud.ZkController$$Lambda$539/61389535@3ab5d930
   [junit4]   2> 1503665 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Found org.apache.solr.cloud.ZkController$$Lambda$539/61389535@3ab5d930 directly in clusterState
   [junit4]   2> 1503665 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/terms/shard1
   [junit4]   2> 1503666 INFO  (searcherExecutor-13901-thread-1-processing-n:127.0.0.1:38565_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrCore [control_collection_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1503668 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/terms/shard1
   [junit4]   2> 1503668 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1503668 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/control_collection/leaders/shard1
   [junit4]   2> 1503668 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1503669 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1503671 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1503671 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1503671 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38565/control_collection_shard1_replica_n1/
   [junit4]   2> 1503672 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1503672 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:38565/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 1503672 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/72062100716847108-core_node2-n_0000000000
   [junit4]   2> 1503674 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1503674 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38565/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 1503674 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1503674 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 1503675 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Add data for [control_collection] ver [1]
   [junit4]   2> 1503675 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 1503675 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader updated per-replica states changed for: control_collection, ver: 0 , new vals: []
   [junit4]   2> 1503675 DEBUG (watches-13883-thread-1-processing-n:127.0.0.1:38565_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 1503676 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 1503676 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 1503676 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 1503676 DEBUG (watches-13883-thread-1-processing-n:127.0.0.1:38565_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 1503676 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader  CollectionStatePredicate failed for control_collection, cversion : -1
   [junit4]   2> 1503775 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/control_collection/state.json version: 1
   [junit4]   2> 1503776 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json
   [junit4]   2> 1503776 INFO  (zkCallback-13881-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1503776 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1503777 DEBUG (zkCallback-13881-thread-1) [     ] o.a.s.c.c.ZkStateReader Updating data for [control_collection] from [1] to [2]
   [junit4]   2> 1503777 DEBUG (zkCallback-13881-thread-1) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [1] watched [1] lazy [2] total [2]
   [junit4]   2> 1503777 DEBUG (watches-13883-thread-1) [     ] o.a.s.c.c.ZkStateReader leader found for control_collection/shard1 to be core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1503777 DEBUG (watches-13883-thread-1) [     ] o.a.s.c.c.ZkStateReader clusterStateSet: legacy [0] interesting [0] watched [0] lazy [2] total [2]
   [junit4]   2> 1503777 INFO  (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1503779 DEBUG (TEST-ShardSplitTest.testSplitStaticIndexReplicationLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/overseer/queue
   [junit4]   2> 1503779 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Refreshing lazily-loaded state for collection control_collection
   [junit4]   2> 1503779 DEBUG (qtp1355249330-24708) [n:127.0.0.1:38565_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader already watching , added to stateWatchers
   [junit4]   2> 1503780 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1503780 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1503780 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{
   [junit4]   2>   "core":"control_collection_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:38565_",
   [junit4]   2>   "base_url":"http://127.0.0.1:38565",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1503780 DEBUG (OverseerStateUpdate-72062100716847108-127.0.0.1:38565_-n_0000000000) [n:127.0.0.1:38565_     ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(control_collection//collections/control_collection/state.json/2 )={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":"control_collection_shard1_repl

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

   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 DEBUG (closeThreadPool-15655-thread-2-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824088 INFO  (closeThreadPool-15876-thread-6) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7bc35e4a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1824089 INFO  (closeThreadPool-15876-thread-6) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77843e6d{/,null,STOPPED}
   [junit4]   2> 1824089 INFO  (closeThreadPool-15876-thread-6) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1824090 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-289 after mutting 0 log messages
   [junit4]   2> 1824090 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-290 for ERROR logs matching regex: ignore_exception
   [junit4]   2> 1824091 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1824192 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824293 DEBUG (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]-EventThread) [     ] o.a.s.c.c.SolrZkClient Submitting job to respond to event WatchedEvent state:Closed type:None path:null
   [junit4]   2> 1824294 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> 	14	/solr/collections/testSplitMixedReplicaTypes_link/terms/shard1_1
   [junit4]   2> 	14	/solr/collections/testSplitMixedReplicaTypes_link/terms/shard1
   [junit4]   2> 	12	/solr/collections/testSplitMixedReplicaTypes_link/terms/shard1_0
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	5	/solr/packages.json
   [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> 	3	/solr/collections/testSplitMixedReplicaTypes_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> 	141	/solr/collections/testSplitMixedReplicaTypes_link/state.json
   [junit4]   2> 	50	/solr/collections/collection1/state.json
   [junit4]   2> 	7	/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/72062120477655054-127.0.0.1:40049_-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	237	/solr/collections/testSplitMixedReplicaTypes_link/state.json
   [junit4]   2> 	80	/solr/overseer/queue
   [junit4]   2> 	36	/solr/live_nodes
   [junit4]   2> 	21	/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> 1824298 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42951
   [junit4]   2> 1824298 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42951
   [junit4]   2> 1824298 INFO  (TEST-ShardSplitTest.testSplitMixedReplicaTypesLink-seed#[BFB8D6F82FDA62CA]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42951
   [junit4]   2> 1824300 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-290 after mutting 0 log messages
   [junit4]   2> 1824300 INFO  (SUITE-ShardSplitTest-seed#[BFB8D6F82FDA62CA]-worker) [     ] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-291 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_BFB8D6F82FDA62CA-001
   [junit4]   2> Feb 22, 2024 1:46:52 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=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=es-CR, timezone=Australia/South
   [junit4]   2> NOTE: Linux 5.4.0-172-generic amd64/Temurin 1.8.0_362 (64-bit)/cpus=4,threads=1,free=137765352,total=517472256
   [junit4]   2> NOTE: All tests run in this JVM: [HttpPartitionWithTlogReplicasTest, TestAuthorizationFramework, DistributedQueryElevationComponentTest, MBeansHandlerTest, TestAddFieldRealTimeGet, DocumentAnalysisRequestHandlerTest, TestMacros, DistributedFacetPivotLargeTest, DeleteStatusTest, FacetPivot2CollectionsTest, ComputePlanActionTest, TestHdfsUpdateLog, CloudExitableDirectoryReaderTest, DefaultValueUpdateProcessorTest, TestHttpShardHandlerFactory, TestDelegationWithHadoopAuth, BufferStoreTest, TestReqParamsAPI, BasicDistributedZkTest, SystemLogListenerTest, MissingSegmentRecoveryTest, TestDynamicFieldNamesIndexCorrectly, URLClassifyProcessorTest, CoreAdminRequestStatusTest, TestManagedSynonymGraphFilterFactory, ChaosMonkeySafeLeaderTest, AlternateDirectoryTest, TestCloudRecovery2, TestZkAclsWithHadoopAuth, CheckHdfsIndexTest, TestStreamBody, PeerSyncWithBufferUpdatesTest, TestJavabinTupleStreamParser, ZkCLITest, SpellCheckCollatorTest, JvmMetricsTest, TestNamedUpdateProcessors, HdfsCloudIncrementalBackupTest, DateRangeFieldTest, CdcrOpsAndBoundariesTest, TestSolrConfigHandler, TestNonDefinedSimilarityFactory, DateMathParserTest, SplitHandlerTest, TestIncrementalCoreBackup, TestJsonRangeFacets, OverseerRolesTest, TestBlendedInfixSuggestions, TestBulkSchemaAPI, DistributedQueueTest, TestHighFrequencyDictionaryFactory, ChangedSchemaMergeTest, NestedAtomicUpdateTest, HdfsRecoveryZkTest, ZkShardTermsTest, TestRecovery, PhrasesIdentificationComponentTest, TestSubQueryTransformerDistrib, SuggesterTest, PolyFieldTest, TestFastLRUCache, TestTlogReplayVsRecovery, TestMinMaxOnMultiValuedField, MultiAuthPluginTest, SecurityConfHandlerTest, TestSolrCoreSnapshots, RecoveryAfterSoftCommitTest, LegacyCloudClusterPropTest, ClassificationUpdateProcessorFactoryTest, TestLeaderElectionZkExpiry, CrossCollectionJoinQueryTest, HighlighterTest, TestSimGenericDistributedQueue, AutoscalingHistoryHandlerTest, IndexSizeTriggerMixedBoundsTest, TestDeleteCollectionOnDownNodes, TestDistributedGrouping, PingRequestHandlerTest, TestCustomSort, TestPseudoReturnFields, TestMaxTokenLenTokenizer, SignificantTermsQParserPluginTest, TestStandardQParsers, TestSimDistribStateManager, CollectionsAPIDistributedZkTest, TestInPlaceUpdatesStandalone, EnumFieldTest, StatelessScriptUpdateProcessorFactoryTest, CollectionPropsTest, XMLAtomicUpdateMultivalueTest, ManagedSchemaDiffTest, TestStressUserVersions, TestRandomCollapseQParserPlugin, TestCSVResponseWriter, ImplicitSnitchTest, TestBulkSchemaConcurrent, TestSolrCLIRunExample, TestDeprecatedFilters, TestFieldCollectionResource, TlogReplayBufferedWhileIndexingTest, TestMaxScoreQueryParser, TestComplexPhraseLeadingWildcard, OverseerTaskQueueTest, V2StandaloneTest, TestSearchPerf, ResponseLogComponentTest, TestManagedSchemaThreadSafety, TestClusterStateMutator, SolrIndexMetricsTest, ShardBackupIdTest, TestTermsQParserPlugin, TestSerializedLuceneMatchVersion, ShardSplitTest]
   [junit4] Completed [568/959 (1!)] on J3 in 323.61s, 11 tests, 1 error, 3 skipped <<< FAILURES!

[...truncated 55658 lines...]