Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.4/26/

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:36653/solr
        at __randomizedtesting.SeedInfo.seed([70EC1D45BF9EC961]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.update.TestInPlaceUpdateWithRouteField.setupCluster(TestInPlaceUpdateWithRouteField.java:83)
        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.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 
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:282)
        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:165)
        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:185)
        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:564)
        ... 34 more




Build Log:
[...truncated 14736 lines...]
   [junit4] Suite: org.apache.solr.update.TestInPlaceUpdateWithRouteField
   [junit4]   2> 1405170 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1405171 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/data-dir-149-001
   [junit4]   2> 1405171 WARN  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
   [junit4]   2> 1405171 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1405172 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1405173 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001
   [junit4]   2> 1405173 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1405173 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1405173 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1405273 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer start zk server on port:43763
   [junit4]   2> 1405273 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43763
   [junit4]   2> 1405273 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43763
   [junit4]   2> 1405273 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43763
   [junit4]   2> 1405275 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405278 INFO  (zkConnectionManagerCallback-10261-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405278 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405291 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405292 INFO  (zkConnectionManagerCallback-10263-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405292 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405293 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405294 INFO  (zkConnectionManagerCallback-10265-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405294 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405397 WARN  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1405397 WARN  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1405397 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1405397 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1405397 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1405397 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1405397 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1405397 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: 
afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_191-b12
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1405409 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@461a8c1a{/solr,null,AVAILABLE}
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6178ff05{/solr,null,AVAILABLE}
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@7a4d4388{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:42887}
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.s.Server Started @1405440ms
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42887}
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@169f521b{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36653}
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.s.Server Started @1405440ms
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36653}
   [junit4]   2> 1405410 ERROR (jetty-launcher-10266-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1405410 ERROR (jetty-launcher-10266-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-31T05:08:14.051Z
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.4.1
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1405410 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-12-31T05:08:14.051Z
   [junit4]   2> 1405412 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405412 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405412 INFO  (zkConnectionManagerCallback-10268-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405412 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405413 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1405413 INFO  (zkConnectionManagerCallback-10270-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405413 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405417 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1405586 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1405587 WARN  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@62e36b23[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405587 WARN  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@62e36b23[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405589 WARN  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@5963561b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405589 WARN  (jetty-launcher-10266-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@5963561b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405590 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43763/solr
   [junit4]   2> 1405594 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405595 INFO  (zkConnectionManagerCallback-10277-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405595 INFO  (jetty-launcher-10266-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405699 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1405700 WARN  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@274cef0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405700 WARN  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@274cef0f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405706 WARN  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@40543c76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405706 WARN  (jetty-launcher-10266-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@40543c76[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1405707 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43763/solr
   [junit4]   2> 1405708 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405710 INFO  (zkConnectionManagerCallback-10284-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405710 INFO  (jetty-launcher-10266-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405722 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1405722 INFO  (zkConnectionManagerCallback-10286-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405722 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1405812 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 1405813 INFO  (zkConnectionManagerCallback-10288-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405813 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 1405860 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36653_solr
   [junit4]   2> 1405861 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.Overseer Overseer 
(id=72987581798154248-127.0.0.1:36653_solr-n_0000000000) starting
   [junit4]   2> 1405864 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36653_solr
   [junit4]   2> 1405865 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36653_solr
   [junit4]   2> 1405866 WARN  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_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> 1405878 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1405882 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1405886 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1405890 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42887_solr as DOWN
   [junit4]   2> 1405891 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1405891 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42887_solr
   [junit4]   2> 1405895 WARN  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_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> 1405904 INFO  (zkCallback-10287-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1405906 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36653.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1405910 INFO  (zkCallback-10285-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1405923 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1405923 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36653.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1405923 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36653.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1405924 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1405925 INFO  (jetty-launcher-10266-thread-1) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node1/.
   [junit4]   2> 1405938 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42887.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1405943 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42887.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1405943 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42887.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1405944 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 1405945 INFO  (jetty-launcher-10266-thread-2) 
[n:127.0.0.1:42887_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/.
   [junit4]   2> 1405969 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1405970 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1405970 INFO  (zkConnectionManagerCallback-10301-thread-1) [   
  ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1405970 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1405971 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1405972 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43763/solr ready
   [junit4]   2> 1406201 INFO  (qtp408465248-25753) [n:127.0.0.1:36653_solr     
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
property.config=solrconfig-tlog.xml&property.schema=schema-inplace-updates.xml&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=6&router.field=shardName&name=collection1&router.name=compositeId&nrtReplicas=2&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1406204 INFO  
(OverseerThreadFactory-7998-thread-1-processing-n:127.0.0.1:36653_solr) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 1406309 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42887/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1406311 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36653/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1406312 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42887/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1406314 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"collection1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36653/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1406315 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"collection1_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42887/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1406317 INFO  
(OverseerStateUpdate-72987581798154248-127.0.0.1:36653_solr-n_0000000000) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"collection1_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36653/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1406520 INFO  (qtp408465248-25756) [n:127.0.0.1:36653_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_node5&name=collection1_shard1_replica_n3&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 1406520 INFO  (qtp408465248-25750) [n:127.0.0.1:36653_solr    
x:collection1_shard2_replica_n6 ] 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_node9&name=collection1_shard2_replica_n6&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 1406520 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1406520 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr    
x:collection1_shard3_replica_n8 ] 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_node11&name=collection1_shard3_replica_n8&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 1406520 INFO  (qtp408465248-25756) [n:127.0.0.1:36653_solr    
x:collection1_shard1_replica_n3 ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1406521 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr    
x:collection1_shard2_replica_n4 ] 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_node7&name=collection1_shard2_replica_n4&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 1406522 INFO  (qtp408465248-25757) [n:127.0.0.1:36653_solr    
x:collection1_shard3_replica_n10 ] 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_n10&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 1407535 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 1407538 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 1407550 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.4.1
   [junit4]   2> 1407586 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.s.IndexSchema [collection1_shard3_replica_n8] Schema name=inplace-updates
   [junit4]   2> 1407587 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n4] Schema name=inplace-updates
   [junit4]   2> 1407590 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 1407590 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard3_replica_n8' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1407591 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42887.solr.core.collection1.shard3.replica_n8' (registry 
'solr.core.collection1.shard3.replica_n8') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1407591 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.SolrCore [[collection1_shard3_replica_n8] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/collection1_shard3_replica_n8],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/./collection1_shard3_replica_n8/data/]
   [junit4]   2> 1407591 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=inplace-updates
   [junit4]   2> 1407592 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3391375694340585]
   [junit4]   2> 1407593 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.s.IndexSchema Loaded schema inplace-updates/1.6 with uniqueid field id
   [junit4]   2> 1407594 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n4' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 1407594 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42887.solr.core.collection1.shard2.replica_n4' (registry 
'solr.core.collection1.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1407594 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/collection1_shard2_replica_n4],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/./collection1_shard2_replica_n4/data/]
   [junit4]   2> 1407597 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=46, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3391375694340585]
   [junit4]   2> 1407597 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407597 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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 collection collection1, trusted=true
   [junit4]   2> 1407598 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42887.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@6a1d528c
   [junit4]   2> 1407598 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.4/solr/build/solr-core/test/J2/temp/solr.update.TestInPlaceUpdateWithRouteField_70EC1D45BF9EC961-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 1407599 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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=46, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3391375694340585]
   [junit4]   2> 1407601 WARN  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407601 WARN  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
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> 1407602 WARN  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
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> 1407636 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1407636 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1407637 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1407637 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1407638 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7493809370473541]
   [junit4]   2> 1407638 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6eb1786[collection1_shard2_replica_n4] main]
   [junit4]   2> 1407638 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407638 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407640 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1407640 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1407641 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 1407641 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 1407642 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7493809370473541]
   [junit4]   2> 1407642 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@41a3987e[collection1_shard1_replica_n1] main]
   [junit4]   2> 1407643 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407643 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1407643 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1654410598189891584
   [junit4]   2> 1407643 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407643 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1407644 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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 1654410598190940160
   [junit4]   2> 1407647 INFO  
(searcherExecutor-8009-thread-1-processing-n:127.0.0.1:42887_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2) 
[n:127.0.0.1:42887_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 
Searcher@41a3987e[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1407648 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1407648 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_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> 1407648 INFO  
(searcherExecutor-8008-thread-1-processing-n:127.0.0.1:42887_solr 
x:collection1_shard2_replica_n4 c:collection1 s:shard2 r:core_node7) 
[n:127.0.0.1:42887_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore 
[collection1_shard2_replica_n4] Registered new searcher 
Searcher@6eb1786[collection1_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1407652 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1407656 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1407656 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard2
   [junit4]   2> 1407659 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1407666 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1407666 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1407668 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1407668 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1407668 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7493809370473541]
   [junit4]   2> 1407669 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a518c65[collection1_shard3_replica_n8] main]
   [junit4]   2> 1407669 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/solrCloudCollectionConfig
   [junit4]   2> 1407670 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/solrCloudCollectionConfig
   [junit4]   2> 1407670 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1407670 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1654410598218203136
   [junit4]   2> 1407672 INFO  
(searcherExecutor-8007-thread-1-processing-n:127.0.0.1:42887_solr 
x:collection1_shard3_replica_n8 c:collection1 s:shard3 r:core_node11) 
[n:127.0.0.1:42887_solr c:collection1 s:shard3 r:core_node11 
x:collection1_shard3_replica_n8 ] o.a.s.c.SolrCore 
[collection1_shard3_replica_n8] Registered new searcher 
Searcher@4a518c65[collection1_shard3_replica_n8] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1407673 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard3 to Terms{values={core_node11=0}, 
version=0}
   [junit4]   2> 1407673 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard3
   [junit4]   2> 1407675 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard3: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1417678 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but 
they are taking too long - assuming they won't come back till later
   [junit4]   2> 1417678 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1417678 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42887/solr/collection1_shard1_replica_n1/
   [junit4]   2> 1417678 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but 
they are taking too long - assuming they won't come back till later
   [junit4]   2> 1417678 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1417678 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42887/solr/collection1_shard2_replica_n4/
   [junit4]   2> 1417678 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:42887/solr START 
replicas=[http://127.0.0.1:36653/solr/collection1_shard1_replica_n3/] 
nUpdates=100
   [junit4]   2> 1417678 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n4 
url=http://127.0.0.1:42887/solr START 
replicas=[http://127.0.0.1:36653/solr/collection1_shard2_replica_n6/] 
nUpdates=100
   [junit4]   2> 1417678 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:42887/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1417678 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_n4 
url=http://127.0.0.1:42887/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1417686 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1417686 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
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> 1417686 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard2/leader after winning as 
/collections/collection1/leader_elect/shard2/election/72987581798154247-core_node7-n_0000000000
   [junit4]   2> 1417688 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42887/solr/collection1_shard2_replica_n4/ shard2
   [junit4]   2> 1417690 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ShardLeaderElectionContext Was waiting for replicas to come up, but 
they are taking too long - assuming they won't come back till later
   [junit4]   2> 1417690 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1417690 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42887/solr/collection1_shard3_replica_n8/
   [junit4]   2> 1417690 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard3_replica_n8 
url=http://127.0.0.1:42887/solr START 
replicas=[http://127.0.0.1:36653/solr/collection1_shard3_replica_n10/] 
nUpdates=100
   [junit4]   2> 1417690 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard3_replica_n8 
url=http://127.0.0.1:42887/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1417694 INFO  (zkCallback-10285-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1417694 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1417694 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1417694 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/72987581798154247-core_node2-n_0000000000
   [junit4]   2> 1417695 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1417696 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42887/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 1417696 INFO  (qtp1955246953-25751) [n:127.0.0.1:42887_solr 
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_n4 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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_node7&name=collection1_shard2_replica_n4&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=11175
   [junit4]   2> 1417698 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 1417698 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
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> 1417698 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard3/leader after winning as 
/collections/collection1/leader_elect/shard3/election/72987581798154247-core_node11-n_0000000000
   [junit4]   2> 1417704 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:42887/solr/collection1_shard3_replica_n8/ shard3
   [junit4]   2> 1417806 INFO  (zkCallback-10285-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1417806 INFO  (zkCallback-10285-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1417807 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1417807 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1417808 INFO  (qtp1955246953-25748) [n:127.0.0.1:42887_solr 
c:collection1 s:shard3 r:core_node11 x:collection1_shard3_replica_n8 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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_node11&name=collection1_shard3_replica_n8&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=11288
   [junit4]   2> 1417810 INFO  (qtp1955246953-25749) [n:127.0.0.1:42887_solr 
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=11290
   [junit4]   2> 1417910 INFO  (zkCallback-10285-thread-3) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1417910 INFO  (zkCallback-10285-thread-2) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1465880 INFO  (qtp408465248-25754) [n:127.0.0.1:36653_solr     
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=2
   [junit4]   2> 1465883 INFO  (qtp1955246953-25752) [n:127.0.0.1:42887_solr    
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={wt=javabin&version=2&key=solr.jvm:os.processCpuLoad&key=solr.node:CONTAINER.fs.coreRoot.usableSpace&key=solr.jvm:os.systemLoadAverage&key=solr.jvm:memory.heap.used}
 status=0 QTime=0
   [junit4]   2> 1496394 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1264041873
   [junit4]   2> 1496394 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42887_solr
   [junit4]   2> 1496394 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1496394 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:42887_solr as DOWN
   [junit4]   2> 1496396 INFO  (coreCloseExecutor-8022-thread-1) 
[n:127.0.0.1:42887_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1 ] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b4a8813
   [junit4]   2> 1496396 INFO  (coreCloseExecutor-8022-thread-1) 
[n:127.0.0.1:42887_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard1.replica_n1, 
tag=SolrCore@5b4a8813
   [junit4]   2> 1496396 INFO  (coreCloseExecutor-8022-thread-1) 
[n:127.0.0.1:42887_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@74e78f87: rootName = 
solr_42887, domain = solr.core.collection1.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@73b47f94
   [junit4]   2> 1496396 INFO  (coreCloseExecutor-8022-thread-2) 
[n:127.0.0.1:42887_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_n4 ] o.a.s.c.SolrCore 
[collection1_shard2_replica_n4]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@61131504
   [junit4]   2> 1496396 INFO  (coreCloseExecutor-8022-thread-3) 
[n:127.0.0.1:42887_solr c:collection1 s:shard3 r:core_node11 
x:collection1_shard3_replica_n8 ] o.a.s.c.SolrCore 
[collection1_shard3_replica_n8]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4a7068f
   [junit4]   2> 1496397 INFO  (zkCallback-10285-thread-4) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1496397 INFO  (zkCallback-10285-thread-5) [     ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 1496405 INFO  (coreCloseExecutor-8022-thread-1) 
[n:127.0.0.1:42887_solr c:collection1 s:shard1 r:core_node2 
x:collection1_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard1.leader, 
tag=SolrCore@5b4a8813
   [junit4]   2> 1496405 INFO  (coreCloseExecutor-8022-thread-2) 
[n:127.0.0.1:42887_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard2.replica_n4, 
tag=SolrCore@61131504
   [junit4]   2> 1496405 INFO  (coreCloseExecutor-8022-thread-2) 
[n:127.0.0.1:42887_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@2d80c3e3: rootName = 
solr_42887, domain = solr.core.collection1.shard2.replica_n4, service url = 
null, agent id = null] for registry solr.core.collection1.shard2.replica_n4 / 
com.codahale.metrics.MetricRegistry@64f0fae5
   [junit4]   2> 1496414 INFO  (coreCloseExecutor-8022-thread-2) 
[n:127.0.0.1:42887_solr c:collection1 s:shard2 r:core_node7 
x:collection1_shard2_replica_n4 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, 
tag=SolrCore@61131504
   [junit4]   2> 1496414 INFO  (coreCloseExecutor-8022-thread-3) 
[n:127.0.0.1:42887_solr c:collection1 s:shard3 r:core_node11 
x:collection1_shard3_replica_n8 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection1.shard3.replica_n8, 
tag=SolrCore@4a7068f
   [junit4]   2> 1496414 INFO  (coreCloseExecutor-8022-thread-3) 
[n:127.0.0.1:42887_solr c:collection1 s:shard3 r:core_node11 
x:collection1_shard3_replica_n8 ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c4684f0: rootName = 
solr_42887, domain = solr.core.collection1.shard3.replica_n8, service url = 
null, agent id = null] for registry solr.core.collection1.shard3.replica_n8 / 
com.codahale.metrics.MetricRegistry@606b5265
   [junit4]   2> 1496423 INFO  (coreCloseExecutor-8022-thread-3) 
[n:127.0.0.1:42887_solr c:collection1 s:shard3 r:core_node11 
x:collection1_shard3_replica_n8 ] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard3.leader, 
tag=SolrCore@4a7068f
   [junit4]   2> 1496424 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 1496424 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@38b716aa: rootName = 
solr_42887, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@41e4fe50
   [junit4]   2> 1496428 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 1496428 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@10a75f82: rootName = 
solr_42887, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@22218d05
   [junit4]   2> 1496430 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 1496430 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3624666a: rootName = 
solr_42887, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@293a1545
   [junit4]   2> 1496430 INFO  (jetty-closer-10305-thread-2) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1496435 INFO  (zkCallback-10287-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1496536 INFO  (jetty-closer-10305-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@7a4d4388{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 1496536 INFO  (jetty-closer-10305-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@461a8c1a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1496536 INFO  (jetty-closer-10305-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1525889 ERROR (qtp408465248-25754) [n:127.0.0.1:36653_solr     
] o.a.s.s.SolrDispatchFilter Error processing the request. CoreContainer is 
either not initialized or shutting down.
   [junit4]   2> 1525890 WARN  (qtp408465248-25754) [n:127.0.0.1:36653_solr     
] o.e.j.s.HttpChannel /solr/admin/metrics
   [junit4]   2>           => javax.servlet.UnavailableException: Error 
processing the request. CoreContainer is either not initialized or shutting 
down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
   [junit4]   2> javax.servlet.UnavailableException: Error processing the 
request. CoreContainer is either not initialized or shutting down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
 ~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540) 
~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) 
~[jetty-servlet-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
 ~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
 ~[jetty-rewrite-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:505) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267) 
~[jetty-server-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
 ~[jetty-io-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 
~[jetty-io-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) 
~[jetty-io-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
 ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
 ~[jetty-util-9.4.19.v20190610.jar:9.4.19.v20190610]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 1525892 WARN  (MetricsHistoryHandler-8001-thread-1) [     ] 
o.a.s.c.s.i.SolrClientNodeStateProvider could not get tags from node 
127.0.0.1:36653_solr
   [junit4]   2>           => 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36653/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:36653/solr: Expected mime type 
application/octet-stream but got text/html. <html>
   [junit4]   2> <head>
   [junit4]   2> <meta http-equiv="Content-Type" 
content="text/html;charset=utf-8"/>
   [junit4]   2> <title>Error 404 Not Found</title>
   [junit4]   2> </head>
   [junit4]   2> <body><h2>HTTP ERROR 404</h2>
   [junit4]   2> <p>Problem accessing /solr/admin/metrics. Reason:
   [junit4]   2> <pre>    Not Found</pre></p><h3>Caused 
by:</h3><pre>javax.servlet.UnavailableException: Error processing the request. 
CoreContainer is either not initialized or shutting down.
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:370)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:703)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:505)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
   [junit4]   2>        at 
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> </pre>
   [junit4]   2> <hr><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.4.19.v20190610</a><hr/>
   [junit4]   2> 
   [junit4]   2> </body>
   [junit4]   2> </html>
   [junit4]   2> 
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:629)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:412)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchReplicaMetrics(SolrClientNodeStateProvider.java:201)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:271)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.fetchTagValues(SolrClientNodeStateProvider.java:139)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:128)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.MetricsHistoryHandler.collectGlobalMetrics(MetricsHistoryHandler.java:506)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.MetricsHistoryHandler.collectMetrics(MetricsHistoryHandler.java:378)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.admin.MetricsHistoryHandler.lambda$new$0(MetricsHistoryHandler.java:235)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) ~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
~[?:1.8.0_191]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 1526618 ERROR 
(OverseerThreadFactory-7998-thread-1-processing-n:127.0.0.1:36653_solr) 
[n:127.0.0.1:36653_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler 
Error from shard: http://127.0.0.1:36653/solr
   [junit4]   2>           => org.apache.solr.client.solrj.SolrServerException: 
Timeout occurred while waiting response from server at: 
http://127.0.0.1:36653/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]   2> org.apache.solr.client.solrj.SolrServerException: Timeout 
occurred while waiting response from server at: http://127.0.0.1:36653/solr
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1290) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandlerFactory$1.request(HttpShardHandlerFactory.java:176)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:195)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:181)
 ~[metrics-core-4.0.5.jar:4.0.5]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
~[?:1.8.0_191]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2>        at java.net.SocketInputStream.socketRead0(Native 
Method) ~[?:1.8.0_191]
   [junit4]   2>        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116) ~[?:1.8.0_191]
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:171) ~[?:1.8.0_191]
   [junit4]   2>        at 
java.net.SocketInputStream.read(SocketInputStream.java:141) ~[?:1.8.0_191]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
 ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
 ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) 
~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
 ~[httpcore-4.4.10.jar:4.4.10]
   [junit4]   2>        at 
org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) 
~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) 
~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) 
~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) 
~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
 ~[httpclient-4.5.6.jar:4.5.6]
   [junit4]   2>        at org.apache.http.impl.client.Closeable

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

1285)
   [junit4]   2>        ... 38 more
   [junit4]   2> 
   [junit4]   2> 1541788 INFO  (qtp408465248-25756) [n:127.0.0.1:36653_solr 
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_n3 ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={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_node5&name=collection1_shard1_replica_n3&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=400 QTime=135267
   [junit4]   2> 1541791 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1541994 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        3       /solr/aliases.json
   [junit4]   2>        3       /solr/clusterprops.json
   [junit4]   2>        2       /solr/collections/collection1/terms/shard2
   [junit4]   2>        2       /solr/collections/collection1/terms/shard3
   [junit4]   2>        2       /solr/packages.json
   [junit4]   2>        2       /solr/security.json
   [junit4]   2>        2       /solr/collections/collection1/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        15      /solr/collections/collection1/state.json
   [junit4]   2>        3       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        32      /solr/overseer/queue
   [junit4]   2>        7       /solr/live_nodes
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1541998 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43763
   [junit4]   2> 1541998 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43763
   [junit4]   2> 1541998 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 43763
   [junit4]   2> 1541999 INFO  
(SUITE-TestInPlaceUpdateWithRouteField-seed#[70EC1D45BF9EC961]-worker) [     ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, 
docValues:{}, maxPointsInLeafNode=1152, maxMBSortInHeap=5.559722612576461, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@37d2b17f),
 locale=no, timezone=CET
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=73338168,total=523239424
   [junit4]   2> NOTE: All tests run in this JVM: [MetricsHistoryHandlerTest, 
JavaBinAtomicUpdateMultivalueTest, TestConfigSetProperties, 
TestFreeTextSuggestions, FieldMutatingUpdateProcessorTest, 
TestLeaderElectionWithEmptyReplica, SimpleMLTQParserTest, TestNestedDocsSort, 
SimpleFacetsTest, CoreAdminCreateDiscoverTest, MetricTriggerIntegrationTest, 
CdcrVersionReplicationTest, V2ApiIntegrationTest, TestDistribIDF, 
SolrGraphiteReporterTest, LeaderElectionIntegrationTest, 
AutoAddReplicasPlanActionTest, SchemaApiFailureTest, ClusterStateTest, 
SyncSliceTest, TestPhraseSuggestions, CollectionsAPIAsyncDistributedZkTest, 
DeleteNodeTest, LegacyCloudClusterPropTest, TestCloudJSONFacetJoinDomain, 
TestCloudRecovery, HdfsThreadLeakTest, IndexSizeEstimatorTest, 
TokenizerChainTest, TestManagedSchema, TestMergePolicyConfig, 
DocValuesNotIndexedTest, ExternalFileFieldSortTest, TestDistribDocBasedVersion, 
BJQFilterAccessibleTest, TestPullReplica, TestSimpleTextCodec, 
ExecutePlanActionTest, TestStressCloudBlindAtomicUpdates, 
CollectionStateFormat2Test, TestExportWriter, TolerantUpdateProcessorTest, 
DistributedDebugComponentTest, DocValuesMultiTest, TestFieldCacheVsDocValues, 
OpenExchangeRatesOrgProviderTest, NodeMarkersRegistrationTest, 
IndexSizeTriggerMixedBoundsTest, SolrTestCaseJ4Test, TestQuerySenderNoQuery, 
BasicAuthIntegrationTest, TestValueSourceCache, PreAnalyzedFieldTest, 
SpellPossibilityIteratorTest, TestReplicaProperties, TestSolrJacksonAnnotation, 
TestSolrFieldCacheBean, FullSolrCloudDistribCmdsTest, 
ManagedSchemaRoundRobinCloudTest, LukeRequestHandlerTest, TestCoreDiscovery, 
SpatialRPTFieldTypeTest, AnalyticsMergeStrategyTest, 
TestConfigSetsAPIZkFailure, TestSQLHandler, 
CategoryRoutedAliasUpdateProcessorTest, SortByFunctionTest, 
LeaderFailureAfterFreshStartTest, BufferStoreTest, TestBulkSchemaConcurrent, 
TestAnalyzedSuggestions, DistributedQueryComponentCustomSortTest, 
TestSolrConfigHandlerConcurrent, TestQueryUtils, ReindexCollectionTest, 
TestNumericRangeQuery64, JvmMetricsTest, TestClusterProperties, 
HdfsChaosMonkeySafeLeaderTest, TestFieldCacheReopen, TestLegacyField, 
ZkControllerTest, SuggesterTest, ConfigSetsAPITest, TestSchemaVersionResource, 
SolrSlf4jReporterTest, SolrLogAuditLoggerPluginTest, BasicDistributedZkTest, 
TestJsonFacets, BJQParserTest, TestConfig, TestTolerantSearch, 
TestFoldingMultitermQuery, TestLRUCache, SimpleCollectionCreateDeleteTest, 
TestStressRecovery, RootFieldTest, UniqFieldsUpdateProcessorFactoryTest, 
TestDynamicFieldNamesIndexCorrectly, RAMDirectoryFactoryTest, 
TestFieldResource, HttpPartitionTest, MoveReplicaHDFSTest, ConvertedLegacyTest, 
JWTVerificationkeyResolverTest, CursorMarkTest, TestCloudConsistency, 
SharedFSAutoReplicaFailoverTest, TestInPlaceUpdateWithRouteField]
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestInPlaceUpdateWithRouteField -Dtests.seed=70EC1D45BF9EC961 
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=no -Dtests.timezone=CET 
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestInPlaceUpdateWithRouteField (suite) <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: http://127.0.0.1:36653/solr
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([70EC1D45BF9EC961]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
   [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:368)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
   [junit4]    >        at 
org.apache.solr.update.TestInPlaceUpdateWithRouteField.setupCluster(TestInPlaceUpdateWithRouteField.java:83)
   [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:282)
   [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:165)
   [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:185)
   [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:564)
   [junit4]    >        ... 34 more
   [junit4] Completed [435/889 (1!)] on J2 in 137.07s, 0 tests, 1 error <<< 
FAILURES!

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

Reply via email to