Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/793/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale

Error Message:
Error from server at 
http://127.0.0.1:44481/solr/stale_state_test_col_shard1_replica_n1: Expected 
mime type application/octet-stream but got text/html. <html> <head> <meta 
http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 
404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing 
/solr/stale_state_test_col_shard1_replica_n1/update. Reason: <pre>    Can not 
find: /solr/stale_state_test_col_shard1_replica_n1/update</pre></p> <hr /><a 
href="http://eclipse.org/jetty";>Powered by Jetty:// 9.3.20.v20170531</a><hr/> 
</body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at 
http://127.0.0.1:44481/solr/stale_state_test_col_shard1_replica_n1: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/stale_state_test_col_shard1_replica_n1/update. 
Reason:
<pre>    Can not find: 
/solr/stale_state_test_col_shard1_replica_n1/update</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.20.v20170531</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([91F45D7AB8591E23:25C5C5925BB0680F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:559)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at 
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale(CloudSolrClientTest.java:844)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 14642 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrClientTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/init-core-data-001
   [junit4]   2> 22552 WARN  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=116 numCloses=116
   [junit4]   2> 22552 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 22553 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 22553 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 22555 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001
   [junit4]   2> 22560 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 22561 INFO  (Thread-64) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 22561 INFO  (Thread-64) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 22630 ERROR (Thread-64) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 22661 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:42395
   [junit4]   2> 22730 INFO  (jetty-launcher-9-thread-2) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 22731 INFO  (jetty-launcher-9-thread-1) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 22731 INFO  (jetty-launcher-9-thread-3) [    ] o.e.j.s.Server 
jetty-9.3.20.v20170531
   [junit4]   2> 22731 INFO  (jetty-launcher-9-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@51a0b095{/solr,null,AVAILABLE}
   [junit4]   2> 22732 INFO  (jetty-launcher-9-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1a180689{/solr,null,AVAILABLE}
   [junit4]   2> 22733 INFO  (jetty-launcher-9-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@c4808a1{HTTP/1.1,[http/1.1]}{127.0.0.1:44481}
   [junit4]   2> 22733 INFO  (jetty-launcher-9-thread-3) [    ] o.e.j.s.Server 
Started @24436ms
   [junit4]   2> 22733 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44481}
   [junit4]   2> 22733 ERROR (jetty-launcher-9-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b8b716{HTTP/1.1,[http/1.1]}{127.0.0.1:42517}
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] o.e.j.s.Server 
Started @24436ms
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42517}
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-11T08:46:31.882Z
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 22734 ERROR (jetty-launcher-9-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-11T08:46:31.882Z
   [junit4]   2> 22734 INFO  (jetty-launcher-9-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6066b283{/solr,null,AVAILABLE}
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@febfab0{HTTP/1.1,[http/1.1]}{127.0.0.1:46739}
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] o.e.j.s.Server 
Started @24437ms
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=46739}
   [junit4]   2> 22735 ERROR (jetty-launcher-9-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.2.0
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 22735 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-11-11T08:46:31.883Z
   [junit4]   2> 22737 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 22737 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 22738 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 22746 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15faa42493e0003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 22747 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15faa42493e0002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 22748 INFO  (jetty-launcher-9-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42395/solr
   [junit4]   2> 22754 INFO  (jetty-launcher-9-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42395/solr
   [junit4]   2> 22755 INFO  (jetty-launcher-9-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42395/solr
   [junit4]   2> 22764 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15faa42493e0005, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 22801 WARN  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 22801 WARN  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 22801 WARN  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.ZkController The _default configset could 
not be uploaded. Please provide 'solr.default.confdir' parameter that points to 
a configset intended to be the default. Current 'solr.default.confdir' value: 
null
   [junit4]   2> 22814 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 22814 INFO  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 22814 INFO  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 22816 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:46739_solr
   [junit4]   2> 22817 INFO  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42517_solr
   [junit4]   2> 22817 INFO  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44481_solr
   [junit4]   2> 22817 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.Overseer Overseer 
(id=98984918498803719-127.0.0.1:46739_solr-n_0000000000) starting
   [junit4]   2> 22826 INFO  
(zkCallback-24-thread-1-processing-n:127.0.0.1:42517_solr) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 22826 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 22826 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 22901 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46739_solr
   [junit4]   2> 22902 INFO  
(zkCallback-24-thread-1-processing-n:127.0.0.1:42517_solr) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 22902 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 22905 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 23002 INFO  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44481.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23003 INFO  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42517.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23007 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46739.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23027 INFO  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42517.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23027 INFO  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_42517.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23027 INFO  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44481.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23027 INFO  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44481.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23027 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46739.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23027 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46739.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 23030 INFO  (jetty-launcher-9-thread-2) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node2/.
   [junit4]   2> 23030 INFO  (jetty-launcher-9-thread-1) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node1/.
   [junit4]   2> 23030 INFO  (jetty-launcher-9-thread-3) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node3/.
   [junit4]   2> 23144 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 23145 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:42395/solr ready
   [junit4]   2> 23155 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 23164 INFO  
(OverseerThreadFactory-68-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 23283 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_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:44481/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 23285 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_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_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46739/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 23498 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 23498 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 23499 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 23499 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 23617 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] 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: [3])
   [junit4]   2> 23617 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] 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: [3])
   [junit4]   2> 23618 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] 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: [3])
   [junit4]   2> 23618 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] 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: [3])
   [junit4]   2> 24534 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 24534 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
   [junit4]   2> 24558 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard2_replica_n2] Schema name=test
   [junit4]   2> 24561 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=test
   [junit4]   2> 24564 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 24564 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieIntField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 24568 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24568 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieFloatField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24572 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24572 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieLongField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24577 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24577 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDoubleField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24593 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.TrieDateField]. Please consult documentation how to replace it 
