Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/6384/
Java: 64bit/jdk1.8.0_121 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Error from server at http://127.0.0.1:59527/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:59527/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([E3BE9B74CEA0300D:ABCBEFC0C8931F98]: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:517)
        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 11688 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_E3BE9B74CEA0300D-001\init-core-data-001
   [junit4]   2> 954866 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 954871 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-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> 954874 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-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_E3BE9B74CEA0300D-001\tempDir-001
   [junit4]   2> 954874 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 954884 INFO  (Thread-1891) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 954884 INFO  (Thread-1891) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 954975 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:59522
   [junit4]   2> 955001 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 955002 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60db378d{/solr,null,AVAILABLE}
   [junit4]   2> 955005 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 955006 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@32d6ae23{/solr,null,AVAILABLE}
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1e8c3ec3{HTTP/1.1,[http/1.1]}{127.0.0.1:59527}
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.e.j.s.Server Started @960674ms
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59527}
   [junit4]   2> 955007 ERROR (jetty-launcher-2002-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 955007 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-09T15:48:17.441Z
   [junit4]   2> 955029 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 955053 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3f20cbba{/solr,null,AVAILABLE}
   [junit4]   2> 955055 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@14376fb{HTTP/1.1,[http/1.1]}{127.0.0.1:59532}
   [junit4]   2> 955055 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.e.j.s.Server Started @960723ms
   [junit4]   2> 955055 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59532}
   [junit4]   2> 955055 ERROR (jetty-launcher-2002-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 955055 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 955057 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 955057 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 955057 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-09T15:48:17.491Z
   [junit4]   2> 955063 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 955064 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3b145a42{/solr,null,AVAILABLE}
   [junit4]   2> 955065 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@129ae3c5{HTTP/1.1,[http/1.1]}{127.0.0.1:59539}
   [junit4]   2> 955065 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.e.j.s.Server Started @960733ms
   [junit4]   2> 955065 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59539}
   [junit4]   2> 955065 ERROR (jetty-launcher-2002-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 955065 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 955065 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 955066 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 955066 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-09T15:48:17.500Z
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@52c7f375{HTTP/1.1,[http/1.1]}{127.0.0.1:59526}
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.e.j.s.Server Started @960741ms
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=59526}
   [junit4]   2> 955073 ERROR (jetty-launcher-2002-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 955073 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-02-09T15:48:17.507Z
   [junit4]   2> 955117 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 955119 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 955150 INFO  (jetty-launcher-2002-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59522/solr
   [junit4]   2> 955156 INFO  (jetty-launcher-2002-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59522/solr
   [junit4]   2> 955180 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 955189 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 955203 INFO  (jetty-launcher-2002-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59522/solr
   [junit4]   2> 955211 INFO  (jetty-launcher-2002-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:59522/solr
   [junit4]   2> 955239 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 0x15a238f972e0007, 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> 955300 INFO  (jetty-launcher-2002-thread-1) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:59526_solr
   [junit4]   2> 955303 INFO  (jetty-launcher-2002-thread-3) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59539_solr
   [junit4]   2> 955304 INFO  (jetty-launcher-2002-thread-1) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.Overseer Overseer 
(id=97429441565556745-127.0.0.1:59526_solr-n_0000000000) starting
   [junit4]   2> 955322 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 955358 INFO  
(zkCallback-2021-thread-1-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 955544 INFO  (jetty-launcher-2002-thread-3) 
[n:127.0.0.1:59539_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_E3BE9B74CEA0300D-001\tempDir-001\node3\.
   [junit4]   2> 955577 INFO  (jetty-launcher-2002-thread-2) 
[n:127.0.0.1:59527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 955580 INFO  (jetty-launcher-2002-thread-1) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59526_solr
   [junit4]   2> 955599 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 955599 INFO  
(zkCallback-2021-thread-1-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 955814 INFO  
(zkCallback-2022-thread-1-processing-n:127.0.0.1:59527_solr) 
[n:127.0.0.1:59527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 955893 INFO  (jetty-launcher-2002-thread-2) 
[n:127.0.0.1:59527_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59527_solr
   [junit4]   2> 955926 INFO  
(zkCallback-2021-thread-1-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 955926 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 955927 INFO  
(zkCallback-2022-thread-1-processing-n:127.0.0.1:59527_solr) 
[n:127.0.0.1:59527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 955934 INFO  (jetty-launcher-2002-thread-4) 
[n:127.0.0.1:59532_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 955939 INFO  (jetty-launcher-2002-thread-4) 
[n:127.0.0.1:59532_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59532_solr
   [junit4]   2> 955949 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 955950 INFO  
(zkCallback-2022-thread-1-processing-n:127.0.0.1:59527_solr) 
[n:127.0.0.1:59527_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 955963 INFO  
(zkCallback-2025-thread-1-processing-n:127.0.0.1:59532_solr) 
[n:127.0.0.1:59532_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 956061 INFO  
(zkCallback-2021-thread-1-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 956232 INFO  (jetty-launcher-2002-thread-1) 
[n:127.0.0.1:59526_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_E3BE9B74CEA0300D-001\tempDir-001\node1\.
   [junit4]   2> 956252 INFO  (jetty-launcher-2002-thread-2) 
[n:127.0.0.1:59527_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_E3BE9B74CEA0300D-001\tempDir-001\node2\.
   [junit4]   2> 956299 INFO  (jetty-launcher-2002-thread-4) 
[n:127.0.0.1:59532_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_E3BE9B74CEA0300D-001\tempDir-001\node4\.
   [junit4]   2> 957409 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 957411 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[E3BE9B74CEA0300D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:59522/solr ready
   [junit4]   2> 957452 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 957456 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 957460 INFO  (qtp2028895341-9728) [n:127.0.0.1:59527_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> 957477 INFO  
(OverseerThreadFactory-3899-thread-1-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
created_and_deleted
   [junit4]   2> 957605 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 962606 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 962622 INFO  
(zkCallback-2021-thread-3-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_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> 963652 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963661 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963669 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963676 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963676 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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_E3BE9B74CEA0300D-001\tempDir-001\node1\created_and_deleted_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node1\.\created_and_deleted_shard1_replica1\data\]
   [junit4]   2> 963853 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963853 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963856 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 963856 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 963857 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6dcc4c1f[created_and_deleted_shard1_replica1] main]
   [junit4]   2> 963858 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963859 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963859 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963859 INFO  
(searcherExecutor-3906-thread-1-processing-n:127.0.0.1:59526_solr 
x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted) 
[n:127.0.0.1:59526_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@6dcc4c1f[created_and_deleted_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 963859 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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 1558871074451488768
   [junit4]   2> 963869 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963869 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963869 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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:59526/solr/created_and_deleted_shard1_replica1/
   [junit4]   2> 963869 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 963869 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:59526/solr/created_and_deleted_shard1_replica1/ has no replicas
   [junit4]   2> 963875 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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:59526/solr/created_and_deleted_shard1_replica1/ shard1
   [junit4]   2> 963982 INFO  
(zkCallback-2021-thread-2-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_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> 964028 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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> 964046 INFO  (qtp1677572651-9712) [n:127.0.0.1:59526_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=6442
   [junit4]   2> 964054 INFO  (qtp2028895341-9728) [n:127.0.0.1:59527_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> 964141 INFO  
(zkCallback-2021-thread-1-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_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> 965056 INFO  (qtp2028895341-9728) [n:127.0.0.1:59527_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=7595
   [junit4]   2> 965061 INFO  (qtp2028895341-9725) [n:127.0.0.1:59527_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 965062 INFO  (qtp2028895341-9725) [n:127.0.0.1:59527_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> 965063 INFO  (qtp2028895341-9724) [n:127.0.0.1:59527_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> 965068 INFO  
(OverseerThreadFactory-3899-thread-2-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 965068 INFO  
(OverseerCollectionConfigSetProcessor-97429441565556745-127.0.0.1:59526_solr-n_0000000000)
 [n:127.0.0.1:59526_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> 965069 INFO  (qtp1677572651-9719) [n:127.0.0.1:59526_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.created_and_deleted.shard1.replica1
   [junit4]   2> 965070 INFO  (qtp1677572651-9719) [n:127.0.0.1:59526_solr    ] 
o.a.s.c.SolrCore [created_and_deleted_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@287f7216
   [junit4]   2> 965071 INFO  (qtp1677572651-9719) [n:127.0.0.1:59526_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.created_and_deleted.shard1.replica1
   [junit4]   2> 965081 INFO  (qtp1677572651-9719) [n:127.0.0.1:59526_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=11
   [junit4]   2> 966311 INFO  (qtp2028895341-9724) [n:127.0.0.1:59527_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=1247
   [junit4]   2> 966312 INFO  (qtp2028895341-9724) [n:127.0.0.1:59527_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 966312 INFO  (qtp2028895341-9724) [n:127.0.0.1:59527_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> 966313 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 966364 INFO  
(OverseerCollectionConfigSetProcessor-97429441565556745-127.0.0.1:59526_solr-n_0000000000)
 [n:127.0.0.1:59526_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> 966382 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 966386 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 966394 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 971395 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
   [junit4]   2> 971410 INFO  
(OverseerStateUpdate-97429441565556745-127.0.0.1:59526_solr-n_0000000000) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 972482 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 972502 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema 
[halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 972538 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 972550 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using 
configuration from collection halfcollectionblocker
   [junit4]   2> 972554 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[[halfcollection_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node3\halfcollection_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-002\]
   [junit4]   2> 972931 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 972931 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 972933 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 972933 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 972936 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2f568d4d[halfcollection_shard1_replica1] main]
   [junit4]   2> 973013 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 973013 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 973014 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 973014 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558871084051202048
   [junit4]   2> 973024 INFO  
(searcherExecutor-3911-thread-1-processing-n:127.0.0.1:59539_solr 
x:halfcollection_shard1_replica1 c:halfcollectionblocker) 
[n:127.0.0.1:59539_solr c:halfcollectionblocker   
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica1] Registered new searcher 
Searcher@2f568d4d[halfcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 973037 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 973037 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 973037 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:59539/solr/halfcollection_shard1_replica1/
   [junit4]   2> 973037 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 973037 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:59539/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 973062 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59539/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 973216 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 973229 INFO  (qtp981441551-9750) [n:127.0.0.1:59539_solr 
c:halfcollectionblocker   x:halfcollection_shard1_replica1] 
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_E3BE9B74CEA0300D-001\tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2}
 status=0 QTime=6834
   [junit4]   2> 973254 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 978255 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2
   [junit4]   2> 978265 INFO  
(OverseerStateUpdate-97429441565556745-127.0.0.1:59526_solr-n_0000000000) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 979320 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 979368 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 979376 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 979382 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using 
configuration from collection halfcollectionblocker2
   [junit4]   2> 979382 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[[halfcollection_shard1_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node1\halfcollection_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-003\]
   [junit4]   2> 979565 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 979565 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 979566 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 979566 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 979567 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@612d1880[halfcollection_shard1_replica1] main]
   [junit4]   2> 979569 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 979569 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 979569 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 979569 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558871090924617728
   [junit4]   2> 979570 INFO  
(searcherExecutor-3916-thread-1-processing-n:127.0.0.1:59526_solr 
x:halfcollection_shard1_replica1 c:halfcollectionblocker2) 
[n:127.0.0.1:59526_solr c:halfcollectionblocker2   
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica1] Registered new searcher 
Searcher@612d1880[halfcollection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 979582 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 979582 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 979582 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:59526/solr/halfcollection_shard1_replica1/
   [junit4]   2> 979582 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 979582 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:59526/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 979589 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59526/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 979749 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 979761 INFO  (qtp1677572651-9718) [n:127.0.0.1:59526_solr 
c:halfcollectionblocker2   x:halfcollection_shard1_replica1] 
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_E3BE9B74CEA0300D-001\tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2}
 status=0 QTime=6507
   [junit4]   2> 979764 INFO  (qtp2028895341-9723) [n:127.0.0.1:59527_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=halfcollection&action=CREATE&numShards=2&createNodeSet=127.0.0.1:59539_solr,127.0.0.1:59526_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 979781 INFO  
(OverseerThreadFactory-3899-thread-3-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
halfcollection
   [junit4]   2> 979998 INFO  (qtp1677572651-9717) [n:127.0.0.1:59526_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 980001 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 984998 INFO  (qtp1677572651-9717) [n:127.0.0.1:59526_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 984999 WARN  (qtp1677572651-9717) [n:127.0.0.1:59526_solr    ] 
o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 985001 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 985001 ERROR (qtp1677572651-9717) [n:127.0.0.1:59526_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Core with name 
'halfcollection_shard1_replica1' already exists.
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:849)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 985001 INFO  (qtp1677572651-9717) [n:127.0.0.1:59526_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard1_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard1&wt=javabin&version=2}
 status=500 QTime=5003
   [junit4]   2> 985001 ERROR (qtp1677572651-9717) [n:127.0.0.1:59526_solr    ] 
o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: Core with name 
'halfcollection_shard1_replica1' already exists.
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:849)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:378)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:171)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:395)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 985002 ERROR 
(OverseerThreadFactory-3899-thread-3-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Error 
from shard: http://127.0.0.1:59526/solr
   [junit4]   2> 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:59526/solr: Core with name 
'halfcollection_shard1_replica1' already exists.
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
   [junit4]   2>        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
   [junit4]   2>        at 
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
   [junit4]   2>        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:163)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [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> 985009 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfcollection/state.json] for collection [halfcollection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 986034 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 986044 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.s.IndexSchema [halfcollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 986053 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 986060 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard2_replica1' using 
configuration from collection halfcollection
   [junit4]   2> 986061 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] o.a.s.c.SolrCore 
[[halfcollection_shard2_replica1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node3\halfcollection_shard2_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node3\.\halfcollection_shard2_replica1\data\]
   [junit4]   2> 986239 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 986239 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 986242 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 986242 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 986244 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3071811f[halfcollection_shard2_replica1] main]
   [junit4]   2> 986247 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 986248 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 986248 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 986248 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1558871097928056832
   [junit4]   2> 986255 INFO  
(searcherExecutor-3921-thread-1-processing-n:127.0.0.1:59539_solr 
x:halfcollection_shard2_replica1 s:shard2 c:halfcollection) 
[n:127.0.0.1:59539_solr c:halfcollection s:shard2  
x:halfcollection_shard2_replica1] o.a.s.c.SolrCore 
[halfcollection_shard2_replica1] Registered new searcher 
Searcher@3071811f[halfcollection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 986263 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 986263 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 986263 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:59539/solr/halfcollection_shard2_replica1/
   [junit4]   2> 986263 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 986263 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:59539/solr/halfcollection_shard2_replica1/ has no replicas
   [junit4]   2> 986269 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:59539/solr/halfcollection_shard2_replica1/ shard2
   [junit4]   2> 986374 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/halfcollection/state.json] for collection [halfcollection] 
has occurred - updating... (live nodes size: [4])
   [junit4]   2> 986423 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 986429 INFO  (qtp981441551-9747) [n:127.0.0.1:59539_solr 
c:halfcollection s:shard2  x:halfcollection_shard2_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=halfcollection_shard2_replica1&action=CREATE&numShards=2&collection=halfcollection&shard=shard2&wt=javabin&version=2}
 status=0 QTime=6428
   [junit4]   2> 986429 ERROR 
(OverseerThreadFactory-3899-thread-3-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning 
up collection [halfcollection].
   [junit4]   2> 986430 INFO  
(OverseerThreadFactory-3899-thread-3-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 986432 INFO  (qtp981441551-9745) [n:127.0.0.1:59539_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection.shard2.replica1
   [junit4]   2> 986433 INFO  (qtp981441551-9745) [n:127.0.0.1:59539_solr    ] 
o.a.s.c.SolrCore [halfcollection_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@e449e9c
   [junit4]   2> 986434 INFO  (qtp981441551-9745) [n:127.0.0.1:59539_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection.shard2.replica1
   [junit4]   2> 986443 INFO  (qtp981441551-9745) [n:127.0.0.1:59539_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfcollection_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=11
   [junit4]   2> 987146 INFO  
(OverseerThreadFactory-3899-thread-3-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts 
for failed create collection for [halfcollection]
   [junit4]   2> 987149 INFO  (qtp2028895341-9723) [n:127.0.0.1:59527_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> 987787 INFO  
(OverseerCollectionConfigSetProcessor-97429441565556745-127.0.0.1:59526_solr-n_0000000000)
 [n:127.0.0.1:59526_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> 1017166 ERROR (qtp2028895341-9723) [n:127.0.0.1:59527_solr    
] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas 
to become ACTIVE with timeout=30
   [junit4]   2> 1017166 INFO  (qtp2028895341-9723) [n:127.0.0.1:59527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=halfcollection&action=CREATE&numShards=2&createNodeSet=127.0.0.1:59539_solr,127.0.0.1:59526_solr&wt=javabin&version=2}
 status=0 QTime=37401
   [junit4]   2> 1017166 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateShouldFailOnExistingCore
   [junit4]   2> 1017200 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 1017202 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[E3BE9B74CEA0300D])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1017205 INFO  (qtp2028895341-9722) [n:127.0.0.1:59527_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=halfcollectionblocker2&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1017209 INFO  
(OverseerThreadFactory-3899-thread-4-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1017212 INFO  (qtp1677572651-9715) [n:127.0.0.1:59526_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1017213 INFO  (qtp1677572651-9715) [n:127.0.0.1:59526_solr    
] o.a.s.c.SolrCore [halfcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@49f5e8d4
   [junit4]   2> 1017215 INFO  (qtp1677572651-9715) [n:127.0.0.1:59526_solr    
] o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1017220 INFO  (qtp1677572651-9715) [n:127.0.0.1:59526_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=10
   [junit4]   2> 1017926 INFO  (qtp2028895341-9722) [n:127.0.0.1:59527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfcollectionblocker2&action=DELETE&wt=javabin&version=2} 
status=0 QTime=721
   [junit4]   2> 1017927 INFO  (qtp2028895341-9721) [n:127.0.0.1:59527_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=halfcollectionblocker&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1017931 INFO  
(OverseerCollectionConfigSetProcessor-97429441565556745-127.0.0.1:59526_solr-n_0000000000)
 [n:127.0.0.1:59526_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> 1017931 INFO  
(OverseerThreadFactory-3899-thread-5-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1017933 INFO  (qtp981441551-9744) [n:127.0.0.1:59539_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1017934 INFO  (qtp981441551-9744) [n:127.0.0.1:59539_solr    ] 
o.a.s.c.SolrCore [halfcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@572b0791
   [junit4]   2> 1017935 INFO  (qtp981441551-9744) [n:127.0.0.1:59539_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for: 
solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1017939 INFO  (qtp981441551-9744) [n:127.0.0.1:59539_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=halfcollection_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=6
   [junit4]   2> 1018645 INFO  (qtp2028895341-9721) [n:127.0.0.1:59527_solr    
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=halfcollectionblocker&action=DELETE&wt=javabin&version=2} status=0 
QTime=718
   [junit4]   2> 1018646 INFO  (qtp2028895341-9768) [n:127.0.0.1:59527_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1018649 INFO  
(OverseerThreadFactory-3899-thread-5-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
nodes_used_collection
   [junit4]   2> 1018649 INFO  
(OverseerCollectionConfigSetProcessor-97429441565556745-127.0.0.1:59526_solr-n_0000000000)
 [n:127.0.0.1:59526_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> 1018855 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 1018856 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr    
] o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 1018858 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr    
] o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 1018859 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr    ] 
o.a.s.u.TestInjection Inject random core creation delay of 5s
   [junit4]   2> 1023855 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1023856 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1023859 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1023860 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1023861 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1023861 INFO  
(zkCallback-2021-thread-19-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1023986 INFO  
(zkCallback-2022-thread-1-processing-n:127.0.0.1:59527_solr) 
[n:127.0.0.1:59527_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1023986 INFO  
(zkCallback-2025-thread-1-processing-n:127.0.0.1:59532_solr) 
[n:127.0.0.1:59532_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1023986 INFO  
(zkCallback-2021-thread-19-processing-n:127.0.0.1:59526_solr) 
[n:127.0.0.1:59526_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1023986 INFO  
(zkCallback-2014-thread-1-processing-n:127.0.0.1:59539_solr) 
[n:127.0.0.1:59539_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1024899 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1024899 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1024899 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1024935 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1024940 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 1024945 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 1024950 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 1024951 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1024951 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1024954 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1024958 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1024962 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1024963 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica1' 
using configuration from collection nodes_used_collection
   [junit4]   2> 1024963 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica2' 
using configuration from collection nodes_used_collection
   [junit4]   2> 1024963 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica1' 
using configuration from collection nodes_used_collection
   [junit4]   2> 1024963 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.SolrCore [[nodes_used_collection_shard1_replica1] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node4\nodes_used_collection_shard1_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node4\.\nodes_used_collection_shard1_replica1\data\]
   [junit4]   2> 1024963 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.SolrCore [[nodes_used_collection_shard2_replica2] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node2\nodes_used_collection_shard2_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node2\.\nodes_used_collection_shard2_replica2\data\]
   [junit4]   2> 1024964 INFO  (qtp981441551-9743) [n:127.0.0.1:59539_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.SolrCore [[nodes_used_collection_shard2_replica1] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node3\nodes_used_collection_shard2_replica1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node3\.\nodes_used_collection_shard2_replica1\data\]
   [junit4]   2> 1024967 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica2' 
using configuration from collection nodes_used_collection
   [junit4]   2> 1024969 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.SolrCore [[nodes_used_collection_shard1_replica2] ] Opening new 
SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node1\nodes_used_collection_shard1_replica2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest_E3BE9B74CEA0300D-001\tempDir-001\node1\.\nodes_used_collection_shard1_replica2\data\]
   [junit4]   2> 1025189 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1025189 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025190 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1025190 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025192 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1025192 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1025192 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025192 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025193 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025194 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025194 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1025194 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1025195 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@744b62f8[nodes_used_collection_shard1_replica2] main]
   [junit4]   2> 1025197 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1025197 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@773f4e7d[nodes_used_collection_shard1_replica1] main]
   [junit4]   2> 1025197 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1025197 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1025197 INFO  
(searcherExecutor-3929-thread-1-processing-n:127.0.0.1:59526_solr 
x:nodes_used_collection_shard1_replica2 s:shard1 c:nodes_used_collection) 
[n:127.0.0.1:59526_solr c:nodes_used_collection s:shard1  
x:nodes_used_collection_shard1_replica2] o.a.s.c.SolrCore 
[nodes_used_collection_shard1_replica2] Registered new searcher 
Searcher@744b62f8[nodes_used_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1025197 INFO  (qtp1677572651-9714) [n:127.0.0.1:59526_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1558871138769043456
   [junit4]   2> 1025199 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1025199 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1025199 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1025199 INFO  
(searcherExecutor-3926-thread-1-processing-n:127.0.0.1:59532_solr 
x:nodes_used_collection_shard1_replica1 s:shard1 c:nodes_used_collection) 
[n:127.0.0.1:59532_solr c:nodes_used_collection s:shard1  
x:nodes_used_collection_shard1_replica1] o.a.s.c.SolrCore 
[nodes_used_collection_shard1_replica1] Registered new searcher 
Searcher@773f4e7d[nodes_used_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1025199 INFO  (qtp827417646-9736) [n:127.0.0.1:59532_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1558871138771140608
   [junit4]   2> 1025200 INFO  (qtp2028895341-9769) [n:127.0.0.1:59527_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Openi

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


 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 23. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\response\BinaryResponseWriter.java
 (at line 163)
 [ecj-lint]     new 
JavaBinCodec(resolver).setWritableDocFields(resolver).marshal(rsp.getValues(), 
out);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 24. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\response\BinaryResponseWriter.java
 (at line 166)
 [ecj-lint]     return (NamedList<Object>) new 
JavaBinCodec(resolver).unmarshal(in);
 [ecj-lint]                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 25. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\response\SmileResponseWriter.java
 (at line 33)
 [ecj-lint]     new SmileWriter(out, request, response).writeResponse();
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 26. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\schema\OpenExchangeRatesOrgProvider.java
 (at line 146)
 [ecj-lint]     ratesJsonStream = 
resourceLoader.openResource(ratesFileLocation);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'ratesJsonStream' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 27. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\CollapsingQParserPlugin.java
 (at line 1277)
 [ecj-lint]     UninvertingReader uninvertingReader = new UninvertingReader(new 
ReaderWrapper(searcher.getSlowAtomicReader(), collapseField), mapping);
 [ecj-lint]                       ^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'uninvertingReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 28. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\CursorMark.java
 (at line 188)
 [ecj-lint]     pieces = (List<Object>) new JavaBinCodec().unmarshal(in);
 [ecj-lint]                             ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] 29. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\CursorMark.java
 (at line 265)
 [ecj-lint]     new JavaBinCodec().marshal(marshalledValues, out);
 [ecj-lint]     ^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 30. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java
 (at line 145)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 31. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java
 (at line 154)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] 32. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\DocSlice.java
 (at line 163)
 [ecj-lint]     HashDocSet h = new HashDocSet(docs,offset,len);
 [ecj-lint]                ^
 [ecj-lint] Resource leak: 'h' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 33. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\function\OrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 34. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\search\function\ReverseOrdFieldSource.java
 (at line 78)
 [ecj-lint]     SolrIndexSearcher is = (SolrIndexSearcher) o;
 [ecj-lint]                       ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 35. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\servlet\SolrDispatchFilter.java
 (at line 263)
 [ecj-lint]     throw new SolrException(ErrorCode.SERVER_ERROR, "Error occurred 
while loading solr.xml from zookeeper", e);
 [ecj-lint]     
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'loader' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 36. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\CdcrTransactionLog.java
 (at line 98)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 37. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\HdfsTransactionLog.java
 (at line 189)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 38. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\HdfsTransactionLog.java
 (at line 259)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 39. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 40. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 226)
 [ecj-lint]     ChannelFastInputStream is = new ChannelFastInputStream(channel, 
pos);
 [ecj-lint]                            ^^
 [ecj-lint] Resource leak: 'is' is never closed
 [ecj-lint] ----------
 [ecj-lint] 41. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 258)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 42. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 273)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] 43. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\update\TransactionLog.java
 (at line 527)
 [ecj-lint]     LogCodec codec = new LogCodec(resolver);
 [ecj-lint]              ^^^^^
 [ecj-lint] Resource leak: 'codec' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 44. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java
 (at line 655)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] 45. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SimplePostTool.java
 (at line 655)
 [ecj-lint]     BAOS bos =  new BAOS();
 [ecj-lint]          ^^^
 [ecj-lint] Resource leak: 'bos' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 46. WARNING in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\core\src\java\org\apache\solr\util\SolrLogLayout.java
 (at line 149)
 [ecj-lint]     SolrQueryRequest req = requestInfo == null ? null : 
requestInfo.getReq();
 [ecj-lint]                      ^^^
 [ecj-lint] Resource leak: 'req' is never closed
 [ecj-lint] ----------
 [ecj-lint] 46 problems (1 error, 45 warnings)

BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:775: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\build.xml:101: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build.xml:674: The 
following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2004:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:2043:
 Compile failed; see the compiler error output for details.

Total time: 97 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


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

Reply via email to