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

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

Error Message:
Error from server at http://127.0.0.1:47740/solr/awhollynewcollection_0: 
Expected mime type application/octet-stream but got text/html. <html> <head> 
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> 
<title>Error 510 </title> </head> <body> <h2>HTTP ERROR: 510</h2> <p>Problem 
accessing /solr/awhollynewcollection_0/select. Reason: <pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:5},code=510}</pre></p>
 <hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:47740/solr/awhollynewcollection_0: Expected 
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 510 </title>
</head>
<body>
<h2>HTTP ERROR: 510</h2>
<p>Problem accessing /solr/awhollynewcollection_0/select. Reason:
<pre>    
{metadata={error-class=org.apache.solr.common.SolrException,root-error-class=org.apache.solr.common.SolrException},msg={&quot;awhollynewcollection_0&quot;:5},code=510}</pre></p>
<hr /><a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.3.14.v20161028</a><hr/>
</body>
</html>

        at 
__randomizedtesting.SeedInfo.seed([3531138FC6B1C2AA:7D44673BC082ED3F]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:595)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:439)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:391)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1361)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1112)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1215)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1042)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:160)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:523)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:745)




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

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

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

[...truncated 63752 lines...]

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

Reply via email to