accordingly.
   [junit4]   2> 24673 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 24673 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.GeoHashField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 24676 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 24676 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class 
[solr.LatLonType]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 24681 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 24681 WARN  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 24681 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Field lowerfilt1and2 is not multivalued and destination for 
multiple copyFields (2)
   [junit4]   2> 24681 WARN  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (3)
   [junit4]   2> 24682 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 24682 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 24683 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 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> 24683 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 24686 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44481.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 24686 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_46739.solr.core.collection1.shard2.replica_n2' (registry 
'solr.core.collection1.shard2.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@51b54d4e
   [junit4]   2> 24686 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 24686 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 24686 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard2_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node1/collection1_shard2_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node1/./collection1_shard2_replica_n2/data/]
   [junit4]   2> 24686 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node3/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001/tempDir-001/node3/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 24736 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 24736 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24737 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24737 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24739 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@47e680cf[collection1_shard1_replica_n1] main]
   [junit4]   2> 24741 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 24741 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 24742 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 24744 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583758698235297792
   [junit4]   2> 24745 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 24745 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 24745 INFO  
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:44481_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:44481_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@47e680cf[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24747 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 24747 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 24748 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e07d4fd[collection1_shard2_replica_n2] main]
   [junit4]   2> 24749 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 24749 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 24749 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 24750 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1583758698241589248
   [junit4]   2> 24752 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:46739_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:46739_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@7e07d4fd[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 24756 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 24756 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 24757 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 24757 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 24757 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/
   [junit4]   2> 24757 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/
   [junit4]   2> 24758 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 24758 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 24758 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.SyncStrategy http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/ 
has no replicas
   [junit4]   2> 24758 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/ 
has no replicas
   [junit4]   2> 24758 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 24758 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 24767 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 24767 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/ shard2
   [junit4]   2> 24869 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] 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: [3])
   [junit4]   2> 24869 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] 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: [3])
   [junit4]   2> 24870 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] 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: [3])
   [junit4]   2> 24870 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] 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: [3])
   [junit4]   2> 24918 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 24918 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 24928 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=collection1_shard2_replica_n2&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1431
   [junit4]   2> 24932 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1435
   [junit4]   2> 24955 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 25023 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] 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: [3])
   [junit4]   2> 25023 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] 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: [3])
   [junit4]   2> 25023 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] 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: [3])
   [junit4]   2> 25023 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] 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: [3])
   [junit4]   2> 25167 INFO  
