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/05/25 22:44:17 UTC

[JENKINS] Lucene » Lucene-Solr-Tests-8.x - Build # 2502 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-Tests-8.x/2502/

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:42505/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:42505/solr
	at __randomizedtesting.SeedInfo.seed([CF68400FD39EF2]: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 14916 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdateWithRouteField
   [junit4]   2> 1353951 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-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.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1353951 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1353952 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/data-dir-113-001
   [junit4]   2> 1353952 WARN  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 1353952 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1353954 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-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> 1353954 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.SolrCloudTestCase Using per-replica state
   [junit4]   2> 1353954 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001
   [junit4]   2> 1353954 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1353971 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1353971 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1353972 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1354129 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45293
   [junit4]   2> 1354129 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45293
   [junit4]   2> 1354129 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45293
   [junit4]   2> 1354129 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45293
   [junit4]   2> 1354179 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354231 INFO  (zkConnectionManagerCallback-14277-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1354231 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1354308 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354329 INFO  (zkConnectionManagerCallback-14279-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1354329 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1354359 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1354371 INFO  (zkConnectionManagerCallback-14281-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1354371 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1354605 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1354605 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1354605 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1354612 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1354612 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1354612 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1354613 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1354613 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1354619 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1354699 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1354699 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1354699 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1354703 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17b7c64d{/solr,null,AVAILABLE}
   [junit4]   2> 1354795 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1354795 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1354795 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1355000 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@23e228e0{/solr,null,AVAILABLE}
   [junit4]   2> 1355072 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1355072 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1355072 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@65a0b44d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36133}
   [junit4]   2> 1355072 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1355072 INFO  (jetty-launcher-14282-thread-1) [     ] o.e.j.s.Server Started @1355112ms
   [junit4]   2> 1355072 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45293/solr, hostPort=36133}
   [junit4]   2> 1355073 ERROR (jetty-launcher-14282-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1355073 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1355073 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1355073 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1355073 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1355073 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-25T22:06:50.760Z
   [junit4]   2> 1355073 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@643f657e{/solr,null,AVAILABLE}
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@eb5feb9{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42505}
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.e.j.s.Server Started @1355126ms
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45293/solr, hostPort=42505}
   [junit4]   2> 1355087 ERROR (jetty-launcher-14282-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1355087 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-25T22:06:50.774Z
   [junit4]   2> 1355119 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1355131 INFO  (zkConnectionManagerCallback-14284-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1355131 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1355132 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1355135 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1355139 INFO  (zkConnectionManagerCallback-14286-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1355139 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1355139 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2e4f3fcc{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:42641}
   [junit4]   2> 1355139 INFO  (jetty-launcher-14282-thread-2) [     ] o.e.j.s.Server Started @1355179ms
   [junit4]   2> 1355139 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45293/solr, hostPort=42641}
   [junit4]   2> 1355139 ERROR (jetty-launcher-14282-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1355139 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1355139 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.9.0
   [junit4]   2> 1355140 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1355140 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 1355140 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-05-25T22:06:50.827Z
   [junit4]   2> 1355141 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1355141 WARN  (jetty-launcher-14282-thread-1-SendThread(127.0.0.1:45293)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1055c7e14990003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1055c7e14990003, 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 0x1055c7e14990003, 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> 1355144 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1355163 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1355171 INFO  (zkConnectionManagerCallback-14288-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1355171 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1355415 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1355416 WARN  (jetty-launcher-14282-thread-3-SendThread(127.0.0.1:45293)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1055c7e14990004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1055c7e14990004, 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 0x1055c7e14990004, 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> 1355420 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1356383 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1356400 WARN  (jetty-launcher-14282-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@15dcafc1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356400 WARN  (jetty-launcher-14282-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@15dcafc1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356552 WARN  (jetty-launcher-14282-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@416b8a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356552 WARN  (jetty-launcher-14282-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@416b8a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356553 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45293/solr
   [junit4]   2> 1356589 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356590 INFO  (zkConnectionManagerCallback-14305-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356590 INFO  (jetty-launcher-14282-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1356591 WARN  (jetty-launcher-14282-thread-1-SendThread(127.0.0.1:45293)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1055c7e14990006.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1055c7e14990006, 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 0x1055c7e14990006, 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> 1356711 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1356711 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356723 INFO  (zkConnectionManagerCallback-14307-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356723 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1356724 WARN  (jetty-launcher-14282-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4415bcd9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356724 WARN  (jetty-launcher-14282-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4415bcd9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356741 WARN  (jetty-launcher-14282-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7f059094[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356741 WARN  (jetty-launcher-14282-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7f059094[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1356742 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45293/solr
   [junit4]   2> 1356759 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1356939 INFO  (zkConnectionManagerCallback-14317-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1356939 INFO  (jetty-launcher-14282-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1357063 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1357069 INFO  (zkConnectionManagerCallback-14319-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357069 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1357073 WARN  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_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> 1357076 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42641_solr
   [junit4]   2> 1357076 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.c.Overseer Overseer (id=73566665502687241-127.0.0.1:42641_solr-n_0000000000) starting
   [junit4]   2> 1357095 INFO  (OverseerStateUpdate-73566665502687241-127.0.0.1:42641_solr-n_0000000000) [n:127.0.0.1:42641_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:42641_solr
   [junit4]   2> 1357116 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42641_solr
   [junit4]   2> 1357119 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1357120 WARN  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_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> 1357130 INFO  (zkCallback-14318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1357136 INFO  (jetty-launcher-14282-thread-2) [n:127.0.0.1:42641_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node2
   [junit4]   2> 1357463 WARN  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_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> 1357467 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1357479 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:36133_solr as DOWN
   [junit4]   2> 1357481 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1357481 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36133_solr
   [junit4]   2> 1357482 INFO  (zkCallback-14318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1357633 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1357634 WARN  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_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> 1357641 INFO  (zkCallback-14306-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1357648 INFO  (jetty-launcher-14282-thread-1) [n:127.0.0.1:36133_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node1
   [junit4]   2> 1357930 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1357931 WARN  (jetty-launcher-14282-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5068018[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1357931 WARN  (jetty-launcher-14282-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5068018[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1357946 WARN  (jetty-launcher-14282-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7bb09e3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1357946 WARN  (jetty-launcher-14282-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7bb09e3f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1357947 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45293/solr
   [junit4]   2> 1357966 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1357968 INFO  (zkConnectionManagerCallback-14341-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1357968 INFO  (jetty-launcher-14282-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1358251 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1358251 INFO  (zkConnectionManagerCallback-14343-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1358251 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1358262 WARN  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_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> 1358262 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1358271 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:42505_solr as DOWN
   [junit4]   2> 1358272 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1358272 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42505_solr
   [junit4]   2> 1358273 INFO  (zkCallback-14306-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1358273 INFO  (zkCallback-14318-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1358274 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1358274 WARN  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_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> 1358283 INFO  (zkCallback-14342-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1358292 INFO  (jetty-launcher-14282-thread-3) [n:127.0.0.1:42505_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node3
   [junit4]   2> 1358316 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=3
   [junit4]   2> 1358339 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1358351 INFO  (zkConnectionManagerCallback-14354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1358352 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1358355 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1358357 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45293/solr ready
   [junit4]   2> 1359061 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 1359071 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:36133_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:36133/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> 1359074 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard1_replica_n3",
   [junit4]   2>   "node_name":"127.0.0.1:42505_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42505/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> 1359076 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard2_replica_n5",
   [junit4]   2>   "node_name":"127.0.0.1:42641_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42641/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> 1359078 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard2_replica_n7",
   [junit4]   2>   "node_name":"127.0.0.1:36133_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:36133/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> 1359080 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard3_replica_n9",
   [junit4]   2>   "node_name":"127.0.0.1:42505_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42505/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> 1359082 INFO  (OverseerThreadFactory-14326-thread-1-processing-n:127.0.0.1:42641_solr) [n:127.0.0.1:42641_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"collection1_shard3_replica_n11",
   [junit4]   2>   "node_name":"127.0.0.1:42641_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:42641/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> 1359087 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359088 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359088 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359089 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359089 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_solr    x:collection1_shard2_replica_n5 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1359089 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359089 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359117 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1359117 WARN  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359118 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1359118 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1359118 WARN  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359118 WARN  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359119 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1359120 WARN  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359121 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1359121 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1359121 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359121 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359122 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359122 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359122 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node2/collection1_shard3_replica_n11], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node2/collection1_shard3_replica_n11/data/]
   [junit4]   2> 1359122 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node3/collection1_shard3_replica_n9], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node3/collection1_shard3_replica_n9/data/]
   [junit4]   2> 1359123 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1359124 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359124 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359124 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node3/collection1_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node3/collection1_shard1_replica_n3/data/]
   [junit4]   2> 1359125 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1359125 WARN  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359126 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1359126 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6123635316488354]
   [junit4]   2> 1359126 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359126 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359126 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node1/collection1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node1/collection1_shard1_replica_n1/data/]
   [junit4]   2> 1359127 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6123635316488354]
   [junit4]   2> 1359127 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1359127 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359127 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359127 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node2/collection1_shard2_replica_n5], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node2/collection1_shard2_replica_n5/data/]
   [junit4]   2> 1359128 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6123635316488354]
   [junit4]   2> 1359128 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6123635316488354]
   [junit4]   2> 1359129 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6123635316488354]
   [junit4]   2> 1359130 WARN  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359130 WARN  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359130 WARN  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359134 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1359134 WARN  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359134 WARN  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359135 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.s.IndexSchema Schema name=inplace-updates
   [junit4]   2> 1359136 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359136 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359136 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node1/collection1_shard2_replica_n7], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.update.TestInPlaceUpdateWithRouteField_CF68400FD39EF2-001/tempDir-001/node1/collection1_shard2_replica_n7/data/]
   [junit4]   2> 1359138 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=39, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6123635316488354]
   [junit4]   2> 1359164 WARN  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359179 WARN  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359188 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359188 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359188 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359188 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359189 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1359189 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1359189 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109910844492555]
   [junit4]   2> 1359189 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1359189 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1359189 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109910844492555]
   [junit4]   2> 1359190 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359191 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359191 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359191 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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 1700769735511113728
   [junit4]   2> 1359195 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359195 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359195 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359195 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359195 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359321 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1359321 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1359321 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109910844492555]
   [junit4]   2> 1359323 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359323 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359323 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359323 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359324 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1359324 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1359324 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109910844492555]
   [junit4]   2> 1359324 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1359324 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1359324 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109910844492555]
   [junit4]   2> 1359324 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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 1700769735650574336
   [junit4]   2> 1359327 INFO  (searcherExecutor-14360-thread-1-processing-n:127.0.0.1:42505_solr x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) [n:127.0.0.1:42505_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> 1359327 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359328 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359328 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359328 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359328 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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 1700769735654768640
   [junit4]   2> 1359329 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359329 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359329 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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 1700769735655817216
   [junit4]   2> 1359330 INFO  (searcherExecutor-14356-thread-1-processing-n:127.0.0.1:42641_solr x:collection1_shard3_replica_n11 c:collection1 s:shard3 r:core_node12) [n:127.0.0.1:42641_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> 1359330 INFO  (searcherExecutor-14358-thread-1-processing-n:127.0.0.1:42505_solr x:collection1_shard3_replica_n9 c:collection1 s:shard3 r:core_node10) [n:127.0.0.1:42505_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> 1359332 INFO  (searcherExecutor-14364-thread-1-processing-n:127.0.0.1:42641_solr x:collection1_shard2_replica_n5 c:collection1 s:shard2 r:core_node6) [n:127.0.0.1:42641_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> 1359333 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359334 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359334 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359334 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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 1700769735661060096
   [junit4]   2> 1359336 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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_node4=0}, version=0}
   [junit4]   2> 1359336 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_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> 1359337 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359337 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359339 INFO  (searcherExecutor-14362-thread-1-processing-n:127.0.0.1:36133_solr x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) [n:127.0.0.1:36133_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> 1359340 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359341 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359341 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1359341 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_solr c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_n7 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1359341 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7109910844492555]
   [junit4]   2> 1359348 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359348 INFO  (qtp7475399-24819) [n:127.0.0.1:42505_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> 1359348 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359349 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359349 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359349 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359349 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359349 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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 1700769735676788736
   [junit4]   2> 1359350 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9998ms
   [junit4]   2> 1359350 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359350 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_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> 1359350 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42641/solr/collection1_shard3_replica_n11/
   [junit4]   2> 1359351 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard3_replica_n11 url=http://127.0.0.1:42641/solr  START replicas=[http://127.0.0.1:42505/solr/collection1_shard3_replica_n9/] nUpdates=100
   [junit4]   2> 1359352 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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, core_node4=0}, version=1}
   [junit4]   2> 1359352 INFO  (qtp1801930577-24827) [n:127.0.0.1:36133_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> 1359354 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359355 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard3_replica_n11 url=http://127.0.0.1:42641/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1359357 INFO  (qtp7475399-24817) [n:127.0.0.1:42505_solr c:collection1 s:shard3 r:core_node10 x:collection1_shard3_replica_n9 ] o.a.s.c.S.Request [collection1_shard3_replica_n9]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1359357 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1359357 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] 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> 1359357 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard3/leader after winning as /collections/collection1/leader_elect/shard3/election/73566665502687241-core_node12-n_0000000000
   [junit4]   2> 1359357 INFO  (searcherExecutor-14366-thread-1-processing-n:127.0.0.1:36133_solr x:collection1_shard2_replica_n7 c:collection1 s:shard2 r:core_node8) [n:127.0.0.1:36133_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> 1359368 INFO  (qtp545838509-24835) [n:127.0.0.1:42641_solr c:collection1 s:shard3 r:core_node12 x:collection1_shard3_replica_n11 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42641/solr/collection1_shard3_replica_n11/ shard3
   [junit4]   2> 1359369 INFO  (zkCallback-14318-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> 1359375 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359375 INFO  (qtp1801930577-24825) [n:127.0.0.1:36133_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> 1359852 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1359852 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1359852 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:42505/solr/collection1_shard1_replica_n3/
   [junit4]   2> 1359852 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3 url=http://127.0.0.1:42505/solr  START replicas=[http://127.0.0.1:36133/solr/collection1_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1359852 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3 url=http://127.0.0.1:42505/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1359854 INFO  (qtp1801930577-24826) [n:127.0.0.1:36133_solr c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1359855 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359855 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359855 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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:42641/solr/collection1_shard2_replica_n5/
   [junit4]   2> 1359855 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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:42641/solr  START replicas=[http://127.0.0.1:36133/solr/collection1_shard2_replica_n7/] nUpdates=100
   [junit4]   2> 1359855 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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:42641/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1359855 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1359855 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] 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> 1359855 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/collection1/leaders/shard1/leader after winning as /collections/collection1/leader_elect/shard1/election/73566665502687243-core_node4-n_0000000000
   [junit4]   2> 1359857 INFO  (qtp1801930577-24829) [n:127.0.0.1:36133_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> 1359857 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359857 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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> 1359857 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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/73566665502687241-core_node6-n_0000000000
   [junit4]   2> 1359862 INFO  (qtp7475399-24820) [n:127.0.0.1:42505_solr c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:42505/solr/collection1_shard1_replica_n3/ shard1
   [junit4]   2> 1359862 INFO  (zkCallback-14318-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> 1359863 INFO  (zkCallback-14342-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> 1359863 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_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:42641/solr/collection1_shard2_replica_n5/ shard2
   [junit4]   2> 1359863 INFO  (zkCallback-14318-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> 1359865 INFO  (qtp545838509-24834) [n:127.0.0.1:42641_solr c:collection1 s:shard2 r:core_node6 x:collection1_shard2_replica_n5 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1359865 

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

1-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@17b7c64d{/solr,null,STOPPED}
   [junit4]   2> 1452073 INFO  (jetty-closer-14391-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1452074 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1452285 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard2
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard3
   [junit4]   2> 	5	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/solrCloudCollectionConfig
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	14	/solr/collections/collection1/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/collections/collection1/state.json
   [junit4]   2> 	16	/solr/overseer/queue
   [junit4]   2> 	11	/solr/live_nodes
   [junit4]   2> 	8	/solr/collections
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1452291 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45293
   [junit4]   2> 1452291 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45293
   [junit4]   2> 1452291 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45293
   [junit4]   2> 1452292 INFO  (SUITE-TestInPlaceUpdateWithRouteField-seed#[CF68400FD39EF2]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> May 25, 2021 10:08:28 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene87, sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=pt-PT, timezone=Israel
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=254814288,total=519045120
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationField, SolrSlf4jReporterTest, TestDocTermOrdsUninvertLimit, AddReplicaTest, SystemLogListenerTest, OpenExchangeRatesOrgProviderTest, StatsComponentTest, TokenizerChainTest, SpellCheckCollatorTest, TestUtils, TestQueryingOnDownCollection, SystemInfoHandlerTest, TestChildDocTransformer, SparseHLLTest, MoreLikeThisComponentTest, MetricsDisabledCloudTest, SharedFSAutoReplicaFailoverTest, BasicDistributedZkTest, DistributedFacetPivotSmallAdvancedTest, TestPerFieldSimilarityWithDefaultOverride, TestConfigReload, TestDeprecatedFilters, OutOfBoxZkACLAndCredentialsProvidersTest, DateFieldTest, TestSizeLimitedDistributedMap, DimensionalRoutedAliasUpdateProcessorTest, BooleanFieldTest, TestDistribIDF, CollectionPropsTest, SoftAutoCommitTest, FieldAnalysisRequestHandlerTest, NoCacheHeaderTest, SuggesterTest, CursorPagingTest, TestTrie, TestLegacyTerms, TestStressUserVersions, TestCoreContainer, HdfsBackupRepositoryIntegrationTest, TestRecovery, TestCollapseQParserPlugin, TestDeleteCollectionOnDownNodes, TestScoreJoinQPScore, DistributedSuggestComponentTest, IndexSchemaTest, TestRequestForwarding, AtomicUpdateProcessorFactoryTest, ScriptEngineTest, TestRequestStatusCollectionAPI, DeleteLastCustomShardedReplicaTest, CollectionsAPIDistributedZkTest, TestDelegationWithHadoopAuth, BlockJoinFacetDistribTest, SolrXmlInZkTest, TestRestoreCore, SaslZkACLProviderTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, AlternateDirectoryTest, ReturnFieldsTest, TestPrepRecovery, TestSystemCollAutoCreate, TestSolrConfigHandlerCloud, HttpPartitionWithTlogReplicasTest, RequestLoggingTest, TestSchemaVersionResource, HdfsChaosMonkeyNothingIsSafeTest, TestTrieFacet, TestSolrCLIRunExample, TestPostingsSolrHighlighter, TestBinaryField, TaggerTest, PrimitiveFieldTypeTest, TestSimPolicyCloud, TestStandardQParsers, MultiSolrCloudTestCaseTest, SolrTestCaseJ4DeleteCoreTest, SpatialFilterTest, TestSolrFieldCacheBean, TestTextField, ZkShardTermsTest, DocumentBuilderTest, TestManagedSchemaAPI, HdfsRecoveryZkTest, DistanceUnitsTest, UpdateLogTest, TestCloudPhrasesIdentificationComponent, SubstringBytesRefFilterTest, TestRandomCollapseQParserPlugin, DistributedFacetSimpleRefinementLongTailTest, DistributedQueryComponentCustomSortTest, ShardSplitTest, TestSolr4Spatial, AnalyticsMergeStrategyTest, OverseerTaskQueueTest, HdfsCloudIncrementalBackupTest, TemplateUpdateProcessorTest, DistributedQueueTest, TestLMJelinekMercerSimilarityFactory, TestIndexingPerformance, XsltUpdateRequestHandlerTest, TestRandomFaceting, TestFieldCacheSortRandom, ZkCLITest, TestSearchPerf, CustomHighlightComponentTest, TestSubQueryTransformerCrossCore, TestInPlaceUpdateWithRouteField]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestInPlaceUpdateWithRouteField -Dtests.seed=CF68400FD39EF2 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=pt-PT -Dtests.timezone=Israel -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J3 | TestInPlaceUpdateWithRouteField (suite) <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:42505/solr
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CF68400FD39EF2]: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 [499/939 (1!)] on J3 in 99.00s, 0 tests, 1 error <<< FAILURES!

[...truncated 52387 lines...]