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

[JENKINS] Lucene » Lucene-Solr-Tests-8.10 - Build # 30 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.10/30/

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.update.TestInPlaceUpdateWithRouteField

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33381/solr
	at __randomizedtesting.SeedInfo.seed([FDC12DFFC3CFBB7C]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.update.TestInPlaceUpdateWithRouteField.setupCluster(TestInPlaceUpdateWithRouteField.java:87)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at 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)
	... 36 more




Build Log:
[...truncated 16588 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdateWithRouteField
   [junit4]   2> 2469665 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-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.10/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2469666 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/data-dir-251-001
   [junit4]   2> 2469666 WARN  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 2469666 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2469668 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 2469668 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2469668 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 2469668 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001
   [junit4]   2> 2469669 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2469669 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2469669 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2469670 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 2469769 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 46565
   [junit4]   2> 2469769 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46565
   [junit4]   2> 2469769 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46565
   [junit4]   2> 2469769 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46565
   [junit4]   2> 2469772 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469777 INFO  (zkConnectionManagerCallback-26037-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469777 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469784 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469785 INFO  (zkConnectionManagerCallback-26039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469785 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469789 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469790 INFO  (zkConnectionManagerCallback-26041-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469790 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469893 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2469893 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2469893 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2469893 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2469893 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 2469893 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 2469894 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2469894 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2469894 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.Server jetty-9.4.41.v20210516; built: 2021-05-16T23:56:28.993Z; git: 98607f93c7833e7dc59489b13f3cb0a114fb9f4c; jvm 1.8.0_291-b10
   [junit4]   2> 2469894 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2469894 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2469894 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2469895 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7be2697d{/solr,null,AVAILABLE}
   [junit4]   2> 2469897 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2469897 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2469897 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18698336{/solr,null,AVAILABLE}
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4daa6b7f{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:38035}
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-2) [     ] o.e.j.s.Server Started @2469934ms
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46565/solr, hostPort=38035}
   [junit4]   2> 2469898 ERROR (jetty-launcher-26042-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 2469898 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2469899 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr
   [junit4]   2> 2469899 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-09-12T11:30:23.536Z
   [junit4]   2> 2469902 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2469902 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2469902 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2469902 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4eba1653{/solr,null,AVAILABLE}
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6889cc81{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:33381}
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.e.j.s.Server Started @2469941ms
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46565/solr, hostPort=33381}
   [junit4]   2> 2469906 ERROR (jetty-launcher-26042-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@49af3a75{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40107}
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.e.j.s.Server Started @2469942ms
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:46565/solr, hostPort=40107}
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-09-12T11:30:23.543Z
   [junit4]   2> 2469906 ERROR (jetty-launcher-26042-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.10.0
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr
   [junit4]   2> 2469906 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-09-12T11:30:23.543Z
   [junit4]   2> 2469907 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469908 INFO  (zkConnectionManagerCallback-26044-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469908 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469908 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2469909 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2469923 INFO  (zkConnectionManagerCallback-26046-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469924 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469925 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2469925 INFO  (zkConnectionManagerCallback-26048-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2469925 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2469925 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2469926 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2469928 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2469929 WARN  (jetty-launcher-26042-thread-3-SendThread(127.0.0.1:46565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10790b2ef000004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10790b2ef000004, 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 0x10790b2ef000004, 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> 2469931 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 2469932 WARN  (jetty-launcher-26042-thread-1-SendThread(127.0.0.1:46565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10790b2ef000005.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10790b2ef000005, 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 0x10790b2ef000005, 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> 2470251 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2470252 WARN  (jetty-launcher-26042-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38891c07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470252 WARN  (jetty-launcher-26042-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38891c07[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470255 WARN  (jetty-launcher-26042-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5e3d21f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470255 WARN  (jetty-launcher-26042-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5e3d21f5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470256 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46565/solr
   [junit4]   2> 2470261 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2470269 INFO  (zkConnectionManagerCallback-26065-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2470269 INFO  (jetty-launcher-26042-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2470277 WARN  (jetty-launcher-26042-thread-2-SendThread(127.0.0.1:46565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10790b2ef000006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10790b2ef000006, 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 0x10790b2ef000006, 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> 2470379 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2470379 INFO  (zkConnectionManagerCallback-26067-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2470379 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2470443 WARN  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_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> 2470448 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38035_solr
   [junit4]   2> 2470449 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.c.Overseer Overseer (id=74187017063235591-127.0.0.1:38035_solr-n_0000000000) starting
   [junit4]   2> 2470460 INFO  (OverseerStateUpdate-74187017063235591-127.0.0.1:38035_solr-n_0000000000) [n:127.0.0.1:38035_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38035_solr
   [junit4]   2> 2470461 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38035_solr
   [junit4]   2> 2470464 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2470464 WARN  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_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> 2470473 INFO  (zkCallback-26066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2470499 INFO  (jetty-launcher-26042-thread-2) [n:127.0.0.1:38035_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node2
   [junit4]   2> 2470588 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2470589 WARN  (jetty-launcher-26042-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ec6fb45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470589 WARN  (jetty-launcher-26042-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ec6fb45[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470592 WARN  (jetty-launcher-26042-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@73ae49b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470592 WARN  (jetty-launcher-26042-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@73ae49b1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470593 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46565/solr
   [junit4]   2> 2470594 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2470597 INFO  (zkConnectionManagerCallback-26085-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2470597 INFO  (jetty-launcher-26042-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2470598 WARN  (jetty-launcher-26042-thread-3-SendThread(127.0.0.1:46565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10790b2ef000008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10790b2ef000008, 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 0x10790b2ef000008, 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> 2470699 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2470701 INFO  (zkConnectionManagerCallback-26087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2470701 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2470705 WARN  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_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> 2470707 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2470710 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:33381_solr as DOWN
   [junit4]   2> 2470711 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 2470711 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33381_solr
   [junit4]   2> 2470714 INFO  (zkCallback-26066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470716 INFO  (zkCallback-26086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2470730 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2470730 WARN  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_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> 2470758 INFO  (jetty-launcher-26042-thread-3) [n:127.0.0.1:33381_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node3
   [junit4]   2> 2470857 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2470857 WARN  (jetty-launcher-26042-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3a64692f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470857 WARN  (jetty-launcher-26042-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3a64692f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470860 WARN  (jetty-launcher-26042-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1fb82d2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470860 WARN  (jetty-launcher-26042-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1fb82d2a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2470861 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46565/solr
   [junit4]   2> 2470912 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2470913 INFO  (zkConnectionManagerCallback-26101-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2470913 INFO  (jetty-launcher-26042-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2470914 WARN  (jetty-launcher-26042-thread-1-SendThread(127.0.0.1:46565)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x10790b2ef00000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x10790b2ef00000a, 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 0x10790b2ef00000a, 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> 2471016 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2471017 INFO  (zkConnectionManagerCallback-26103-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2471017 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2471021 WARN  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_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> 2471022 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2471025 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40107_solr as DOWN
   [junit4]   2> 2471026 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 2471026 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40107_solr
   [junit4]   2> 2471028 INFO  (zkCallback-26086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2471028 INFO  (zkCallback-26066-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2471029 INFO  (zkCallback-26102-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2471031 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2471031 WARN  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_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> 2471064 INFO  (jetty-launcher-26042-thread-1) [n:127.0.0.1:40107_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node1
   [junit4]   2> 2471075 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 2471076 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2471077 INFO  (zkConnectionManagerCallback-26114-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2471077 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2471078 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2471079 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[FDC12DFFC3CFBB7C]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46565/solr ready
   [junit4]   2> 2471405 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 2471409 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:38035_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:38035/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2471411 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:33381_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:33381/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2471414 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard2_replica_n5",
   [junit4]   2>   "node_name":"127.0.0.1:40107_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40107/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2471416 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard2_replica_n7",
   [junit4]   2>   "node_name":"127.0.0.1:38035_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:38035/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2471418 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard3_replica_n9",
   [junit4]   2>   "node_name":"127.0.0.1:33381_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:33381/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2471420 INFO  (OverseerThreadFactory-26074-thread-1-processing-n:127.0.0.1:38035_solr) [n:127.0.0.1:38035_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard3_replica_n11",
   [junit4]   2>   "node_name":"127.0.0.1:40107_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40107/solr",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2471427 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr    x:collection1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&coreNodeName=core_node2&name=collection1_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 2471427 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr    x:collection1_shard2_replica_n7 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&coreNodeName=core_node8&name=collection1_shard2_replica_n7&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 2471428 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr    x:collection1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient core cache for max 2147483647 cores with initial capacity of 1024
   [junit4]   2> 2471429 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr    x:collection1_shard3_replica_n9 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&coreNodeName=core_node10&name=collection1_shard3_replica_n9&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 2471429 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr    x:collection1_shard2_replica_n5 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&coreNodeName=core_node6&name=collection1_shard2_replica_n5&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 2471430 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr    x:collection1_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&coreNodeName=core_node4&name=collection1_shard1_replica_n3&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 2471430 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr    x:collection1_shard3_replica_n11 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=solrCloudCollectionConfig&newCollection=true&collection=collection1&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&coreNodeName=core_node12&name=collection1_shard3_replica_n11&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 2471440 INFO  (zkCallback-26086-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2471450 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 2471450 WARN  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 2471455 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2471456 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2471456 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n11' using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2471456 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SolrCore [[collection1_shard3_replica_n11] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node1/collection1_shard3_replica_n11], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node1/collection1_shard3_replica_n11/data/]
   [junit4]   2> 2471458 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=24.2373046875, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=4.8337365849062, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24796848017542664, deletesPctAllowed=45.02892068292881
   [junit4]   2> 2471462 WARN  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] 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> 2471466 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 2471466 WARN  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 2471467 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 2471467 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 2471467 WARN  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 2471467 WARN  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 2471468 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2471469 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2471469 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n5' using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2471471 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2471472 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2471472 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2471472 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node3/collection1_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node3/collection1_shard1_replica_n3/data/]
   [junit4]   2> 2471474 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n5] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node1/collection1_shard2_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node1/collection1_shard2_replica_n5/data/]
   [junit4]   2> 2471475 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2471475 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=24.2373046875, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=4.8337365849062, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24796848017542664, deletesPctAllowed=45.02892068292881
   [junit4]   2> 2471476 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=24.2373046875, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=4.8337365849062, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24796848017542664, deletesPctAllowed=45.02892068292881
   [junit4]   2> 2471476 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2471476 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2471476 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node2/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node2/collection1_shard1_replica_n1/data/]
   [junit4]   2> 2471478 WARN  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] 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> 2471483 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=24.2373046875, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=4.8337365849062, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24796848017542664, deletesPctAllowed=45.02892068292881
   [junit4]   2> 2471484 WARN  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] 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> 2471488 WARN  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_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> 2471489 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 2471490 WARN  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 2471491 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2471492 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2471492 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n9' using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2471492 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.SolrCore [[collection1_shard3_replica_n9] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node3/collection1_shard3_replica_n9], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node3/collection1_shard3_replica_n9/data/]
   [junit4]   2> 2471494 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=24.2373046875, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=4.8337365849062, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24796848017542664, deletesPctAllowed=45.02892068292881
   [junit4]   2> 2471496 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.10.0
   [junit4]   2> 2471496 WARN  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.SolrConfig solrconfig.xml: <jmx> is no longer supported, use solr.xml:/metrics/reporter section instead
   [junit4]   2> 2471497 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 2471498 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 2471498 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n7' using configuration from configset solrCloudCollectionConfig, trusted=true
   [junit4]   2> 2471498 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.SolrCore [[collection1_shard2_replica_n7] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node2/collection1_shard2_replica_n7], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.10/solr/build/solr-core/test/J0/temp/solr.update.TestInPlaceUpdateWithRouteField_FDC12DFFC3CFBB7C-001/tempDir-001/node2/collection1_shard2_replica_n7/data/]
   [junit4]   2> 2471500 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=24.2373046875, floorSegmentMB=1.1298828125, forceMergeDeletesPctAllowed=4.8337365849062, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.24796848017542664, deletesPctAllowed=45.02892068292881
   [junit4]   2> 2471510 WARN  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] 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> 2471518 WARN  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] 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> 2471544 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2471544 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471545 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471545 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471545 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=39.3212890625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=15.620630945184963, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.9560546875, noCFSRatio=1.0, deletesPctAllowed=40.27293838703491
   [junit4]   2> 2471547 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2471547 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2471548 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2471548 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1710695357019586560
   [junit4]   2> 2471555 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2471555 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471555 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2471555 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471556 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471556 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471556 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471556 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471556 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=39.3212890625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=15.620630945184963, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.9560546875, noCFSRatio=1.0, deletesPctAllowed=40.27293838703491
   [junit4]   2> 2471556 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=39.3212890625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=15.620630945184963, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.9560546875, noCFSRatio=1.0, deletesPctAllowed=40.27293838703491
   [junit4]   2> 2471556 INFO  (searcherExecutor-26118-thread-1-processing-n:127.0.0.1:40107_solr x:collection1_shard2_replica_n5 c:collection1 s:shard2 r:core_node6) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SolrCore [collection1_shard2_replica_n5]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2471558 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2471559 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2471559 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2471559 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1710695357031120896
   [junit4]   2> 2471561 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2471561 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471562 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471562 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471562 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=39.3212890625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=15.620630945184963, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.9560546875, noCFSRatio=1.0, deletesPctAllowed=40.27293838703491
   [junit4]   2> 2471563 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2471563 INFO  (searcherExecutor-26122-thread-1-processing-n:127.0.0.1:38035_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore [collection1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2471563 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2471564 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2471564 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1710695357036363776
   [junit4]   2> 2471565 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2471565 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471565 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2471565 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2471566 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2471566 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1710695357038460928
   [junit4]   2> 2471566 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471566 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471566 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=39.3212890625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=15.620630945184963, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.9560546875, noCFSRatio=1.0, deletesPctAllowed=40.27293838703491
   [junit4]   2> 2471566 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2471566 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2471567 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2471567 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2471568 INFO  (searcherExecutor-26116-thread-1-processing-n:127.0.0.1:40107_solr x:collection1_shard3_replica_n11 c:collection1 s:shard3 r:core_node12) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SolrCore [collection1_shard3_replica_n11]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2471569 INFO  (searcherExecutor-26120-thread-1-processing-n:127.0.0.1:33381_solr x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SolrCore [collection1_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2471569 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=24, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=39.3212890625, floorSegmentMB=1.8525390625, forceMergeDeletesPctAllowed=15.620630945184963, segmentsPerTier=17.0, maxCFSSegmentSizeMB=1.9560546875, noCFSRatio=1.0, deletesPctAllowed=40.27293838703491
   [junit4]   2> 2471569 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node6=0}, version=0}
   [junit4]   2> 2471569 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 2471570 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2471570 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2471570 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2471571 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1710695357043703808
   [junit4]   2> 2471571 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/solrCloudCollectionConfig
   [junit4]   2> 2471571 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 2471572 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2471572 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1710695357044752384
   [junit4]   2> 2471573 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2471573 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 2471574 INFO  (searcherExecutor-26124-thread-1-processing-n:127.0.0.1:33381_solr x:collection1_shard3_replica_n9 c:collection1 s:shard3 r:core_node10) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.SolrCore [collection1_shard3_replica_n9]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2471576 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard3 to Terms{values={core_node12=0}, version=0}
   [junit4]   2> 2471576 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard3
   [junit4]   2> 2471576 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 2471578 INFO  (searcherExecutor-26126-thread-1-processing-n:127.0.0.1:38035_solr x:collection1_shard2_replica_n7 c:collection1 s:shard2 r:core_node8) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.SolrCore [collection1_shard2_replica_n7]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2471578 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 2471578 INFO  (qtp1716403768-44442) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard1
   [junit4]   2> 2471581 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2471581 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2471581 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:38035/solr/collection1_shard1_replica_n1/
   [junit4]   2> 2471582 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:38035/solr  START replicas=[http://127.0.0.1:33381/solr/collection1_shard1_replica_n3/] nUpdates=100
   [junit4]   2> 2471583 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard3: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 2471584 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard3 to Terms{values={core_node10=0, core_node12=0}, version=1}
   [junit4]   2> 2471584 INFO  (qtp1716403768-44446) [n:127.0.0.1:33381_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard3
   [junit4]   2> 2471586 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 url=http://127.0.0.1:38035/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 2471586 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard2 to Terms{values={core_node6=0, core_node8=0}, version=1}
   [junit4]   2> 2471586 INFO  (qtp1131257186-44434) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/collection1/leaders/shard2
   [junit4]   2> 2471587 INFO  (qtp1716403768-44445) [n:127.0.0.1:33381_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.S.Request [collection1_shard1_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2471588 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2471588 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2471588 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/74187017063235591-core_node2-n_0000000000
   [junit4]   2> 2471590 INFO  (qtp1131257186-44433) [n:127.0.0.1:38035_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:38035/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 2471591 INFO  (zkCallback-26066-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2472078 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2472078 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2472078 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40107/solr/collection1_shard2_replica_n5/
   [junit4]   2> 2472078 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n5 url=http://127.0.0.1:40107/solr  START replicas=[http://127.0.0.1:38035/solr/collection1_shard2_replica_n7/] nUpdates=100
   [junit4]   2> 2472079 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n5 url=http://127.0.0.1:40107/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 2472080 INFO  (qtp1131257186-44432) [n:127.0.0.1:38035_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.S.Request [collection1_shard2_replica_n7]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2472080 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2472080 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2472080 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard2/leader after winning as /collections/collection1/leader_elect/shard2/election/74187017063235595-core_node6-n_0000000000
   [junit4]   2> 2472082 INFO  (qtp1198050536-44450) [n:127.0.0.1:40107_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40107/solr/collection1_shard2_replica_n5/ shard2
   [junit4]   2> 2472082 INFO  (zkCallback-26066-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 2472087 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2472087 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2472087 INFO  (qtp1198050536-44452) [n:127.0.0.1:40107_solr c:collection1 s:shard3 r:core_node12 x:collection

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

ceNodeTest, TestSimDistributedQueue, TestCustomDocTransformer, HdfsCollectionsAPIDistributedZkTest, TestExclusionRuleCollectionAccess, SolrTestCaseJ4Test, DistributedUpdateProcessorTest, SpatialRPTFieldTypeTest, TestManagedResource, TestBlockCollapse, TestObjectReleaseTracker, ZkSolrClientTest, JsonLoaderTest, TestJettySolrRunner, DistanceFunctionTest, TestMinimalConfig, TestPKIAuthenticationPlugin, PreAnalyzedUpdateProcessorTest, MetricsHistoryIntegrationTest, ExternalFileFieldSortTest, SimpleCollectionCreateDeleteTest, MoveReplicaHDFSFailoverTest, DynamicMapsTest, TestTlogReplica, MaxScoreCollectorTest, TestStressRecovery, TestCloudSearcherWarming, LeaderElectionContextKeyTest, BadCopyFieldTest, TestNumericRangeQuery32, HLLSerializationTest, DataDrivenBlockJoinTest, TestLockTree, TestCoreAdminApis, TestSolrQueryParser, IgnoreLargeDocumentProcessorFactoryTest, TestConfigSetsAPIShareSchema, TestSkipOverseerOperations, ShardRoutingCustomTest, SearchHandlerTest, ResponseBuilderTest, MetricUtilsTest, NodeAddedTriggerIntegrationTest, BinaryUpdateRequestHandlerTest, TestCloudDeduplication, TestDynamicLoadingUrl, TestInPlaceUpdatesDistrib, SolrIndexSearcherTest, TestInitParams, TestHalfAndHalfDocValues, RegexBytesRefFilterTest, TestLRUCache, SpellPossibilityIteratorTest, TestExpandComponent, TestFilteredDocIdSet, XsltUpdateRequestHandlerTest, TestCloudManagedSchema, TestAnalyzeInfixSuggestions, TestFaceting, TestXIncludeConfig, TermVectorComponentDistributedTest, RAMDirectoryFactoryTest, TestSimScenario, TestLuceneMatchVersion, ExitableDirectoryReaderTest, TestJsonFacetsWithNestedObjects, CheckHdfsIndexTest, RuleEngineTest, TestUniqueKeyFieldResource, NodeMarkersRegistrationTest, TestFieldCacheWithThreads, SolrCmdDistributorTest, BlobRepositoryCloudTest, XmlInterpolationTest, BigEndianAscendingWordSerializerTest, IndexSizeTriggerSizeEstimationTest, TestSimpleTrackingShardHandler, TestPHPSerializedResponseWriter, TestCoreDiscovery, TestSurroundQueryParser, HighlighterTest, TestPolicyCloud, DistributedVersionInfoTest, TestElisionMultitermQuery, OverseerTest, FileBasedSpellCheckerTest, HDFSCollectionsAPITest, MetricsHistoryHandlerTest, ConcurrentCreateCollectionTest, RequiredFieldsTest, TestFieldCacheReopen, DistributedFacetPivotSmallAdvancedTest, TimeRoutedAliasUpdateProcessorTest, ZkControllerTest, ConfigureRecoveryStrategyTest, ClassificationUpdateProcessorTest, TestSolrCachePerf, TestRuleBasedAuthorizationWithKerberos, PreAnalyzedFieldManagedSchemaCloudTest, TestHdfsCloudBackupRestore, TestSQLHandler, DistributedExpandComponentTest, TestDistribDocBasedVersion, TestHighlightDedupGrouping, ClusterStateMockUtilTest, LoggingHandlerTest, DistributedQueryComponentCustomSortTest, HdfsRestartWhileUpdatingTest, JSONWriterTest, TestSolrConfigHandlerCloud, DistributedSuggestComponentTest, TestNestedDocsSort, JWTAuthPluginTest, TriggerSetPropertiesIntegrationTest, TestReload, DeleteNodeTest, TestSystemCollAutoCreate, ChaosMonkeySafeLeaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, HttpPartitionOnCommitTest, LeaderTragicEventTest, LegacyCloudClusterPropTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerRolesTest, ReindexCollectionTest, TestLeaderElectionZkExpiry, TestPullReplica, TestSegmentSorting, TestTlogReplayVsRecovery, TestWaitForStateWithJettyShutdowns, TestWithCollection, ShardSplitTest, CdcrOpsAndBoundariesTest, CdcrReplicationHandlerTest, CdcrRequestHandlerTest, CdcrVersionReplicationTest, HdfsRecoverLeaseTest, ZkStateWriterTest, DirectoryFactoryTest, SolrCoreTest, TestReloadAndDeleteDocs, TestSolrDeletionPolicy1, TestSolrDeletionPolicy2, TestSolrIndexConfig, RequestLoggingTest, TestConfigReload, TestIncrementalCoreBackup, TestReplicationHandlerBackup, TestReqParamsAPI, XmlUpdateRequestHandlerTest, CoreAdminCreateDiscoverTest, CoreAdminOperationTest, CoreAdminRequestStatusTest, DaemonStreamApiTest, MetricsHandlerTest, ShowFileRequestHandlerTest, ZookeeperStatusHandlerFailureTest, DebugComponentTest, DistributedDebugComponentTest, DistributedFacetPivotLongTailTest, QueryElevationComponentTest, ManagedSchemaDiffTest, TestSchemaDesignerAPI, TestLegacyNumericUtils, SolrMetricManagerTest, SolrMetricsIntegrationTest, SolrJmxReporterTest, SolrRrdBackendFactoryTest, TestFacetMethods, TestStreamBody, TestMacroExpander, TestMacros, TestJavabinTupleStreamParser, TestSolrQueryResponse, TestChildDocTransformer, TestSubQueryTransformerCrossCore, TestDynamicFieldCollectionResource, TestDynamicFieldResource, TestFieldResource, TestFieldTypeCollectionResource, TestSchemaSimilarityResource, CopyFieldTest, DateFieldTest, DateRangeFieldTest, DocValuesMultiTest, EnumFieldTest, OpenExchangeRatesOrgProviderTest, TestOmitPositions, TestSchemaField, TestSchemalessBufferedUpdates, TestSortableTextField, UUIDFieldTest, AnalyticsMergeStrategyTest, LargeFieldTest, RankQueryTest, ReturnFieldsTest, TestFieldSortValues, TestHashQParserPlugin, TestMinHashQParser, TestMultiWordSynonyms, TestQueryUtils, TestRealTimeGet, TestRecoveryHdfs, TestMinMaxOnMultiValuedField, CrossCollectionJoinQueryTest, TestBM25SimilarityFactory, TestClassicSimilarityFactory, TestIBSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestPerFieldSimilarity, TestPerFieldSimilarityWithDefaultOverride, TestExactStatsCache, AuditLoggerIntegrationTest, SolrLogAuditLoggerPluginTest, TestAuthorizationFramework, SecurityHeadersTest, SolrRequestParserTest, SuggesterFSTTest, SuggesterTest, TestFreeTextSuggestions, TestPhraseSuggestions, TestDocTermOrdsUninvertLimit, TestUninvertingReader, AnalysisErrorHandlingTest, PeerSyncTest, TestAtomicUpdateErrorCases, TestExceedMaxTermLength, TestInPlaceUpdateWithRouteField]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInPlaceUpdateWithRouteField -Dtests.seed=FDC12DFFC3CFBB7C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=tr -Dtests.timezone=Europe/Zurich -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | TestInPlaceUpdateWithRouteField (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:33381/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([FDC12DFFC3CFBB7C]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:692)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
   [junit4]    > 	at org.apache.solr.update.TestInPlaceUpdateWithRouteField.setupCluster(TestInPlaceUpdateWithRouteField.java:87)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    > 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    > 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    > 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    > 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    > 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]    > 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    > 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    > 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:571)
   [junit4]    > 	... 36 more
   [junit4] Completed [947/947 (1!)] on J0 in 95.41s, 0 tests, 1 error <<< FAILURES!

[...truncated 54214 lines...]