(OverseerCollectionConfigSetProcessor-98984918498803719-127.0.0.1:46739_solr-n_0000000000)
 [n:127.0.0.1:46739_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 25955 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=2800
   [junit4]   2> 25959 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: 
collection1 failOnTimeout:true timeout (sec):30
   [junit4]   2> 25959 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 25963 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 25965 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 25978 INFO  
(TEST-CloudSolrClientTest.testVersionsAreReturned-seed#[91F45D7AB8591E23]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testVersionsAreReturned
   [junit4]   2> 25992 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583758699542872064)} 0 1
   [junit4]   2> 25994 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699546017792,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25994 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 25995 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 25995 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 1
   [junit4]   2> 25995 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699547066368,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 25995 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 25995 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 25995 INFO  (qtp505228528-213) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 25996 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583758699538677760),commit=} 0 15
   [junit4]   2> 25997 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 25997 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 25998 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 25998 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 25999 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :listaliases with params 
action=LISTALIASES&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 25999 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LISTALIASES&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 26000 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 26000 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 26023 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={versions=true&wt=javabin&version=2}{add=[1 
(1583758699555454976)]} 0 20
   [junit4]   2> 26023 INFO  (qtp505228528-209) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update params={versions=true&wt=javabin&version=2}{add=[2 
(1583758699555454976)]} 0 20
   [junit4]   2> 26026 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699579572224,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26027 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2347caf2 
commitCommandVersion:1583758699579572224
   [junit4]   2> 26027 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699580620800,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26027 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@50a3af4a 
commitCommandVersion:1583758699580620800
   [junit4]   2> 26064 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1bb3e00[collection1_shard2_replica_n2] main]
   [junit4]   2> 26064 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@70990932[collection1_shard1_replica_n1] main]
   [junit4]   2> 26064 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26064 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26066 INFO  
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:44481_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:44481_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@70990932[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1)))}
   [junit4]   2> 26066 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:46739_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:46739_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@1bb3e00[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.2.0):C1)))}
   [junit4]   2> 26066 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 40
   [junit4]   2> 26066 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 39
   [junit4]   2> 26067 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={versions=true&commit=true&wt=javabin&version=2}{commit=} 0 42
   [junit4]   2> 26079 INFO  (qtp505228528-209) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&rows=10&version=2&q=*:*&NOW=1510389995216&isShard=true&wt=javabin}
 hits=1 status=0 QTime=1
   [junit4]   2> 26079 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={df=text&distrib=false&_stateVer_=collection1:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/&rows=10&version=2&q=*:*&NOW=1510389995216&isShard=true&wt=javabin}
 hits=1 status=0 QTime=1
   [junit4]   2> 26084 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510389995216&ids=1&isShard=true&shard.url=http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 26084 INFO  (qtp505228528-201) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.c.S.Request [collection1_shard2_replica_n2]  webapp=/solr path=/select 
params={q=*:*&df=text&distrib=false&_stateVer_=collection1:4&shards.purpose=64&NOW=1510389995216&ids=2&isShard=true&shard.url=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 26085 INFO  (qtp810549244-202) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr path=/select 
params={q=*:*&_stateVer_=collection1:4&wt=javabin&version=2} hits=2 status=0 
QTime=16
   [junit4]   2> 26085 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 26087 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 26087 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 26088 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 26089 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with 
params action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 26089 INFO  (qtp810549244-208) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CLUSTERSTATUS&collection=collection1&wt=javabin&version=2} 
status=0 QTime=0
   [junit4]   2> 26091 INFO  (qtp810549244-202) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={versions=true&wt=javabin&version=2}{delete=[1 
(-1583758699646681088)]} 0 0
   [junit4]   2> 26092 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699648778240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26092 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699648778240,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26092 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 26092 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2347caf2 
commitCommandVersion:1583758699648778240
   [junit4]   2> 26092 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26092 INFO  (qtp505228528-221) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 26094 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@614c6d0f[collection1_shard1_replica_n1] main]
   [junit4]   2> 26095 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26096 INFO  
