Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6409/
Java: 64bit/jdk1.8.0_121 -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:56647/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;:7},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:56647/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;:7},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([4CC93650BA59FFC0:4BC42E4BC6AD055]: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:1358)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1109)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1212)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1212)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1212)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1212)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1212)
        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 11076 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\init-core-data-001
   [junit4]   2> 215088 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 215089 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-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> 215091 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001
   [junit4]   2> 215092 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 215092 INFO  (Thread-661) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 215092 INFO  (Thread-661) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 215192 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56639
   [junit4]   2> 215203 INFO  (jetty-launcher-352-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 215203 INFO  (jetty-launcher-352-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 215204 INFO  (jetty-launcher-352-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 215204 INFO  (jetty-launcher-352-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1f2e3a86{/solr,null,AVAILABLE}
   [junit4]   2> 215205 INFO  (jetty-launcher-352-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 215206 INFO  (jetty-launcher-352-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f0aa843{/solr,null,AVAILABLE}
   [junit4]   2> 215206 INFO  (jetty-launcher-352-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@e6539e{/solr,null,AVAILABLE}
   [junit4]   2> 215206 INFO  (jetty-launcher-352-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@590f7644{/solr,null,AVAILABLE}
   [junit4]   2> 215214 INFO  (jetty-launcher-352-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@43fad134{HTTP/1.1,[http/1.1]}{127.0.0.1:56647}
   [junit4]   2> 215215 INFO  (jetty-launcher-352-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7a8cefdb{HTTP/1.1,[http/1.1]}{127.0.0.1:56652}
   [junit4]   2> 215215 INFO  (jetty-launcher-352-thread-2) [    ] 
o.e.j.s.Server Started @220911ms
   [junit4]   2> 215215 INFO  (jetty-launcher-352-thread-3) [    ] 
o.e.j.s.Server Started @220911ms
   [junit4]   2> 215215 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56647}
   [junit4]   2> 215215 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56652}
   [junit4]   2> 215215 ERROR (jetty-launcher-352-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 215215 ERROR (jetty-launcher-352-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T14:59:15.539Z
   [junit4]   2> 215216 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T14:59:15.539Z
   [junit4]   2> 215218 INFO  (jetty-launcher-352-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1ff156c7{HTTP/1.1,[http/1.1]}{127.0.0.1:56646}
   [junit4]   2> 215218 INFO  (jetty-launcher-352-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@71a3da12{HTTP/1.1,[http/1.1]}{127.0.0.1:56643}
   [junit4]   2> 215218 INFO  (jetty-launcher-352-thread-4) [    ] 
o.e.j.s.Server Started @220914ms
   [junit4]   2> 215218 INFO  (jetty-launcher-352-thread-1) [    ] 
o.e.j.s.Server Started @220914ms
   [junit4]   2> 215218 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56646}
   [junit4]   2> 215218 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=56643}
   [junit4]   2> 215220 ERROR (jetty-launcher-352-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 215220 ERROR (jetty-launcher-352-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T14:59:15.543Z
   [junit4]   2> 215220 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-21T14:59:15.543Z
   [junit4]   2> 215229 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 215229 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 215237 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 215250 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 0x15a612f035c0002, 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> 215252 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 215258 INFO  (jetty-launcher-352-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56639/solr
   [junit4]   2> 215265 INFO  (jetty-launcher-352-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56639/solr
   [junit4]   2> 215272 INFO  (jetty-launcher-352-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56639/solr
   [junit4]   2> 215278 INFO  (jetty-launcher-352-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56639/solr
   [junit4]   2> 215610 INFO  (jetty-launcher-352-thread-3) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 215613 INFO  (jetty-launcher-352-thread-1) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 215614 INFO  (jetty-launcher-352-thread-2) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 215616 INFO  (jetty-launcher-352-thread-4) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 215618 INFO  (jetty-launcher-352-thread-3) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:56652_solr
   [junit4]   2> 215624 INFO  (jetty-launcher-352-thread-1) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56643_solr
   [junit4]   2> 215624 INFO  (jetty-launcher-352-thread-2) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56647_solr
   [junit4]   2> 215625 INFO  (jetty-launcher-352-thread-4) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56646_solr
   [junit4]   2> 215629 INFO  (jetty-launcher-352-thread-3) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.Overseer Overseer 
(id=97497196489605130-127.0.0.1:56652_solr-n_0000000000) starting
   [junit4]   2> 215751 INFO  
(zkCallback-371-thread-1-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 215752 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 215808 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 215828 INFO  
(zkCallback-370-thread-1-processing-n:127.0.0.1:56647_solr) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 215982 INFO  (jetty-launcher-352-thread-3) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:56652_solr
   [junit4]   2> 215999 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 215999 INFO  
(zkCallback-370-thread-1-processing-n:127.0.0.1:56647_solr) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 215999 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 216003 INFO  
(zkCallback-371-thread-1-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 216161 INFO  (jetty-launcher-352-thread-4) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node4\.
   [junit4]   2> 216174 INFO  (jetty-launcher-352-thread-1) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node1\.
   [junit4]   2> 216225 INFO  (jetty-launcher-352-thread-2) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node2\.
   [junit4]   2> 216364 INFO  (jetty-launcher-352-thread-3) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\.
   [junit4]   2> 216431 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 0x15a612f035c000d, 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> 216476 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 216478 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:56639/solr ready
   [junit4]   2> 216530 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testZeroNumShards
   [junit4]   2> 216532 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 216539 INFO  (qtp1898923388-2177) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 216557 INFO  
(OverseerThreadFactory-868-thread-1-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
acollection
   [junit4]   2> 216557 ERROR 
(OverseerThreadFactory-868-thread-1-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.OverseerCollectionMessageHandler 
Collection: acollection operation: create 
failed:org.apache.solr.common.SolrException: numShards must be > 0
   [junit4]   2>        at 
org.apache.solr.cloud.CreateCollectionCmd.call(CreateCollectionCmd.java:124)
   [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> 216581 INFO  (qtp1898923388-2177) [n:127.0.0.1:56646_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=10&collection.configName=conf&name=acollection&action=CREATE&numShards=0&wt=javabin&version=2}
 status=400 QTime=42
   [junit4]   2> 216582 INFO  
(TEST-CollectionsAPIDistributedZkTest.testZeroNumShards-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testZeroNumShards
   [junit4]   2> 216616 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
   [junit4]   2> 216618 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 216624 INFO  (qtp1898923388-2176) [n:127.0.0.1:56646_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> 216627 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 216632 INFO  (qtp1898923388-2176) [n:127.0.0.1:56646_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 216634 INFO  (qtp1898923388-2175) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 216634 INFO  (qtp1898923388-2175) [n:127.0.0.1:56646_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> 216635 INFO  (qtp1898923388-2173) [n:127.0.0.1:56646_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> 216638 INFO  
(OverseerThreadFactory-868-thread-3-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
onlyinzk
   [junit4]   2> 216639 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 216763 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 216772 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 218763 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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> 218768 INFO  
(zkCallback-371-thread-2-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 218773 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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> 218880 INFO  
(zkCallback-371-thread-2-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 218880 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_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> 219800 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 219801 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 219825 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema 
[onlyinzk_shard2_replica1] Schema name=minimal
   [junit4]   2> 219829 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema 
[onlyinzk_shard1_replica1] Schema name=minimal
   [junit4]   2> 219838 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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> 219838 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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> 219846 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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> 219846 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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> 219846 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore 
[[onlyinzk_shard2_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\onlyinzk_shard2_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\.\onlyinzk_shard2_replica1\data\]
   [junit4]   2> 219851 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore 
[[onlyinzk_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node1\onlyinzk_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node1\.\onlyinzk_shard1_replica1\data\]
   [junit4]   2> 220084 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 220084 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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> 220085 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 220085 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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> 220087 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 220087 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 220088 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@2636153d[onlyinzk_shard2_replica1] main]
   [junit4]   2> 220089 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 220089 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 220090 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 220090 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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> 220090 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 220091 INFO  
(searcherExecutor-871-thread-1-processing-n:127.0.0.1:56652_solr 
x:onlyinzk_shard2_replica1 s:shard2 c:onlyinzk) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore 
[onlyinzk_shard2_replica1] Registered new searcher 
Searcher@2636153d[onlyinzk_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 220091 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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 1559955149070270464
   [junit4]   2> 220093 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@2aa81b1b[onlyinzk_shard1_replica1] main]
   [junit4]   2> 220094 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 220095 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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> 220095 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 220095 INFO  
(searcherExecutor-872-thread-1-processing-n:127.0.0.1:56643_solr 
x:onlyinzk_shard1_replica1 s:shard1 c:onlyinzk) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore 
[onlyinzk_shard1_replica1] Registered new searcher 
Searcher@2aa81b1b[onlyinzk_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 220095 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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 1559955149074464768
   [junit4]   2> 220099 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 220099 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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> 220099 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:56652/solr/onlyinzk_shard2_replica1/
   [junit4]   2> 220100 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 220100 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy 
http://127.0.0.1:56652/solr/onlyinzk_shard2_replica1/ has no replicas
   [junit4]   2> 220100 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 220105 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 220105 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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> 220106 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:56643/solr/onlyinzk_shard1_replica1/
   [junit4]   2> 220106 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 220106 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy 
http://127.0.0.1:56643/solr/onlyinzk_shard1_replica1/ has no replicas
   [junit4]   2> 220106 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 220107 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56652/solr/onlyinzk_shard2_replica1/ shard2
   [junit4]   2> 220112 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56643/solr/onlyinzk_shard1_replica1/ shard1
   [junit4]   2> 220219 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_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> 220219 INFO  
(zkCallback-371-thread-3-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 220259 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_solr 
c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 220264 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_solr 
c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 220271 INFO  (qtp1109399306-2168) [n:127.0.0.1:56643_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=3500
   [junit4]   2> 220273 INFO  (qtp1584177644-2189) [n:127.0.0.1:56652_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=3510
   [junit4]   2> 220277 INFO  (qtp1898923388-2173) [n:127.0.0.1:56646_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> 220370 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_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> 220370 INFO  
(zkCallback-371-thread-1-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 220644 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 221278 INFO  (qtp1898923388-2173) [n:127.0.0.1:56646_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=4642
   [junit4]   2> 221280 INFO  (qtp1898923388-2167) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 221280 INFO  (qtp1898923388-2167) [n:127.0.0.1:56646_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> 221280 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
   [junit4]   2> 221308 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 221310 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 221312 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_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> 221316 INFO  
(OverseerThreadFactory-868-thread-4-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 221321 INFO  (qtp1109399306-2158) [n:127.0.0.1:56643_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.onlyinzk.shard1.replica1
   [junit4]   2> 221321 INFO  (qtp1109399306-2158) [n:127.0.0.1:56643_solr    ] 
o.a.s.c.SolrCore [onlyinzk_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@54f2b72b
   [junit4]   2> 221322 INFO  (qtp1584177644-2188) [n:127.0.0.1:56652_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.onlyinzk.shard2.replica1
   [junit4]   2> 221323 INFO  (qtp1584177644-2188) [n:127.0.0.1:56652_solr    ] 
o.a.s.c.SolrCore [onlyinzk_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@305d3de
   [junit4]   2> 221327 INFO  (qtp1109399306-2158) [n:127.0.0.1:56643_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.onlyinzk.shard1.replica1
   [junit4]   2> 221328 INFO  (qtp1584177644-2188) [n:127.0.0.1:56652_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.onlyinzk.shard2.replica1
   [junit4]   2> 221337 INFO  (qtp1109399306-2158) [n:127.0.0.1:56643_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=17
   [junit4]   2> 221338 INFO  (qtp1584177644-2188) [n:127.0.0.1:56652_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=17
   [junit4]   2> 222047 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=735
   [junit4]   2> 222049 INFO  (qtp1898923388-2194) [n:127.0.0.1:56646_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> 222053 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 222054 INFO  
(OverseerThreadFactory-868-thread-5-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
created_and_deleted
   [junit4]   2> 222268 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 224269 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 224282 INFO  
(zkCallback-371-thread-3-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 225303 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225336 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225343 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225348 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225349 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\created_and_deleted_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\.\created_and_deleted_shard1_replica1\data\]
   [junit4]   2> 225537 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225537 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225541 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 225541 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 225542 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1c70c9b6[created_and_deleted_shard1_replica1] main]
   [junit4]   2> 225544 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225544 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225544 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225544 INFO  
(searcherExecutor-881-thread-1-processing-n:127.0.0.1:56652_solr 
x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted) 
[n:127.0.0.1:56652_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@1c70c9b6[created_and_deleted_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 225545 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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 1559955154789203968
   [junit4]   2> 225556 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225556 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225556 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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:56652/solr/created_and_deleted_shard1_replica1/
   [junit4]   2> 225556 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225556 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:56652/solr/created_and_deleted_shard1_replica1/ has no replicas
   [junit4]   2> 225556 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225567 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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:56652/solr/created_and_deleted_shard1_replica1/ shard1
   [junit4]   2> 225677 INFO  
(zkCallback-371-thread-2-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 225720 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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> 225725 INFO  (qtp1584177644-2187) [n:127.0.0.1:56652_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=3457
   [junit4]   2> 225728 INFO  (qtp1898923388-2194) [n:127.0.0.1:56646_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> 225827 INFO  
(zkCallback-371-thread-3-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_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> 226059 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 226730 INFO  (qtp1898923388-2194) [n:127.0.0.1:56646_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=4680
   [junit4]   2> 226732 INFO  (qtp1898923388-2195) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 226732 INFO  (qtp1898923388-2195) [n:127.0.0.1:56646_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> 226733 INFO  (qtp1898923388-2179) [n:127.0.0.1:56646_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> 226737 INFO  
(OverseerThreadFactory-868-thread-5-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 226740 INFO  (qtp1584177644-2185) [n:127.0.0.1:56652_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.created_and_deleted.shard1.replica1
   [junit4]   2> 226741 INFO  (qtp1584177644-2185) [n:127.0.0.1:56652_solr    ] 
o.a.s.c.SolrCore [created_and_deleted_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@541416bb
   [junit4]   2> 226745 INFO  (qtp1584177644-2185) [n:127.0.0.1:56652_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.created_and_deleted.shard1.replica1
   [junit4]   2> 226752 INFO  (qtp1584177644-2185) [n:127.0.0.1:56652_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=12
   [junit4]   2> 227461 INFO  (qtp1898923388-2179) [n:127.0.0.1:56646_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=727
   [junit4]   2> 227462 INFO  (qtp1898923388-2177) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 227462 INFO  (qtp1898923388-2177) [n:127.0.0.1:56646_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> 227463 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 227498 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting 
deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 227501 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 227509 INFO  (qtp1898923388-2176) [n:127.0.0.1:56646_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> 227513 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 227520 INFO  (qtp1898923388-2176) [n:127.0.0.1:56646_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> 227521 INFO  (qtp1898923388-2175) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 227521 INFO  (qtp1898923388-2175) [n:127.0.0.1:56646_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> 227522 INFO  
(TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending 
deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 227559 INFO  
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[4CC93650BA59FFC0]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 227561 INFO  
(TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[4CC93650BA59FFC0]) [ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 227564 INFO  (qtp1898923388-2173) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 227567 INFO  
(OverseerThreadFactory-868-thread-5-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
addReplicaColl
   [junit4]   2> 227568 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_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> 227780 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 227783 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 227784 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 227784 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 2s
   [junit4]   2> 229780 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 229784 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 229785 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 229786 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 229787 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 229904 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 229904 INFO  
(zkCallback-371-thread-1-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 229904 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 229905 INFO  
(zkCallback-370-thread-1-processing-n:127.0.0.1:56647_solr) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 230825 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 230826 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 230827 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 230854 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 230854 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 230858 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.IndexSchema [addReplicaColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 230862 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 230864 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 230864 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 230877 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 230880 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using 
configuration from collection addReplicaColl
   [junit4]   2> 230880 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using 
configuration from collection addReplicaColl
   [junit4]   2> 230880 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore 
[[addReplicaColl_shard2_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node1\addReplicaColl_shard2_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node1\.\addReplicaColl_shard2_replica2\data\]
   [junit4]   2> 230880 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore 
[[addReplicaColl_shard2_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node4\addReplicaColl_shard2_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node4\.\addReplicaColl_shard2_replica1\data\]
   [junit4]   2> 230881 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 230882 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica2' using 
configuration from collection addReplicaColl
   [junit4]   2> 230883 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore 
[[addReplicaColl_shard1_replica2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\addReplicaColl_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node3\.\addReplicaColl_shard1_replica2\data\]
   [junit4]   2> 230883 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 230885 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using 
configuration from collection addReplicaColl
   [junit4]   2> 230885 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore 
[[addReplicaColl_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node2\addReplicaColl_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-001\node2\.\addReplicaColl_shard1_replica1\data\]
   [junit4]   2> 231048 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 231048 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 231048 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 231048 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 231049 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 231049 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 231050 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 231050 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 231051 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 231051 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 231053 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 231053 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 231053 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 231053 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 231054 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 231054 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 231054 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4a06505c[addReplicaColl_shard1_replica2] main]
   [junit4]   2> 231054 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44eb38fd[addReplicaColl_shard2_replica2] main]
   [junit4]   2> 231054 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4e7f438a[addReplicaColl_shard1_replica1] main]
   [junit4]   2> 231054 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@61bc5167[addReplicaColl_shard2_replica1] main]
   [junit4]   2> 231055 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 231056 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 231056 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 231057 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 231057 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 231057 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559955160568954880
   [junit4]   2> 231057 INFO  
(searcherExecutor-888-thread-1-processing-n:127.0.0.1:56652_solr 
x:addReplicaColl_shard1_replica2 s:shard1 c:addReplicaColl) 
[n:127.0.0.1:56652_solr c:addReplicaColl s:shard1  
x:addReplicaColl_shard1_replica2] o.a.s.c.SolrCore 
[addReplicaColl_shard1_replica2] Registered new searcher 
Searcher@4a06505c[addReplicaColl_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 231057 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 231057 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 231058 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559955160570003456
   [junit4]   2> 231058 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 231058 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 231058 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559955160570003456
   [junit4]   2> 231060 INFO  
(searcherExecutor-889-thread-1-processing-n:127.0.0.1:56647_solr 
x:addReplicaColl_shard1_replica1 s:shard1 c:addReplicaColl) 
[n:127.0.0.1:56647_solr c:addReplicaColl s:shard1  
x:addReplicaColl_shard1_replica1] o.a.s.c.SolrCore 
[addReplicaColl_shard1_replica1] Registered new searcher 
Searcher@4e7f438a[addReplicaColl_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 231060 INFO  
(searcherExecutor-887-thread-1-processing-n:127.0.0.1:56643_solr 
x:addReplicaColl_shard2_replica2 s:shard2 c:addReplicaColl) 
[n:127.0.0.1:56643_solr c:addReplicaColl s:shard2  
x:addReplicaColl_shard2_replica2] o.a.s.c.SolrCore 
[addReplicaColl_shard2_replica2] Registered new searcher 
Searcher@44eb38fd[addReplicaColl_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 231060 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 231061 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 231061 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 231061 INFO  
(searcherExecutor-886-thread-1-processing-n:127.0.0.1:56646_solr 
x:addReplicaColl_shard2_replica1 s:shard2 c:addReplicaColl) 
[n:127.0.0.1:56646_solr c:addReplicaColl s:shard2  
x:addReplicaColl_shard2_replica1] o.a.s.c.SolrCore 
[addReplicaColl_shard2_replica1] Registered new searcher 
Searcher@61bc5167[addReplicaColl_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 231061 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1559955160573149184
   [junit4]   2> 231072 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 231072 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 231072 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56647/solr/addReplicaColl_shard1_replica1/
   [junit4]   2> 231072 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard1_replica1 url=http://127.0.0.1:56647/solr 
START replicas=[http://127.0.0.1:56652/solr/addReplicaColl_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 231073 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 231073 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard1_replica1 url=http://127.0.0.1:56647/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 231073 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 231073 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:56643/solr/addReplicaColl_shard2_replica2/
   [junit4]   2> 231073 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard2_replica2 url=http://127.0.0.1:56643/solr 
START replicas=[http://127.0.0.1:56646/solr/addReplicaColl_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 231073 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] o.a.s.u.PeerSync 
PeerSync: core=addReplicaColl_shard2_replica2 url=http://127.0.0.1:56643/solr 
DONE.  We have no versions.  sync failed.
   [junit4]   2> 231078 INFO  (qtp1898923388-2194) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2 r:core_node2 x:addReplicaColl_shard2_replica1] 
o.a.s.c.S.Request [addReplicaColl_shard2_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 231079 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 231079 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_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> 231079 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 231080 INFO  (qtp1584177644-2186) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1 r:core_node3 x:addReplicaColl_shard1_replica2] 
o.a.s.c.S.Request [addReplicaColl_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 231081 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 231082 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
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> 231082 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 231091 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56643/solr/addReplicaColl_shard2_replica2/ shard2
   [junit4]   2> 231092 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:56647/solr/addReplicaColl_shard1_replica1/ shard1
   [junit4]   2> 231198 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231198 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231200 INFO  
(zkCallback-371-thread-2-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231198 INFO  
(zkCallback-370-thread-1-processing-n:127.0.0.1:56647_solr) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231243 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 231244 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 231248 INFO  (qtp1109399306-2164) [n:127.0.0.1:56643_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2}
 status=0 QTime=3468
   [junit4]   2> 231249 INFO  (qtp805619772-2165) [n:127.0.0.1:56647_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=3464
   [junit4]   2> 231356 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231356 INFO  
(zkCallback-371-thread-3-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231356 INFO  
(zkCallback-373-thread-1-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 231356 INFO  
(zkCallback-370-thread-1-processing-n:127.0.0.1:56647_solr) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 232081 INFO  (qtp1584177644-2184) [n:127.0.0.1:56652_solr 
c:addReplicaColl s:shard1  x:addReplicaColl_shard1_replica2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2}
 status=0 QTime=4297
   [junit4]   2> 232081 INFO  (qtp1898923388-2193) [n:127.0.0.1:56646_solr 
c:addReplicaColl s:shard2  x:addReplicaColl_shard2_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2}
 status=0 QTime=4297
   [junit4]   2> 232086 INFO  (qtp1898923388-2173) [n:127.0.0.1:56646_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> 232181 INFO  
(zkCallback-372-thread-1-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 232181 INFO  (zkCallback-373-thread-1-proce

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

.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:934)
   [junit4]   2>        ... 35 more
   [junit4]   2> 
   [junit4]   2> 341265 INFO  (qtp1898923388-2176) [n:127.0.0.1:56646_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001\tempDir-006&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=400 QTime=1017
   [junit4]   2> 341478 INFO  
(OverseerCollectionConfigSetProcessor-97497196489605130-127.0.0.1:56652_solr-n_0000000000)
 [n:127.0.0.1:56652_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000072 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 342267 INFO  (qtp1898923388-2167) [n:127.0.0.1:56646_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 342267 INFO  (qtp1898923388-2167) [n:127.0.0.1:56646_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> 342268 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[4CC93650BA59FFC0])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 342270 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:56639) [    
] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a612f035c000e, 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> 342285 INFO  (jetty-launcher-352-thread-5) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@1ff156c7{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 342286 INFO  (jetty-launcher-352-thread-5) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=456131451
   [junit4]   2> 342288 INFO  (jetty-launcher-352-thread-6) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@71a3da12{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 342289 INFO  (jetty-launcher-352-thread-6) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1746476478
   [junit4]   2> 342290 INFO  (jetty-launcher-352-thread-7) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@6c87361{HTTP/1.1,[http/1.1]}{127.0.0.1:56647}
   [junit4]   2> 342292 INFO  (jetty-launcher-352-thread-7) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=212628728
   [junit4]   2> 342292 INFO  (jetty-launcher-352-thread-8) [    ] 
o.e.j.s.AbstractConnector Stopped 
ServerConnector@7a8cefdb{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 342293 INFO  (jetty-launcher-352-thread-8) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=294703416
   [junit4]   2> 342304 INFO  (jetty-launcher-352-thread-8) [    ] 
o.a.s.c.Overseer Overseer 
(id=97497196489605130-127.0.0.1:56652_solr-n_0000000000) closing
   [junit4]   2> 342305 INFO  
(OverseerStateUpdate-97497196489605130-127.0.0.1:56652_solr-n_0000000000) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:56652_solr
   [junit4]   2> 342306 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:56639) [    
] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x15a612f035c000b, 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> 342309 INFO  
(zkCallback-373-thread-15-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 342309 INFO  
(zkCallback-371-thread-22-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (2)
   [junit4]   2> 342309 WARN  
(zkCallback-371-thread-19-processing-n:127.0.0.1:56652_solr) 
[n:127.0.0.1:56652_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 342310 WARN  
(zkCallback-373-thread-15-processing-n:127.0.0.1:56643_solr) 
[n:127.0.0.1:56643_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 342312 INFO  (jetty-launcher-352-thread-6) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 342312 INFO  (jetty-launcher-352-thread-6) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1f2e3a86{/solr,null,UNAVAILABLE}
   [junit4]   2> 342312 INFO  (jetty-launcher-352-thread-8) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 342313 INFO  (jetty-launcher-352-thread-8) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@590f7644{/solr,null,UNAVAILABLE}
   [junit4]   2> 343803 WARN  
(zkCallback-372-thread-17-processing-n:127.0.0.1:56646_solr) 
[n:127.0.0.1:56646_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 343803 INFO  (jetty-launcher-352-thread-5) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 343803 INFO  (jetty-launcher-352-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3f0aa843{/solr,null,UNAVAILABLE}
   [junit4]   2> 343804 WARN  
(zkCallback-403-thread-9-processing-n:127.0.0.1:56647_solr) 
[n:127.0.0.1:56647_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 343804 INFO  (jetty-launcher-352-thread-7) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 343806 INFO  (jetty-launcher-352-thread-7) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6aea5118{/solr,null,UNAVAILABLE}
   [junit4]   2> 343808 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:56639 56639
   [junit4]   2> 343809 INFO  (Thread-717) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56639 56639
   [junit4]   2> 343811 WARN  (Thread-717) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        103     /solr/clusterstate.json
   [junit4]   2>        2       
/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        186     /solr/collections
   [junit4]   2>        47      /solr/overseer/queue
   [junit4]   2>        10      /solr/overseer/collection-queue-work
   [junit4]   2>        7       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 343811 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[4CC93650BA59FFC0]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_4CC93650BA59FFC0-001
   [junit4]   2> Feb 21, 2017 3:01:24 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=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=2080, maxDocsPerChunk=1015, blockSize=257), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=2080, blockSize=257)), sim=RandomSimilarity(queryNorm=true): {}, 
locale=ga-IE, timezone=Europe/Zagreb
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=58508832,total=253050880
   [junit4]   2> NOTE: All tests run in this JVM: [MigrateRouteKeyTest, 
TestDFRSimilarityFactory, DistributedQueryComponentCustomSortTest, 
TlogReplayBufferedWhileIndexingTest, DocValuesMissingTest, TestConfigsApi, 
TestConfigSets, SliceStateTest, TestLRUStatsCache, URLClassifyProcessorTest, 
BaseCdcrDistributedZkTest, TestDFISimilarityFactory, RemoteQueryErrorTest, 
SortByFunctionTest, SimpleCollectionCreateDeleteTest, TestIndexingPerformance, 
DirectoryFactoryTest, TestCloudManagedSchema, BlockJoinFacetDistribTest, 
BlockDirectoryTest, ReplicationFactorTest, AssignTest, 
TestDynamicFieldCollectionResource, TestReloadAndDeleteDocs, 
TestClusterStateMutator, SolrMetricReporterTest, TestMiniSolrCloudCluster, 
TestFieldCacheSort, TestSolrCloudWithSecureImpersonation, 
CollectionsAPIDistributedZkTest]
   [junit4] Completed [78/693 (1!)] on J1 in 129.75s, 20 tests, 1 error <<< 
FAILURES!

[...truncated 64644 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to