You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/01/27 04:59:07 UTC

[JENKINS-EA] Lucene-Solr-6.x-Linux (64bit/jdk-9-ea+153) - Build # 2747 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2747/
Java: 64bit/jdk-9-ea+153 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Error from server at https://127.0.0.1:43209/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;:6},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 https://127.0.0.1:43209/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;:6},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([CB8DBD7A977305E8:83F8C9CE91402A7D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	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:435)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:387)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1344)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1095)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1198)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1037)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:149)
	at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:516)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:543)
	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 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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11811 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/init-core-data-001
   [junit4]   2> 1006193 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1006195 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001
   [junit4]   2> 1006195 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1006195 INFO  (Thread-1578) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1006195 INFO  (Thread-1578) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1006295 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36852
   [junit4]   2> 1006332 INFO  (jetty-launcher-931-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1006332 INFO  (jetty-launcher-931-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1006332 INFO  (jetty-launcher-931-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1006333 INFO  (jetty-launcher-931-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1006334 INFO  (jetty-launcher-931-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4bdf354{/solr,null,AVAILABLE}
   [junit4]   2> 1006334 INFO  (jetty-launcher-931-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2105061d{/solr,null,AVAILABLE}
   [junit4]   2> 1006334 INFO  (jetty-launcher-931-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@77addc61{/solr,null,AVAILABLE}
   [junit4]   2> 1006334 INFO  (jetty-launcher-931-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b0610ba{/solr,null,AVAILABLE}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@40b50424{SSL,[ssl, http/1.1]}{127.0.0.1:36002}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.e.j.s.Server Started @1008320ms
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36002}
   [junit4]   2> 1006337 ERROR (jetty-launcher-931-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f1e4735{SSL,[ssl, http/1.1]}{127.0.0.1:43209}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.e.j.s.Server Started @1008320ms
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43209}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d8452fa{SSL,[ssl, http/1.1]}{127.0.0.1:44524}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@46f21fb6{SSL,[ssl, http/1.1]}{127.0.0.1:45669}
   [junit4]   2> 1006337 ERROR (jetty-launcher-931-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-4) [    ] o.e.j.s.Server Started @1008321ms
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44524}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-3) [    ] o.e.j.s.Server Started @1008321ms
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45669}
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-27T04:30:30.377870Z
   [junit4]   2> 1006337 ERROR (jetty-launcher-931-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1006337 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-27T04:30:30.377565Z
   [junit4]   2> 1006337 ERROR (jetty-launcher-931-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 6.5.0
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-27T04:30:30.378225Z
   [junit4]   2> 1006338 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-01-27T04:30:30.378252Z
   [junit4]   2> 1006363 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1006363 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1006364 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1006364 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1006368 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 0x159de30635d0001, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1006368 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 0x159de30635d0002, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1006368 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 0x159de30635d0004, 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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1006369 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1006371 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1006374 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1006376 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1006378 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36852/solr
   [junit4]   2> 1006379 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36852/solr
   [junit4]   2> 1006381 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36852/solr
   [junit4]   2> 1006383 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36852/solr
   [junit4]   2> 1006394 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36002_solr
   [junit4]   2> 1006394 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44524_solr
   [junit4]   2> 1006394 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43209_solr
   [junit4]   2> 1006394 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45669_solr
   [junit4]   2> 1006395 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.c.Overseer Overseer (id=97353166372012044-127.0.0.1:36002_solr-n_0000000000) starting
   [junit4]   2> 1006395 INFO  (zkCallback-949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1006397 INFO  (zkCallback-946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1006397 INFO  (zkCallback-952-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1006397 INFO  (zkCallback-946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1006397 INFO  (zkCallback-951-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1006397 INFO  (zkCallback-949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1006397 INFO  (zkCallback-952-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1006399 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1006401 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36002_solr
   [junit4]   2> 1006402 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1006402 INFO  (zkCallback-949-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1006402 INFO  (zkCallback-946-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1006402 INFO  (zkCallback-952-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1006421 INFO  (jetty-launcher-931-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node4/.
   [junit4]   2> 1006426 INFO  (jetty-launcher-931-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node3/.
   [junit4]   2> 1006427 INFO  (jetty-launcher-931-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node1/.
   [junit4]   2> 1006453 INFO  (jetty-launcher-931-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node2/.
   [junit4]   2> 1007001 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1007002 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36852/solr ready
   [junit4]   2> 1007024 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[CB8DBD7A977305E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreateShouldFailOnExistingCore
   [junit4]   2> 1007025 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[CB8DBD7A977305E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1007078 INFO  (qtp1876562376-6148) [    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2
   [junit4]   2> 1007080 INFO  (OverseerStateUpdate-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1008086 INFO  (qtp1876562376-6148) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1008100 INFO  (qtp1876562376-6148) [    ] o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1008102 INFO  (qtp1876562376-6148) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1008102 INFO  (qtp1876562376-6148) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using configuration from collection halfcollectionblocker
   [junit4]   2> 1008103 INFO  (qtp1876562376-6148) [    ] o.a.s.c.SolrCore [[halfcollection_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node1/halfcollection_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-002/]
   [junit4]   2> 1008118 INFO  (qtp1876562376-6148) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1008118 INFO  (qtp1876562376-6148) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1008120 INFO  (qtp1876562376-6148) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1008120 INFO  (qtp1876562376-6148) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1008121 INFO  (qtp1876562376-6148) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4c7e93a8[halfcollection_shard1_replica1] main]
   [junit4]   2> 1008122 INFO  (qtp1876562376-6148) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1008122 INFO  (qtp1876562376-6148) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1008122 INFO  (qtp1876562376-6148) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1008122 INFO  (searcherExecutor-2911-thread-1) [    ] o.a.s.c.SolrCore [halfcollection_shard1_replica1] Registered new searcher Searcher@4c7e93a8[halfcollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1008122 INFO  (qtp1876562376-6148) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650663970701312
   [junit4]   2> 1008127 INFO  (qtp1876562376-6148) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1008127 INFO  (qtp1876562376-6148) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1008127 INFO  (qtp1876562376-6148) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43209/solr/halfcollection_shard1_replica1/
   [junit4]   2> 1008127 INFO  (qtp1876562376-6148) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1008127 INFO  (qtp1876562376-6148) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:43209/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 1008129 INFO  (qtp1876562376-6148) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43209/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 1008280 INFO  (qtp1876562376-6148) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1008281 INFO  (qtp1876562376-6148) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-002&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker&wt=javabin&version=2} status=0 QTime=1203
   [junit4]   2> 1008329 INFO  (qtp775176259-6159) [    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2
   [junit4]   2> 1008330 INFO  (OverseerStateUpdate-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1009337 INFO  (qtp775176259-6159) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1009344 INFO  (qtp775176259-6159) [    ] o.a.s.s.IndexSchema [halfcollection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1009346 INFO  (qtp775176259-6159) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009347 INFO  (qtp775176259-6159) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard1_replica1' using configuration from collection halfcollectionblocker2
   [junit4]   2> 1009347 INFO  (qtp775176259-6159) [    ] o.a.s.c.SolrCore [[halfcollection_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node4/halfcollection_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-003/]
   [junit4]   2> 1009361 INFO  (qtp775176259-6159) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1009361 INFO  (qtp775176259-6159) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1009363 INFO  (qtp775176259-6159) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009363 INFO  (qtp775176259-6159) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009364 INFO  (qtp775176259-6159) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@377a538c[halfcollection_shard1_replica1] main]
   [junit4]   2> 1009365 INFO  (qtp775176259-6159) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1009365 INFO  (qtp775176259-6159) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009365 INFO  (qtp775176259-6159) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1009365 INFO  (searcherExecutor-2916-thread-1) [    ] o.a.s.c.SolrCore [halfcollection_shard1_replica1] Registered new searcher Searcher@377a538c[halfcollection_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009365 INFO  (qtp775176259-6159) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650665274081280
   [junit4]   2> 1009370 INFO  (qtp775176259-6159) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1009370 INFO  (qtp775176259-6159) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1009370 INFO  (qtp775176259-6159) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44524/solr/halfcollection_shard1_replica1/
   [junit4]   2> 1009370 INFO  (qtp775176259-6159) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1009370 INFO  (qtp775176259-6159) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:44524/solr/halfcollection_shard1_replica1/ has no replicas
   [junit4]   2> 1009373 INFO  (qtp775176259-6159) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44524/solr/halfcollection_shard1_replica1/ shard1
   [junit4]   2> 1009524 INFO  (qtp775176259-6159) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1009525 INFO  (qtp775176259-6159) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-003&collection.configName=conf&name=halfcollection_shard1_replica1&action=CREATE&numShards=1&collection=halfcollectionblocker2&wt=javabin&version=2} status=0 QTime=1196
   [junit4]   2> 1009581 INFO  (qtp1823240417-6150) [    ] 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:43209_solr,127.0.0.1:44524_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1009582 INFO  (OverseerThreadFactory-2902-thread-1) [    ] o.a.s.c.CreateCollectionCmd Create collection halfcollection
   [junit4]   2> 1009790 INFO  (qtp1876562376-6170) [    ] 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> 1009790 INFO  (qtp775176259-6159) [    ] 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> 1009791 WARN  (qtp775176259-6159) [    ] o.a.s.c.CoreContainer Creating a core with existing name is not allowed
   [junit4]   2> 1009791 ERROR (qtp775176259-6159) [    ] 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:824)
   [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:379)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:165)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
   [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:110)
   [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.ssl.SslConnection.onFillable(SslConnection.java:202)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1009795 INFO  (qtp775176259-6159) [    ] 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=5
   [junit4]   2> 1009796 ERROR (qtp775176259-6159) [    ] 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:824)
   [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:379)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:165)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:664)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:445)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:296)
   [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:110)
   [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.ssl.SslConnection.onFillable(SslConnection.java:202)
   [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.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 1009797 ERROR (OverseerThreadFactory-2902-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Error from shard: https://127.0.0.1:44524/solr
   [junit4]   2> org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:44524/solr: Core with name 'halfcollection_shard1_replica1' already exists.
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:610)
   [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.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [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.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1009900 INFO  (zkCallback-946-thread-1) [    ] 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> 1010798 INFO  (qtp1876562376-6170) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1010803 INFO  (qtp1876562376-6170) [    ] o.a.s.s.IndexSchema [halfcollection_shard2_replica1] Schema name=minimal
   [junit4]   2> 1010805 INFO  (qtp1876562376-6170) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1010805 INFO  (qtp1876562376-6170) [    ] o.a.s.c.CoreContainer Creating SolrCore 'halfcollection_shard2_replica1' using configuration from collection halfcollection
   [junit4]   2> 1010806 INFO  (qtp1876562376-6170) [    ] o.a.s.c.SolrCore [[halfcollection_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node1/halfcollection_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node1/./halfcollection_shard2_replica1/data/]
   [junit4]   2> 1010818 INFO  (qtp1876562376-6170) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1010818 INFO  (qtp1876562376-6170) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1010822 INFO  (qtp1876562376-6170) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1010822 INFO  (qtp1876562376-6170) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1010823 INFO  (qtp1876562376-6170) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@46118d34[halfcollection_shard2_replica1] main]
   [junit4]   2> 1010824 INFO  (qtp1876562376-6170) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1010824 INFO  (qtp1876562376-6170) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1010824 INFO  (qtp1876562376-6170) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1010825 INFO  (searcherExecutor-2921-thread-1) [    ] o.a.s.c.SolrCore [halfcollection_shard2_replica1] Registered new searcher Searcher@46118d34[halfcollection_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1010825 INFO  (qtp1876562376-6170) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650666805002240
   [junit4]   2> 1010828 INFO  (qtp1876562376-6170) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1010829 INFO  (qtp1876562376-6170) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1010829 INFO  (qtp1876562376-6170) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43209/solr/halfcollection_shard2_replica1/
   [junit4]   2> 1010829 INFO  (qtp1876562376-6170) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1010829 INFO  (qtp1876562376-6170) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:43209/solr/halfcollection_shard2_replica1/ has no replicas
   [junit4]   2> 1010830 INFO  (qtp1876562376-6170) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43209/solr/halfcollection_shard2_replica1/ shard2
   [junit4]   2> 1010932 INFO  (zkCallback-946-thread-1) [    ] 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> 1010981 INFO  (qtp1876562376-6170) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1010982 INFO  (qtp1876562376-6170) [    ] 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=1192
   [junit4]   2> 1010983 ERROR (OverseerThreadFactory-2902-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Cleaning up collection [halfcollection].
   [junit4]   2> 1010983 INFO  (OverseerThreadFactory-2902-thread-1) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1010985 INFO  (qtp1876562376-6151) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfcollection_shard2_replica1
   [junit4]   2> 1010985 INFO  (qtp1876562376-6151) [    ] o.a.s.c.SolrCore [halfcollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4f8dd5f9
   [junit4]   2> 1010986 INFO  (qtp1876562376-6151) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfcollection.shard2.replica1
   [junit4]   2> 1010990 INFO  (qtp1876562376-6151) [    ] 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=5
   [junit4]   2> 1011691 INFO  (OverseerThreadFactory-2902-thread-1) [    ] o.a.s.c.CreateCollectionCmd Cleaned up artifacts for failed create collection for [halfcollection]
   [junit4]   2> 1011693 INFO  (qtp1823240417-6150) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1013584 INFO  (OverseerCollectionConfigSetProcessor-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] 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> 1041701 ERROR (qtp1823240417-6150) [    ] o.a.s.h.a.CollectionsHandler Timed out waiting for new collection's replicas to become ACTIVE with timeout=30
   [junit4]   2> 1041701 INFO  (qtp1823240417-6150) [    ] 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:43209_solr,127.0.0.1:44524_solr&wt=javabin&version=2} status=0 QTime=32119
   [junit4]   2> 1041701 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateShouldFailOnExistingCore-seed#[CB8DBD7A977305E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateShouldFailOnExistingCore
   [junit4]   2> 1041716 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[CB8DBD7A977305E8]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 1041716 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[CB8DBD7A977305E8]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1041718 INFO  (qtp1823240417-6171) [    ] 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> 1041720 INFO  (OverseerThreadFactory-2902-thread-2) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1041725 INFO  (qtp775176259-6181) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1041725 INFO  (qtp775176259-6181) [    ] o.a.s.c.SolrCore [halfcollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@628336fb
   [junit4]   2> 1041726 INFO  (qtp775176259-6181) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1041728 INFO  (qtp775176259-6181) [    ] 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=4
   [junit4]   2> 1042430 INFO  (qtp1823240417-6171) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=halfcollectionblocker2&action=DELETE&wt=javabin&version=2} status=0 QTime=712
   [junit4]   2> 1042432 INFO  (qtp1823240417-6174) [    ] 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> 1042435 INFO  (OverseerThreadFactory-2902-thread-3) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1042435 INFO  (OverseerCollectionConfigSetProcessor-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] 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> 1042440 INFO  (qtp1876562376-6155) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1042440 INFO  (qtp1876562376-6155) [    ] o.a.s.c.SolrCore [halfcollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@149570f2
   [junit4]   2> 1042441 INFO  (qtp1876562376-6155) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfcollection_shard1_replica1
   [junit4]   2> 1042443 INFO  (qtp1876562376-6155) [    ] 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=3
   [junit4]   2> 1043147 INFO  (qtp1823240417-6174) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=halfcollectionblocker&action=DELETE&wt=javabin&version=2} status=0 QTime=714
   [junit4]   2> 1043149 INFO  (qtp1823240417-6178) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=d052edf0-3394-4b91-9e76-10c0fce82790&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=5&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1043150 INFO  (qtp1823240417-6178) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=d052edf0-3394-4b91-9e76-10c0fce82790&replicationFactor=1&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=5&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043151 INFO  (OverseerThreadFactory-2902-thread-4) [    ] o.a.s.c.CreateCollectionCmd Create collection awhollynewcollection_0
   [junit4]   2> 1043151 INFO  (OverseerCollectionConfigSetProcessor-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] 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> 1043254 INFO  (zkCallback-960-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1043358 INFO  (qtp775176259-6164) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=d052edf0-3394-4b91-9e76-10c0fce827904197952650129499&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043359 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.h.a.CoreAdminOperation core create command async=d052edf0-3394-4b91-9e76-10c0fce827904197952650129499&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard3_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard3&wt=javabin&version=2
   [junit4]   2> 1043359 INFO  (qtp1876562376-6170) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=d052edf0-3394-4b91-9e76-10c0fce827904197952651790940&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043360 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.h.a.CoreAdminOperation core create command async=d052edf0-3394-4b91-9e76-10c0fce827904197952651790940&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard4_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard4&wt=javabin&version=2
   [junit4]   2> 1043364 INFO  (qtp1823240417-6178) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=d052edf0-3394-4b91-9e76-10c0fce827904197952650994162&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043365 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.h.a.CoreAdminOperation core create command async=d052edf0-3394-4b91-9e76-10c0fce827904197952650994162&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 1043405 INFO  (qtp1651681942-6176) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=d052edf0-3394-4b91-9e76-10c0fce827904197952650076535&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard5_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard5&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043405 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.h.a.CoreAdminOperation core create command async=d052edf0-3394-4b91-9e76-10c0fce827904197952650076535&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard5_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard5&wt=javabin&version=2
   [junit4]   2> 1043409 INFO  (qtp1651681942-6149) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=d052edf0-3394-4b91-9e76-10c0fce827904197952651475446&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043410 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.h.a.CoreAdminOperation core create command async=d052edf0-3394-4b91-9e76-10c0fce827904197952651475446&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=5&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 1043411 INFO  (qtp1823240417-6153) [    ] o.a.s.h.a.CoreAdminOperation Checking request status for : d052edf0-3394-4b91-9e76-10c0fce827904197952650994162
   [junit4]   2> 1043411 INFO  (qtp1823240417-6153) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=d052edf0-3394-4b91-9e76-10c0fce827904197952650994162&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1043512 INFO  (zkCallback-949-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1043513 INFO  (zkCallback-952-thread-6) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1043512 INFO  (zkCallback-946-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1043512 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1043513 INFO  (zkCallback-960-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044367 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1044383 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1044384 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1044390 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.s.IndexSchema [awhollynewcollection_0_shard2_replica1] Schema name=minimal
   [junit4]   2> 1044390 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.s.IndexSchema [awhollynewcollection_0_shard3_replica1] Schema name=minimal
   [junit4]   2> 1044392 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.s.IndexSchema [awhollynewcollection_0_shard4_replica1] Schema name=minimal
   [junit4]   2> 1044392 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1044392 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1044392 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 1044393 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.SolrCore [[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node2/awhollynewcollection_0_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node2/./awhollynewcollection_0_shard2_replica1/data/]
   [junit4]   2> 1044393 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard3_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 1044393 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@759ac75c
   [junit4]   2> 1044393 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.SolrCore [[awhollynewcollection_0_shard3_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node4/awhollynewcollection_0_shard3_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node4/./awhollynewcollection_0_shard3_replica1/data/]
   [junit4]   2> 1044393 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1044393 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@759ac75c
   [junit4]   2> 1044394 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard4_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 1044394 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.SolrCore [[awhollynewcollection_0_shard4_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node1/awhollynewcollection_0_shard4_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node1/./awhollynewcollection_0_shard4_replica1/data/]
   [junit4]   2> 1044394 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@759ac75c
   [junit4]   2> 1044406 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1044406 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1044407 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1044407 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1044408 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a12dedc[awhollynewcollection_0_shard2_replica1] main]
   [junit4]   2> 1044408 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1044409 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1044409 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1044409 INFO  (searcherExecutor-2926-thread-1) [    ] o.a.s.c.SolrCore [awhollynewcollection_0_shard2_replica1] Registered new searcher Searcher@1a12dedc[awhollynewcollection_0_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1044409 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650702020378624
   [junit4]   2> 1044411 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1044412 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1044412 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1044413 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1044413 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1044414 INFO  (qtp1823240417-6171) [    ] o.a.s.h.a.CoreAdminOperation Checking request status for : d052edf0-3394-4b91-9e76-10c0fce827904197952650994162
   [junit4]   2> 1044414 INFO  (qtp1823240417-6171) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=d052edf0-3394-4b91-9e76-10c0fce827904197952650994162&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1044432 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
   [junit4]   2> 1044432 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1044432 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1044432 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1044432 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a18bbf9[awhollynewcollection_0_shard3_replica1] main]
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@69dbe372[awhollynewcollection_0_shard4_replica1] main]
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1044433 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:36002/solr/awhollynewcollection_0_shard2_replica1/
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:36002/solr/awhollynewcollection_0_shard2_replica1/ has no replicas
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.s.IndexSchema [awhollynewcollection_0_shard5_replica1] Schema name=minimal
   [junit4]   2> 1044434 INFO  (searcherExecutor-2928-thread-1) [    ] o.a.s.c.SolrCore [awhollynewcollection_0_shard4_replica1] Registered new searcher Searcher@69dbe372[awhollynewcollection_0_shard4_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1044434 INFO  (searcherExecutor-2927-thread-1) [    ] o.a.s.c.SolrCore [awhollynewcollection_0_shard3_replica1] Registered new searcher Searcher@1a18bbf9[awhollynewcollection_0_shard3_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650702046593024
   [junit4]   2> 1044434 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650702046593024
   [junit4]   2> 1044437 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1044437 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:36002/solr/awhollynewcollection_0_shard2_replica1/ shard2
   [junit4]   2> 1044437 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard5_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 1044438 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.SolrCore [[awhollynewcollection_0_shard5_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node3/awhollynewcollection_0_shard5_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node3/./awhollynewcollection_0_shard5_replica1/data/]
   [junit4]   2> 1044438 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@759ac75c
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.s.IndexSchema [awhollynewcollection_0_shard1_replica1] Schema name=minimal
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:43209/solr/awhollynewcollection_0_shard4_replica1/
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:44524/solr/awhollynewcollection_0_shard3_replica1/
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:43209/solr/awhollynewcollection_0_shard4_replica1/ has no replicas
   [junit4]   2> 1044439 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:44524/solr/awhollynewcollection_0_shard3_replica1/ has no replicas
   [junit4]   2> 1044441 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1044441 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from collection awhollynewcollection_0
   [junit4]   2> 1044441 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:43209/solr/awhollynewcollection_0_shard4_replica1/ shard4
   [junit4]   2> 1044441 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:44524/solr/awhollynewcollection_0_shard3_replica1/ shard3
   [junit4]   2> 1044441 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.SolrCore [[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node3/awhollynewcollection_0_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001/tempDir-001/node3/./awhollynewcollection_0_shard1_replica1/data/]
   [junit4]   2> 1044442 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@759ac75c
   [junit4]   2> 1044457 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1044457 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1044460 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1044460 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1044460 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1044460 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1044461 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29502e43[awhollynewcollection_0_shard5_replica1] main]
   [junit4]   2> 1044462 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1044462 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1044462 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1044462 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1044462 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1044463 INFO  (searcherExecutor-2941-thread-1) [    ] o.a.s.c.SolrCore [awhollynewcollection_0_shard5_replica1] Registered new searcher Searcher@29502e43[awhollynewcollection_0_shard5_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1044463 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650702077001728
   [junit4]   2> 1044463 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6bac7af8[awhollynewcollection_0_shard1_replica1] main]
   [junit4]   2> 1044464 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 1044464 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 1044464 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1044464 INFO  (searcherExecutor-2942-thread-1) [    ] o.a.s.c.SolrCore [awhollynewcollection_0_shard1_replica1] Registered new searcher Searcher@6bac7af8[awhollynewcollection_0_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1044464 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1557650702078050304
   [junit4]   2> 1044467 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1044467 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1044467 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45669/solr/awhollynewcollection_0_shard5_replica1/
   [junit4]   2> 1044467 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1044467 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:45669/solr/awhollynewcollection_0_shard5_replica1/ has no replicas
   [junit4]   2> 1044468 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1044468 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1044468 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45669/solr/awhollynewcollection_0_shard1_replica1/
   [junit4]   2> 1044468 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45669/solr/awhollynewcollection_0_shard5_replica1/ shard5
   [junit4]   2> 1044468 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1044469 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:45669/solr/awhollynewcollection_0_shard1_replica1/ has no replicas
   [junit4]   2> 1044470 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45669/solr/awhollynewcollection_0_shard1_replica1/ shard1
   [junit4]   2> 1044571 INFO  (zkCallback-949-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044571 INFO  (zkCallback-952-thread-9) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044571 INFO  (zkCallback-946-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044571 INFO  (zkCallback-960-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044571 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044587 INFO  (parallelCoreAdminExecutor-2909-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044592 INFO  (parallelCoreAdminExecutor-2907-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044592 INFO  (parallelCoreAdminExecutor-2903-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044619 INFO  (parallelCoreAdminExecutor-2905-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044620 INFO  (parallelCoreAdminExecutor-2905-thread-2) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1044722 INFO  (zkCallback-960-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044722 INFO  (zkCallback-946-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044722 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044722 INFO  (zkCallback-952-thread-7) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044722 INFO  (zkCallback-949-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1044722 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[CB8DBD7A977305E8]) [    ] o.a.s.c.ChaosMonkey monkey: stop shard! 43209
   [junit4]   2> 1044722 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[CB8DBD7A977305E8]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1181352088
   [junit4]   2> 1044723 INFO  (coreCloseExecutor-2951-thread-1) [    ] o.a.s.c.SolrCore [awhollynewcollection_0_shard4_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@35d97e6f
   [junit4]   2> 1044768 INFO  (coreCloseExecutor-2951-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.awhollynewcollection_0.shard4.replica1
   [junit4]   2> 1044769 INFO  (zkCallback-952-thread-7) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1044769 INFO  (zkCallback-960-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1044769 INFO  (zkCallback-960-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1044770 INFO  (zkCallback-960-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1044769 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1044769 INFO  (zkCallback-949-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1044827 INFO  (zkCallback-949-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1044827 INFO  (zkCallback-951-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1044827 INFO  (zkCallback-952-thread-7) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 1045416 INFO  (qtp1823240417-6174) [    ] o.a.s.h.a.CoreAdminOperation Checking request status for : d052edf0-3394-4b91-9e76-10c0fce827904197952650994162
   [junit4]   2> 1045416 INFO  (qtp1823240417-6174) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=d052edf0-3394-4b91-9e76-10c0fce827904197952650994162&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1045418 INFO  (qtp1651681942-6152) [    ] o.a.s.h.a.CoreAdminOperation Checking request status for : d052edf0-3394-4b91-9e76-10c0fce827904197952651475446
   [junit4]   2> 1045418 INFO  (qtp1651681942-6152) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=d052edf0-3394-4b91-9e76-10c0fce827904197952651475446&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1045420 INFO  (qtp775176259-6159) [    ] o.a.s.h.a.CoreAdminOperation Checking request status for : d052edf0-3394-4b91-9e76-10c0fce827904197952650129499
   [junit4]   2> 1045420 INFO  (qtp775176259-6159) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=d052edf0-3394-4b91-9e76-10c0fce827904197952650129499&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1045421 ER

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

lection&action=DELETE&wt=javabin&version=2} status=0 QTime=2713
   [junit4]   2> 1106377 INFO  (qtp1823240417-6156) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=nodeset_collection&action=CREATE&numShards=2&createNodeSet=https://127.0.0.1:36002/solr,https://127.0.0.1:43209/solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1106378 INFO  (OverseerThreadFactory-2902-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection nodeset_collection
   [junit4]   2> 1106378 WARN  (OverseerThreadFactory-2902-thread-5) [    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (nodeset_collection) without cores.
   [junit4]   2> 1106378 INFO  (OverseerCollectionConfigSetProcessor-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000070 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 1106582 INFO  (qtp1823240417-6156) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 1106583 INFO  (qtp1823240417-6156) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=nodeset_collection&action=CREATE&numShards=2&createNodeSet=https://127.0.0.1:36002/solr,https://127.0.0.1:43209/solr&wt=javabin&version=2} status=0 QTime=205
   [junit4]   2> 1106583 INFO  (TEST-CollectionsAPIDistributedZkTest.testCreateNodeSet-seed#[CB8DBD7A977305E8]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreateNodeSet
   [junit4]   2> 1106587 INFO  (jetty-launcher-931-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@7952b3e0{SSL,[ssl, http/1.1]}{127.0.0.1:43209}
   [junit4]   2> 1106587 INFO  (jetty-launcher-931-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=248208646
   [junit4]   2> 1106587 INFO  (jetty-launcher-931-thread-8) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@40b50424{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1106587 INFO  (jetty-launcher-931-thread-6) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@6d8452fa{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1106588 INFO  (jetty-launcher-931-thread-7) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@46f21fb6{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1106588 INFO  (jetty-launcher-931-thread-6) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=335656818
   [junit4]   2> 1106588 INFO  (jetty-launcher-931-thread-8) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=739758958
   [junit4]   2> 1106588 INFO  (jetty-launcher-931-thread-7) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1561281258
   [junit4]   2> 1106591 INFO  (jetty-launcher-931-thread-8) [    ] o.a.s.c.Overseer Overseer (id=97353166372012044-127.0.0.1:36002_solr-n_0000000000) closing
   [junit4]   2> 1106591 INFO  (zkCallback-952-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 1106591 INFO  (OverseerStateUpdate-97353166372012044-127.0.0.1:36002_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36002_solr
   [junit4]   2> 1108091 WARN  (zkCallback-967-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1108091 WARN  (zkCallback-949-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1108091 INFO  (jetty-launcher-931-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1108091 INFO  (jetty-launcher-931-thread-6) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1108091 WARN  (zkCallback-951-thread-3) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1108091 INFO  (jetty-launcher-931-thread-7) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1108091 INFO  (jetty-launcher-931-thread-6) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@77addc61{/solr,null,UNAVAILABLE}
   [junit4]   2> 1108091 INFO  (jetty-launcher-931-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@afcc59f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1108091 INFO  (jetty-launcher-931-thread-7) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2105061d{/solr,null,UNAVAILABLE}
   [junit4]   2> 1108092 WARN  (zkCallback-952-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1108092 INFO  (jetty-launcher-931-thread-8) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1108092 INFO  (jetty-launcher-931-thread-8) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b0610ba{/solr,null,UNAVAILABLE}
   [junit4]   2> 1108093 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36852 36852
   [junit4]   2> 1113114 INFO  (Thread-1578) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:36852 36852
   [junit4]   2> 1113114 WARN  (Thread-1578) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	26	/solr/aliases.json
   [junit4]   2> 	23	/solr/configs/conf
   [junit4]   2> 	6	/solr/configs/conf2
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	181	/solr/clusterstate.json
   [junit4]   2> 	26	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/collections/awhollynewcollection_0/state.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	4	/solr/collections/addReplicaColl/state.json
   [junit4]   2> 	4	/solr/collections/reloaded_collection/state.json
   [junit4]   2> 	3	/solr/collections/acollectionafterbaddelete/state.json
   [junit4]   2> 	2	/solr/collections/addReplicaColl/leader_elect/shard2/election/97353166372012043-core_node4-n_0000000000
   [junit4]   2> 	2	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	2	/solr/collections/addReplicaColl/leader_elect/shard1/election/97353166372012049-core_node2-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/97353166372012043-127.0.0.1:45669_solr-n_0000000002
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	413	/solr/collections
   [junit4]   2> 	97	/solr/overseer/queue
   [junit4]   2> 	39	/solr/overseer/collection-queue-work
   [junit4]   2> 	29	/solr/live_nodes
   [junit4]   2> 	19	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 1113115 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[CB8DBD7A977305E8]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_CB8DBD7A977305E8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {_version_=FSTOrd50, id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=706, maxMBSortInHeap=5.388367188571781, sim=RandomSimilarity(queryNorm=false,coord=yes): {}, locale=en-VG, timezone=US/Eastern
   [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=145088544,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [DocValuesTest, TestIntervalFaceting, ZkSolrClientTest, BigEndianAscendingWordDeserializerTest, DistributedTermsComponentTest, TestSerializedLuceneMatchVersion, WordBreakSolrSpellCheckerTest, IndexSchemaRuntimeFieldTest, SearchHandlerTest, CSVRequestHandlerTest, SoftAutoCommitTest, TestComplexPhraseLeadingWildcard, TestNRTOpen, ZkStateReaderTest, TestRawResponseWriter, LoggingHandlerTest, IndexSchemaTest, JsonLoaderTest, TestQueryUtils, TestFieldSortValues, SortByFunctionTest, SliceStateTest, LeaderInitiatedRecoveryOnCommitTest, PeerSyncReplicationTest, TestPerFieldSimilarityWithDefaultOverride, AnalyticsMergeStrategyTest, DistributedFacetPivotSmallTest, DateMathParserTest, TestUpdate, TestLuceneMatchVersion, TestReplicaProperties, TestSimpleTrackingShardHandler, HdfsDirectoryTest, DirectoryFactoryTest, TestBulkSchemaConcurrent, TestSurroundQueryParser, DirectSolrConnectionTest, DistanceUnitsTest, TestSolrConfigHandlerConcurrent, HdfsThreadLeakTest, TestFuzzyAnalyzedSuggestions, DocValuesNotIndexedTest, TestHashPartitioner, TestDistributedGrouping, AnalysisErrorHandlingTest, DistanceFunctionTest, BlockJoinFacetRandomTest, SolrGangliaReporterTest, TestLMDirichletSimilarityFactory, TestCopyFieldCollectionResource, ZkCLITest, TestBM25SimilarityFactory, ShardSplitTest, TestNumericTerms64, TestSuggestSpellingConverter, HLLUtilTest, TestRTGBase, MultiTermTest, HdfsBasicDistributedZkTest, TermsComponentTest, TestSolrConfigHandler, TestCharFilters, MissingSegmentRecoveryTest, FileUtilsTest, HdfsWriteToMultipleCollectionsTest, RAMDirectoryFactoryTest, TestSizeLimitedDistributedMap, DistributedIntervalFacetingTest, TestRestManager, CloudMLTQParserTest, DeleteNodeTest, URLClassifyProcessorTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [309/681 (1!)] on J1 in 106.94s, 20 tests, 1 error <<< FAILURES!

[...truncated 52751 lines...]