Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19191/
Java: 32bit/jdk-9-ea+160 -client -XX:+UseSerialGC

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

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

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

        at 
__randomizedtesting.SeedInfo.seed([575004B95CAFFAD3:1F25700D5A9CD546]: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:1376)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1127)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1230)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1057)
        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 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:547)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 11865 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/init-core-data-001
   [junit4]   2> 997200 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields
   [junit4]   2> 997201 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 997203 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001
   [junit4]   2> 997203 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 997204 INFO  (Thread-1382) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 997204 INFO  (Thread-1382) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 997304 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:33728
   [junit4]   2> 997309 INFO  (jetty-launcher-939-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 997309 INFO  (jetty-launcher-939-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 997309 INFO  (jetty-launcher-939-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 997309 INFO  (jetty-launcher-939-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 997310 INFO  (jetty-launcher-939-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@b7838a{/solr,null,AVAILABLE}
   [junit4]   2> 997310 INFO  (jetty-launcher-939-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@16af046{/solr,null,AVAILABLE}
   [junit4]   2> 997310 INFO  (jetty-launcher-939-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@24c3ff{/solr,null,AVAILABLE}
   [junit4]   2> 997311 INFO  (jetty-launcher-939-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d20e3{/solr,null,AVAILABLE}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@306a75{SSL,[ssl, 
http/1.1]}{127.0.0.1:42326}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@140c5eb{SSL,[ssl, 
http/1.1]}{127.0.0.1:41160}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-2) [    ] 
o.e.j.s.Server Started @999315ms
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-3) [    ] 
o.e.j.s.Server Started @999315ms
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=42326}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41160}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19b647d{SSL,[ssl, 
http/1.1]}{127.0.0.1:43415}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@12b03bc{SSL,[ssl, 
http/1.1]}{127.0.0.1:45175}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-4) [    ] 
o.e.j.s.Server Started @999316ms
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-1) [    ] 
o.e.j.s.Server Started @999316ms
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=43415}
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45175}
   [junit4]   2> 997313 ERROR (jetty-launcher-939-thread-3) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 997313 ERROR (jetty-launcher-939-thread-2) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 997313 ERROR (jetty-launcher-939-thread-1) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 997313 ERROR (jetty-launcher-939-thread-4) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-17T11:25:16.340425Z
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-17T11:25:16.340448Z
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 997313 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.0.0
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-17T11:25:16.340716Z
   [junit4]   2> 997315 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-03-17T11:25:16.340764Z
   [junit4]   2> 997327 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997327 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997330 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997330 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 997343 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 0x15adc03ba480004, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 997344 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33728/solr
   [junit4]   2> 997344 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33728/solr
   [junit4]   2> 997347 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33728/solr
   [junit4]   2> 997347 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33728/solr
   [junit4]   2> 997359 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 997359 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 997359 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 997359 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45175_solr
   [junit4]   2> 997359 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43415_solr
   [junit4]   2> 997360 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41160_solr
   [junit4]   2> 997360 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97632250510180359-127.0.0.1:45175_solr-n_0000000000) starting
   [junit4]   2> 997360 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 997361 INFO  (zkCallback-955-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 997361 INFO  (zkCallback-952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 997363 INFO  (zkCallback-962-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 997364 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42326_solr
   [junit4]   2> 997365 INFO  (zkCallback-955-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 997365 INFO  (zkCallback-962-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 997365 INFO  (zkCallback-952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 997366 INFO  (zkCallback-960-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 997372 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45175_solr
   [junit4]   2> 997372 INFO  (zkCallback-952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 997372 INFO  (zkCallback-955-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 997372 INFO  (zkCallback-962-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 997378 INFO  (zkCallback-960-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 997565 INFO  (jetty-launcher-939-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node2/.
   [junit4]   2> 997582 INFO  (jetty-launcher-939-thread-4) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/.
   [junit4]   2> 997604 INFO  (jetty-launcher-939-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/.
   [junit4]   2> 997630 INFO  (jetty-launcher-939-thread-3) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node3/.
   [junit4]   2> 998206 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 998207 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33728/solr ready
   [junit4]   2> 998235 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[575004B95CAFFAD3])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCreationAndDeletion
   [junit4]   2> 998236 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[575004B95CAFFAD3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 998270 INFO  (qtp9170766-6605) [    ] 
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> 998271 INFO  (OverseerThreadFactory-2687-thread-1) [    ] 
o.a.s.c.CreateCollectionCmd Create collection created_and_deleted
   [junit4]   2> 998413 INFO  (qtp14774148-6604) [    ] 
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> 998516 INFO  (zkCallback-952-thread-1) [    ] 
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> 999420 INFO  (qtp14774148-6604) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 999424 INFO  (qtp14774148-6604) [    ] o.a.s.s.IndexSchema 
[created_and_deleted_shard1_replica1] Schema name=minimal
   [junit4]   2> 999425 INFO  (qtp14774148-6604) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 999426 INFO  (qtp14774148-6604) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'created_and_deleted_shard1_replica1' using configuration 
from collection created_and_deleted
   [junit4]   2> 999426 INFO  (qtp14774148-6604) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 999426 INFO  (qtp14774148-6604) [    ] o.a.s.c.SolrCore 
[[created_and_deleted_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/created_and_deleted_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/./created_and_deleted_shard1_replica1/data/]
   [junit4]   2> 999618 INFO  (qtp14774148-6604) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 999618 INFO  (qtp14774148-6604) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 999623 INFO  (qtp14774148-6604) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 999623 INFO  (qtp14774148-6604) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 999624 INFO  (qtp14774148-6604) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2d3a9[created_and_deleted_shard1_replica1] main]
   [junit4]   2> 999624 INFO  (qtp14774148-6604) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 999625 INFO  (qtp14774148-6604) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 999625 INFO  (qtp14774148-6604) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 999625 INFO  (searcherExecutor-2696-thread-1) [    ] 
o.a.s.c.SolrCore [created_and_deleted_shard1_replica1] Registered new searcher 
Searcher@2d3a9[created_and_deleted_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 999625 INFO  (qtp14774148-6604) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1562116010698342400
   [junit4]   2> 999629 INFO  (qtp14774148-6604) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 999629 INFO  (qtp14774148-6604) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 999629 INFO  (qtp14774148-6604) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:45175/solr/created_and_deleted_shard1_replica1/
   [junit4]   2> 999629 INFO  (qtp14774148-6604) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 999629 INFO  (qtp14774148-6604) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:45175/solr/created_and_deleted_shard1_replica1/ has no 
replicas
   [junit4]   2> 999629 INFO  (qtp14774148-6604) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 999631 INFO  (qtp14774148-6604) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45175/solr/created_and_deleted_shard1_replica1/ shard1
   [junit4]   2> 999732 INFO  (zkCallback-952-thread-1) [    ] 
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> 999782 INFO  (qtp14774148-6604) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 999785 INFO  (qtp14774148-6604) [    ] 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=1372
   [junit4]   2> 999787 INFO  (qtp9170766-6605) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 999884 INFO  (zkCallback-952-thread-1) [    ] 
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> 1000273 INFO  
(OverseerCollectionConfigSetProcessor-97632250510180359-127.0.0.1:45175_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1000787 INFO  (qtp9170766-6605) [    ] 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=2516
   [junit4]   2> 1000788 INFO  (qtp9170766-6572) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1000788 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1000789 INFO  (qtp9170766-6595) [    ] 
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> 1000790 INFO  (OverseerThreadFactory-2687-thread-2) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1000792 INFO  (qtp14774148-6577) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.created_and_deleted.shard1.replica1, tag=null
   [junit4]   2> 1000792 INFO  (qtp14774148-6577) [    ] o.a.s.c.SolrCore 
[created_and_deleted_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@212b80
   [junit4]   2> 1000794 INFO  (qtp14774148-6577) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.created_and_deleted.shard1.replica1, tag=2173824
   [junit4]   2> 1000804 INFO  (qtp14774148-6577) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=created_and_deleted_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=12
   [junit4]   2> 1001507 INFO  (qtp9170766-6595) [    ] 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=718
   [junit4]   2> 1001508 INFO  (qtp9170766-6600) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params 
action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1001508 INFO  (qtp9170766-6600) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1001508 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCreationAndDeletion-seed#[575004B95CAFFAD3])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testCreationAndDeletion
   [junit4]   2> 1001522 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[575004B95CAFFAD3])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoCollectionSpecified
   [junit4]   2> 1001522 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[575004B95CAFFAD3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1001524 INFO  (qtp9170766-6605) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 1001525 INFO  
(OverseerStateUpdate-97632250510180359-127.0.0.1:45175_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1002532 INFO  (qtp9170766-6605) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1002536 INFO  (qtp9170766-6605) [    ] o.a.s.s.IndexSchema 
[corewithnocollection] Schema name=minimal
   [junit4]   2> 1002538 INFO  (qtp9170766-6605) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1002538 INFO  (qtp9170766-6605) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'corewithnocollection' using configuration from collection 
corewithnocollection
   [junit4]   2> 1002539 INFO  (qtp9170766-6605) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1002539 INFO  (qtp9170766-6605) [    ] o.a.s.c.SolrCore 
[[corewithnocollection] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/corewithnocollection],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-002/]
   [junit4]   2> 1002744 INFO  (qtp9170766-6605) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1002745 INFO  (qtp9170766-6605) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1002747 INFO  (qtp9170766-6605) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1002747 INFO  (qtp9170766-6605) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1002747 INFO  (qtp9170766-6605) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@147c57[corewithnocollection] main]
   [junit4]   2> 1002748 INFO  (qtp9170766-6605) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1002748 INFO  (qtp9170766-6605) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1002748 INFO  (qtp9170766-6605) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1002748 INFO  (searcherExecutor-2701-thread-1) [    ] 
o.a.s.c.SolrCore [corewithnocollection] Registered new searcher 
Searcher@147c57[corewithnocollection] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1002748 INFO  (qtp9170766-6605) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1562116013973045248
   [junit4]   2> 1002752 INFO  (qtp9170766-6605) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1002752 INFO  (qtp9170766-6605) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1002752 INFO  (qtp9170766-6605) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43415/solr/corewithnocollection/
   [junit4]   2> 1002752 INFO  (qtp9170766-6605) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1002752 INFO  (qtp9170766-6605) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:43415/solr/corewithnocollection/ has no replicas
   [junit4]   2> 1002752 INFO  (qtp9170766-6605) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1002754 INFO  (qtp9170766-6605) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43415/solr/corewithnocollection/ shard1
   [junit4]   2> 1002791 INFO  
(OverseerCollectionConfigSetProcessor-97632250510180359-127.0.0.1:45175_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1002904 INFO  (qtp9170766-6605) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1002907 INFO  (qtp9170766-6605) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2}
 status=0 QTime=1382
   [junit4]   2> 1002908 INFO  (qtp9170766-6572) [    ] 
o.a.s.h.a.CoreAdminOperation core create command 
dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2
   [junit4]   2> 1002909 INFO  
(OverseerStateUpdate-97632250510180359-127.0.0.1:45175_solr-n_0000000000) [    
] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1003915 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1003919 INFO  (qtp9170766-6572) [    ] o.a.s.s.IndexSchema 
[corewithnocollection2] Schema name=minimal
   [junit4]   2> 1003920 INFO  (qtp9170766-6572) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1003921 INFO  (qtp9170766-6572) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'corewithnocollection2' using configuration from collection 
corewithnocollection2
   [junit4]   2> 1003921 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1003921 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrCore 
[[corewithnocollection2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/corewithnocollection2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-002/]
   [junit4]   2> 1004125 INFO  (qtp9170766-6572) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1004125 INFO  (qtp9170766-6572) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1004126 INFO  (qtp9170766-6572) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1004126 INFO  (qtp9170766-6572) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1004127 INFO  (qtp9170766-6572) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@a47a65[corewithnocollection2] main]
   [junit4]   2> 1004128 INFO  (qtp9170766-6572) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1004128 INFO  (qtp9170766-6572) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1004128 INFO  (qtp9170766-6572) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1004128 INFO  (searcherExecutor-2706-thread-1) [    ] 
o.a.s.c.SolrCore [corewithnocollection2] Registered new searcher 
Searcher@a47a65[corewithnocollection2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1004128 INFO  (qtp9170766-6572) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1562116015420080128
   [junit4]   2> 1004132 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1004132 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1004132 INFO  (qtp9170766-6572) [    ] o.a.s.c.SyncStrategy 
Sync replicas to https://127.0.0.1:43415/solr/corewithnocollection2/
   [junit4]   2> 1004132 INFO  (qtp9170766-6572) [    ] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1004132 INFO  (qtp9170766-6572) [    ] o.a.s.c.SyncStrategy 
https://127.0.0.1:43415/solr/corewithnocollection2/ has no replicas
   [junit4]   2> 1004132 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1004133 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43415/solr/corewithnocollection2/ shard1
   [junit4]   2> 1004284 INFO  (qtp9170766-6572) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1004287 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={dataDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=1379
   [junit4]   2> 1004287 INFO  
(TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[575004B95CAFFAD3])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoCollectionSpecified
   [junit4]   2> 1004303 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[575004B95CAFFAD3])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
   [junit4]   2> 1004304 INFO  
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[575004B95CAFFAD3])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1004305 INFO  (qtp9170766-6595) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1004306 INFO  (OverseerThreadFactory-2687-thread-3) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1004309 INFO  (qtp9170766-6572) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection.shard1.core_node1, tag=null
   [junit4]   2> 1004309 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrCore 
[corewithnocollection]  CLOSING SolrCore org.apache.solr.core.SolrCore@cff229
   [junit4]   2> 1004310 INFO  (qtp9170766-6572) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection.shard1.core_node1, tag=13627945
   [junit4]   2> 1004314 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 1005016 INFO  (qtp9170766-6595) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={name=corewithnocollection&action=DELETE&wt=javabin&version=2} status=0 
QTime=711
   [junit4]   2> 1005016 INFO  (qtp9170766-6600) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=corewithnocollection2&action=DELETE&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 1005019 INFO  (OverseerThreadFactory-2687-thread-4) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 1005019 INFO  
(OverseerCollectionConfigSetProcessor-97632250510180359-127.0.0.1:45175_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 1005021 INFO  (qtp9170766-6574) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection2.shard1.core_node1, tag=null
   [junit4]   2> 1005021 INFO  (qtp9170766-6574) [    ] o.a.s.c.SolrCore 
[corewithnocollection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@147e7e9
   [junit4]   2> 1005022 INFO  (qtp9170766-6574) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.corewithnocollection2.shard1.core_node1, tag=21489641
   [junit4]   2> 1005026 INFO  (qtp9170766-6574) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={deleteInstanceDir=true&core=corewithnocollection2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=5
   [junit4]   2> 1005728 INFO  (qtp9170766-6600) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={name=corewithnocollection2&action=DELETE&wt=javabin&version=2} status=0 
QTime=711
   [junit4]   2> 1005729 INFO  (qtp9170766-6605) [    ] 
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> 1005730 INFO  (OverseerThreadFactory-2687-thread-5) [    ] 
o.a.s.c.CreateCollectionCmd Create collection reloaded_collection
   [junit4]   2> 1005730 INFO  
(OverseerCollectionConfigSetProcessor-97632250510180359-127.0.0.1:45175_solr-n_0000000000)
 [    ] 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> 1005935 INFO  (qtp9170766-6572) [    ] 
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> 1005936 INFO  (qtp14774148-6597) [    ] 
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> 1005967 INFO  (qtp32390641-6598) [    ] 
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> 1005968 INFO  (qtp14543156-6599) [    ] 
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> 1006070 INFO  (zkCallback-955-thread-1) [    ] 
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> 1006070 INFO  (zkCallback-952-thread-1) [    ] 
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> 1006070 INFO  (zkCallback-962-thread-1) [    ] 
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> 1006070 INFO  (zkCallback-960-thread-2) [    ] 
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> 1006942 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1006942 INFO  (qtp14774148-6597) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1006960 INFO  (qtp9170766-6572) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1006960 INFO  (qtp14774148-6597) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 1006962 INFO  (qtp9170766-6572) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1006962 INFO  (qtp14774148-6597) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1006963 INFO  (qtp14774148-6597) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard2_replica2' using configuration 
from collection reloaded_collection
   [junit4]   2> 1006963 INFO  (qtp9170766-6572) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard1_replica1' using configuration 
from collection reloaded_collection
   [junit4]   2> 1006963 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1006963 INFO  (qtp14774148-6597) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1006963 INFO  (qtp9170766-6572) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard1_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/reloaded_collection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 1006963 INFO  (qtp14774148-6597) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard2_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/reloaded_collection_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 1006974 INFO  (qtp14543156-6599) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1006974 INFO  (qtp32390641-6598) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1006979 INFO  (qtp32390641-6598) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 1006979 INFO  (qtp14543156-6599) [    ] o.a.s.s.IndexSchema 
[reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 1006990 INFO  (qtp14543156-6599) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1006990 INFO  (qtp32390641-6598) [    ] o.a.s.s.IndexSchema 
Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1006991 INFO  (qtp32390641-6598) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard1_replica2' using configuration 
from collection reloaded_collection
   [junit4]   2> 1006991 INFO  (qtp14543156-6599) [    ] o.a.s.c.CoreContainer 
Creating SolrCore 'reloaded_collection_shard2_replica1' using configuration 
from collection reloaded_collection
   [junit4]   2> 1006991 INFO  (qtp14543156-6599) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1006991 INFO  (qtp32390641-6598) [    ] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 1006991 INFO  (qtp14543156-6599) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard2_replica1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node3/reloaded_collection_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node3/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 1006991 INFO  (qtp32390641-6598) [    ] o.a.s.c.SolrCore 
[[reloaded_collection_shard1_replica2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node2/reloaded_collection_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node2/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 1007201 INFO  (qtp14774148-6597) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007201 INFO  (qtp14774148-6597) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007207 INFO  (qtp14774148-6597) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1007207 INFO  (qtp14774148-6597) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1007208 INFO  (qtp14774148-6597) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@cade71[reloaded_collection_shard2_replica2] main]
   [junit4]   2> 1007209 INFO  (qtp14774148-6597) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1007209 INFO  (qtp9170766-6572) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007209 INFO  (qtp9170766-6572) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007209 INFO  (qtp14774148-6597) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1007209 INFO  (qtp14774148-6597) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1007209 INFO  (searcherExecutor-2711-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica2] Registered new searcher 
Searcher@cade71[reloaded_collection_shard2_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007209 INFO  (qtp14774148-6597) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1562116018650742784
   [junit4]   2> 1007213 INFO  (qtp14774148-6597) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1007215 INFO  (qtp9170766-6572) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1007215 INFO  (qtp9170766-6572) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1007215 INFO  (qtp9170766-6572) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2fd8e8[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 1007216 INFO  (qtp9170766-6572) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1007216 INFO  (qtp9170766-6572) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1007216 INFO  (qtp9170766-6572) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1007216 INFO  (searcherExecutor-2712-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher 
Searcher@2fd8e8[reloaded_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007216 INFO  (qtp9170766-6572) [    ] o.a.s.u.UpdateLog Could 
not find max version in index or recent updates, using new clock 
1562116018658082816
   [junit4]   2> 1007220 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1007221 INFO  (qtp14543156-6599) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007221 INFO  (qtp14543156-6599) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007227 INFO  (qtp14543156-6599) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1007227 INFO  (qtp14543156-6599) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1007228 INFO  (qtp14543156-6599) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a7c18c[reloaded_collection_shard2_replica1] main]
   [junit4]   2> 1007229 INFO  (qtp14543156-6599) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1007229 INFO  (qtp14543156-6599) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1007229 INFO  (qtp14543156-6599) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1007229 INFO  (searcherExecutor-2714-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard2_replica1] Registered new searcher 
Searcher@1a7c18c[reloaded_collection_shard2_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007229 INFO  (qtp14543156-6599) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1562116018671714304
   [junit4]   2> 1007234 INFO  (qtp32390641-6598) [    ] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1007235 INFO  (qtp32390641-6598) [    ] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1007240 INFO  (qtp32390641-6598) [    ] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 1007240 INFO  (qtp32390641-6598) [    ] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 1007241 INFO  (qtp32390641-6598) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36bff2[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 1007241 INFO  (qtp32390641-6598) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1007242 INFO  (qtp32390641-6598) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1007242 INFO  (qtp32390641-6598) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1007242 INFO  (searcherExecutor-2713-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher 
Searcher@36bff2[reloaded_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1007242 INFO  (qtp32390641-6598) [    ] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1562116018685345792
   [junit4]   2> 1007321 INFO  (zkCallback-962-thread-1) [    ] 
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> 1007321 INFO  (zkCallback-955-thread-1) [    ] 
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> 1007321 INFO  (zkCallback-960-thread-2) [    ] 
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> 1007321 INFO  (zkCallback-952-thread-2) [    ] 
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> 1007714 INFO  (qtp14774148-6597) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1007714 INFO  (qtp14774148-6597) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1007714 INFO  (qtp14774148-6597) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:45175/solr/reloaded_collection_shard2_replica2/
   [junit4]   2> 1007714 INFO  (qtp14774148-6597) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard2_replica2 
url=https://127.0.0.1:45175/solr START 
replicas=[https://127.0.0.1:41160/solr/reloaded_collection_shard2_replica1/] 
nUpdates=100
   [junit4]   2> 1007714 INFO  (qtp14774148-6597) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard2_replica2 
url=https://127.0.0.1:45175/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1007718 INFO  (qtp14543156-6593) [    ] o.a.s.c.S.Request 
[reloaded_collection_shard2_replica1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1007718 INFO  (qtp14774148-6597) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1007718 INFO  (qtp14774148-6597) [    ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1007718 INFO  (qtp14774148-6597) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1007720 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1007720 INFO  (qtp14774148-6597) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45175/solr/reloaded_collection_shard2_replica2/ shard2
   [junit4]   2> 1007720 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1007720 INFO  (qtp9170766-6572) [    ] o.a.s.c.SyncStrategy 
Sync replicas to 
https://127.0.0.1:43415/solr/reloaded_collection_shard1_replica1/
   [junit4]   2> 1007720 INFO  (qtp9170766-6572) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard1_replica1 
url=https://127.0.0.1:43415/solr START 
replicas=[https://127.0.0.1:42326/solr/reloaded_collection_shard1_replica2/] 
nUpdates=100
   [junit4]   2> 1007720 INFO  (qtp9170766-6572) [    ] o.a.s.u.PeerSync 
PeerSync: core=reloaded_collection_shard1_replica1 
url=https://127.0.0.1:43415/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1007724 INFO  (qtp32390641-6596) [    ] o.a.s.c.S.Request 
[reloaded_collection_shard1_replica2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1007724 INFO  (qtp9170766-6572) [    ] o.a.s.c.SyncStrategy 
Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1007724 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1007724 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1007725 INFO  (qtp9170766-6572) [    ] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43415/solr/reloaded_collection_shard1_replica1/ shard1
   [junit4]   2> 1007827 INFO  (zkCallback-955-thread-1) [    ] 
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> 1007827 INFO  (zkCallback-962-thread-1) [    ] 
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> 1007827 INFO  (zkCallback-960-thread-2) [    ] 
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> 1007827 INFO  (zkCallback-952-thread-1) [    ] 
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> 1007871 INFO  (qtp14774148-6597) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1007874 INFO  (qtp14774148-6597) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=1937
   [junit4]   2> 1007876 INFO  (qtp9170766-6572) [    ] o.a.s.c.ZkController I 
am the leader, no recovery necessary
   [junit4]   2> 1007879 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=1944
   [junit4]   2> 1007978 INFO  (zkCallback-960-thread-2) [    ] 
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> 1007978 INFO  (zkCallback-955-thread-1) [    ] 
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> 1007978 INFO  (zkCallback-952-thread-2) [    ] 
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> 1007978 INFO  (zkCallback-962-thread-1) [    ] 
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> 1008267 INFO  (qtp14543156-6599) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2300
   [junit4]   2> 1008279 INFO  (qtp32390641-6598) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={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}
 status=0 QTime=2311
   [junit4]   2> 1008280 INFO  (qtp9170766-6605) [    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1008369 INFO  (zkCallback-955-thread-1) [    ] 
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> 1008369 INFO  (zkCallback-962-thread-1) [    ] 
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> 1008369 INFO  (zkCallback-952-thread-1) [    ] 
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> 1008369 INFO  (zkCallback-960-thread-2) [    ] 
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> 1009280 INFO  (qtp9170766-6605) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={replicationFactor=2&collection.configName=conf&name=reloaded_collection&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3551
   [junit4]   2> 1009285 INFO  (qtp9170766-6605) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009288 INFO  (qtp32390641-6596) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009293 INFO  (qtp14774148-6577) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009296 INFO  (qtp14543156-6593) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009297 INFO  (qtp9170766-6595) [    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params 
async=1a97b20e-49b0-4b15-9a15-352a10d5ca74&name=reloaded_collection&action=RELOAD&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1009297 INFO  (qtp9170766-6595) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/collections 
params={async=1a97b20e-49b0-4b15-9a15-352a10d5ca74&name=reloaded_collection&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1009298 INFO  (OverseerThreadFactory-2687-thread-5) [    ] 
o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : 
action=RELOAD
   [junit4]   2> 1009299 INFO  
(OverseerCollectionConfigSetProcessor-97632250510180359-127.0.0.1:45175_solr-n_0000000000)
 [    ] 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> 1009300 INFO  (qtp9170766-6574) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard1_replica1&async=1a97b20e-49b0-4b15-9a15-352a10d5ca74487283485034843&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1009301 INFO  (qtp9170766-6583) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009303 INFO  (qtp32390641-6575) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard1_replica2&async=1a97b20e-49b0-4b15-9a15-352a10d5ca74487283485077160&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1009304 INFO  (qtp14774148-6601) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard2_replica2&async=1a97b20e-49b0-4b15-9a15-352a10d5ca74487283485096889&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1009305 INFO  (qtp14543156-6573) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={core=reloaded_collection_shard2_replica1&async=1a97b20e-49b0-4b15-9a15-352a10d5ca74487283485111015&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1009305 INFO  (qtp9170766-6572) [    ] 
o.a.s.h.a.CoreAdminOperation Checking request status for : 
1a97b20e-49b0-4b15-9a15-352a10d5ca74487283485034843
   [junit4]   2> 1009305 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&requestid=1a97b20e-49b0-4b15-9a15-352a10d5ca74487283485034843&action=REQUESTSTATUS&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1009309 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1009309 INFO  (qtp32390641-6588) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009309 INFO  (parallelCoreAdminExecutor-2691-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1009309 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1009310 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1009334 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica2] Schema name=minimal
   [junit4]   2> 1009334 INFO  (parallelCoreAdminExecutor-2691-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica2] Schema name=minimal
   [junit4]   2> 1009334 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica1] Schema name=minimal
   [junit4]   2> 1009335 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica1] Schema name=minimal
   [junit4]   2> 1009336 INFO  (qtp14774148-6579) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009336 INFO  (parallelCoreAdminExecutor-2691-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009336 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009336 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009336 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1009337 INFO  (parallelCoreAdminExecutor-2691-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard2_replica2' 
using configuration from collection reloaded_collection
   [junit4]   2> 1009337 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard2_replica1' 
using configuration from collection reloaded_collection
   [junit4]   2> 1009337 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard1_replica2' 
using configuration from collection reloaded_collection
   [junit4]   2> 1009339 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'reloaded_collection_shard1_replica1' 
using configuration from collection reloaded_collection
   [junit4]   2> 1009340 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard1_replica2] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node2/reloaded_collection_shard1_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node2/./reloaded_collection_shard1_replica2/data/]
   [junit4]   2> 1009340 INFO  (parallelCoreAdminExecutor-2691-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard2_replica2] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/reloaded_collection_shard2_replica2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node1/./reloaded_collection_shard2_replica2/data/]
   [junit4]   2> 1009340 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard1_replica1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/reloaded_collection_shard1_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node4/./reloaded_collection_shard1_replica1/data/]
   [junit4]   2> 1009340 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.c.SolrCore [[reloaded_collection_shard2_replica1] ] Opening new SolrCore 
at 
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node3/reloaded_collection_shard2_replica1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001/tempDir-001/node3/./reloaded_collection_shard2_replica1/data/]
   [junit4]   2> 1009344 INFO  (qtp14543156-6582) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009349 INFO  (qtp9170766-6578) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009354 INFO  (qtp32390641-6592) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009358 INFO  (qtp14774148-6601) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009361 INFO  (qtp14543156-6582) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009366 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009370 INFO  (qtp32390641-6598) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009375 INFO  (qtp14774148-6604) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009380 INFO  (qtp14543156-6582) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009387 INFO  (qtp9170766-6574) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009394 INFO  (qtp32390641-6598) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009418 INFO  (qtp14774148-6597) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009424 INFO  (qtp14543156-6585) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009431 INFO  (qtp9170766-6572) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009438 INFO  (qtp32390641-6584) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009470 INFO  (qtp14774148-6581) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009479 INFO  (qtp14543156-6573) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009486 INFO  (qtp9170766-6583) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009501 INFO  (qtp32390641-6592) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009539 INFO  (qtp14774148-6586) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009546 INFO  (qtp14543156-6590) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009558 INFO  (qtp9170766-6583) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009565 INFO  (qtp32390641-6580) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009585 INFO  (qtp14774148-6597) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009591 INFO  (qtp14543156-6590) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009596 INFO  (qtp9170766-6578) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009600 INFO  (qtp32390641-6575) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009605 INFO  (qtp14774148-6597) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009610 INFO  (qtp14543156-6573) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009616 INFO  (qtp9170766-6600) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009621 INFO  (qtp32390641-6592) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009627 INFO  (qtp14774148-6604) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009649 INFO  (qtp14543156-6585) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009658 INFO  (qtp9170766-6583) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009664 INFO  (qtp32390641-6592) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009669 INFO  (qtp14774148-6579) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009675 INFO  (qtp14543156-6585) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009676 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009676 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009678 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6aeb8c[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 1009678 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1009679 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009679 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1009679 INFO  (searcherExecutor-2732-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher 
Searcher@6aeb8c[reloaded_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009679 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562116021240725504
   [junit4]   2> 1009681 INFO  (qtp9170766-6578) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009682 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1009682 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@106b4ca[reloaded_collection_shard1_replica2] main]
   [junit4]   2> 1009682 INFO  (searcherExecutor-2732-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2] Registered new searcher 
Searcher@106b4ca[reloaded_collection_shard1_replica2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009682 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1dac89c
   [junit4]   2> 1009683 INFO  (parallelCoreAdminExecutor-2688-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.reloaded_collection.shard1.replica2, tag=31115420
   [junit4]   2> 1009687 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009688 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009690 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b6fd3c[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 1009691 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 1009692 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1009692 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1009692 INFO  (searcherExecutor-2734-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher 
Searcher@1b6fd3c[reloaded_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009693 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1562116021255405568
   [junit4]   2> 1009693 INFO  (qtp32390641-6592) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1009699 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1009699 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b3e511[reloaded_collection_shard1_replica1] main]
   [junit4]   2> 1009699 INFO  (searcherExecutor-2734-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1] Registered new searcher 
Searcher@1b3e511[reloaded_collection_shard1_replica1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1009699 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.c.SolrCore [reloaded_collection_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1ffb8bb
   [junit4]   2> 1009700 INFO  (parallelCoreAdminExecutor-2689-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.reloaded_collection.shard1.replica1, tag=33536187
   [junit4]   2> 1009700 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1009700 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1009701 INFO  (parallelCoreAdminExecutor-2692-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5a8f64[reloaded_collection_shard2_replica1] main]
  

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

844)
   [junit4]   2> 
   [junit4]   2> 1092341 INFO  (qtp14543156-6585) [    ] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:42326_solr&onlyIfLeaderActive=true&core=addReplicaColl_shard1_replica1&coreNodeName=core_node7&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=400 QTime=23006
   [junit4]   2> 1092957 INFO  (jetty-closer-940-thread-3) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1092957 INFO  (coreCloseExecutor-2900-thread-1) [    ] 
o.a.s.c.SolrCore [awhollynewcollection_0_shard2_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@379beb
   [junit4]   2> 1092987 INFO  (zkCallback-962-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1092987 INFO  (zkCallback-952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1092987 INFO  (jetty-closer-940-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1092987 INFO  (coreCloseExecutor-2901-thread-1) [    ] 
o.a.s.c.SolrCore [awhollynewcollection_0_shard3_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@3938d3
   [junit4]   2> 1093032 INFO  (coreCloseExecutor-2900-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.awhollynewcollection_0.shard2.replica1, tag=3644395
   [junit4]   2> 1093034 INFO  (zkCallback-952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 1093057 INFO  (coreCloseExecutor-2901-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.awhollynewcollection_0.shard3.replica1, tag=3750099
   [junit4]   2> 1093058 INFO  (jetty-closer-940-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=97632250510180359-127.0.0.1:45175_solr-n_0000000000) closing
   [junit4]   2> 1093058 INFO  
(OverseerStateUpdate-97632250510180359-127.0.0.1:45175_solr-n_0000000000) [    
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:45175_solr
   [junit4]   2> 1093113 INFO  (zkCallback-997-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1093113 INFO  (zkCallback-997-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1093113 INFO  (jetty-closer-940-thread-4) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1093114 INFO  (coreCloseExecutor-2904-thread-1) [    ] 
o.a.s.c.SolrCore [awhollynewcollection_0_shard5_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@17134e9
   [junit4]   2> 1093114 INFO  (coreCloseExecutor-2904-thread-2) [    ] 
o.a.s.c.SolrCore [awhollynewcollection_0_shard1_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1d655cd
   [junit4]   2> 1093150 INFO  (coreCloseExecutor-2904-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.awhollynewcollection_0.shard1.replica1, tag=30823885
   [junit4]   2> 1093150 INFO  (coreCloseExecutor-2904-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.awhollynewcollection_0.shard5.replica1, tag=24196329
   [junit4]   2> 1093151 WARN  (zkCallback-997-thread-2) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1093151 INFO  (jetty-closer-940-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@196cf9b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1093332 INFO  (zkCallback-960-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/awhollynewcollection_0/state.json] for collection 
[awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1093332 INFO  (zkCallback-960-thread-6) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41160_solr
   [junit4]   2> 1093332 INFO  (zkCallback-960-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 1093333 INFO  (jetty-closer-940-thread-2) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1093333 INFO  (coreCloseExecutor-2906-thread-1) [    ] 
o.a.s.c.SolrCore [awhollynewcollection_0_shard4_replica1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1062730
   [junit4]   2> 1093349 INFO  (coreCloseExecutor-2906-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.awhollynewcollection_0.shard4.replica1, tag=17180464
   [junit4]   2> 1094534 WARN  (zkCallback-962-thread-4) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1094534 INFO  (jetty-closer-940-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@b7838a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1094559 WARN  (zkCallback-952-thread-1) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1094559 INFO  (jetty-closer-940-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2d20e3{/solr,null,UNAVAILABLE}
   [junit4]   2> 1094850 WARN  (zkCallback-960-thread-6) [    ] 
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: 
[KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1094851 INFO  (jetty-closer-940-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@16af046{/solr,null,UNAVAILABLE}
   [junit4]   2> 1094851 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33728 33728
   [junit4]   2> 1094852 INFO  (Thread-1436) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:33728 33728
   [junit4]   2> 1094852 WARN  (Thread-1436) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       /solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 1094852 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[575004B95CAFFAD3]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_575004B95CAFFAD3-001
   [junit4]   2> Mar 17, 2017 11:26:53 AM 
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_=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=Memory)}, docValues:{}, maxPointsInLeafNode=1550, 
maxMBSortInHeap=6.554564268625672, sim=RandomSimilarity(queryNorm=true): {}, 
locale=gsw-CH, timezone=Europe/Uzhgorod
   [junit4]   2> NOTE: Linux 4.4.0-66-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=178553136,total=399986688
   [junit4]   2> NOTE: All tests run in this JVM: 
[PeerSyncWithIndexFingerprintCachingTest, TestPointFields, 
PeerSyncReplicationTest, TestHighFrequencyDictionaryFactory, HdfsSyncSliceTest, 
CollectionsAPISolrJTest, TestCollectionAPIs, CoreAdminRequestStatusTest, 
WrapperMergePolicyFactoryTest, SuggesterFSTTest, TestReplicaProperties, 
TestOverriddenPrefixQueryForCustomFieldType, CSVRequestHandlerTest, 
BlockJoinFacetDistribTest, TestExceedMaxTermLength, 
DistributedFacetPivotLargeTest, TestDocTermOrds, ChaosMonkeyNothingIsSafeTest, 
TestDistributedStatsComponentCardinality, SampleTest, ReplaceNodeTest, 
SegmentsInfoRequestHandlerTest, ZkSolrClientTest, TestReqParamsAPI, 
SolrIndexSplitterTest, OpenExchangeRatesOrgProviderTest, 
SimpleCollectionCreateDeleteTest, TestCloudRecovery, 
OverriddenZkACLAndCredentialsProvidersTest, TestSizeLimitedDistributedMap, 
ZkControllerTest, TestSSLRandomization, TestPartialUpdateDeduplication, 
MetricUtilsTest, TestNumericTerms64, TestUnifiedSolrHighlighter, 
TestSurroundQueryParser, LoggingHandlerTest, DistanceFunctionTest, 
AlternateDirectoryTest, TestLRUStatsCache, QueryParsingTest, 
PreAnalyzedUpdateProcessorTest, TestMissingGroups, 
DistributedQueryComponentOptimizationTest, TestSchemaNameResource, 
DeleteInactiveReplicaTest, TestQueryTypes, SolrXmlInZkTest, TestFastLRUCache, 
TestComplexPhraseQParserPlugin, DirectSolrSpellCheckerTest, 
TestCursorMarkWithoutUniqueKey, CleanupOldIndexTest, ConnectionReuseTest, 
TestFilteredDocIdSet, ShardSplitTest, SpatialFilterTest, 
SpellCheckCollatorTest, OpenCloseCoreStressTest, InfixSuggestersTest, 
TestSolrIndexConfig, TestInitQParser, ResponseHeaderTest, 
TestSolrFieldCacheMBean, SolrMetricReporterTest, HdfsBasicDistributedZk2Test, 
TestSystemCollAutoCreate, ChangedSchemaMergeTest, TestStressRecovery, 
TestDownShardTolerantSearch, TestReloadDeadlock, TestAddFieldRealTimeGet, 
TestCloudInspectUtil, CollectionsAPIDistributedZkTest]
   [junit4] Completed [323/701 (1!)] on J1 in 97.93s, 20 tests, 1 error <<< 
FAILURES!

[...truncated 52923 lines...]

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

Reply via email to