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

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

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

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

Error Message:
Error from server at https://127.0.0.1:45699/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:45699/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([9929F482A91E43F0:D15C8036AF2D6C65]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:578)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:279)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:268)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:477)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:407)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1383)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1134)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:1237)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:1073)
	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:522)
	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:563)
	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 12170 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/init-core-data-001
   [junit4]   2> 778656 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 778656 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 778656 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 778657 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001
   [junit4]   2> 778657 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 778658 INFO  (Thread-2208) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 778658 INFO  (Thread-2208) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 778665 ERROR (Thread-2208) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 778758 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39501
   [junit4]   2> 778762 INFO  (jetty-launcher-1974-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 778762 INFO  (jetty-launcher-1974-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 778762 INFO  (jetty-launcher-1974-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 778763 INFO  (jetty-launcher-1974-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 778765 INFO  (jetty-launcher-1974-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@52a9565a{/solr,null,AVAILABLE}
   [junit4]   2> 778765 INFO  (jetty-launcher-1974-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1131f702{/solr,null,AVAILABLE}
   [junit4]   2> 778765 INFO  (jetty-launcher-1974-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5cec47a3{/solr,null,AVAILABLE}
   [junit4]   2> 778766 INFO  (jetty-launcher-1974-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9c6efd4{/solr,null,AVAILABLE}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6bb8b874{SSL,[ssl, http/1.1]}{127.0.0.1:38837}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3b227422{SSL,[ssl, http/1.1]}{127.0.0.1:39201}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78dfaf33{SSL,[ssl, http/1.1]}{127.0.0.1:35539}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-4) [    ] o.e.j.s.Server Started @781000ms
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-2) [    ] o.e.j.s.Server Started @781000ms
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-1) [    ] o.e.j.s.Server Started @781000ms
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2ad9ee87{SSL,[ssl, http/1.1]}{127.0.0.1:45699}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39201}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-3) [    ] o.e.j.s.Server Started @781000ms
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38837}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45699}
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35539}
   [junit4]   2> 778767 ERROR (jetty-launcher-1974-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 778767 ERROR (jetty-launcher-1974-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 778767 ERROR (jetty-launcher-1974-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 778768 ERROR (jetty-launcher-1974-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T03:09:58.624059Z
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T03:09:58.624196Z
   [junit4]   2> 778767 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.7.0
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T03:09:58.624502Z
   [junit4]   2> 778768 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-05-26T03:09:58.624653Z
   [junit4]   2> 778769 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 778769 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 778769 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 778769 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 778773 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 778774 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39501/solr
   [junit4]   2> 778775 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 778775 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 778775 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39501/solr
   [junit4]   2> 778776 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39501/solr
   [junit4]   2> 778776 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 778777 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39501/solr
   [junit4]   2> 778778 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 0x15c42bb6d730005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 778778 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 0x15c42bb6d730006, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 778797 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 778797 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 778798 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35539_solr
   [junit4]   2> 778798 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45699_solr
   [junit4]   2> 778798 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 778798 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.Overseer Overseer (id=98026664657879049-127.0.0.1:35539_solr-n_0000000000) starting
   [junit4]   2> 778799 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 778799 INFO  (zkCallback-1995-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 778800 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 778801 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39201_solr
   [junit4]   2> 778801 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 778801 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 778802 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 778803 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 778804 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38837_solr
   [junit4]   2> 778805 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 778805 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 778812 INFO  (zkCallback-1995-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 778815 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 778816 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35539_solr
   [junit4]   2> 778820 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 778825 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 778825 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 778826 INFO  (jetty-launcher-1974-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node1/.
   [junit4]   2> 778828 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 778830 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 778855 INFO  (jetty-launcher-1974-thread-3) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node3/.
   [junit4]   2> 778857 INFO  (jetty-launcher-1974-thread-2) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node2/.
   [junit4]   2> 778861 INFO  (jetty-launcher-1974-thread-4) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/.
   [junit4]   2> 778866 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 778867 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39501/solr ready
   [junit4]   2> 778888 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 778888 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[9929F482A91E43F0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 778946 INFO  (qtp1127498197-10182) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=out_of_sync_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 778949 INFO  (qtp1127498197-10182) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=out_of_sync_collection&action=DELETE&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 778951 INFO  (qtp1127498197-10199) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 778951 INFO  (qtp1127498197-10199) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 778951 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionRemovesStaleZkCollectionsNode-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionRemovesStaleZkCollectionsNode
   [junit4]   2> 778960 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoCollectionSpecified
   [junit4]   2> 778960 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[9929F482A91E43F0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 778963 INFO  (qtp1127498197-10203) [    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 778963 INFO  (qtp1127498197-10203) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 778964 INFO  (OverseerStateUpdate-98026664657879049-127.0.0.1:35539_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 779967 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 779970 INFO  (qtp1127498197-10203) [    ] o.a.s.s.IndexSchema [corewithnocollection] Schema name=minimal
   [junit4]   2> 779971 INFO  (qtp1127498197-10203) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 779971 INFO  (qtp1127498197-10203) [    ] o.a.s.c.CoreContainer Creating SolrCore 'corewithnocollection' using configuration from collection corewithnocollection, trusted=true
   [junit4]   2> 779971 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 779971 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrCore [[corewithnocollection] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node1/corewithnocollection], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-002/]
   [junit4]   2> 780002 INFO  (qtp1127498197-10203) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 780002 INFO  (qtp1127498197-10203) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 780003 INFO  (qtp1127498197-10203) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 780003 INFO  (qtp1127498197-10203) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 780003 INFO  (qtp1127498197-10203) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4687609d[corewithnocollection] main]
   [junit4]   2> 780004 INFO  (qtp1127498197-10203) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 780004 INFO  (qtp1127498197-10203) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 780004 INFO  (qtp1127498197-10203) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 780005 INFO  (searcherExecutor-4459-thread-1) [    ] o.a.s.c.SolrCore [corewithnocollection] Registered new searcher Searcher@4687609d[corewithnocollection] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 780005 INFO  (qtp1127498197-10203) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426635937447936
   [junit4]   2> 780008 INFO  (qtp1127498197-10203) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 780008 INFO  (qtp1127498197-10203) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 780008 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39201/solr/corewithnocollection/
   [junit4]   2> 780008 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 780008 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:39201/solr/corewithnocollection/ has no replicas
   [junit4]   2> 780008 INFO  (qtp1127498197-10203) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 780009 INFO  (qtp1127498197-10203) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39201/solr/corewithnocollection/ shard1
   [junit4]   2> 780159 INFO  (qtp1127498197-10203) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 780161 INFO  (qtp1127498197-10203) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-002&collection.configName=conf&name=corewithnocollection&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=0 QTime=1198
   [junit4]   2> 780162 INFO  (qtp1127498197-10207) [    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2
   [junit4]   2> 780163 INFO  (OverseerStateUpdate-98026664657879049-127.0.0.1:35539_solr-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 780948 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_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> 781167 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 781170 INFO  (qtp1127498197-10207) [    ] o.a.s.s.IndexSchema [corewithnocollection2] Schema name=minimal
   [junit4]   2> 781171 INFO  (qtp1127498197-10207) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 781171 INFO  (qtp1127498197-10207) [    ] o.a.s.c.CoreContainer Creating SolrCore 'corewithnocollection2' using configuration from collection corewithnocollection2, trusted=true
   [junit4]   2> 781172 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 781172 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SolrCore [[corewithnocollection2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node1/corewithnocollection2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-002/]
   [junit4]   2> 781198 INFO  (qtp1127498197-10207) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 781198 INFO  (qtp1127498197-10207) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 781199 INFO  (qtp1127498197-10207) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 781199 INFO  (qtp1127498197-10207) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 781199 INFO  (qtp1127498197-10207) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@28a75811[corewithnocollection2] main]
   [junit4]   2> 781200 INFO  (qtp1127498197-10207) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 781200 INFO  (qtp1127498197-10207) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 781200 INFO  (qtp1127498197-10207) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 781200 INFO  (searcherExecutor-4464-thread-1) [    ] o.a.s.c.SolrCore [corewithnocollection2] Registered new searcher Searcher@28a75811[corewithnocollection2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 781200 INFO  (qtp1127498197-10207) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426637190496256
   [junit4]   2> 781203 INFO  (qtp1127498197-10207) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 781203 INFO  (qtp1127498197-10207) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 781203 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39201/solr/corewithnocollection2/
   [junit4]   2> 781203 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 781203 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SyncStrategy https://127.0.0.1:39201/solr/corewithnocollection2/ has no replicas
   [junit4]   2> 781203 INFO  (qtp1127498197-10207) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 781204 INFO  (qtp1127498197-10207) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39201/solr/corewithnocollection2/ shard1
   [junit4]   2> 781354 INFO  (qtp1127498197-10207) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 781355 INFO  (qtp1127498197-10207) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-002&collection.configName=conf&name=corewithnocollection2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1192
   [junit4]   2> 781355 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoCollectionSpecified-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoCollectionSpecified
   [junit4]   2> 781364 INFO  (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testDeleteNonExistentCollection
   [junit4]   2> 781365 INFO  (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[9929F482A91E43F0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 781368 INFO  (qtp1127498197-10182) [    ] 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> 781370 INFO  (OverseerThreadFactory-4451-thread-2) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 781373 INFO  (qtp1127498197-10203) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection
   [junit4]   2> 781373 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrCore [corewithnocollection]  CLOSING SolrCore org.apache.solr.core.SolrCore@14c8a54d
   [junit4]   2> 781374 INFO  (qtp1127498197-10203) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection
   [junit4]   2> 781375 INFO  (qtp1127498197-10203) [    ] 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=1
   [junit4]   2> 782077 INFO  (qtp1127498197-10182) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection&action=DELETE&wt=javabin&version=2} status=0 QTime=708
   [junit4]   2> 782078 INFO  (qtp1127498197-10199) [    ] 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> 782079 INFO  (OverseerThreadFactory-4451-thread-3) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 782079 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_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> 782081 INFO  (qtp1127498197-10207) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection2
   [junit4]   2> 782081 INFO  (qtp1127498197-10207) [    ] o.a.s.c.SolrCore [corewithnocollection2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2b762376
   [junit4]   2> 782081 INFO  (qtp1127498197-10207) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.corewithnocollection2
   [junit4]   2> 782082 INFO  (qtp1127498197-10207) [    ] 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=1
   [junit4]   2> 782784 INFO  (qtp1127498197-10199) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection2&action=DELETE&wt=javabin&version=2} status=0 QTime=705
   [junit4]   2> 782786 INFO  (qtp1127498197-10186) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=unknown_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 782787 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_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> 782787 INFO  (OverseerThreadFactory-4451-thread-4) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 782787 ERROR (OverseerThreadFactory-4451-thread-4) [    ] o.a.s.c.OverseerCollectionMessageHandler Collection: unknown_collection operation: delete failed:org.apache.solr.common.SolrException: Could not find collection : unknown_collection
   [junit4]   2> 	at org.apache.solr.common.cloud.ClusterState.getCollection(ClusterState.java:194)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.collectionCmd(OverseerCollectionMessageHandler.java:846)
   [junit4]   2> 	at org.apache.solr.cloud.DeleteCollectionCmd.call(DeleteCollectionCmd.java:88)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:226)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor$Runner.run(OverseerTaskProcessor.java:464)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 
   [junit4]   2> 782789 INFO  (qtp1127498197-10186) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=unknown_collection&action=DELETE&wt=javabin&version=2} status=400 QTime=3
   [junit4]   2> 782791 INFO  (qtp1127498197-10182) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 782791 INFO  (OverseerThreadFactory-4451-thread-5) [    ] o.a.s.c.CreateCollectionCmd Create collection acollectionafterbaddelete
   [junit4]   2> 782791 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_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> 783042 INFO  (qtp418656547-10183) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 783042 INFO  (qtp418656547-10183) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 783045 INFO  (qtp458519304-10184) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2
   [junit4]   2> 783045 INFO  (qtp458519304-10184) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 783147 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 783147 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 784047 INFO  (qtp418656547-10183) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 784049 INFO  (qtp458519304-10184) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 784067 INFO  (qtp458519304-10184) [    ] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica1] Schema name=minimal
   [junit4]   2> 784068 INFO  (qtp458519304-10184) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 784068 INFO  (qtp458519304-10184) [    ] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica1' using configuration from collection acollectionafterbaddelete, trusted=true
   [junit4]   2> 784068 INFO  (qtp418656547-10183) [    ] o.a.s.s.IndexSchema [acollectionafterbaddelete_shard1_replica2] Schema name=minimal
   [junit4]   2> 784068 INFO  (qtp458519304-10184) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 784068 INFO  (qtp458519304-10184) [    ] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/acollectionafterbaddelete_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/./acollectionafterbaddelete_shard1_replica1/data/]
   [junit4]   2> 784069 INFO  (qtp418656547-10183) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 784069 INFO  (qtp418656547-10183) [    ] o.a.s.c.CoreContainer Creating SolrCore 'acollectionafterbaddelete_shard1_replica2' using configuration from collection acollectionafterbaddelete, trusted=true
   [junit4]   2> 784069 INFO  (qtp418656547-10183) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 784070 INFO  (qtp418656547-10183) [    ] o.a.s.c.SolrCore [[acollectionafterbaddelete_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node2/acollectionafterbaddelete_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node2/./acollectionafterbaddelete_shard1_replica2/data/]
   [junit4]   2> 784108 INFO  (qtp458519304-10184) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 784108 INFO  (qtp458519304-10184) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 784109 INFO  (qtp458519304-10184) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784109 INFO  (qtp458519304-10184) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784110 INFO  (qtp458519304-10184) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@67bf603f[acollectionafterbaddelete_shard1_replica1] main]
   [junit4]   2> 784110 INFO  (qtp418656547-10183) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 784110 INFO  (qtp418656547-10183) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 784111 INFO  (qtp458519304-10184) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 784111 INFO  (qtp458519304-10184) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 784111 INFO  (qtp458519304-10184) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 784111 INFO  (qtp418656547-10183) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 784111 INFO  (qtp418656547-10183) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 784111 INFO  (searcherExecutor-4469-thread-1) [    ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1] Registered new searcher Searcher@67bf603f[acollectionafterbaddelete_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784111 INFO  (qtp458519304-10184) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426640242900992
   [junit4]   2> 784112 INFO  (qtp418656547-10183) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@639690bc[acollectionafterbaddelete_shard1_replica2] main]
   [junit4]   2> 784113 INFO  (qtp418656547-10183) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 784113 INFO  (qtp418656547-10183) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 784114 INFO  (qtp418656547-10183) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 784114 INFO  (qtp418656547-10183) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426640246046720
   [junit4]   2> 784116 INFO  (qtp458519304-10184) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9998ms
   [junit4]   2> 784116 INFO  (searcherExecutor-4470-thread-1) [    ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2] Registered new searcher Searcher@639690bc[acollectionafterbaddelete_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 784218 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 784218 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 784617 INFO  (qtp458519304-10184) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 784617 INFO  (qtp458519304-10184) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 784617 INFO  (qtp458519304-10184) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38837/solr/acollectionafterbaddelete_shard1_replica1/
   [junit4]   2> 784617 INFO  (qtp458519304-10184) [    ] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica1 url=https://127.0.0.1:38837/solr START replicas=[https://127.0.0.1:35539/solr/acollectionafterbaddelete_shard1_replica2/] nUpdates=100
   [junit4]   2> 784617 INFO  (qtp458519304-10184) [    ] o.a.s.u.PeerSync PeerSync: core=acollectionafterbaddelete_shard1_replica1 url=https://127.0.0.1:38837/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 784622 INFO  (qtp418656547-10216) [    ] o.a.s.c.S.Request [acollectionafterbaddelete_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> 784622 INFO  (qtp458519304-10184) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 784622 INFO  (qtp458519304-10184) [    ] 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> 784622 INFO  (qtp458519304-10184) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 784624 INFO  (qtp458519304-10184) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38837/solr/acollectionafterbaddelete_shard1_replica1/ shard1
   [junit4]   2> 784725 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 784725 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 784775 INFO  (qtp458519304-10184) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 784776 INFO  (qtp458519304-10184) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica1&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2} status=0 QTime=1731
   [junit4]   2> 784878 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 784879 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 785121 INFO  (qtp418656547-10183) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=acollectionafterbaddelete_shard1_replica2&action=CREATE&numShards=1&collection=acollectionafterbaddelete&shard=shard1&wt=javabin&version=2} status=0 QTime=2079
   [junit4]   2> 785122 INFO  (qtp1127498197-10182) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 785222 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 785222 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/acollectionafterbaddelete/state.json] for collection [acollectionafterbaddelete] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 786124 INFO  (qtp1127498197-10182) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&name=acollectionafterbaddelete&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=3333
   [junit4]   2> 786130 INFO  (TEST-CollectionsAPIDistributedZkTest.testDeleteNonExistentCollection-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testDeleteNonExistentCollection
   [junit4]   2> 786169 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[9929F482A91E43F0]) [    ] o.a.s.SolrTestCaseJ4 ###Starting addReplicaTest
   [junit4]   2> 786170 INFO  (TEST-CollectionsAPIDistributedZkTest.addReplicaTest-seed#[9929F482A91E43F0]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 786172 INFO  (qtp1127498197-10207) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 786173 INFO  (OverseerThreadFactory-4451-thread-5) [    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 786173 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_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> 786177 INFO  (qtp418656547-10209) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica2
   [junit4]   2> 786177 INFO  (qtp418656547-10209) [    ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@4c5b5a01
   [junit4]   2> 786178 INFO  (qtp458519304-10201) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica1
   [junit4]   2> 786178 INFO  (qtp458519304-10201) [    ] o.a.s.c.SolrCore [acollectionafterbaddelete_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@78811853
   [junit4]   2> 786178 INFO  (qtp418656547-10209) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica2
   [junit4]   2> 786181 INFO  (qtp418656547-10209) [    ] o.a.s.c.ShardLeaderElectionContextBase No version found for ephemeral leader parent node, won't remove previous leader registration.
   [junit4]   2> 786182 INFO  (qtp418656547-10209) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica2&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 786197 INFO  (qtp458519304-10201) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.acollectionafterbaddelete.shard1.replica1
   [junit4]   2> 786198 WARN  (zkCallback-1993-thread-2) [    ] o.a.s.c.LeaderElector Our node is no longer in line to be leader
   [junit4]   2> 786198 INFO  (qtp458519304-10201) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=acollectionafterbaddelete_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=20
   [junit4]   2> 786921 INFO  (qtp1127498197-10207) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=acollectionafterbaddelete&action=DELETE&wt=javabin&version=2} status=0 QTime=749
   [junit4]   2> 786922 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 786923 INFO  (qtp1127498197-10199) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 786924 WARN  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_solr-n_0000000000) [    ] o.a.s.c.LockTree lock_is_leaked at[acollectionafterbaddelete]
   [junit4]   2> 786925 INFO  (OverseerThreadFactory-4451-thread-4) [    ] o.a.s.c.CreateCollectionCmd Create collection addReplicaColl
   [junit4]   2> 786928 INFO  (OverseerThreadFactory-4451-thread-5) [    ] o.a.s.c.LockTree Unlocked multiple times : acollectionafterbaddelete
   [junit4]   2> 787134 INFO  (qtp418656547-10189) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 787134 INFO  (qtp458519304-10206) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 787136 INFO  (qtp1127498197-10203) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 787189 INFO  (qtp1935852031-10185) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2
   [junit4]   2> 787189 INFO  (qtp1935852031-10185) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 787291 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 787291 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 787291 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 787291 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788140 INFO  (qtp418656547-10189) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 788144 INFO  (qtp458519304-10206) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 788162 INFO  (qtp418656547-10189) [    ] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica2] Schema name=minimal
   [junit4]   2> 788163 INFO  (qtp418656547-10189) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 788163 INFO  (qtp418656547-10189) [    ] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 788164 INFO  (qtp418656547-10189) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 788164 INFO  (qtp418656547-10189) [    ] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node2/addReplicaColl_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node2/./addReplicaColl_shard1_replica2/data/]
   [junit4]   2> 788169 INFO  (qtp458519304-10206) [    ] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica2] Schema name=minimal
   [junit4]   2> 788171 INFO  (qtp458519304-10206) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 788171 INFO  (qtp458519304-10206) [    ] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica2' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 788171 INFO  (qtp458519304-10206) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 788171 INFO  (qtp458519304-10206) [    ] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/addReplicaColl_shard2_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/./addReplicaColl_shard2_replica2/data/]
   [junit4]   2> 788173 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 788177 INFO  (qtp1127498197-10203) [    ] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica1] Schema name=minimal
   [junit4]   2> 788178 INFO  (qtp1127498197-10203) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 788178 INFO  (qtp1127498197-10203) [    ] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 788178 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 788179 INFO  (qtp1127498197-10203) [    ] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node1/addReplicaColl_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node1/./addReplicaColl_shard1_replica1/data/]
   [junit4]   2> 788195 INFO  (qtp1935852031-10185) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 788200 INFO  (qtp1935852031-10185) [    ] o.a.s.s.IndexSchema [addReplicaColl_shard2_replica1] Schema name=minimal
   [junit4]   2> 788220 INFO  (qtp418656547-10189) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 788220 INFO  (qtp418656547-10189) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 788221 INFO  (qtp418656547-10189) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 788221 INFO  (qtp418656547-10189) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 788224 INFO  (qtp418656547-10189) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@57f143a1[addReplicaColl_shard1_replica2] main]
   [junit4]   2> 788224 INFO  (qtp1935852031-10185) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 788225 INFO  (qtp1935852031-10185) [    ] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard2_replica1' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 788225 INFO  (qtp1935852031-10185) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 788225 INFO  (qtp1935852031-10185) [    ] o.a.s.c.SolrCore [[addReplicaColl_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node3/addReplicaColl_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node3/./addReplicaColl_shard2_replica1/data/]
   [junit4]   2> 788229 INFO  (qtp458519304-10206) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 788229 INFO  (qtp458519304-10206) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 788230 INFO  (qtp458519304-10206) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 788231 INFO  (qtp458519304-10206) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 788231 INFO  (qtp458519304-10206) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@303714ef[addReplicaColl_shard2_replica2] main]
   [junit4]   2> 788232 INFO  (qtp458519304-10206) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 788232 INFO  (qtp458519304-10206) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 788232 INFO  (qtp458519304-10206) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 788233 INFO  (qtp458519304-10206) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426644565131264
   [junit4]   2> 788234 INFO  (searcherExecutor-4480-thread-1) [    ] o.a.s.c.SolrCore [addReplicaColl_shard2_replica2] Registered new searcher Searcher@303714ef[addReplicaColl_shard2_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 788241 INFO  (qtp458519304-10206) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 788241 INFO  (qtp418656547-10189) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 788241 INFO  (qtp418656547-10189) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 788241 INFO  (qtp418656547-10189) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 788245 INFO  (qtp418656547-10189) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426644577714176
   [junit4]   2> 788247 INFO  (searcherExecutor-4479-thread-1) [    ] o.a.s.c.SolrCore [addReplicaColl_shard1_replica2] Registered new searcher Searcher@57f143a1[addReplicaColl_shard1_replica2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 788252 INFO  (qtp1127498197-10203) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 788253 INFO  (qtp418656547-10189) [    ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 788254 INFO  (qtp1127498197-10203) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 788255 INFO  (qtp1127498197-10203) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 788255 INFO  (qtp1127498197-10203) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 788256 INFO  (qtp1127498197-10203) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@50a94930[addReplicaColl_shard1_replica1] main]
   [junit4]   2> 788257 INFO  (qtp1127498197-10203) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 788257 INFO  (qtp1127498197-10203) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 788257 INFO  (qtp1127498197-10203) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 788257 INFO  (qtp1127498197-10203) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426644590297088
   [junit4]   2> 788259 INFO  (searcherExecutor-4481-thread-1) [    ] o.a.s.c.SolrCore [addReplicaColl_shard1_replica1] Registered new searcher Searcher@50a94930[addReplicaColl_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 788269 INFO  (qtp1935852031-10185) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 788269 INFO  (qtp1935852031-10185) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 788270 INFO  (qtp1935852031-10185) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 788270 INFO  (qtp1935852031-10185) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 788271 INFO  (qtp1935852031-10185) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4f3f5be8[addReplicaColl_shard2_replica1] main]
   [junit4]   2> 788272 INFO  (qtp1935852031-10185) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 788272 INFO  (qtp1935852031-10185) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 788272 INFO  (qtp1935852031-10185) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 788272 INFO  (searcherExecutor-4487-thread-1) [    ] o.a.s.c.SolrCore [addReplicaColl_shard2_replica1] Registered new searcher Searcher@4f3f5be8[addReplicaColl_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 788273 INFO  (qtp1935852031-10185) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426644607074304
   [junit4]   2> 788354 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788354 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788354 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788354 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788741 INFO  (qtp458519304-10206) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 788741 INFO  (qtp458519304-10206) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 788741 INFO  (qtp458519304-10206) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:38837/solr/addReplicaColl_shard2_replica2/
   [junit4]   2> 788741 INFO  (qtp458519304-10206) [    ] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica2 url=https://127.0.0.1:38837/solr START replicas=[https://127.0.0.1:45699/solr/addReplicaColl_shard2_replica1/] nUpdates=100
   [junit4]   2> 788742 INFO  (qtp458519304-10206) [    ] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard2_replica2 url=https://127.0.0.1:38837/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 788746 INFO  (qtp1935852031-10211) [    ] o.a.s.c.S.Request [addReplicaColl_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> 788746 INFO  (qtp458519304-10206) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 788746 INFO  (qtp458519304-10206) [    ] 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> 788746 INFO  (qtp458519304-10206) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 788750 INFO  (qtp458519304-10206) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:38837/solr/addReplicaColl_shard2_replica2/ shard2
   [junit4]   2> 788754 INFO  (qtp418656547-10189) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 788754 INFO  (qtp418656547-10189) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 788755 INFO  (qtp418656547-10189) [    ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35539/solr/addReplicaColl_shard1_replica2/
   [junit4]   2> 788755 INFO  (qtp418656547-10189) [    ] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica2 url=https://127.0.0.1:35539/solr START replicas=[https://127.0.0.1:39201/solr/addReplicaColl_shard1_replica1/] nUpdates=100
   [junit4]   2> 788755 INFO  (qtp418656547-10189) [    ] o.a.s.u.PeerSync PeerSync: core=addReplicaColl_shard1_replica2 url=https://127.0.0.1:35539/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 788758 INFO  (qtp1127498197-10187) [    ] o.a.s.c.S.Request [addReplicaColl_shard1_replica1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 788759 INFO  (qtp418656547-10189) [    ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 788759 INFO  (qtp418656547-10189) [    ] 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> 788759 INFO  (qtp418656547-10189) [    ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 788761 INFO  (qtp418656547-10189) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35539/solr/addReplicaColl_shard1_replica2/ shard1
   [junit4]   2> 788864 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788864 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788864 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788864 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 788900 INFO  (qtp458519304-10206) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 788902 INFO  (qtp458519304-10206) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=1767
   [junit4]   2> 788912 INFO  (qtp418656547-10189) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 788916 INFO  (qtp418656547-10189) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica2&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1781
   [junit4]   2> 789017 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789017 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789017 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789017 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789262 INFO  (qtp1127498197-10203) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard1_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=2125
   [junit4]   2> 789277 INFO  (qtp1935852031-10185) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=addReplicaColl_shard2_replica1&action=CREATE&numShards=2&collection=addReplicaColl&shard=shard2&wt=javabin&version=2} status=0 QTime=2088
   [junit4]   2> 789278 INFO  (qtp1127498197-10199) [    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 789377 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789377 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789377 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 789378 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 790278 INFO  (qtp1127498197-10199) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=4&name=addReplicaColl&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3355
   [junit4]   2> 790280 INFO  (qtp1127498197-10186) [    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:38837_solr&action=ADDREPLICA&collection=addReplicaColl&shard=shard1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 790284 INFO  (OverseerThreadFactory-4451-thread-4) [    ] o.a.s.c.AddReplicaCmd addReplica() : {
   [junit4]   2>   "collection":"addReplicaColl",
   [junit4]   2>   "node":"127.0.0.1:38837_solr",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "operation":"addreplica"}
   [junit4]   2> 790285 INFO  (OverseerThreadFactory-4451-thread-4) [    ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:38837_solr for creating new replica
   [junit4]   2> 790285 INFO  (OverseerCollectionConfigSetProcessor-98026664657879049-127.0.0.1:35539_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000012 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 790287 INFO  (qtp458519304-10210) [    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2
   [junit4]   2> 790389 INFO  (zkCallback-1994-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 790389 INFO  (zkCallback-1996-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 790389 INFO  (zkCallback-1995-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 790390 INFO  (zkCallback-1993-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/addReplicaColl/state.json] for collection [addReplicaColl] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 791294 INFO  (qtp458519304-10210) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.7.0
   [junit4]   2> 791298 INFO  (qtp458519304-10210) [    ] o.a.s.s.IndexSchema [addReplicaColl_shard1_replica3] Schema name=minimal
   [junit4]   2> 791300 INFO  (qtp458519304-10210) [    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 791300 INFO  (qtp458519304-10210) [    ] o.a.s.c.CoreContainer Creating SolrCore 'addReplicaColl_shard1_replica3' using configuration from collection addReplicaColl, trusted=true
   [junit4]   2> 791300 INFO  (qtp458519304-10210) [    ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 791300 INFO  (qtp458519304-10210) [    ] o.a.s.c.SolrCore [[addReplicaColl_shard1_replica3] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/addReplicaColl_shard1_replica3], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001/tempDir-001/node4/./addReplicaColl_shard1_replica3/data/]
   [junit4]   2> 791344 INFO  (qtp458519304-10210) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 791344 INFO  (qtp458519304-10210) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 791345 INFO  (qtp458519304-10210) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 791345 INFO  (qtp458519304-10210) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 791346 INFO  (qtp458519304-10210) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@50e72abe[addReplicaColl_shard1_replica3] main]
   [junit4]   2> 791347 INFO  (qtp458519304-10210) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 791347 INFO  (qtp458519304-10210) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 791347 INFO  (qtp458519304-10210) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 791347 INFO  (qtp458519304-10210) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1568426647830396928
   [junit4]   2> 791348 INFO  (searcherExecutor-4499-thread-1) [    ] o.a.s.c.SolrCore [addReplicaColl_shard1_replica3] Registered new searcher Searcher@50e72abe[addReplicaColl_shard1_replica3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 791350 INFO  (qtp458519304-10210) [    ] o.a.s.c.ZkController Core needs to recover:addReplicaColl_shard1_replica3
   [junit4]   2> 791351 INFO  (updateExecutor-1990-thread-1) [    ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 791351 INFO  (recoveryExecutor-1991-thread-1) [    ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 791352 INFO  (recoveryExecutor-1991-thread-1) [    ] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 791352 INFO  (recoveryExecutor-1991-thread-1) [    ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[addReplicaColl_shard1_replica3]
   [junit4]   2> 791352 INFO  (recoveryExecutor-1991-thread-1) [    ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 791352 INFO  (recoveryExecutor-1991-thread-1) [    ] o.a.s.c.RecoveryStrategy Publishing state of core [addReplicaColl_shard1_replica3] as recovering, leader is [https://127.0.0.1:35539/solr/addReplicaColl_shard1_replica2/] and I am [https://127.0.0.1:38837/solr/addReplicaColl_shard1_replica3/]
   [junit4]   2> 791365 INFO  (recoveryExecutor-1991-thread-1) [    ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [https://127.0.0.1:35539/solr]; [WaitForState: action=PREPRECOVERY&core=addReplicaColl_shard1_replica2&nodeName=127.0.0.1:38837_solr&coreNodeName=core_node5&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 791365 INFO  (qtp458519304-10210) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&name=addReplicaColl_shard1_replica3&action=CREATE&collection=addReplicaColl&shard=shard1&wt=javabin&version=2} status=0 QTime=1078
   [junit4]   2> 791393 INFO  (qtp1127498197-10186) [    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:38837_solr&action=ADDREPLICA&collection=addRe

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

cManager Closing metric reporters for: solr.node
   [junit4]   2> 870597 INFO  (jetty-closer-1975-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1443350795
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 870597 INFO  (jetty-closer-1975-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=100951590
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 870598 INFO  (jetty-closer-1975-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 870599 INFO  (coreCloseExecutor-4645-thread-1) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1c160348
   [junit4]   2> 870600 INFO  (coreCloseExecutor-4647-thread-1) [    ] o.a.s.c.SolrCore [halfdeletedcollection_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@40e4745b
   [junit4]   2> 870600 INFO  (coreCloseExecutor-4645-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfdeletedcollection.shard2.replica1
   [junit4]   2> 870601 INFO  (coreCloseExecutor-4647-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.halfdeletedcollection.shard1.replica1
   [junit4]   2> 870601 INFO  (zkCallback-1995-thread-7) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 870601 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 870601 INFO  (zkCallback-2026-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 870602 INFO  (jetty-closer-1975-thread-3) [    ] o.a.s.c.Overseer Overseer (id=98026664657879049-127.0.0.1:35539_solr-n_0000000000) closing
   [junit4]   2> 870602 INFO  (zkCallback-1993-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 870602 INFO  (OverseerStateUpdate-98026664657879049-127.0.0.1:35539_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35539_solr
   [junit4]   2> 872101 WARN  (zkCallback-1996-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> 872101 INFO  (jetty-closer-1975-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1131f702{/solr,null,UNAVAILABLE}
   [junit4]   2> 872102 WARN  (zkCallback-2026-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> 872102 WARN  (zkCallback-1995-thread-7) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 872102 INFO  (jetty-closer-1975-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7b3f35de{/solr,null,UNAVAILABLE}
   [junit4]   2> 872102 INFO  (jetty-closer-1975-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@9c6efd4{/solr,null,UNAVAILABLE}
   [junit4]   2> 872103 WARN  (zkCallback-1993-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> 872103 INFO  (jetty-closer-1975-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@52a9565a{/solr,null,UNAVAILABLE}
   [junit4]   2> 872103 ERROR (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 872103 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39501 39501
   [junit4]   2> 872110 INFO  (Thread-2269) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39501 39501
   [junit4]   2> 872110 WARN  (Thread-2269) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/configs/conf
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	115	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/collections/nodes_used_collection/state.json
   [junit4]   2> 	2	/solr/collections/onlyinzk/state.json
   [junit4]   2> 	2	/solr/collections/halfdeletedcollection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	218	/solr/collections
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 872110 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[9929F482A91E43F0]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPIDistributedZkTest_9929F482A91E43F0-001
   [junit4]   2> May 26, 2017 3:11:31 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(Lucene62), sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=te-IN, timezone=America/Indiana/Petersburg
   [junit4]   2> NOTE: Linux 4.8.0-52-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=8,threads=1,free=131426352,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestRebalanceLeaders, OverriddenZkACLAndCredentialsProvidersTest, BigEndianAscendingWordSerializerTest, TestPayloadScoreQParserPlugin, TestDistribDocBasedVersion, TestNRTOpen, CircularListTest, TestSolrDeletionPolicy1, SolrXmlInZkTest, MultiThreadedOCPTest, TestCloudInspectUtil, QueryParsingTest, TestUnifiedSolrHighlighter, SolrCoreCheckLockOnStartupTest, TestTolerantSearch, TestCollapseQParserPlugin, PeerSyncReplicationTest, TestLeaderInitiatedRecoveryThread, TestSchemaVersionResource, FullHLLTest, TestGroupingSearch, TestXIncludeConfig, PrimUtilsTest, CreateCollectionCleanupTest, DocValuesMissingTest, SolrCoreMetricManagerTest, TestConfig, TestCustomSort, ActionThrottleTest, RollingRestartTest, TestCoreDiscovery, TestOrdValues, CdcrReplicationDistributedZkTest, TestMergePolicyConfig, TestRequestStatusCollectionAPI, ClassificationUpdateProcessorIntegrationTest, TestUseDocValuesAsStored2, TestDFRSimilarityFactory, DistributedFacetPivotWhiteBoxTest, PingRequestHandlerTest, TestSolrXml, V2ApiIntegrationTest, TestManagedSchemaAPI, AsyncCallRequestStatusResponseTest, CachingDirectoryFactoryTest, RequestHandlersTest, TestConfigSetImmutable, DistributedSuggestComponentTest, SolrPluginUtilsTest, TestManagedSynonymFilterFactory, ReplicaListTransformerTest, ReplaceNodeTest, TermVectorComponentDistributedTest, SimpleFacetsTest, DocExpirationUpdateProcessorFactoryTest, PKIAuthenticationIntegrationTest, TestFieldResource, PluginInfoTest, TestScoreJoinQPNoScore, TestJsonFacetRefinement, SolrTestCaseJ4Test, DirectoryFactoryTest, TestRuleBasedAuthorizationPlugin, LukeRequestHandlerTest, CollectionTooManyReplicasTest, ResponseHeaderTest, PropertiesRequestHandlerTest, UpdateParamsTest, BadComponentTest, JSONWriterTest, HttpPartitionTest, SuggestComponentContextFilterQueryTest, LeaderFailureAfterFreshStartTest, TestShortCircuitedRequests, TestImplicitCoreProperties, SmileWriterTest, TestDFISimilarityFactory, RecoveryZkTest, HdfsLockFactoryTest, TestSolrCloudWithKerberosAlt, OverseerTest, StatsComponentTest, TestHdfsUpdateLog, UnloadDistributedZkTest, HdfsNNFailoverTest, HdfsRestartWhileUpdatingTest, TestBulkSchemaAPI, SolrMetricsIntegrationTest, TestReload, TestSubQueryTransformer, SpellPossibilityIteratorTest, TestManagedResource, StressHdfsTest, TestPostingsSolrHighlighter, TestSolrQueryParser, TestSolrConfigHandlerCloud, BinaryUpdateRequestHandlerTest, TestExportWriter, BooleanFieldTest, TestSort, CloudMLTQParserTest, TestHdfsCloudBackupRestore, HdfsTlogReplayBufferedWhileIndexingTest, SimpleCollectionCreateDeleteTest, BadIndexSchemaTest, DeleteShardTest, RulesTest, TestUtils, XmlUpdateRequestHandlerTest, TestMiniSolrCloudCluster, CheckHdfsIndexTest, VMParamsZkACLAndCredentialsProvidersTest, TestFreeTextSuggestions, TestMaxScoreQueryParser, CursorMarkTest, CollectionsAPIDistributedZkTest]
   [junit4] Completed [363/714 (1!)] on J2 in 93.71s, 20 tests, 1 error <<< FAILURES!

[...truncated 37473 lines...]