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

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

Error Message:
Error from server at http://127.0.0.1:64424/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 http://127.0.0.1:64424/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([F070C91BB5E5DA57:B805BDAFB3D6F5C2]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:595)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1364)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1115)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1218)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1218)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1218)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1218)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1218)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1054)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11230 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/init-core-data-001
   [junit4]   2> 592170 WARN  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 592170 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 592174 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 592175 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001
   [junit4]   2> 592175 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 592175 INFO  (Thread-914) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 592175 INFO  (Thread-914) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 592278 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:64421
   [junit4]   2> 592304 INFO  (jetty-launcher-581-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 592304 INFO  (jetty-launcher-581-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 592304 INFO  (jetty-launcher-581-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 592305 INFO  (jetty-launcher-581-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 592308 INFO  (jetty-launcher-581-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3446cb8e{/solr,null,AVAILABLE}
   [junit4]   2> 592309 INFO  (jetty-launcher-581-thread-3) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@b7fe8a5{HTTP/1.1,[http/1.1]}{127.0.0.1:64423}
   [junit4]   2> 592309 INFO  (jetty-launcher-581-thread-3) [    ] 
o.e.j.s.Server Started @597536ms
   [junit4]   2> 592309 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64423}
   [junit4]   2> 592309 ERROR (jetty-launcher-581-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 592309 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 592310 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 592310 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 592310 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-29T15:13:52.613Z
   [junit4]   2> 592309 INFO  (jetty-launcher-581-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6f737680{/solr,null,AVAILABLE}
   [junit4]   2> 592310 INFO  (jetty-launcher-581-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@13d6ef0b{/solr,null,AVAILABLE}
   [junit4]   2> 592312 INFO  (jetty-launcher-581-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@30d47dc9{HTTP/1.1,[http/1.1]}{127.0.0.1:64425}
   [junit4]   2> 592312 INFO  (jetty-launcher-581-thread-2) [    ] 
o.e.j.s.Server Started @597539ms
   [junit4]   2> 592312 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64425}
   [junit4]   2> 592312 ERROR (jetty-launcher-581-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@e58f602{HTTP/1.1,[http/1.1]}{127.0.0.1:64424}
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.e.j.s.Server Started @597539ms
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64424}
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 592313 ERROR (jetty-launcher-581-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-29T15:13:52.616Z
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 592313 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-29T15:13:52.616Z
   [junit4]   2> 592314 INFO  (jetty-launcher-581-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@11366530{/solr,null,AVAILABLE}
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@114915cc{HTTP/1.1,[http/1.1]}{127.0.0.1:64427}
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.e.j.s.Server Started @597541ms
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=64427}
   [junit4]   2> 592315 ERROR (jetty-launcher-581-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 592315 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-29T15:13:52.618Z
   [junit4]   2> 592321 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 592321 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 592321 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 592321 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 592343 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 0x15b1aa155610004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592345 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 0x15b1aa155610001, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592351 INFO  (jetty-launcher-581-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64421/solr
   [junit4]   2> 592351 INFO  (jetty-launcher-581-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64421/solr
   [junit4]   2> 592353 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 0x15b1aa155610002, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592355 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 0x15b1aa155610003, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592355 INFO  (jetty-launcher-581-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64421/solr
   [junit4]   2> 592357 INFO  (jetty-launcher-581-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64421/solr
   [junit4]   2> 592363 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 0x15b1aa155610006, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592365 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 0x15b1aa155610007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592368 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 0x15b1aa155610008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 592418 INFO  (jetty-launcher-581-thread-2) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 592418 INFO  (jetty-launcher-581-thread-4) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 592418 INFO  (jetty-launcher-581-thread-3) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 592418 INFO  (jetty-launcher-581-thread-1) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 592419 INFO  (jetty-launcher-581-thread-2) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64425_solr
   [junit4]   2> 592420 INFO  (jetty-launcher-581-thread-4) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64424_solr
   [junit4]   2> 592421 INFO  (jetty-launcher-581-thread-3) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64423_solr
   [junit4]   2> 592421 INFO  (jetty-launcher-581-thread-1) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64427_solr
   [junit4]   2> 592422 INFO  (jetty-launcher-581-thread-2) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.Overseer Overseer 
(id=97701097143074828-127.0.0.1:64425_solr-n_0000000000) starting
   [junit4]   2> 592426 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 592426 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 592426 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 592426 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:64427_solr) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 592437 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:64427_solr) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 592448 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 592449 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 592449 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 592494 INFO  (jetty-launcher-581-thread-2) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:64425_solr
   [junit4]   2> 592497 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592497 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:64427_solr) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592498 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592498 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 592590 INFO  (jetty-launcher-581-thread-3) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node3/.
   [junit4]   2> 592592 INFO  (jetty-launcher-581-thread-1) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node1/.
   [junit4]   2> 592705 INFO  (jetty-launcher-581-thread-2) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node2/.
   [junit4]   2> 592711 INFO  (jetty-launcher-581-thread-4) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node4/.
   [junit4]   2> 593142 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 593144 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64421/solr ready
   [junit4]   2> 593198 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testBadActionNames
   [junit4]   2> 593201 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 593206 ERROR (qtp361066931-3960) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Unknown 
action: BADACTION
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:209)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 593208 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=badactioncollection&action=BADACTION&numShards=2&wt=javabin&version=2}
 status=400 QTime=2
   [junit4]   2> 593208 INFO  
(TEST-CollectionsAPIDistributedZkTest.testBadActionNames-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testBadActionNames
   [junit4]   2> 593238 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 593241 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 593243 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 593250 INFO  
(OverseerThreadFactory-1720-thread-1-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
created_and_deleted
   [junit4]   2> 593371 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2
   [junit4]   2> 593486 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594406 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 594425 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.s.IndexSchema [created_and_deleted_shard1_replica1] Schema name=minimal
   [junit4]   2> 594436 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 594436 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'created_and_deleted_shard1_replica1' 
using configuration from collection created_and_deleted, trusted=true
   [junit4]   2> 594436 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 594436 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SolrCore [[created_and_deleted_shard1_replica1] ] Opening new SolrCore 
at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node4/created_and_deleted_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node4/./created_and_deleted_shard1_replica1/data/]
   [junit4]   2> 594512 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 594512 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 594514 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 594514 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 594514 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2cff5e1f[created_and_deleted_shard1_replica1] main]
   [junit4]   2> 594517 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 594517 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 594517 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 594517 INFO  
(searcherExecutor-1729-thread-1-processing-n:127.0.0.1:64424_solr 
x:created_and_deleted_shard1_replica1 s:shard1 c:created_and_deleted) 
[n:127.0.0.1:64424_solr c:created_and_deleted s:shard1  
x:created_and_deleted_shard1_replica1] o.a.s.c.SolrCore 
[created_and_deleted_shard1_replica1] Registered new searcher 
Searcher@2cff5e1f[created_and_deleted_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 594517 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563217556741816320
   [junit4]   2> 594528 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 594528 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 594528 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:64424/solr/created_and_deleted_shard1_replica1/
   [junit4]   2> 594528 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 594528 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:64424/solr/created_and_deleted_shard1_replica1/ has no replicas
   [junit4]   2> 594529 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 594539 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64424/solr/created_and_deleted_shard1_replica1/ shard1
   [junit4]   2> 594646 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 594696 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 594701 INFO  (qtp280154212-3964) [n:127.0.0.1:64424_solr 
c:created_and_deleted s:shard1  x:created_and_deleted_shard1_replica1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=created_and_deleted_shard1_replica1&action=CREATE&numShards=1&collection=created_and_deleted&shard=shard1&wt=javabin&version=2}
 status=0 QTime=1331
   [junit4]   2> 594704 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 594806 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/created_and_deleted/state.json] for collection 
[created_and_deleted] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 595264 INFO  
(OverseerCollectionConfigSetProcessor-97701097143074828-127.0.0.1:64425_solr-n_0000000000)
 [n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 595706 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf&name=created_and_deleted&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2463
   [junit4]   2> 595707 INFO  (qtp361066931-3976) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 595708 INFO  (qtp361066931-3976) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 595709 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=created_and_deleted&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 595713 INFO  
(OverseerThreadFactory-1720-thread-2-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 595715 INFO  (qtp280154212-3966) [n:127.0.0.1:64424_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.created_and_deleted.shard1.replica1, tag=null
   [junit4]   2> 595716 INFO  (qtp280154212-3966) [n:127.0.0.1:64424_solr    ] 
o.a.s.c.SolrCore [created_and_deleted_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@46e4323b
   [junit4]   2> 595718 INFO  (qtp280154212-3966) [n:127.0.0.1:64424_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.created_and_deleted.shard1.replica1, tag=1189360187
   [junit4]   2> 595722 INFO  (qtp280154212-3966) [n:127.0.0.1:64424_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=7
   [junit4]   2> 596449 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=created_and_deleted&action=DELETE&wt=javabin&version=2} status=0 
QTime=739
   [junit4]   2> 596450 INFO  (qtp361066931-3978) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 596450 INFO  (qtp361066931-3978) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 596450 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 596487 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 596490 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 596493 INFO  (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 596494 ERROR (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing 
required parameter: name
   [junit4]   2>        at 
org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:461)
   [junit4]   2>        at 
org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:478)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:395)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:890)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:227)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:214)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 596494 INFO  (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 596494 INFO  
(TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 596530 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoCollectionSpecified
   [junit4]   2> 596532 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 596535 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 596538 INFO  
(OverseerStateUpdate-97701097143074828-127.0.0.1:64425_solr-n_0000000000) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 597572 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 597594 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.IndexSchema 
[corewithnocollection] Schema name=minimal
   [junit4]   2> 597603 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 597603 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.CoreContainer Creating 
SolrCore 'corewithnocollection' using configuration from collection 
corewithnocollection, trusted=true
   [junit4]   2> 597603 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 597603 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
[[corewithnocollection] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node1/corewithnocollection],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-002/]
   [junit4]   2> 597679 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 597679 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 597680 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 597680 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 597681 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@4e3a02fb[corewithnocollection] main]
   [junit4]   2> 597683 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 597683 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 597683 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 597683 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1563217560061607936
   [junit4]   2> 597683 INFO  
(searcherExecutor-1734-thread-1-processing-n:127.0.0.1:64427_solr 
x:corewithnocollection c:corewithnocollection) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SolrCore 
[corewithnocollection] Registered new searcher 
Searcher@4e3a02fb[corewithnocollection] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 597694 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 597694 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 597694 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:64427/solr/corewithnocollection/
   [junit4]   2> 597694 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 597694 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.SyncStrategy 
http://127.0.0.1:64427/solr/corewithnocollection/ has no replicas
   [junit4]   2> 597694 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 597702 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64427/solr/corewithnocollection/ shard1
   [junit4]   2> 597717 INFO  
(OverseerCollectionConfigSetProcessor-97701097143074828-127.0.0.1:64425_solr-n_0000000000)
 [n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 597822 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 597825 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection   x:corewithnocollection] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=0 QTime=1290
   [junit4]   2> 597826 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2
   [junit4]   2> 597828 INFO  
(OverseerStateUpdate-97701097143074828-127.0.0.1:64425_solr-n_0000000000) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 598863 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 7.0.0
   [junit4]   2> 598879 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.IndexSchema 
[corewithnocollection2] Schema name=minimal
   [junit4]   2> 598886 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 598886 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.CoreContainer 
Creating SolrCore 'corewithnocollection2' using configuration from collection 
corewithnocollection2, trusted=true
   [junit4]   2> 598887 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 598887 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
[[corewithnocollection2] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node1/corewithnocollection2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-002/]
   [junit4]   2> 598963 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 598963 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 598964 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 598964 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 598965 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@20c1bbe2[corewithnocollection2] main]
   [junit4]   2> 598967 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 598968 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 598968 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.h.ReplicationHandler 
Commits will be reserved for  10000
   [junit4]   2> 598968 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1563217561409028096
   [junit4]   2> 598969 INFO  
(searcherExecutor-1739-thread-1-processing-n:127.0.0.1:64427_solr 
x:corewithnocollection2 c:corewithnocollection2) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SolrCore 
[corewithnocollection2] Registered new searcher 
Searcher@20c1bbe2[corewithnocollection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 598979 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 598979 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 598980 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy Sync 
replicas to http://127.0.0.1:64427/solr/corewithnocollection2/
   [junit4]   2> 598980 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 598980 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.SyncStrategy 
http://127.0.0.1:64427/solr/corewithnocollection2/ has no replicas
   [junit4]   2> 598980 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 598988 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:64427/solr/corewithnocollection2/ shard1
   [junit4]   2> 599143 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 599147 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr 
c:corewithnocollection2   x:corewithnocollection2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1321
   [junit4]   2> 599149 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoCollectionSpecified
   [junit4]   2> 599195 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 599197 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 599201 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 599205 INFO  
(OverseerThreadFactory-1720-thread-3-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 599207 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection.shard1.core_node1, tag=null
   [junit4]   2> 599207 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.c.SolrCore [corewithnocollection]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3056048c
   [junit4]   2> 599210 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection.shard1.core_node1, tag=810943628
   [junit4]   2> 599213 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=6
   [junit4]   2> 599937 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=735
   [junit4]   2> 599937 INFO  (qtp361066931-3978) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection2&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 599941 INFO  
(OverseerThreadFactory-1720-thread-4-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 599942 INFO  
(OverseerCollectionConfigSetProcessor-97701097143074828-127.0.0.1:64425_solr-n_0000000000)
 [n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 599943 INFO  (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection2.shard1.core_node1, tag=null
   [junit4]   2> 599943 INFO  (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.c.SolrCore [corewithnocollection2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@7efff343
   [junit4]   2> 599948 INFO  (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection2.shard1.core_node1, tag=2130703171
   [junit4]   2> 599951 INFO  (qtp361066931-3979) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=9
   [junit4]   2> 600675 INFO  (qtp361066931-3978) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection2&action=DELETE&wt=javabin&version=2} status=0 
QTime=737
   [junit4]   2> 600677 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-003&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 600680 INFO  
(OverseerStateUpdate-97701097143074828-127.0.0.1:64425_solr-n_0000000000) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 601695 ERROR (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader 
Specified config=[conf123] does not exist in ZooKeeper at 
location=[/configs/conf123]
   [junit4]   2> 601697 ERROR (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase 
org.apache.solr.common.SolrException: Error CREATEing SolrCore 
'corewithnocollection3': Unable to create core [corewithnocollection3] Caused 
by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:920)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:88)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:370)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2>        at 
org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2>        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:747)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:728)
   [junit4]   2>        at 
org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:509)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:347)
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:298)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:139)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2>        at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2>        at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2>        at 
org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2>        at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2>        at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2>        at 
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2>        at 
org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2>        at 
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to 
create core [corewithnocollection3]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:966)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:886)
   [junit4]   2>        ... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: 
Specified config does not exist in ZooKeeper: conf123
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:190)
   [junit4]   2>        at 
org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:947)
   [junit4]   2>        ... 35 more
   [junit4]   2> 
   [junit4]   2> 601698 INFO  (qtp361066931-3943) [n:127.0.0.1:64427_solr 
c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={dataDir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-003&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=400 QTime=1020
   [junit4]   2> 601950 INFO  
(OverseerCollectionConfigSetProcessor-97701097143074828-127.0.0.1:64425_solr-n_0000000000)
 [n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 602703 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 602703 INFO  (qtp361066931-3960) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 602703 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 602750 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCoresAreDistributedAcrossNodes
   [junit4]   2> 602753 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes-seed#[F070C91BB5E5DA57])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 602756 INFO  (qtp361066931-3976) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 602759 INFO  
(OverseerThreadFactory-1720-thread-5-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing 
Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 603487 INFO  (qtp361066931-3976) [n:127.0.0.1:64427_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 
QTime=731
   [junit4]   2> 603488 INFO  (qtp361066931-3977) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=2&collection.configName=conf&name=nodes_used_collection&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 603491 INFO  
(OverseerThreadFactory-1720-thread-5-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
nodes_used_collection
   [junit4]   2> 603492 INFO  
(OverseerCollectionConfigSetProcessor-97701097143074828-127.0.0.1:64425_solr-n_0000000000)
 [n:127.0.0.1:64425_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 603708 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 603709 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica1&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 603710 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard2_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard2&wt=javabin&version=2
   [junit4]   2> 603712 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf&newCollection=true&name=nodes_used_collection_shard1_replica2&action=CREATE&numShards=2&collection=nodes_used_collection&shard=shard1&wt=javabin&version=2
   [junit4]   2> 603839 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 603839 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 603839 INFO  
(zkCallback-601-thread-2-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 603839 INFO  
(zkCallback-600-thread-2-processing-n:127.0.0.1:64427_solr) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/nodes_used_collection/state.json] for collection 
[nodes_used_collection] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 604756 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 604761 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 604767 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 604773 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 604805 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 604806 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.IndexSchema [nodes_used_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 604807 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 604815 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 604815 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 604815 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica1' 
using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 604815 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard1_replica2' 
using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 604816 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 604816 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.c.SolrCore [[nodes_used_collection_shard1_replica1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node4/nodes_used_collection_shard1_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node4/./nodes_used_collection_shard1_replica1/data/]
   [junit4]   2> 604816 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.IndexSchema [nodes_used_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 604821 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 604821 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.c.SolrCore [[nodes_used_collection_shard1_replica2] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node2/nodes_used_collection_shard1_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node2/./nodes_used_collection_shard1_replica2/data/]
   [junit4]   2> 604823 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 604823 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica2' 
using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 604823 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 604829 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.c.SolrCore [[nodes_used_collection_shard2_replica2] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node1/nodes_used_collection_shard2_replica2],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node1/./nodes_used_collection_shard2_replica2/data/]
   [junit4]   2> 604829 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 604829 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.CoreContainer Creating SolrCore 'nodes_used_collection_shard2_replica1' 
using configuration from collection nodes_used_collection, trusted=true
   [junit4]   2> 604829 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 604829 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.SolrCore [[nodes_used_collection_shard2_replica1] ] Opening new 
SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node3/nodes_used_collection_shard2_replica1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001/tempDir-001/node3/./nodes_used_collection_shard2_replica1/data/]
   [junit4]   2> 604945 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 604945 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 604947 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 604947 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 604949 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 604949 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 604950 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 604950 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 604962 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 604962 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 604963 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 604963 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 604963 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6b0ccf5f[nodes_used_collection_shard2_replica1] main]
   [junit4]   2> 604966 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 604966 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 604966 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 604966 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a6aae59[nodes_used_collection_shard2_replica2] main]
   [junit4]   2> 604966 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563217567698386944
   [junit4]   2> 604966 INFO  
(searcherExecutor-1747-thread-1-processing-n:127.0.0.1:64423_solr 
x:nodes_used_collection_shard2_replica1 s:shard2 c:nodes_used_collection) 
[n:127.0.0.1:64423_solr c:nodes_used_collection s:shard2  
x:nodes_used_collection_shard2_replica1] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica1] Registered new searcher 
Searcher@6b0ccf5f[nodes_used_collection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 604969 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 604970 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 604970 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 604971 INFO  
(searcherExecutor-1746-thread-1-processing-n:127.0.0.1:64427_solr 
x:nodes_used_collection_shard2_replica2 s:shard2 c:nodes_used_collection) 
[n:127.0.0.1:64427_solr c:nodes_used_collection s:shard2  
x:nodes_used_collection_shard2_replica2] o.a.s.c.SolrCore 
[nodes_used_collection_shard2_replica2] Registered new searcher 
Searcher@1a6aae59[nodes_used_collection_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 604971 INFO  (qtp361066931-3975) [n:127.0.0.1:64427_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1563217567703629824
   [junit4]   2> 604977 INFO  (qtp634416694-3946) [n:127.0.0.1:64423_solr 
c:nodes_used_collection s:shard2  x:nodes_used_collection_shard2_replica1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 604981 INFO  (qtp280154212-3967) [n:127.0.0.1:64424_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@380d7b16[nodes_used_collection_shard1_replica1] main]
   [junit4]   2> 604981 INFO  (qtp1431120932-3956) [n:127.0.0.1:64425_solr 
c:nodes_used_collection s:shard1  x:nodes_used_collection_shard1_replica2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 604981 IN

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

ty-closer-582-thread-4) [    ] o.a.s.c.CoreContainer Shutting down 
CoreContainer instance=766836182
   [junit4]   2> 682418 INFO  (jetty-closer-582-thread-3) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=852221087
   [junit4]   2> 682418 INFO  (jetty-closer-582-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 682419 INFO  (jetty-closer-582-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 682421 INFO  (jetty-closer-582-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 682421 INFO  (jetty-closer-582-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 682422 INFO  (jetty-closer-582-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 682423 INFO  (jetty-closer-582-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 682423 INFO  (coreCloseExecutor-1928-thread-1) 
[n:127.0.0.1:64427_solr c:halfcollectionblocker2 s:shard1 r:core_node1 
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3c978e57
   [junit4]   2> 682426 INFO  (coreCloseExecutor-1929-thread-1) 
[n:127.0.0.1:64423_solr c:halfcollectionblocker s:shard1 r:core_node1 
x:halfcollection_shard1_replica1] o.a.s.c.SolrCore 
[halfcollection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@4edf1770
   [junit4]   2> 682427 INFO  (coreCloseExecutor-1928-thread-1) 
[n:127.0.0.1:64427_solr c:halfcollectionblocker2 s:shard1 r:core_node1 
x:halfcollection_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.halfcollectionblocker2.shard1.core_node1, 
tag=1016565335
   [junit4]   2> 682428 WARN  
(zkCallback-631-thread-1-processing-n:127.0.0.1:64424_solr) 
[n:127.0.0.1:64424_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 682431 INFO  (jetty-closer-582-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1328f56{/solr,null,UNAVAILABLE}
   [junit4]   2> 682431 INFO  (jetty-closer-582-thread-3) [    ] 
o.a.s.c.Overseer Overseer 
(id=97701097143074828-127.0.0.1:64425_solr-n_0000000000) closing
   [junit4]   2> 682432 INFO  
(OverseerStateUpdate-97701097143074828-127.0.0.1:64425_solr-n_0000000000) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:64425_solr
   [junit4]   2> 682432 INFO  
(zkCallback-603-thread-1-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 682433 INFO  
(zkCallback-600-thread-1-processing-n:127.0.0.1:64427_solr) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 682433 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (3)
   [junit4]   2> 682434 WARN  
(zkCallback-600-thread-1-processing-n:127.0.0.1:64427_solr) 
[n:127.0.0.1:64427_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 682435 INFO  (jetty-closer-582-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@11366530{/solr,null,UNAVAILABLE}
   [junit4]   2> 682436 INFO  
(zkCallback-603-thread-2-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 682436 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (2)
   [junit4]   2> 682437 WARN  
(zkCallback-603-thread-2-processing-n:127.0.0.1:64425_solr) 
[n:127.0.0.1:64425_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 682438 INFO  (jetty-closer-582-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@13d6ef0b{/solr,null,UNAVAILABLE}
   [junit4]   2> 682439 INFO  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:64423_solr
   [junit4]   2> 682439 INFO  
(zkCallback-601-thread-2-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (1)
   [junit4]   2> 682441 INFO  (coreCloseExecutor-1929-thread-1) 
[n:127.0.0.1:64423_solr c:halfcollectionblocker s:shard1 r:core_node1 
x:halfcollection_shard1_replica1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.halfcollectionblocker.shard1.core_node1, 
tag=1323243376
   [junit4]   2> 682444 WARN  
(zkCallback-601-thread-1-processing-n:127.0.0.1:64423_solr) 
[n:127.0.0.1:64423_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 682444 INFO  (jetty-closer-582-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3446cb8e{/solr,null,UNAVAILABLE}
   [junit4]   2> 682453 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:64421 64421
   [junit4]   2> 682457 INFO  (Thread-914) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:64421 64421
   [junit4]   2> 688943 WARN  (Thread-914) [    ] 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>        26      /solr/clusterprops.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>        216     /solr/clusterstate.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/onlyinzk/state.json
   [junit4]   2>        2       
/solr/overseer_elect/election/97701097143074828-127.0.0.1:64425_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/addReplicaColl/leader_elect/shard1/election/97701097143074827-core_node2-n_0000000001
   [junit4]   2>        2       
/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        462     /solr/collections
   [junit4]   2>        173     /solr/overseer/queue
   [junit4]   2>        49      /solr/live_nodes
   [junit4]   2>        47      /solr/overseer/collection-queue-work
   [junit4]   2>        17      /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 688943 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[F070C91BB5E5DA57]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_F070C91BB5E5DA57-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{_version_=Lucene50(blocksize=128), id=FSTOrd50}, docValues:{}, 
maxPointsInLeafNode=1687, maxMBSortInHeap=7.834399723645221, 
sim=RandomSimilarity(queryNorm=false): {}, locale=en-US, timezone=Etc/GMT-9
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_121 
(64-bit)/cpus=3,threads=1,free=141248248,total=337563648
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotSmallTest, TestJoin, BasicFunctionalityTest, 
TestSimpleTrackingShardHandler, CacheHeaderTest, 
SolrCoreCheckLockOnStartupTest, TestDocSet, RemoteQueryErrorTest, 
PKIAuthenticationIntegrationTest, TestConfigsApi, TestSchemaResource, 
TestSubQueryTransformerCrossCore, TestIndexSearcher, 
SpellPossibilityIteratorTest, TestRandomFaceting, DeleteShardTest, 
TestFieldCacheVsDocValues, StatsComponentTest, TestPivotHelperCode, 
DistributedVersionInfoTest, DistributedFacetExistsSmallTest, BasicZkTest, 
TestSolrCloudWithSecureImpersonation, TestOrdValues, TestCodecSupport, 
HdfsLockFactoryTest, TestFuzzyAnalyzedSuggestions, UtilsToolTest, TestUtils, 
ConfigSetsAPITest, TestCollationFieldDocValues, TestSQLHandlerNonCloud, 
TestPHPSerializedResponseWriter, TestSolr4Spatial, TestBinaryResponseWriter, 
TestLeaderElectionZkExpiry, TestFieldTypeResource, 
DistribJoinFromCollectionTest, QueryResultKeyTest, TestJmxMonitoredMap, 
BlockJoinFacetRandomTest, TestSolrCloudWithDelegationTokens, 
AliasIntegrationTest, ReplicationFactorTest, ShowFileRequestHandlerTest, 
TestSolrCoreProperties, SolrGraphiteReporterTest, 
TestComplexPhraseLeadingWildcard, BasicAuthIntegrationTest, ForceLeaderTest, 
TestExportWriter, TestFiltering, TestManagedResource, 
HdfsChaosMonkeySafeLeaderTest, QueryParsingTest, TestNRTOpen, TestRangeQuery, 
AnalyticsQueryTest, FullSolrCloudDistribCmdsTest, NoCacheHeaderTest, 
RequestHandlersTest, TestSearcherReuse, TestStressInPlaceUpdates, 
BadComponentTest, RankQueryTest, HighlighterConfigTest, 
CdcrReplicationHandlerTest, TestTrieFacet, CollectionsAPIDistributedZkTest]
   [junit4] Completed [136/701 (1!)] on J1 in 96.79s, 20 tests, 1 error <<< 
FAILURES!

[...truncated 45103 lines...]

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

Reply via email to