(searcherExecutor-75-thread-1-processing-n:127.0.0.1:44481_solr 
x:collection1_shard1_replica_n1 s:shard1 c:collection1 r:core_node3) 
[n:127.0.0.1:44481_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@614c6d0f[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26096 INFO  (qtp810549244-217) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:44481/solr/collection1_shard1_replica_n1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 4
   [junit4]   2> 26097 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={versions=true&commit=true&wt=javabin&version=2}{commit=} 0 5
   [junit4]   2> 26097 INFO  
(TEST-CloudSolrClientTest.testVersionsAreReturned-seed#[91F45D7AB8591E23]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testVersionsAreReturned
   [junit4]   2> 26105 INFO  
(TEST-CloudSolrClientTest.preferLocalShardsTest-seed#[91F45D7AB8591E23]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting preferLocalShardsTest
   [junit4]   2> 26108 INFO  (qtp505228528-210) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7def5e46[collection1_shard2_replica_n2] realtime]
   [junit4]   2> 26109 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583758699664506880)} 0 2
   [junit4]   2> 26110 INFO  (qtp505228528-206) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699667652608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26110 INFO  (qtp810549244-202) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1583758699667652608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 26110 INFO  (qtp505228528-206) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@50a3af4a 
commitCommandVersion:1583758699667652608
   [junit4]   2> 26110 INFO  (qtp810549244-202) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 26111 INFO  (qtp810549244-202) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26111 INFO  (qtp505228528-206) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@689205b9[collection1_shard2_replica_n2] main]
   [junit4]   2> 26111 INFO  (qtp810549244-202) [n:127.0.0.1:44481_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 26111 INFO  (qtp505228528-206) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 26112 INFO  
(searcherExecutor-76-thread-1-processing-n:127.0.0.1:46739_solr 
x:collection1_shard2_replica_n2 s:shard2 c:collection1 r:core_node4) 
[n:127.0.0.1:46739_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.c.SolrCore 
[collection1_shard2_replica_n2] Registered new searcher 
Searcher@689205b9[collection1_shard2_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 26112 INFO  (qtp505228528-206) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:46739/solr/collection1_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 2
   [junit4]   2> 26113 INFO  (qtp505228528-210) [n:127.0.0.1:46739_solr 
c:collection1 s:shard2 r:core_node4 x:collection1_shard2_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_n2]  
webapp=/solr path=/update 
params={_stateVer_=collection1:4&commit=true&wt=javabin&version=2}{deleteByQuery=*:*
 (-1583758699663458304),commit=} 0 7
   [junit4]   2> 26114 INFO  (qtp810549244-205) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
async=60460c97-56b7-465e-b81e-723cca7b6eb1&replicationFactor=3&collection.configName=conf&maxShardsPerNode=3&name=localShardsTestColl&nrtReplicas=3&action=CREATE&numShards=3&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 26116 INFO  (qtp810549244-205) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={async=60460c97-56b7-465e-b81e-723cca7b6eb1&replicationFactor=3&collection.configName=conf&maxShardsPerNode=3&name=localShardsTestColl&nrtReplicas=3&action=CREATE&numShards=3&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 26117 INFO  
(OverseerThreadFactory-68-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
localShardsTestColl
   [junit4]   2> 26118 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=60460c97-56b7-465e-b81e-723cca7b6eb1&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 26118 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=60460c97-56b7-465e-b81e-723cca7b6eb1&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 26323 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"localShardsTestColl_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46739/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26324 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"localShardsTestColl_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44481/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26326 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"localShardsTestColl_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42517/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26327 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"localShardsTestColl_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46739/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26328 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"localShardsTestColl_shard2_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44481/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26330 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"localShardsTestColl_shard2_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42517/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26331 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"localShardsTestColl_shard3_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:46739/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26332 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"localShardsTestColl_shard3_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:44481/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26333 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"localShardsTestColl",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"localShardsTestColl_shard3_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:42517/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 26541 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343642898635&coreNodeName=core_node5&name=localShardsTestColl_shard1_replica_n2&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=0 QTime=4
   [junit4]   2> 26541 INFO  
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:44481_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343642898635 CREATE) 
[n:127.0.0.1:44481_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343642898635&coreNodeName=core_node5&name=localShardsTestColl_shard1_replica_n2&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 26545 INFO  (qtp810549244-214) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343646686962&coreNodeName=core_node11&name=localShardsTestColl_shard2_replica_n8&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=5
   [junit4]   2> 26546 INFO  
(parallelCoreAdminExecutor-69-thread-2-processing-n:127.0.0.1:44481_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343646686962 CREATE) 
[n:127.0.0.1:44481_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343646686962&coreNodeName=core_node11&name=localShardsTestColl_shard2_replica_n8&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 26546 INFO  (qtp505228528-216) [n:127.0.0.1:46739_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343641342614&coreNodeName=core_node3&name=localShardsTestColl_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=0 QTime=9
   [junit4]   2> 26546 INFO  
(parallelCoreAdminExecutor-71-thread-1-processing-n:127.0.0.1:46739_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343641342614 CREATE) 
[n:127.0.0.1:46739_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343641342614&coreNodeName=core_node3&name=localShardsTestColl_shard1_replica_n1&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 26549 INFO  (qtp505228528-206) [n:127.0.0.1:46739_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343645393884&coreNodeName=core_node9&name=localShardsTestColl_shard2_replica_n6&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=7
   [junit4]   2> 26555 INFO  
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42517_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343648263047 CREATE) 
[n:127.0.0.1:42517_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343648263047&coreNodeName=core_node13&name=localShardsTestColl_shard2_replica_n10&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 26555 INFO  (qtp1250007117-197) [n:127.0.0.1:42517_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343648263047&coreNodeName=core_node13&name=localShardsTestColl_shard2_replica_n10&action=CREATE&numShards=3&shard=shard2&wt=javabin}
 status=0 QTime=7
   [junit4]   2> 26556 INFO  
(parallelCoreAdminExecutor-70-thread-1-processing-n:127.0.0.1:42517_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343648263047 CREATE) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 26556 INFO  
(parallelCoreAdminExecutor-71-thread-2-processing-n:127.0.0.1:46739_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343645393884 CREATE) 
[n:127.0.0.1:46739_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343645393884&coreNodeName=core_node9&name=localShardsTestColl_shard2_replica_n6&action=CREATE&numShards=3&shard=shard2&wt=javabin
   [junit4]   2> 26561 INFO  (qtp1250007117-203) [n:127.0.0.1:42517_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343644241777&coreNodeName=core_node7&name=localShardsTestColl_shard1_replica_n4&action=CREATE&numShards=3&shard=shard1&wt=javabin}
 status=0 QTime=13
   [junit4]   2> 26562 INFO  
(parallelCoreAdminExecutor-70-thread-2-processing-n:127.0.0.1:42517_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343644241777 CREATE) 
[n:127.0.0.1:42517_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343644241777&coreNodeName=core_node7&name=localShardsTestColl_shard1_replica_n4&action=CREATE&numShards=3&shard=shard1&wt=javabin
   [junit4]   2> 26567 INFO  (qtp810549244-205) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343650715093&coreNodeName=core_node17&name=localShardsTestColl_shard3_replica_n14&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=4
   [junit4]   2> 26570 INFO  
(parallelCoreAdminExecutor-69-thread-3-processing-n:127.0.0.1:44481_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343650715093 CREATE) 
[n:127.0.0.1:44481_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343650715093&coreNodeName=core_node17&name=localShardsTestColl_shard3_replica_n14&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 26570 INFO  (qtp1250007117-198) [n:127.0.0.1:42517_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343651878863&coreNodeName=core_node18&name=localShardsTestColl_shard3_replica_n16&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=13
   [junit4]   2> 26570 INFO  
(parallelCoreAdminExecutor-70-thread-3-processing-n:127.0.0.1:42517_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343651878863 CREATE) 
[n:127.0.0.1:42517_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343651878863&coreNodeName=core_node18&name=localShardsTestColl_shard3_replica_n16&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 26572 INFO  (qtp505228528-210) [n:127.0.0.1:46739_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343649472092&coreNodeName=core_node15&name=localShardsTestColl_shard3_replica_n12&action=CREATE&numShards=3&shard=shard3&wt=javabin}
 status=0 QTime=4
   [junit4]   2> 26572 INFO  
(parallelCoreAdminExecutor-71-thread-3-processing-n:127.0.0.1:46739_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343649472092 CREATE) 
[n:127.0.0.1:46739_solr    ] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=localShardsTestColl&version=2&replicaType=NRT&async=60460c97-56b7-465e-b81e-723cca7b6eb11115343649472092&coreNodeName=core_node15&name=localShardsTestColl_shard3_replica_n12&action=CREATE&numShards=3&shard=shard3&wt=javabin
   [junit4]   2> 26573 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
60460c97-56b7-465e-b81e-723cca7b6eb11115343650715093
   [junit4]   2> 26574 INFO  (qtp810549244-219) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=60460c97-56b7-465e-b81e-723cca7b6eb11115343650715093&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 26677 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/localShardsTestColl/state.json] for collection 
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 26677 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/localShardsTestColl/state.json] for collection 
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 26677 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/localShardsTestColl/state.json] for collection 
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 26678 INFO  
(zkCallback-24-thread-2-processing-n:127.0.0.1:42517_solr) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/localShardsTestColl/state.json] for collection 
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 26677 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/localShardsTestColl/state.json] for collection 
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 26677 INFO  
(zkCallback-24-thread-1-processing-n:127.0.0.1:42517_solr) 
[n:127.0.0.1:42517_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/localShardsTestColl/state.json] for collection 
[localShardsTestColl] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 27120 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with 
params 
requestid=60460c97-56b7-465e-b81e-723cca7b6eb1&action=REQUESTSTATUS&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 27121 INFO  (qtp810549244-218) [n:127.0.0.1:44481_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={requestid=60460c97-56b7-465e-b81e-723cca7b6eb1&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 27553 INFO  
(parallelCoreAdminExecutor-69-thread-1-processing-n:127.0.0.1:44481_solr 
60460c97-56b7-465e-b81e-723cca7b6eb11115343642898635 CREATE) 
[n:127.0.0.1:44481_solr c:localShardsTestColl s:shard1 r:core_node5 
x:localShardsTestColl_shard1_replica_n2] o.a.s.c.Solr

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

6
   [junit4]   2> 55223 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection1/state.json] for collection 
[multicollection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55223 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection1/state.json] for collection 
[multicollection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55228 INFO  (coreCloseExecutor-201-thread-8) 
[n:127.0.0.1:46739_solr c:overwrite s:shard1 r:core_node2 
x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.overwrite.shard1.leader, tag=1648858317
   [junit4]   2> 55229 INFO  (coreCloseExecutor-201-thread-1) 
[n:127.0.0.1:46739_solr c:collection1 s:shard2 r:core_node4 
x:collection1_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection1.shard2.leader, tag=702112949
   [junit4]   2> 55229 INFO  (coreCloseExecutor-201-thread-5) 
[n:127.0.0.1:46739_solr c:stale_state_test_col s:shard1 r:core_node4 
x:stale_state_test_col_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.stale_state_test_col.shard1.leader, tag=1394784324
   [junit4]   2> 55229 INFO  (coreCloseExecutor-201-thread-4) 
[n:127.0.0.1:46739_solr c:localShardsTestColl s:shard2 r:core_node9 
x:localShardsTestColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=1791468578
   [junit4]   2> 55229 INFO  (coreCloseExecutor-201-thread-6) 
[n:127.0.0.1:46739_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=1398421527
   [junit4]   2> 55229 INFO  (coreCloseExecutor-201-thread-7) 
[n:127.0.0.1:46739_solr c:multicollection2 s:shard1 r:core_node2 
x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection2.shard1.leader, 
tag=1708233932
   [junit4]   2> 55229 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55229 INFO  
(zkCallback-25-thread-2-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55229 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55229 INFO  
(zkCallback-25-thread-1-processing-n:127.0.0.1:44481_solr) 
[n:127.0.0.1:44481_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/multicollection2/state.json] for collection 
[multicollection2] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55235 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/stale_state_test_col/state.json] for collection 
[stale_state_test_col] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55235 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/stale_state_test_col/state.json] for collection 
[stale_state_test_col] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 55235 INFO  
(zkCallback-26-thread-2-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/overwrite/state.json] for collection [overwrite] has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 55235 INFO  
(zkCallback-26-thread-1-processing-n:127.0.0.1:46739_solr) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/overwrite/state.json] for collection [overwrite] has occurred 
- updating... (live nodes size: [0])
   [junit4]   2> 55242 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.c.Overseer 
Overseer (id=98984918498803719-127.0.0.1:46739_solr-n_0000000000) closing
   [junit4]   2> 55242 INFO  
(OverseerStateUpdate-98984918498803719-127.0.0.1:46739_solr-n_0000000000) 
[n:127.0.0.1:46739_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:46739_solr
   [junit4]   2> 55245 WARN  
(OverseerAutoScalingTriggerThread-98984918498803719-127.0.0.1:46739_solr-n_0000000000)
 [n:127.0.0.1:46739_solr    ] o.a.s.c.a.OverseerTriggerThread 
OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 55250 INFO  (jetty-closer-10-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1a180689{/solr,null,UNAVAILABLE}
   [junit4]   2> 55256 INFO  (jetty-closer-10-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6066b283{/solr,null,UNAVAILABLE}
   [junit4]   2> 55258 ERROR 
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 55259 INFO  
(SUITE-CloudSolrClientTest-seed#[91F45D7AB8591E23]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42395 42395
   [junit4]   2> 56223 INFO  (Thread-64) [    ] o.a.s.c.ZkTestServer connecting 
to 127.0.0.1:42395 42395
   [junit4]   2> 56225 WARN  (Thread-64) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/collections/foo/state.json
   [junit4]   2>        20      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        16      
/solr/collections/stale_state_test_col/state.json
   [junit4]   2>        12      /solr/collections/collection1/state.json
   [junit4]   2>        12      /solr/collections/multicollection2/state.json
   [junit4]   2>        11      /solr/collections/2nd_collection/state.json
   [junit4]   2>        11      /solr/collections/multicollection1/state.json
   [junit4]   2>        10      /solr/collections/nemesis/state.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        6       /solr/collections/overwrite/state.json
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard3/election/98984918498803720-core_node17-n_0000000000
   [junit4]   2>        2       
/solr/collections/localShardsTestColl/leader_elect/shard2/election/98984918498803720-core_node11-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/98984918498803719-127.0.0.1:46739_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_91F45D7AB8591E23-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 multiDefault=Lucene50(blocksize=128), 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 title_s=Lucene50(blocksize=128), 
intDefault=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 id=PostingsFormat(name=LuceneVarGapDocFreqInterval), text=FSTOrd50, 
timestamp=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{_version_=DocValuesFormat(name=Direct), 
multiDefault=DocValuesFormat(name=Memory), 
title_s=DocValuesFormat(name=Memory), intDefault=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Direct)}, 
maxPointsInLeafNode=1177, maxMBSortInHeap=7.095427743556757, 
sim=RandomSimilarity(queryNorm=false): {}, locale=bg-BG, 
timezone=Europe/Volgograd
   [junit4]   2> NOTE: Linux 4.10.0-37-generic amd64/Oracle Corporation 
1.8.0_144 (64-bit)/cpus=8,threads=1,free=167102440,total=530579456
   [junit4]   2> NOTE: All tests run in this JVM: [GetByIdTest, SolrParamTest, 
OperationsTest, LessThanEqualToEvaluatorTest, JettyWebappTest, 
ExclusiveOrEvaluatorTest, TestJsonRecordReader, TestSolrJErrorHandling, 
SolrExampleBinaryTest, HyperbolicSineEvaluatorTest, UuidEvaluatorTest, 
StreamExpressionToExplanationTest, CloudSolrClientTest]
   [junit4] Completed [39/146 (1!)] on J2 in 33.74s, 16 tests, 1 error <<< 
FAILURES!

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

Reply via email to