You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/03/12 15:58:57 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1189 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1189/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Error from server at http://127.0.0.1:47740/solr/awhollynewcollection_0: 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 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem accessing /solr/awhollynewcollection_0/select. Reason: <pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:5},code=510}</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:47740/solr/awhollynewcollection_0: 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 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    {metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:5},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([3531138FC6B1C2AA:7D44673BC082ED3F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:595)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:523)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)




Build Log:
[...truncated 11966 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/init-core-data-001
   [junit4]   2> 1238005 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=46 numCloses=46
   [junit4]   2> 1238005 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1238007 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-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> 1238007 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001
   [junit4]   2> 1238007 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1238008 INFO  (Thread-4501) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1238008 INFO  (Thread-4501) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1238110 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41145
   [junit4]   2> 1238118 INFO  (jetty-launcher-2983-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1238118 INFO  (jetty-launcher-2983-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1238118 INFO  (jetty-launcher-2983-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1238119 INFO  (jetty-launcher-2983-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1238122 INFO  (jetty-launcher-2983-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@478f1de3{/solr,null,AVAILABLE}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6bcd9ec9{/solr,null,AVAILABLE}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7540cc16{HTTP/1.1,[http/1.1]}{127.0.0.1:33927}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-4) [    ] o.e.j.s.Server Started @1242978ms
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3ac2204c{/solr,null,AVAILABLE}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7042de8b{HTTP/1.1,[http/1.1]}{127.0.0.1:47740}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-1) [    ] o.e.j.s.Server Started @1242978ms
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47740}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c9bae5a{HTTP/1.1,[http/1.1]}{127.0.0.1:48603}
   [junit4]   2> 1238124 ERROR (jetty-launcher-2983-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33927}
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1238125 ERROR (jetty-launcher-2983-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1238124 INFO  (jetty-launcher-2983-thread-2) [    ] o.e.j.s.Server Started @1242978ms
   [junit4]   2> 1238125 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48603}
   [junit4]   2> 1238125 INFO  (jetty-launcher-2983-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f4dc0d6{/solr,null,AVAILABLE}
   [junit4]   2> 1238127 ERROR (jetty-launcher-2983-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7cab765c{HTTP/1.1,[http/1.1]}{127.0.0.1:47765}
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-3) [    ] o.e.j.s.Server Started @1242981ms
   [junit4]   2> 1238125 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T15:10:58.459Z
   [junit4]   2> 1238125 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1238128 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T15:10:58.460Z
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=47765}
   [junit4]   2> 1238128 ERROR (jetty-launcher-2983-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1238128 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1238128 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1238128 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1238127 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1238129 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1238129 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T15:10:58.461Z
   [junit4]   2> 1238129 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-12T15:10:58.461Z
   [junit4]   2> 1238132 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1238133 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1238136 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1238139 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1238140 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 0x15ac31291250001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1238142 INFO  (jetty-launcher-2983-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41145/solr
   [junit4]   2> 1238142 INFO  (jetty-launcher-2983-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41145/solr
   [junit4]   2> 1238145 INFO  (jetty-launcher-2983-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41145/solr
   [junit4]   2> 1238148 INFO  (jetty-launcher-2983-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41145/solr
   [junit4]   2> 1238185 INFO  (jetty-launcher-2983-thread-1) [n:127.0.0.1:47740_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1238185 INFO  (jetty-launcher-2983-thread-4) [n:127.0.0.1:33927_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1238188 INFO  (jetty-launcher-2983-thread-1) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:47740_solr
   [junit4]   2> 1238188 INFO  (jetty-launcher-2983-thread-2) [n:127.0.0.1:48603_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1238188 INFO  (jetty-launcher-2983-thread-3) [n:127.0.0.1:47765_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1238189 INFO  (jetty-launcher-2983-thread-4) [n:127.0.0.1:33927_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33927_solr
   [junit4]   2> 1238190 INFO  (jetty-launcher-2983-thread-1) [n:127.0.0.1:47740_solr    ] o.a.s.c.Overseer Overseer (id=97604826453835784-127.0.0.1:47740_solr-n_0000000000) starting
   [junit4]   2> 1238190 INFO  (jetty-launcher-2983-thread-2) [n:127.0.0.1:48603_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48603_solr
   [junit4]   2> 1238191 INFO  (jetty-launcher-2983-thread-3) [n:127.0.0.1:47765_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47765_solr
   [junit4]   2> 1238200 INFO  (zkCallback-3002-thread-1-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1238213 INFO  (zkCallback-3004-thread-1-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1238223 INFO  (zkCallback-3001-thread-1-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1238223 INFO  (zkCallback-3005-thread-1-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1238297 INFO  (jetty-launcher-2983-thread-1) [n:127.0.0.1:47740_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:47740_solr
   [junit4]   2> 1238316 INFO  (zkCallback-3005-thread-1-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1238316 INFO  (zkCallback-3002-thread-1-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1238316 INFO  (zkCallback-3004-thread-1-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1238317 INFO  (zkCallback-3001-thread-1-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1238399 INFO  (jetty-launcher-2983-thread-4) [n:127.0.0.1:33927_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node4/.
   [junit4]   2> 1238442 INFO  (jetty-launcher-2983-thread-2) [n:127.0.0.1:48603_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node2/.
   [junit4]   2> 1238442 INFO  (jetty-launcher-2983-thread-3) [n:127.0.0.1:47765_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node3/.
   [junit4]   2> 1238581 INFO  (jetty-launcher-2983-thread-1) [n:127.0.0.1:47740_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node1/.
   [junit4]   2> 1238793 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1238795 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41145/solr ready
   [junit4]   2> 1238833 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 1238835 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1238839 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1238843 INFO  (OverseerThreadFactory-5204-thread-1-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.CreateCollectionCmd Create collection created_and_deleted
   [junit4]   2> 1238955 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1239062 INFO  (zkCallback-3002-thread-1-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1239968 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1239974 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.s.IndexSchema [created_and_deleted_shard1_replica1] Schema name=minimal
   [junit4]   2> 1239977 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1239978 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'created_and_deleted_shard1_replica1' using configuration from collection created_and_deleted
   [junit4]   2> 1239979 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.SolrCore [[created_and_deleted_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node2/created_and_deleted_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node2/./created_and_deleted_shard1_replica1/data/]
   [junit4]   2> 1240032 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1240032 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1240033 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1240033 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1240034 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4060adb3[created_and_deleted_shard1_replica1] main]
   [junit4]   2> 1240036 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1240037 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1240037 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1240037 INFO  (searcherExecutor-5213-thread-1-processing-n:127.0.0.1:48603_solr x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.SolrCore [created_and_deleted_shard1_replica1] Registered new searcher Searcher@4060adb3[created_and_deleted_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1240037 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561677225387884544
   [junit4]   2> 1240046 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1240047 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1240047 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:48603/solr/created_and_deleted_shard1_replica1/
   [junit4]   2> 1240047 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1240047 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:48603/solr/created_and_deleted_shard1_replica1/ has no replicas
   [junit4]   2> 1240047 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1240054 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:48603/solr/created_and_deleted_shard1_replica1/ shard1
   [junit4]   2> 1240159 INFO  (zkCallback-3002-thread-1-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1240206 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1240209 INFO  (qtp1158034415-16615) [n:127.0.0.1:48603_solr c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2} status=0 QTime=1255
   [junit4]   2> 1240213 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_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> 1240312 INFO  (zkCallback-3002-thread-1-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/created_and_deleted/state.json] for collection [created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1240846 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_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> 1241215 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2377
   [junit4]   2> 1241216 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1241217 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1241217 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=created_and_deleted&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1241223 INFO  (OverseerThreadFactory-5204-thread-2-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1241226 INFO  (qtp1158034415-16618) [n:127.0.0.1:48603_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.created_and_deleted.shard1.replica1, tag=null
   [junit4]   2> 1241226 INFO  (qtp1158034415-16618) [n:127.0.0.1:48603_solr    ] o.a.s.c.SolrCore [created_and_deleted_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6fc1b7c7
   [junit4]   2> 1241227 INFO  (qtp1158034415-16618) [n:127.0.0.1:48603_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.created_and_deleted.shard1.replica1, tag=1874966471
   [junit4]   2> 1241229 INFO  (qtp1158034415-16618) [n:127.0.0.1:48603_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 1241938 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0 QTime=721
   [junit4]   2> 1241939 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1241939 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1241940 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 1241981 INFO  (TEST-CollectionsAPIDistributedZkTest.testMaxNodesPerShard-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxNodesPerShard
   [junit4]   2> 1241983 INFO  (TEST-CollectionsAPIDistributedZkTest.testMaxNodesPerShard-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1241987 INFO  (qtp712883815-16629) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=oversharded&action=CREATE&numShards=3&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1241991 INFO  (OverseerThreadFactory-5204-thread-3-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.CreateCollectionCmd Create collection oversharded
   [junit4]   2> 1241992 ERROR (OverseerThreadFactory-5204-thread-3-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerCollectionMessageHandler Collection: oversharded operation: create failed:org.apache.solr.common.SolrException: Cannot create collection oversharded. Value of maxShardsPerNode is 1, and the number of nodes currently live or live and part of your createNodeSet is 4. This allows a maximum of 4 to be created. Value of numShards is 3 and value of replicationFactor is 2. This requires 6 shards to be created (higher than the allowed number)
   [junit4]   2> 	at org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:155)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:224)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:463)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1241992 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1241997 INFO  (qtp712883815-16629) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=oversharded&action=CREATE&numShards=3&wt=javabin&version=2} status=400 QTime=10
   [junit4]   2> 1241997 INFO  (TEST-CollectionsAPIDistributedZkTest.testMaxNodesPerShard-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMaxNodesPerShard
   [junit4]   2> 1242041 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 1242043 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1242047 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 1242050 INFO  (OverseerStateUpdate-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1243056 ERROR (qtp712883815-16631) [n:127.0.0.1:33927_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader Specified config=[conf123] does not exist in ZooKeeper at location=[/configs/conf123]
   [junit4]   2> 1243059 ERROR (qtp712883815-16631) [n:127.0.0.1:33927_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'corewithnocollection3': Unable to create core [corewithnocollection3] Caused by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:919)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [corewithnocollection3]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:964)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:885)
   [junit4]   2> 	... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2> 	at org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:74)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:946)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 1243060 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=400 QTime=1013
   [junit4]   2> 1243996 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1244063 INFO  (qtp712883815-16622) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1244063 INFO  (qtp712883815-16622) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1244064 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 1244092 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 1244094 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1244096 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1244099 INFO  (OverseerThreadFactory-5204-thread-4-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1244806 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 QTime=711
   [junit4]   2> 1244810 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=out_of_sync_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1244815 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1244821 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=out_of_sync_collection&action=DELETE&wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 1244823 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1244823 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1244826 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 1244873 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 1244875 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1244878 ERROR (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown action: BADACTION
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:208)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1244879 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 1244879 INFO  (TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 1244934 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 1244936 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1244940 INFO  (qtp712883815-16629) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1244940 ERROR (qtp712883815-16629) [n:127.0.0.1:33927_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing required parameter: name
   [junit4]   2> 	at org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
   [junit4]   2> 	at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:461)
   [junit4]   2> 	at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:478)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:394)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:888)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:226)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:213)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1244940 INFO  (qtp712883815-16629) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 1244941 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 1245031 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
   [junit4]   2> 1245035 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1245053 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1245058 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1245064 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=11
   [junit4]   2> 1245065 INFO  (qtp712883815-16622) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1245065 INFO  (qtp712883815-16622) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1245066 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1245070 INFO  (OverseerThreadFactory-5204-thread-5-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.CreateCollectionCmd Create collection onlyinzk
   [junit4]   2> 1245071 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1245284 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1245284 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1245397 INFO  (zkCallback-3004-thread-1-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1245397 INFO  (zkCallback-3005-thread-1-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1246320 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1246320 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1246330 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema [onlyinzk_shard1_replica1] Schema name=minimal
   [junit4]   2> 1246331 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema [onlyinzk_shard2_replica1] Schema name=minimal
   [junit4]   2> 1246334 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1246334 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1246337 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard1_replica1' using configuration from collection onlyinzk
   [junit4]   2> 1246337 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard2_replica1' using configuration from collection onlyinzk
   [junit4]   2> 1246338 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore [[onlyinzk_shard2_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node4/onlyinzk_shard2_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node4/./onlyinzk_shard2_replica1/data/]
   [junit4]   2> 1246338 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore [[onlyinzk_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node3/onlyinzk_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node3/./onlyinzk_shard1_replica1/data/]
   [junit4]   2> 1246401 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1246401 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1246402 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1246402 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1246403 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@d823df7[onlyinzk_shard2_replica1] main]
   [junit4]   2> 1246405 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1246406 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1246407 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1246408 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561677232068362240
   [junit4]   2> 1246409 INFO  (searcherExecutor-5219-thread-1-processing-n:127.0.0.1:33927_solr x:onlyinzk_shard2_replica1 s:shard2 c:onlyinzk) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore [onlyinzk_shard2_replica1] Registered new searcher Searcher@d823df7[onlyinzk_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1246412 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1246412 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1246413 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1246413 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1246414 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8054e84[onlyinzk_shard1_replica1] main]
   [junit4]   2> 1246421 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1246421 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1246421 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:33927/solr/onlyinzk_shard2_replica1/
   [junit4]   2> 1246422 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1246422 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:33927/solr/onlyinzk_shard2_replica1/ has no replicas
   [junit4]   2> 1246422 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1246423 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1246432 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1246432 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1246432 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561677232093528064
   [junit4]   2> 1246427 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:33927/solr/onlyinzk_shard2_replica1/ shard2
   [junit4]   2> 1246434 INFO  (searcherExecutor-5218-thread-1-processing-n:127.0.0.1:47765_solr x:onlyinzk_shard1_replica1 s:shard1 c:onlyinzk) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore [onlyinzk_shard1_replica1] Registered new searcher Searcher@8054e84[onlyinzk_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1246441 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1246441 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1246441 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:47765/solr/onlyinzk_shard1_replica1/
   [junit4]   2> 1246441 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1246441 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:47765/solr/onlyinzk_shard1_replica1/ has no replicas
   [junit4]   2> 1246441 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1246446 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:47765/solr/onlyinzk_shard1_replica1/ shard1
   [junit4]   2> 1246553 INFO  (zkCallback-3004-thread-1-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1246553 INFO  (zkCallback-3005-thread-1-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1246585 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1246588 INFO  (qtp712883815-16627) [n:127.0.0.1:33927_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2} status=0 QTime=1305
   [junit4]   2> 1246598 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1246603 INFO  (qtp1631189704-16642) [n:127.0.0.1:47765_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2} status=0 QTime=1319
   [junit4]   2> 1246606 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_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> 1246705 INFO  (zkCallback-3005-thread-1-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1246705 INFO  (zkCallback-3004-thread-1-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1247074 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1247607 INFO  (qtp712883815-16624) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2542
   [junit4]   2> 1247609 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1247609 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1247609 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
   [junit4]   2> 1247646 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[3531138FC6B1C2AA]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
   [junit4]   2> 1247649 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[3531138FC6B1C2AA]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1247651 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1247657 INFO  (OverseerThreadFactory-5204-thread-5-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1247667 INFO  (qtp1631189704-16643) [n:127.0.0.1:47765_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard1.replica1, tag=null
   [junit4]   2> 1247667 INFO  (qtp1631189704-16643) [n:127.0.0.1:47765_solr    ] o.a.s.c.SolrCore [onlyinzk_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@8357105
   [junit4]   2> 1247667 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard2.replica1, tag=null
   [junit4]   2> 1247667 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.c.SolrCore [onlyinzk_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5b62b3bb
   [junit4]   2> 1247669 INFO  (qtp1631189704-16643) [n:127.0.0.1:47765_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard1.replica1, tag=137720069
   [junit4]   2> 1247669 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.onlyinzk.shard2.replica1, tag=1533195195
   [junit4]   2> 1247672 INFO  (qtp1631189704-16643) [n:127.0.0.1:47765_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=onlyinzk_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 1247673 INFO  (qtp712883815-16631) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=onlyinzk_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 1248381 INFO  (qtp712883815-16628) [n:127.0.0.1:33927_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=730
   [junit4]   2> 1248382 INFO  (qtp712883815-16622) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1248386 INFO  (OverseerThreadFactory-5204-thread-5-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.CreateCollectionCmd Create collection reloaded_collection
   [junit4]   2> 1248387 INFO  (OverseerCollectionConfigSetProcessor-97604826453835784-127.0.0.1:47740_solr-n_0000000000) [n:127.0.0.1:47740_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000014 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1248601 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1248603 INFO  (qtp1631189704-16644) [n:127.0.0.1:47765_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1248605 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1248605 INFO  (qtp1390105079-16632) [n:127.0.0.1:47740_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1248753 INFO  (zkCallback-3004-thread-1-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1248753 INFO  (zkCallback-3002-thread-2-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1248753 INFO  (zkCallback-3001-thread-2-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1248753 INFO  (zkCallback-3005-thread-1-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/reloaded_collection/state.json] for collection [reloaded_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1249631 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1249631 INFO  (qtp1390105079-16632) [n:127.0.0.1:47740_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1249632 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1249653 INFO  (qtp1631189704-16644) [n:127.0.0.1:47765_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1249656 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1249658 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1249659 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.IndexSchema [reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 1249660 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica1' using configuration from collection reloaded_collection
   [junit4]   2> 1249662 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1249662 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node4/reloaded_collection_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node4/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 1249662 INFO  (qtp1631189704-16644) [n:127.0.0.1:47765_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 1249663 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard1_replica2' using configuration from collection reloaded_collection
   [junit4]   2> 1249663 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [[reloaded_collection_shard1_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node2/reloaded_collection_shard1_replica2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node2/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 1249664 INFO  (qtp1631189704-16644) [n:127.0.0.1:47765_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1249665 INFO  (qtp1631189704-16644) [n:127.0.0.1:47765_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica2' using configuration from collection reloaded_collection
   [junit4]   2> 1249666 INFO  (qtp1631189704-16644) [n:127.0.0.1:47765_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica2] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node3/reloaded_collection_shard2_replica2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node3/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 1249698 INFO  (qtp1390105079-16632) [n:127.0.0.1:47740_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.s.IndexSchema [reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 1249713 INFO  (qtp1390105079-16632) [n:127.0.0.1:47740_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1249719 INFO  (qtp1390105079-16632) [n:127.0.0.1:47740_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'reloaded_collection_shard2_replica1' using configuration from collection reloaded_collection
   [junit4]   2> 1249720 INFO  (qtp1390105079-16632) [n:127.0.0.1:47740_solr c:reloaded_collection s:shard2  x:reloaded_collection_shard2_replica1] o.a.s.c.SolrCore [[reloaded_collection_shard2_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node1/reloaded_collection_shard2_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001/tempDir-001/node1/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 1249729 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1249729 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1249731 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1249731 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1249731 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@2864591e[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 1249733 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1249734 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1249734 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1249735 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561677235556974592
   [junit4]   2> 1249736 INFO  (searcherExecutor-5229-thread-1-processing-n:127.0.0.1:48603_solr x:reloaded_collection_shard1_replica2 s:shard1 c:reloaded_collection) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher Searcher@2864591e[reloaded_collection_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1249742 INFO  (qtp1158034415-16616) [n:127.0.0.1:48603_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1249759 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1249759 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1249760 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1249760 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1249761 INFO  (qtp712883815-16625) [n:127.0.0.1:33927_solr c:reloaded_collection s:shard1  x:reloaded_collection_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bb01c6a[reload

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

ing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 1367353 INFO  (coreCloseExecutor-5416-thread-1) [n:127.0.0.1:47740_solr c:halfdeletedcollection s:shard1 r:core_node1 x:halfdeletedcollection_shard1_replica1] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@502ef9cc
   [junit4]   2> 1367357 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:41145) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15ac3129125000c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1367357 WARN  (zkCallback-3002-thread-16-processing-n:127.0.0.1:48603_solr) [n:127.0.0.1:48603_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1367359 INFO  (zkCallback-3004-thread-7-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1367359 INFO  (coreCloseExecutor-5416-thread-1) [n:127.0.0.1:47740_solr c:halfdeletedcollection s:shard1 r:core_node1 x:halfdeletedcollection_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.halfdeletedcollection.shard1.replica1, tag=1345255884
   [junit4]   2> 1367363 INFO  (jetty-closer-2984-thread-3) [    ] o.a.s.c.Overseer Overseer (id=97604826453835787-127.0.0.1:33927_solr-n_0000000001) closing
   [junit4]   2> 1367365 INFO  (OverseerStateUpdate-97604826453835787-127.0.0.1:33927_solr-n_0000000001) [n:127.0.0.1:33927_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:33927_solr
   [junit4]   2> 1367369 INFO  (zkCallback-3004-thread-2-processing-n:127.0.0.1:33927_solr) [n:127.0.0.1:33927_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1367369 INFO  (zkCallback-3038-thread-3-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1367373 WARN  (zkCallback-3038-thread-2-processing-n:127.0.0.1:47740_solr) [n:127.0.0.1:47740_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1367375 INFO  (jetty-closer-2984-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@20a5b854{/solr,null,UNAVAILABLE}
   [junit4]   2> 1367379 INFO  (jetty-closer-2984-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ac2204c{/solr,null,UNAVAILABLE}
   [junit4]   2> 1367383 INFO  (jetty-closer-2984-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@478f1de3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1368857 WARN  (zkCallback-3005-thread-2-processing-n:127.0.0.1:47765_solr) [n:127.0.0.1:47765_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1368858 INFO  (jetty-closer-2984-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3f4dc0d6{/solr,null,UNAVAILABLE}
   [junit4]   2> 1368861 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41145 41145
   [junit4]   2> 1368867 INFO  (Thread-4554) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41145 41145
   [junit4]   2> 1368869 WARN  (Thread-4554) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/configs/conf
   [junit4]   2> 	3	/solr/clusterprops.json
   [junit4]   2> 	3	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	179	/solr/clusterstate.json
   [junit4]   2> 	3	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	196	/solr/collections
   [junit4]   2> 	45	/solr/overseer/queue
   [junit4]   2> 	12	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1368869 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[3531138FC6B1C2AA]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3531138FC6B1C2AA-001
   [junit4]   2> Mar 12, 2017 3:13:09 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=1273, maxMBSortInHeap=5.7043786051796985, sim=RandomSimilarity(queryNorm=true): {}, locale=fi, timezone=Asia/Thimbu
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=238130176,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaVersionResource, DateMathParserTest, StatsReloadRaceTest, DistributedTermsComponentTest, TestNumericTerms64, TestCrossCoreJoin, DeleteInactiveReplicaTest, TestLeaderElectionWithEmptyReplica, TestStressLiveNodes, FullSolrCloudDistribCmdsTest, ScriptEngineTest, CdcrVersionReplicationTest, TestJoin, TestComponentsName, TestPHPSerializedResponseWriter, ClassificationUpdateProcessorIntegrationTest, TestSlowCompositeReaderWrapper, TestMacroExpander, TestObjectReleaseTracker, BasicAuthIntegrationTest, SpellPossibilityIteratorTest, OverseerRolesTest, PKIAuthenticationIntegrationTest, BufferStoreTest, TestBulkSchemaConcurrent, TestDistributedGrouping, TestSolrCloudSnapshots, ExitableDirectoryReaderTest, RegexBoostProcessorTest, URLClassifyProcessorTest, SolrMetricsIntegrationTest, RecoveryAfterSoftCommitTest, TestOmitPositions, BadIndexSchemaTest, TestIndexSearcher, TestQueryTypes, TestSolrConfigHandlerConcurrent, CdcrReplicationHandlerTest, AtomicUpdatesTest, CSVRequestHandlerTest, MissingSegmentRecoveryTest, CheckHdfsIndexTest, TestQueryUtils, RequestHandlersTest, RAMDirectoryFactoryTest, HdfsRestartWhileUpdatingTest, TestEmbeddedSolrServerSchemaAPI, MergeStrategyTest, SpellingQueryConverterTest, ResponseLogComponentTest, SortSpecParsingTest, HdfsBasicDistributedZk2Test, DistributedFacetPivotLargeTest, ReturnFieldsTest, TestTrie, HttpSolrCallGetCoreTest, TestImpersonationWithHadoopAuth, ZkStateReaderTest, DeleteShardTest, SolrShardReporterTest, TestConfigOverlay, SuggesterTest, TestFastWriter, ReplicaListTransformerTest, ExternalFileFieldSortTest, TestSQLHandlerNonCloud, SpellCheckCollatorTest, TestCodecSupport, MinimalSchemaTest, BooleanFieldTest, RequestLoggingTest, TestSha256AuthenticationProvider, AliasIntegrationTest, DirectUpdateHandlerOptimizeTest, JSONWriterTest, BasicZkTest, OutOfBoxZkACLAndCredentialsProvidersTest, CdcrBootstrapTest, TestFieldResource, LukeRequestHandlerTest, DistributedVersionInfoTest, JsonLoaderTest, HdfsCollectionsAPIDistributedZkTest, TestDynamicFieldResource, TestSolrCoreParser, TestSolr4Spatial, QueryParsingTest, TestJsonFacets, TestLuceneMatchVersion, HdfsLockFactoryTest, GraphQueryTest, TestSearcherReuse, TestSolrDynamicMBean, SliceStateTest, StatsComponentTest, CollectionTooManyReplicasTest, TestStressCloudBlindAtomicUpdates, CacheHeaderTest, CloudMLTQParserTest, TestSolrDeletionPolicy2, TestNRTOpen, TriLevelCompositeIdRoutingTest, TestCryptoKeys, TestSystemIdResolver, ExplicitHLLTest, TestLegacyFieldCache, AddBlockUpdateTest, TestSchemalessBufferedUpdates, TestSolrCloudWithKerberosAlt, SolrGraphiteReporterTest, ShardRoutingCustomTest, EnumFieldTest, BasicFunctionalityTest, SolrInfoMBeanTest, SolrSlf4jReporterTest, TestWriterPerf, TestStandardQParsers, CurrencyFieldOpenExchangeTest, TestInPlaceUpdatesStandalone, BlockCacheTest, TestCollectionAPIs, OverseerTaskQueueTest, TestFieldTypeResource, TestSolrCoreProperties, TestAtomicUpdateErrorCases, TestSolrQueryParser, TestFreeTextSuggestions, SuggesterWFSTTest, TestSolrCLIRunExample, TestPKIAuthenticationPlugin, TestConfigSetProperties, OpenCloseCoreStressTest, TestStressRecovery, IgnoreCommitOptimizeUpdateProcessorFactoryTest, VersionInfoTest, FileBasedSpellCheckerTest, TestFieldCache, TestSegmentSorting, TestQuerySenderListener, PeerSyncWithIndexFingerprintCachingTest, HdfsThreadLeakTest, ShowFileRequestHandlerTest, SolrMetricManagerTest, OverseerCollectionConfigSetProcessorTest, TestConfigReload, TestOnReconnectListenerSupport, TestQueryWrapperFilter, TestPointFields, TestGraphTermsQParserPlugin, HdfsRecoverLeaseTest, TestTolerantUpdateProcessorRandomCloud, ReplaceNodeTest, TestRequestStatusCollectionAPI, TestReversedWildcardFilterFactory, TestPathTrie, TestBadConfig, SortByFunctionTest, TermVectorComponentTest, TestDynamicLoading, TestScoreJoinQPScore, TestDocBasedVersionConstraints, SolrCoreCheckLockOnStartupTest, PreAnalyzedUpdateProcessorTest, CdcrUpdateLogTest, TestXmlQParserPlugin, DistributedIntervalFacetingTest, TestLeaderInitiatedRecoveryThread, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest]
   [junit4] Completed [352/695 (1!)] on J1 in 131.91s, 20 tests, 1 error <<< FAILURES!

[...truncated 63752 lines...]


[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1190 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1190/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.RecoveryZkTest.test

Error Message:


Stack Trace:
java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([897ACC361F230193:12EF3ECB1DF6C6B]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:1251)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.waitForState(CloudSolrClient.java:702)
	at org.apache.solr.cloud.RecoveryZkTest.test(RecoveryZkTest.java:122)
	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:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	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:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	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:745)




Build Log:
[...truncated 11996 lines...]
   [junit4] Suite: org.apache.solr.cloud.RecoveryZkTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/init-core-data-001
   [junit4]   2> 1394965 WARN  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=10 numCloses=10
   [junit4]   2> 1394965 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1394967 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1394967 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001
   [junit4]   2> 1394968 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1394968 INFO  (Thread-3649) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1394968 INFO  (Thread-3649) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1395068 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37184
   [junit4]   2> 1395075 INFO  (jetty-launcher-3321-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1395075 INFO  (jetty-launcher-3321-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2836a1{/solr,null,AVAILABLE}
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7c5afb{/solr,null,AVAILABLE}
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7fdd50f3{HTTP/1.1,[http/1.1]}{127.0.0.1:37429}
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-1) [    ] o.e.j.s.Server Started @1399610ms
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37429}
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@25627cb0{HTTP/1.1,[http/1.1]}{127.0.0.1:64953}
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-2) [    ] o.e.j.s.Server Started @1399610ms
   [junit4]   2> 1395079 ERROR (jetty-launcher-3321-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1395079 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64953}
   [junit4]   2> 1395080 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1395080 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1395080 ERROR (jetty-launcher-3321-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1395080 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.0.0
   [junit4]   2> 1395080 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1395081 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1395081 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-13T02:13:56.388Z
   [junit4]   2> 1395081 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1395081 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-03-13T02:13:56.388Z
   [junit4]   2> 1395084 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1395084 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1395094 INFO  (jetty-launcher-3321-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37184/solr
   [junit4]   2> 1395094 INFO  (jetty-launcher-3321-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37184/solr
   [junit4]   2> 1395131 INFO  (jetty-launcher-3321-thread-1) [n:127.0.0.1:37429_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1395132 INFO  (jetty-launcher-3321-thread-1) [n:127.0.0.1:37429_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37429_solr
   [junit4]   2> 1395133 INFO  (jetty-launcher-3321-thread-1) [n:127.0.0.1:37429_solr    ] o.a.s.c.Overseer Overseer (id=97607433340715013-127.0.0.1:37429_solr-n_0000000000) starting
   [junit4]   2> 1395139 INFO  (jetty-launcher-3321-thread-2) [n:127.0.0.1:64953_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1395141 INFO  (jetty-launcher-3321-thread-2) [n:127.0.0.1:64953_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64953_solr
   [junit4]   2> 1395150 INFO  (OverseerStateUpdate-97607433340715013-127.0.0.1:37429_solr-n_0000000000) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1395150 INFO  (jetty-launcher-3321-thread-1) [n:127.0.0.1:37429_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37429_solr
   [junit4]   2> 1395154 INFO  (zkCallback-3333-thread-1-processing-n:127.0.0.1:64953_solr) [n:127.0.0.1:64953_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1395155 INFO  (zkCallback-3332-thread-1-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1395240 INFO  (jetty-launcher-3321-thread-1) [n:127.0.0.1:37429_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001/node1/.
   [junit4]   2> 1395277 INFO  (jetty-launcher-3321-thread-2) [n:127.0.0.1:64953_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001/node2/.
   [junit4]   2> 1396223 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1396224 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37184/solr ready
   [junit4]   2> 1396245 INFO  (TEST-RecoveryZkTest.test-seed#[897ACC361F230193]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 1396248 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1396252 INFO  (OverseerThreadFactory-6458-thread-1-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.CreateCollectionCmd Create collection recoverytest
   [junit4]   2> 1396360 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1396361 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1396470 INFO  (zkCallback-3333-thread-1-processing-n:127.0.0.1:64953_solr) [n:127.0.0.1:64953_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1396470 INFO  (zkCallback-3332-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397374 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1397374 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1397388 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema [recoverytest_shard1_replica2] Schema name=minimal
   [junit4]   2> 1397388 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema [recoverytest_shard1_replica1] Schema name=minimal
   [junit4]   2> 1397391 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1397391 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1397392 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica2' using configuration from collection recoverytest
   [junit4]   2> 1397392 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'recoverytest_shard1_replica1' using configuration from collection recoverytest
   [junit4]   2> 1397393 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [[recoverytest_shard1_replica2] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001/node1/recoverytest_shard1_replica2], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001/node1/./recoverytest_shard1_replica2/data/]
   [junit4]   2> 1397393 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [[recoverytest_shard1_replica1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001/node2/recoverytest_shard1_replica1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001/tempDir-001/node2/./recoverytest_shard1_replica1/data/]
   [junit4]   2> 1397449 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1397449 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1397449 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1397449 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1397450 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1397450 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1397450 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1397450 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1397450 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.SolrIndexSearcher Opening [Searcher@247a3f3[recoverytest_shard1_replica2] main]
   [junit4]   2> 1397450 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@52a46958[recoverytest_shard1_replica1] main]
   [junit4]   2> 1397452 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1397453 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1397453 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1397453 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1397453 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561718936054005760
   [junit4]   2> 1397453 INFO  (searcherExecutor-6464-thread-1-processing-n:127.0.0.1:64953_solr x:recoverytest_shard1_replica1 s:shard1 c:recoverytest) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.c.SolrCore [recoverytest_shard1_replica1] Registered new searcher Searcher@52a46958[recoverytest_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1397453 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1397453 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1397454 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1561718936055054336
   [junit4]   2> 1397455 INFO  (searcherExecutor-6463-thread-1-processing-n:127.0.0.1:37429_solr x:recoverytest_shard1_replica2 s:shard1 c:recoverytest) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SolrCore [recoverytest_shard1_replica2] Registered new searcher Searcher@247a3f3[recoverytest_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1397462 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1397462 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1397463 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/
   [junit4]   2> 1397463 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica2 url=http://127.0.0.1:37429/solr START replicas=[http://127.0.0.1:64953/solr/recoverytest_shard1_replica1/] nUpdates=100
   [junit4]   2> 1397464 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.u.PeerSync PeerSync: core=recoverytest_shard1_replica2 url=http://127.0.0.1:37429/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1397466 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.c.S.Request [recoverytest_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1397466 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1397466 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1397466 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 1397473 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/ shard1
   [junit4]   2> 1397581 INFO  (zkCallback-3332-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397581 INFO  (zkCallback-3333-thread-1-processing-n:127.0.0.1:64953_solr) [n:127.0.0.1:64953_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397624 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1397628 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica2&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2} status=0 QTime=1268
   [junit4]   2> 1397732 INFO  (zkCallback-3332-thread-3-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1397732 INFO  (zkCallback-3333-thread-1-processing-n:127.0.0.1:64953_solr) [n:127.0.0.1:64953_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1398465 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1  x:recoverytest_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=recoverytest_shard1_replica1&action=CREATE&numShards=1&collection=recoverytest&shard=shard1&wt=javabin&version=2} status=0 QTime=2105
   [junit4]   2> 1398469 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_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> 1398571 INFO  (zkCallback-3332-thread-2-processing-n:127.0.0.1:37429_solr) [n:127.0.0.1:37429_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1398572 INFO  (zkCallback-3333-thread-1-processing-n:127.0.0.1:64953_solr) [n:127.0.0.1:64953_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/recoverytest/state.json] for collection [recoverytest] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1399469 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=recoverytest&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3222
   [junit4]   2> 1399471 INFO  (TEST-RecoveryZkTest.test-seed#[897ACC361F230193]) [    ] o.a.s.c.RecoveryZkTest Indexing 1350 documents
   [junit4]   2> 1399479 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-0 (1561718938173177856)]} 0 1
   [junit4]   2> 1399480 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-0 (1561718938174226432)]} 0 1
   [junit4]   2> 1399480 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-0 (1561718938174226432)]} 0 4
   [junit4]   2> 1399480 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-0 (1561718938173177856)]} 0 6
   [junit4]   2> 1399481 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-0 (-1561718938179469312)]} 0 0
   [junit4]   2> 1399481 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-0 (-1561718938180517888)]} 0 0
   [junit4]   2> 1399481 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-0 (-1561718938180517888)]} 0 0
   [junit4]   2> 1399481 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-0 (-1561718938179469312)]} 0 1
   [junit4]   2> 1399483 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-1 (1561718938181566464)]} 0 0
   [junit4]   2> 1399483 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-1 (1561718938181566464)]} 0 0
   [junit4]   2> 1399483 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-1 (1561718938181566465)]} 0 0
   [junit4]   2> 1399484 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-1 (1561718938181566465)]} 0 1
   [junit4]   2> 1399484 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-2 (1561718938183663616)]} 0 0
   [junit4]   2> 1399485 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-2 (1561718938183663616)]} 0 1
   [junit4]   2> 1399485 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-2 (1561718938183663617)]} 0 0
   [junit4]   2> 1399485 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-2 (1561718938183663617)]} 0 1
   [junit4]   2> 1399486 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-1 (-1561718938184712192)]} 0 0
   [junit4]   2> 1399487 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-1 (-1561718938184712192)]} 0 1
   [junit4]   2> 1399487 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-1 (-1561718938185760768)]} 0 0
   [junit4]   2> 1399487 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-1 (-1561718938185760768)]} 0 0
   [junit4]   2> 1399488 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-3 (1561718938186809344)]} 0 0
   [junit4]   2> 1399488 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-3 (1561718938186809344)]} 0 0
   [junit4]   2> 1399489 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-3 (1561718938187857920)]} 0 0
   [junit4]   2> 1399489 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-2 (-1561718938187857921)]} 0 0
   [junit4]   2> 1399489 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-3 (1561718938187857920)]} 0 0
   [junit4]   2> 1399489 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-2 (-1561718938187857921)]} 0 0
   [junit4]   2> 1399490 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-2 (-1561718938188906496)]} 0 0
   [junit4]   2> 1399490 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-2 (-1561718938188906496)]} 0 0
   [junit4]   2> 1399490 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-4 (1561718938189955072)]} 0 0
   [junit4]   2> 1399490 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-4 (1561718938189955072)]} 0 0
   [junit4]   2> 1399491 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-4 (1561718938191003648)]} 0 0
   [junit4]   2> 1399492 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-4 (1561718938191003648)]} 0 0
   [junit4]   2> 1399492 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-5 (1561718938191003649)]} 0 0
   [junit4]   2> 1399492 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-5 (1561718938191003649)]} 0 1
   [junit4]   2> 1399493 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-5 (1561718938192052224)]} 0 0
   [junit4]   2> 1399493 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-5 (1561718938192052224)]} 0 0
   [junit4]   2> 1399494 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-6 (1561718938193100800)]} 0 0
   [junit4]   2> 1399494 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-6 (1561718938193100801)]} 0 0
   [junit4]   2> 1399494 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-6 (1561718938193100800)]} 0 0
   [junit4]   2> 1399494 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-6 (1561718938193100801)]} 0 0
   [junit4]   2> 1399495 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-4 (-1561718938194149376)]} 0 0
   [junit4]   2> 1399495 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-4 (-1561718938194149376)]} 0 0
   [junit4]   2> 1399496 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-4 (-1561718938195197952)]} 0 0
   [junit4]   2> 1399496 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-4 (-1561718938195197952)]} 0 1
   [junit4]   2> 1399497 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-7 (1561718938196246528)]} 0 0
   [junit4]   2> 1399497 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-7 (1561718938196246528)]} 0 1
   [junit4]   2> 1399498 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-7 (1561718938197295104)]} 0 0
   [junit4]   2> 1399498 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-7 (1561718938197295104)]} 0 0
   [junit4]   2> 1399499 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-6 (-1561718938198343680)]} 0 0
   [junit4]   2> 1399499 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-6 (-1561718938198343680)]} 0 1
   [junit4]   2> 1399499 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-6 (-1561718938199392256)]} 0 0
   [junit4]   2> 1399500 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-6 (-1561718938199392256)]} 0 1
   [junit4]   2> 1399500 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-8 (1561718938200440832)]} 0 0
   [junit4]   2> 1399501 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-8 (1561718938200440832)]} 0 0
   [junit4]   2> 1399501 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-8 (1561718938200440833)]} 0 0
   [junit4]   2> 1399501 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-8 (1561718938200440833)]} 0 0
   [junit4]   2> 1399502 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-9 (1561718938201489408)]} 0 0
   [junit4]   2> 1399502 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-9 (1561718938201489408)]} 0 0
   [junit4]   2> 1399502 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-9 (1561718938202537984)]} 0 0
   [junit4]   2> 1399502 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-9 (1561718938202537984)]} 0 0
   [junit4]   2> 1399503 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-7 (-1561718938203586560)]} 0 0
   [junit4]   2> 1399503 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-7 (-1561718938203586560)]} 0 0
   [junit4]   2> 1399504 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-7 (-1561718938203586561)]} 0 0
   [junit4]   2> 1399504 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-10 (1561718938204635136)]} 0 0
   [junit4]   2> 1399504 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-7 (-1561718938203586561)]} 0 1
   [junit4]   2> 1399505 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-10 (1561718938204635136)]} 0 0
   [junit4]   2> 1399505 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-10 (1561718938205683712)]} 0 0
   [junit4]   2> 1399506 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-10 (1561718938205683712)]} 0 0
   [junit4]   2> 1399506 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-8 (-1561718938205683713)]} 0 0
   [junit4]   2> 1399506 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-8 (-1561718938205683713)]} 0 1
   [junit4]   2> 1399507 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-8 (-1561718938206732288)]} 0 0
   [junit4]   2> 1399507 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-8 (-1561718938206732288)]} 0 0
   [junit4]   2> 1399507 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-11 (1561718938207780864)]} 0 0
   [junit4]   2> 1399507 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-11 (1561718938207780864)]} 0 0
   [junit4]   2> 1399508 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-12 (1561718938208829441)]} 0 0
   [junit4]   2> 1399508 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-11 (1561718938208829440)]} 0 0
   [junit4]   2> 1399509 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-12 (1561718938208829441)]} 0 0
   [junit4]   2> 1399509 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-11 (1561718938208829440)]} 0 1
   [junit4]   2> 1399510 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-12 (1561718938209878017)]} 0 0
   [junit4]   2> 1399510 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-9 (-1561718938209878016)]} 0 0
   [junit4]   2> 1399510 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-12 (1561718938209878017)]} 0 0
   [junit4]   2> 1399510 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-9 (-1561718938209878016)]} 0 1
   [junit4]   2> 1399511 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-13 (1561718938211975169)]} 0 0
   [junit4]   2> 1399512 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-13 (1561718938211975169)]} 0 0
   [junit4]   2> 1399512 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-10 (-1561718938213023744)]} 0 0
   [junit4]   2> 1399513 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-10 (-1561718938213023744)]} 0 0
   [junit4]   2> 1399514 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-9 (-1561718938211975168)]} 0 1
   [junit4]   2> 1399514 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-14 (1561718938214072320)]} 0 0
   [junit4]   2> 1399514 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-9 (-1561718938211975168)]} 0 3
   [junit4]   2> 1399514 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-14 (1561718938214072320)]} 0 0
   [junit4]   2> 1399515 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-15 (1561718938216169472)]} 0 0
   [junit4]   2> 1399515 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-15 (1561718938216169472)]} 0 0
   [junit4]   2> 1399516 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-13 (1561718938215120896)]} 0 0
   [junit4]   2> 1399516 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-13 (1561718938215120896)]} 0 2
   [junit4]   2> 1399517 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-11 (-1561718938217218048)]} 0 0
   [junit4]   2> 1399517 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-10 (-1561718938218266624)]} 0 0
   [junit4]   2> 1399518 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-10 (-1561718938218266624)]} 0 0
   [junit4]   2> 1399518 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-11 (-1561718938217218048)]} 0 2
   [junit4]   2> 1399519 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-14 (1561718938219315200)]} 0 0
   [junit4]   2> 1399519 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-14 (1561718938219315200)]} 0 0
   [junit4]   2> 1399520 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-16 (1561718938221412353)]} 0 0
   [junit4]   2> 1399520 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-16 (1561718938221412353)]} 0 0
   [junit4]   2> 1399521 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-15 (1561718938221412352)]} 0 0
   [junit4]   2> 1399521 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-15 (1561718938221412352)]} 0 1
   [junit4]   2> 1399521 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-17 (1561718938222460928)]} 0 0
   [junit4]   2> 1399522 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-17 (1561718938222460928)]} 0 0
   [junit4]   2> 1399523 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-14 (-1561718938224558080)]} 0 0
   [junit4]   2> 1399524 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-11 (-1561718938223509504)]} 0 0
   [junit4]   2> 1399524 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-11 (-1561718938223509504)]} 0 2
   [junit4]   2> 1399524 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-14 (-1561718938224558080)]} 0 1
   [junit4]   2> 1399525 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-18 (1561718938225606656)]} 0 0
   [junit4]   2> 1399525 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-18 (1561718938225606656)]} 0 0
   [junit4]   2> 1399526 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-16 (1561718938226655232)]} 0 0
   [junit4]   2> 1399526 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-16 (1561718938226655232)]} 0 0
   [junit4]   2> 1399527 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-19 (1561718938227703808)]} 0 0
   [junit4]   2> 1399527 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-19 (1561718938227703808)]} 0 1
   [junit4]   2> 1399528 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-18 (-1561718938229800960)]} 0 0
   [junit4]   2> 1399529 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-18 (-1561718938229800960)]} 0 0
   [junit4]   2> 1399530 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-20 (1561718938230849536)]} 0 0
   [junit4]   2> 1399530 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-20 (1561718938230849536)]} 0 0
   [junit4]   2> 1399531 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-21 (1561718938231898112)]} 0 0
   [junit4]   2> 1399531 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-21 (1561718938231898112)]} 0 0
   [junit4]   2> 1399532 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-19 (-1561718938232946688)]} 0 0
   [junit4]   2> 1399532 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-19 (-1561718938232946688)]} 0 0
   [junit4]   2> 1399533 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-22 (1561718938235043840)]} 0 0
   [junit4]   2> 1399533 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-22 (1561718938235043840)]} 0 0
   [junit4]   2> 1399535 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-20 (-1561718938236092416)]} 0 0
   [junit4]   2> 1399535 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-20 (-1561718938236092416)]} 0 0
   [junit4]   2> 1399536 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-23 (1561718938237140992)]} 0 0
   [junit4]   2> 1399536 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-23 (1561718938237140992)]} 0 0
   [junit4]   2> 1399537 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-24 (1561718938238189568)]} 0 0
   [junit4]   2> 1399537 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-24 (1561718938238189568)]} 0 0
   [junit4]   2> 1399538 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-24 (-1561718938240286720)]} 0 0
   [junit4]   2> 1399538 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-24 (-1561718938240286720)]} 0 0
   [junit4]   2> 1399539 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-17 (1561718938241335296)]} 0 0
   [junit4]   2> 1399540 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-17 (1561718938241335296)]} 0 0
   [junit4]   2> 1399540 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-25 (1561718938241335297)]} 0 0
   [junit4]   2> 1399540 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-25 (1561718938241335297)]} 0 1
   [junit4]   2> 1399541 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-14 (-1561718938242383872)]} 0 0
   [junit4]   2> 1399541 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-14 (-1561718938242383872)]} 0 0
   [junit4]   2> 1399541 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-25 (-1561718938243432448)]} 0 0
   [junit4]   2> 1399542 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-25 (-1561718938243432448)]} 0 0
   [junit4]   2> 1399542 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-18 (1561718938244481024)]} 0 0
   [junit4]   2> 1399543 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-18 (1561718938244481024)]} 0 1
   [junit4]   2> 1399543 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-26 (1561718938244481025)]} 0 0
   [junit4]   2> 1399544 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-26 (1561718938244481025)]} 0 1
   [junit4]   2> 1399544 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-19 (1561718938245529600)]} 0 0
   [junit4]   2> 1399544 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-19 (1561718938245529600)]} 0 0
   [junit4]   2> 1399545 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-26 (-1561718938246578176)]} 0 0
   [junit4]   2> 1399545 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-26 (-1561718938246578176)]} 0 0
   [junit4]   2> 1399545 INFO  (qtp1412856262-16251) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-18 (-1561718938247626752)]} 0 0
   [junit4]   2> 1399546 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-18 (-1561718938247626752)]} 0 1
   [junit4]   2> 1399546 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-27 (1561718938247626753)]} 0 0
   [junit4]   2> 1399547 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-27 (1561718938247626753)]} 0 1
   [junit4]   2> 1399547 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-20 (1561718938248675328)]} 0 0
   [junit4]   2> 1399547 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-20 (1561718938248675328)]} 0 0
   [junit4]   2> 1399548 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-28 (1561718938249723904)]} 0 0
   [junit4]   2> 1399548 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-28 (1561718938249723904)]} 0 1
   [junit4]   2> 1399548 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-21 (1561718938250772480)]} 0 0
   [junit4]   2> 1399549 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-21 (1561718938250772480)]} 0 1
   [junit4]   2> 1399549 INFO  (qtp1412856262-16249) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[1-27 (-1561718938251821056)]} 0 0
   [junit4]   2> 1399550 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-19 (-1561718938251821057)]} 0 0
   [junit4]   2> 1399550 INFO  (qtp285914034-16245) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[1-27 (-1561718938251821056)]} 0 1
   [junit4]   2> 1399550 INFO  (qtp285914034-16244) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-19 (-1561718938251821057)]} 0 0
   [junit4]   2> 1399551 INFO  (qtp1412856262-16241) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-22 (1561718938252869633)]} 0 0
   [junit4]   2> 1399551 INFO  (qtp1412856262-16246) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-29 (1561718938252869632)]} 0 0
   [junit4]   2> 1399551 INFO  (qtp285914034-16236) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-22 (1561718938252869633)]} 0 0
   [junit4]   2> 1399551 INFO  (qtp285914034-16250) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-29 (1561718938252869632)]} 0 0
   [junit4]   2> 1399552 INFO  (qtp1412856262-16238) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{delete=[2-20 (-1561718938254966784)]} 0 0
   [junit4]   2> 1399552 INFO  (qtp285914034-16247) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{delete=[2-20 (-1561718938254966784)]} 0 0
   [junit4]   2> 1399553 INFO  (qtp1412856262-16243) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[1-30 (1561718938254966785)]} 0 0
   [junit4]   2> 1399553 INFO  (qtp285914034-16242) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[1-30 (1561718938254966785)]} 0 1
   [junit4]   2> 1399554 INFO  (qtp1412856262-16240) [n:127.0.0.1:64953_solr c:recoverytest s:shard1 r:core_node1 x:recoverytest_shard1_replica1] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:37429/solr/recoverytest_shard1_replica2/&wt=javabin&version=2}{add=[2-23 (1561718938256015360)]} 0 0
   [junit4]   2> 1399554 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr c:recoverytest s:shard1 r:core_node2 x:recoverytest_shard1_replica2] o.a.s.u.p.LogUpdateProcessorFactory [recoverytest_shard1_replica2]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[2-23 (1561718938256015360)]} 0 0
   [junit4]   2> 1399554 INFO  (qtp1412

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

olr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 1527321 INFO  (qtp285914034-16248) [n:127.0.0.1:37429_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:64953_solr&onlyIfLeaderActive=true&core=recoverytest_shard1_replica2&coreNodeName=core_node1&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=400 QTime=115269
   [junit4]   2> 1527323 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37184 37184
   [junit4]   2> 1527337 INFO  (Thread-3649) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37184 37184
   [junit4]   2> 1527338 WARN  (Thread-3649) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/clusterprops.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> 	4	/solr/collections/recoverytest/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/97607433340715013-127.0.0.1:37429_solr-n_0000000000
   [junit4]   2> 	2	/solr/collections/recoverytest/leader_elect/shard1/election/97607433340715013-core_node2-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	129	/solr/overseer/collection-queue-work
   [junit4]   2> 	17	/solr/overseer/queue
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1527339 INFO  (SUITE-RecoveryZkTest-seed#[897ACC361F230193]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.RecoveryZkTest_897ACC361F230193-001
   [junit4]   2> Mar 13, 2017 2:16:08 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=sv, timezone=PRC
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_121 (64-bit)/cpus=3,threads=1,free=244257040,total=476053504
   [junit4]   2> NOTE: All tests run in this JVM: [TestFaceting, ResponseHeaderTest, TestSolrFieldCacheMBean, TestCloudPseudoReturnFields, DistributedQueryElevationComponentTest, SyncSliceTest, TestMergePolicyConfig, CdcrReplicationDistributedZkTest, SuggesterFSTTest, TestStressLucene, DocValuesMultiTest, IndexSchemaRuntimeFieldTest, TestIntervalFaceting, TestAuthenticationFramework, BlockDirectoryTest, LeaderFailoverAfterPartitionTest, TestSort, TestDocTermOrds, SolrJmxReporterTest, JavabinLoaderTest, TestCursorMarkWithoutUniqueKey, TestCloudManagedSchema, FastVectorHighlighterTest, TestRemoteStreaming, TestSurroundQueryParser, OverriddenZkACLAndCredentialsProvidersTest, ShufflingReplicaListTransformerTest, TlogReplayBufferedWhileIndexingTest, RequiredFieldsTest, TestJsonFacetRefinement, TestCSVLoader, BadCopyFieldTest, DistributedFacetPivotSmallTest, SystemInfoHandlerTest, SampleTest, TestAuthorizationFramework, TestLocalFSCloudBackupRestore, BitVectorTest, CustomCollectionTest, TestFieldCacheReopen, TestClusterProperties, TestDistributedSearch, TestRandomDVFaceting, TestCustomStream, DirectUpdateHandlerTest, OutputWriterTest, TestApiFramework, ZkStateWriterTest, ChaosMonkeyNothingIsSafeTest, DistributedFacetPivotLongTailTest, TestRequestForwarding, ConnectionManagerTest, TestReqParamsAPI, TestHashPartitioner, TestRebalanceLeaders, TestMiniSolrCloudClusterSSL, OverseerTest, OverseerModifyCollectionTest, TestShortCircuitedRequests, TestHighlightDedupGrouping, BasicDistributedZkTest, TestFieldCacheWithThreads, PeerSyncReplicationTest, SolrPluginUtilsTest, HdfsNNFailoverTest, TestMissingGroups, OpenExchangeRatesOrgProviderTest, TestSweetSpotSimilarityFactory, PeerSyncTest, TestNumericTerms32, ActionThrottleTest, DirectoryFactoryTest, TestSolrCloudWithHadoopAuthPlugin, HdfsBasicDistributedZkTest, DirectSolrConnectionTest, BigEndianAscendingWordDeserializerTest, TestDeleteCollectionOnDownNodes, TestStressVersions, SolrMetricReporterTest, RemoteQueryErrorTest, TestBackupRepositoryFactory, SaslZkACLProviderTest, ClusterStateUpdateTest, TestHashQParserPlugin, TestImplicitCoreProperties, SharedFSAutoReplicaFailoverTest, TestManagedSchema, QueryElevationComponentTest, AddSchemaFieldsUpdateProcessorFactoryTest, CurrencyFieldXmlFileTest, SolrIndexMetricsTest, SpatialRPTFieldTypeTest, TestGroupingSearch, TestPhraseSuggestions, TestConfigSets, TestManagedResourceStorage, SolrGangliaReporterTest, TestSimpleQParserPlugin, HighlighterTest, CollectionsAPIAsyncDistributedZkTest, TestRTGBase, SuggestComponentContextFilterQueryTest, HdfsChaosMonkeySafeLeaderTest, ConcurrentDeleteAndCreateCollectionTest, XmlUpdateRequestHandlerTest, MigrateRouteKeyTest, TestFieldCacheSortRandom, MetricUtilsTest, CachingDirectoryFactoryTest, TestPseudoReturnFields, DistributedSpellCheckComponentTest, TestConfigsApi, AnalysisErrorHandlingTest, ClassificationUpdateProcessorFactoryTest, ClassificationUpdateProcessorTest, XsltUpdateRequestHandlerTest, SimplePostToolTest, UpdateLogTest, SolrCoreTest, ParsingFieldUpdateProcessorsTest, ZkControllerTest, TestFileDictionaryLookup, TestCharFilters, TestHighFrequencyDictionaryFactory, SmileWriterTest, TestMinMaxOnMultiValuedField, TestSchemaSimilarityResource, TestNamedUpdateProcessors, PrimUtilsTest, JsonValidatorTest, CursorMarkTest, TestMacros, TestDelegationWithHadoopAuth, PluginInfoTest, MoreLikeThisHandlerTest, TestConfigSetImmutable, SimpleMLTQParserTest, TestSchemaManager, TestFastOutputStream, TestRTimerTree, TestFieldCollectionResource, TestBulkSchemaAPI, AnalyticsMergeStrategyTest, TestStressInPlaceUpdates, BinaryUpdateRequestHandlerTest, DistributedSuggestComponentTest, TestComplexPhraseLeadingWildcard, SolrRequestParserTest, TestBinaryField, HdfsSyncSliceTest, DisMaxRequestHandlerTest, PingRequestHandlerTest, HdfsRecoveryZkTest, LeaderInitiatedRecoveryOnCommitTest, DistributedFacetExistsSmallTest, TestFunctionQuery, CopyFieldTest, TestJmxIntegration, TestSolrCloudWithDelegationTokens, PrimitiveFieldTypeTest, UnloadDistributedZkTest, TestConfigSetsAPI, UUIDUpdateProcessorFallbackTest, TestLazyCores, TestLRUStatsCache, TestSQLHandler, TestCustomDocTransformer, TestElisionMultitermQuery, ManagedSchemaRoundRobinCloudTest, TestUseDocValuesAsStored, ChaosMonkeySafeLeaderTest, OpenCloseCoreStressTest, ShardRoutingTest, BasicZkTest, RecoveryZkTest]
   [junit4] Completed [348/695 (1!)] on J0 in 132.90s, 1 test, 1 error <<< FAILURES!

[...truncated 63708 lines...]