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/10/17 16:11:01 UTC

[JENKINS] Lucene-Solr-6.6-Linux (32bit/jdk1.8.0_144) - Build # 172 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/172/
Java: 32bit/jdk1.8.0_144 -client -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.update.AutoCommitTest.testMaxDocs

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([E7BF4C35D486CF13:5E3E9AEAF86CCB99]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
	... 40 more


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI

Error Message:
Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}

Stack Trace:
java.lang.AssertionError: Something is broken in the assert for no shards using the same indexDir - probably something was changed in the attributes published in the MBean of SolrCore : {}
	at __randomizedtesting.SeedInfo.seed([E7BF4C35D486CF13:AFCA3881D2B5E086]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.checkNoTwoShardsUseTheSameIndexDir(CollectionsAPIDistributedZkTest.java:646)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testCollectionsAPI(CollectionsAPIDistributedZkTest.java:524)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12085 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/init-core-data-001
   [junit4]   2> 909501 WARN  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 909501 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 909502 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 909503 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001
   [junit4]   2> 909503 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 909504 INFO  (Thread-3135) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 909504 INFO  (Thread-3135) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 909509 ERROR (Thread-3135) [    ] 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> 909604 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44381
   [junit4]   2> 909614 INFO  (jetty-launcher-1029-thread-4) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 909614 INFO  (jetty-launcher-1029-thread-2) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 909614 INFO  (jetty-launcher-1029-thread-1) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 909615 INFO  (jetty-launcher-1029-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ed678a{/solr,null,AVAILABLE}
   [junit4]   2> 909618 INFO  (jetty-launcher-1029-thread-3) [    ] o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 909623 INFO  (jetty-launcher-1029-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@491038{HTTP/1.1,[http/1.1]}{127.0.0.1:34087}
   [junit4]   2> 909623 INFO  (jetty-launcher-1029-thread-4) [    ] o.e.j.s.Server Started @910691ms
   [junit4]   2> 909623 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34087}
   [junit4]   2> 909623 ERROR (jetty-launcher-1029-thread-4) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 909624 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.2
   [junit4]   2> 909624 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 909624 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 909624 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-17T15:36:29.402Z
   [junit4]   2> 909634 INFO  (jetty-launcher-1029-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ecb4b3{/solr,null,AVAILABLE}
   [junit4]   2> 909634 INFO  (jetty-launcher-1029-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ab0d5{HTTP/1.1,[http/1.1]}{127.0.0.1:34669}
   [junit4]   2> 909634 INFO  (jetty-launcher-1029-thread-1) [    ] o.e.j.s.Server Started @910703ms
   [junit4]   2> 909634 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34669}
   [junit4]   2> 909635 ERROR (jetty-launcher-1029-thread-1) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 909635 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.2
   [junit4]   2> 909635 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 909635 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 909635 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-17T15:36:29.413Z
   [junit4]   2> 909641 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 909643 INFO  (jetty-launcher-1029-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@189dfaa{/solr,null,AVAILABLE}
   [junit4]   2> 909644 INFO  (jetty-launcher-1029-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78145{HTTP/1.1,[http/1.1]}{127.0.0.1:37751}
   [junit4]   2> 909644 INFO  (jetty-launcher-1029-thread-2) [    ] o.e.j.s.Server Started @910713ms
   [junit4]   2> 909644 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37751}
   [junit4]   2> 909645 ERROR (jetty-launcher-1029-thread-2) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 909645 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.2
   [junit4]   2> 909645 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 909645 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 909645 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-17T15:36:29.423Z
   [junit4]   2> 909649 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 909655 INFO  (jetty-launcher-1029-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5055b4{/solr,null,AVAILABLE}
   [junit4]   2> 909656 INFO  (jetty-launcher-1029-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@b59e0c{HTTP/1.1,[http/1.1]}{127.0.0.1:34415}
   [junit4]   2> 909656 INFO  (jetty-launcher-1029-thread-3) [    ] o.e.j.s.Server Started @910724ms
   [junit4]   2> 909656 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34415}
   [junit4]   2> 909656 ERROR (jetty-launcher-1029-thread-3) [    ] o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 909656 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 6.6.2
   [junit4]   2> 909656 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 909656 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 909657 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-10-17T15:36:29.434Z
   [junit4]   2> 909665 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 909666 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 909669 INFO  (jetty-launcher-1029-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
   [junit4]   2> 909695 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 909695 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 909698 INFO  (jetty-launcher-1029-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
   [junit4]   2> 909700 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 909703 INFO  (jetty-launcher-1029-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
   [junit4]   2> 909712 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 909713 INFO  (jetty-launcher-1029-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44381/solr
   [junit4]   2> 909717 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 0x15f2afaa163000b, 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.lang.Thread.run(Thread.java:748)
   [junit4]   2> 909733 INFO  (jetty-launcher-1029-thread-1) [n:127.0.0.1:34669_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 909734 INFO  (jetty-launcher-1029-thread-4) [n:127.0.0.1:34087_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 909734 INFO  (jetty-launcher-1029-thread-1) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34669_solr
   [junit4]   2> 909735 INFO  (jetty-launcher-1029-thread-4) [n:127.0.0.1:34087_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34087_solr
   [junit4]   2> 909736 INFO  (jetty-launcher-1029-thread-1) [n:127.0.0.1:34669_solr    ] o.a.s.c.Overseer Overseer (id=98844972763250697-127.0.0.1:34669_solr-n_0000000000) starting
   [junit4]   2> 909736 INFO  (zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr) [n:127.0.0.1:34415_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 909754 INFO  (zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 909755 INFO  (jetty-launcher-1029-thread-3) [n:127.0.0.1:34415_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 909759 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 909765 INFO  (zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr) [n:127.0.0.1:37751_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 909767 INFO  (jetty-launcher-1029-thread-3) [n:127.0.0.1:34415_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34415_solr
   [junit4]   2> 909767 INFO  (jetty-launcher-1029-thread-2) [n:127.0.0.1:37751_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 909770 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 909770 INFO  (zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr) [n:127.0.0.1:34415_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 909772 INFO  (jetty-launcher-1029-thread-2) [n:127.0.0.1:37751_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37751_solr
   [junit4]   2> 909772 INFO  (zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 909772 INFO  (zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr) [n:127.0.0.1:37751_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 909773 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 909774 INFO  (zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr) [n:127.0.0.1:37751_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 909780 INFO  (zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 909781 INFO  (zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr) [n:127.0.0.1:34415_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 909784 INFO  (jetty-launcher-1029-thread-1) [n:127.0.0.1:34669_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34669_solr
   [junit4]   2> 909786 INFO  (zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr) [n:127.0.0.1:34415_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 909786 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 909787 INFO  (zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr) [n:127.0.0.1:37751_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 909787 INFO  (zkCallback-1046-thread-1-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 909939 INFO  (jetty-launcher-1029-thread-2) [n:127.0.0.1:37751_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node1/.
   [junit4]   2> 909944 INFO  (jetty-launcher-1029-thread-4) [n:127.0.0.1:34087_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/.
   [junit4]   2> 909992 INFO  (jetty-launcher-1029-thread-3) [n:127.0.0.1:34415_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node2/.
   [junit4]   2> 910147 INFO  (jetty-launcher-1029-thread-1) [n:127.0.0.1:34669_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/.
   [junit4]   2> 910158 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 910158 INFO  (SUITE-CollectionsAPIDistributedZkTest-seed#[E7BF4C35D486CF13]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44381/solr ready
   [junit4]   2> 910187 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNoConfigSetExist
   [junit4]   2> 910188 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[E7BF4C35D486CF13]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 910205 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CoreAdminOperation core create command dataDir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2
   [junit4]   2> 910206 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 910208 INFO  (OverseerStateUpdate-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 911210 ERROR (qtp30608233-7928) [n:127.0.0.1:34087_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.c.c.ZkStateReader Specified config=[conf123] does not exist in ZooKeeper at location=[/configs/conf123]
   [junit4]   2> 911211 ERROR (qtp30608233-7928) [n:127.0.0.1:34087_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'corewithnocollection3': Unable to create core [corewithnocollection3] Caused by: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:898)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:91)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:384)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:388)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:174)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [corewithnocollection3]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:964)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:862)
   [junit4]   2> 	... 34 more
   [junit4]   2> Caused by: org.apache.solr.common.cloud.ZooKeeperException: Specified config does not exist in ZooKeeper: conf123
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:189)
   [junit4]   2> 	at org.apache.solr.cloud.CloudConfigSetService.createCoreResourceLoader(CloudConfigSetService.java:54)
   [junit4]   2> 	at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:75)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:944)
   [junit4]   2> 	... 35 more
   [junit4]   2> 
   [junit4]   2> 911212 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr c:corewithnocollection3   x:corewithnocollection3] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={dataDir=/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-002&collection.configName=conf123&name=corewithnocollection3&action=CREATE&numShards=1&collection=&wt=javabin&version=2} status=400 QTime=1007
   [junit4]   2> 912216 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 912216 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 912217 INFO  (TEST-CollectionsAPIDistributedZkTest.testNoConfigSetExist-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNoConfigSetExist
   [junit4]   2> 912236 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting deleteCollectionOnlyInZk
   [junit4]   2> 912237 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[E7BF4C35D486CF13]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 912240 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=corewithnocollection3&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 912244 INFO  (OverseerThreadFactory-3000-thread-1-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 912948 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=corewithnocollection3&action=DELETE&wt=javabin&version=2} status=0 QTime=708
   [junit4]   2> 912952 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 912953 INFO  (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 912957 ERROR (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskProcessor :org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /overseer/collection-queue-work/qnr-0000000002
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:111)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.setData(ZooKeeper.java:1327)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:374)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$8.execute(SolrZkClient.java:371)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:371)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.setData(SolrZkClient.java:572)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskQueue.remove(OverseerTaskQueue.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.cleanUpWorkQueue(OverseerTaskProcessor.java:321)
   [junit4]   2> 	at org.apache.solr.cloud.OverseerTaskProcessor.run(OverseerTaskProcessor.java:202)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 912957 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=5
   [junit4]   2> 912958 INFO  (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 912960 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 912960 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 912963 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 912964 INFO  (OverseerThreadFactory-3000-thread-3-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.CreateCollectionCmd Create collection onlyinzk
   [junit4]   2> 913170 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2
   [junit4]   2> 913173 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2
   [junit4]   2> 913174 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 913277 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 913277 INFO  (zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 914181 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 914184 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 914190 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema [onlyinzk_shard1_replica1] Schema name=minimal
   [junit4]   2> 914193 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 914193 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard1_replica1' using configuration from collection onlyinzk, trusted=true
   [junit4]   2> 914193 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 914193 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore [[onlyinzk_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/onlyinzk_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/./onlyinzk_shard1_replica1/data/]
   [junit4]   2> 914195 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema [onlyinzk_shard2_replica1] Schema name=minimal
   [junit4]   2> 914204 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 914204 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'onlyinzk_shard2_replica1' using configuration from collection onlyinzk, trusted=true
   [junit4]   2> 914204 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 914205 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore [[onlyinzk_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/onlyinzk_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/./onlyinzk_shard2_replica1/data/]
   [junit4]   2> 914238 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 914238 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 914238 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 914239 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 914239 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@e8975b[onlyinzk_shard1_replica1] main]
   [junit4]   2> 914240 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 914240 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 914241 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 914241 INFO  (searcherExecutor-3009-thread-1-processing-n:127.0.0.1:34087_solr x:onlyinzk_shard1_replica1 s:shard1 c:onlyinzk) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SolrCore [onlyinzk_shard1_replica1] Registered new searcher Searcher@e8975b[onlyinzk_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 914241 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581519569178066944
   [junit4]   2> 914245 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 914246 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 914246 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34087/solr/onlyinzk_shard1_replica1/
   [junit4]   2> 914246 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 914246 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:34087/solr/onlyinzk_shard1_replica1/ has no replicas
   [junit4]   2> 914246 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 914248 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34087/solr/onlyinzk_shard1_replica1/ shard1
   [junit4]   2> 914249 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 914250 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 914250 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 914251 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 914252 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@b04caa[onlyinzk_shard2_replica1] main]
   [junit4]   2> 914253 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 914253 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 914253 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 914253 INFO  (searcherExecutor-3010-thread-1-processing-n:127.0.0.1:34669_solr x:onlyinzk_shard2_replica1 s:shard2 c:onlyinzk) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SolrCore [onlyinzk_shard2_replica1] Registered new searcher Searcher@b04caa[onlyinzk_shard2_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 914253 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581519569190649856
   [junit4]   2> 914257 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 914257 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 914258 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34669/solr/onlyinzk_shard2_replica1/
   [junit4]   2> 914258 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 914258 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:34669/solr/onlyinzk_shard2_replica1/ has no replicas
   [junit4]   2> 914258 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 914260 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34669/solr/onlyinzk_shard2_replica1/ shard2
   [junit4]   2> 914363 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 914363 INFO  (zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 914399 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 914400 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr c:onlyinzk s:shard1  x:onlyinzk_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard1_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard1&wt=javabin&version=2} status=0 QTime=1230
   [junit4]   2> 914412 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 914414 INFO  (qtp28308953-7950) [n:127.0.0.1:34669_solr c:onlyinzk s:shard2  x:onlyinzk_shard2_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf&newCollection=true&name=onlyinzk_shard2_replica1&action=CREATE&numShards=2&collection=onlyinzk&shard=shard2&wt=javabin&version=2} status=0 QTime=1240
   [junit4]   2> 914418 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 914518 INFO  (zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 914518 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/onlyinzk/state.json] for collection [onlyinzk] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 914965 INFO  (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 915418 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf&name=onlyinzk&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2455
   [junit4]   2> 915421 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :list with params action=LIST&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 915421 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=LIST&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 915422 INFO  (TEST-CollectionsAPIDistributedZkTest.deleteCollectionOnlyInZk-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Ending deleteCollectionOnlyInZk
   [junit4]   2> 915444 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMissingRequiredParameters
   [junit4]   2> 915445 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E7BF4C35D486CF13]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 915448 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=onlyinzk&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 915450 INFO  (OverseerThreadFactory-3000-thread-4-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 915452 INFO  (qtp28308953-7951) [n:127.0.0.1:34669_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.onlyinzk.shard2.replica1
   [junit4]   2> 915452 INFO  (qtp28308953-7951) [n:127.0.0.1:34669_solr    ] o.a.s.c.SolrCore [onlyinzk_shard2_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1f7d6dc
   [junit4]   2> 915454 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.onlyinzk.shard1.replica1
   [junit4]   2> 915454 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.c.SolrCore [onlyinzk_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dd55a1
   [junit4]   2> 915455 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.onlyinzk.shard1.replica1
   [junit4]   2> 915456 INFO  (qtp28308953-7951) [n:127.0.0.1:34669_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.onlyinzk.shard2.replica1
   [junit4]   2> 915457 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=onlyinzk_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 915459 INFO  (qtp28308953-7951) [n:127.0.0.1:34669_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=onlyinzk_shard2_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 916166 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=onlyinzk&action=DELETE&wt=javabin&version=2} status=0 QTime=718
   [junit4]   2> 916169 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 916169 ERROR (qtp30608233-7925) [n:127.0.0.1:34087_solr    ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Missing required parameter: name
   [junit4]   2> 	at org.apache.solr.common.params.RequiredSolrParams.getParams(RequiredSolrParams.java:90)
   [junit4]   2> 	at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:462)
   [junit4]   2> 	at org.apache.solr.common.params.SolrParams.getAll(SolrParams.java:479)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.lambda$static$0(CollectionsHandler.java:396)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler$CollectionOperation.execute(CollectionsHandler.java:922)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:228)
   [junit4]   2> 	at org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:215)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:173)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:748)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:729)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:510)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:361)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:305)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:136)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1699)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:462)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:534)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
   [junit4]   2> 	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 916170 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=CREATE&numShards=2&wt=javabin&version=2} status=400 QTime=0
   [junit4]   2> 916170 INFO  (TEST-CollectionsAPIDistributedZkTest.testMissingRequiredParameters-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMissingRequiredParameters
   [junit4]   2> 916194 INFO  (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSpecificConfigsets
   [junit4]   2> 916196 INFO  (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[E7BF4C35D486CF13]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 916198 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 916200 INFO  (OverseerThreadFactory-3000-thread-5-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.CreateCollectionCmd Create collection withconfigset2
   [junit4]   2> 916201 INFO  (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 916407 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2
   [junit4]   2> 916512 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withconfigset2/state.json] for collection [withconfigset2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917421 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 917432 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.IndexSchema [withconfigset2_shard1_replica1] Schema name=minimal
   [junit4]   2> 917449 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 917449 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'withconfigset2_shard1_replica1' using configuration from collection withconfigset2, trusted=true
   [junit4]   2> 917449 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 917449 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore [[withconfigset2_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/withconfigset2_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/./withconfigset2_shard1_replica1/data/]
   [junit4]   2> 917486 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 917486 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 917486 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 917486 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 917487 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.SolrIndexSearcher Opening [Searcher@463d33[withconfigset2_shard1_replica1] main]
   [junit4]   2> 917488 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf2
   [junit4]   2> 917489 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf2
   [junit4]   2> 917489 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 917489 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1581519572583841792
   [junit4]   2> 917489 INFO  (searcherExecutor-3019-thread-1-processing-n:127.0.0.1:34087_solr x:withconfigset2_shard1_replica1 s:shard1 c:withconfigset2) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SolrCore [withconfigset2_shard1_replica1] Registered new searcher Searcher@463d33[withconfigset2_shard1_replica1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 917498 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 917498 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 917498 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34087/solr/withconfigset2_shard1_replica1/
   [junit4]   2> 917498 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 917498 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.SyncStrategy http://127.0.0.1:34087/solr/withconfigset2_shard1_replica1/ has no replicas
   [junit4]   2> 917498 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 917502 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34087/solr/withconfigset2_shard1_replica1/ shard1
   [junit4]   2> 917605 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withconfigset2/state.json] for collection [withconfigset2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 917653 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 917654 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr c:withconfigset2 s:shard1  x:withconfigset2_shard1_replica1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf2&newCollection=true&name=withconfigset2_shard1_replica1&action=CREATE&numShards=1&collection=withconfigset2&shard=shard1&wt=javabin&version=2} status=0 QTime=1247
   [junit4]   2> 917656 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 917756 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/withconfigset2/state.json] for collection [withconfigset2] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 918203 INFO  (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000008 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 918656 INFO  (qtp30608233-7930) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf2&name=withconfigset2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=2458
   [junit4]   2> 918657 INFO  (TEST-CollectionsAPIDistributedZkTest.testSpecificConfigsets-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSpecificConfigsets
   [junit4]   2> 918682 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[E7BF4C35D486CF13]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionsAPI
   [junit4]   2> 918683 INFO  (TEST-CollectionsAPIDistributedZkTest.testCollectionsAPI-seed#[E7BF4C35D486CF13]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 918685 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=withconfigset2&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 918686 INFO  (OverseerThreadFactory-3000-thread-5-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 918689 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.withconfigset2.shard1.replica1
   [junit4]   2> 918689 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.c.SolrCore [withconfigset2_shard1_replica1]  CLOSING SolrCore org.apache.solr.core.SolrCore@ecf179
   [junit4]   2> 918690 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.withconfigset2.shard1.replica1
   [junit4]   2> 918691 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={deleteInstanceDir=true&core=withconfigset2_shard1_replica1&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 919396 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=withconfigset2&action=DELETE&wt=javabin&version=2} status=0 QTime=711
   [junit4]   2> 919399 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params async=1fa45880-6acf-40ba-a04a-ceeca1677467&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 919401 INFO  (qtp30608233-7925) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={async=1fa45880-6acf-40ba-a04a-ceeca1677467&replicationFactor=2&collection.configName=conf2&maxShardsPerNode=2&name=awhollynewcollection_0&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 919403 INFO  (OverseerThreadFactory-3000-thread-5-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.CreateCollectionCmd Create collection awhollynewcollection_0
   [junit4]   2> 919411 INFO  (OverseerCollectionConfigSetProcessor-98844972763250697-127.0.0.1:34669_solr-n_0000000000) [n:127.0.0.1:34669_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000010 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 919514 INFO  (zkCallback-1059-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeCreated path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919616 INFO  (qtp1803554-7946) [n:127.0.0.1:34415_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 919617 INFO  (qtp18709063-7960) [n:127.0.0.1:37751_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 919617 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE) [n:127.0.0.1:34415_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 919618 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE) [n:127.0.0.1:34415_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 919618 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 919618 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 919619 INFO  (qtp28308953-7941) [n:127.0.0.1:34669_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 919619 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard1_replica2&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard1&wt=javabin&version=2
   [junit4]   2> 919620 INFO  (qtp30608233-7929) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 919622 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CoreAdminOperation core create command async=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&qt=/admin/cores&collection.configName=conf2&newCollection=true&name=awhollynewcollection_0_shard2_replica1&action=CREATE&numShards=2&collection=awhollynewcollection_0&shard=shard2&wt=javabin&version=2
   [junit4]   2> 919626 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401
   [junit4]   2> 919626 INFO  (qtp30608233-7922) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 919729 INFO  (zkCallback-1052-thread-1-processing-n:127.0.0.1:37751_solr) [n:127.0.0.1:37751_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919729 INFO  (zkCallback-1047-thread-1-processing-n:127.0.0.1:34415_solr) [n:127.0.0.1:34415_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919729 INFO  (zkCallback-1042-thread-1-processing-n:127.0.0.1:34087_solr) [n:127.0.0.1:34087_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919729 INFO  (zkCallback-1059-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 919729 INFO  (zkCallback-1046-thread-2-processing-n:127.0.0.1:34669_solr) [n:127.0.0.1:34669_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/awhollynewcollection_0/state.json] for collection [awhollynewcollection_0] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 920632 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.h.a.CoreAdminOperation Checking request status for : 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401
   [junit4]   2> 920632 INFO  (qtp30608233-7928) [n:127.0.0.1:34087_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&requestid=1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401&action=REQUESTSTATUS&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 920634 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 920634 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 920650 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 920651 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE) [n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.6.2
   [junit4]   2> 920653 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard2_replica1] Schema name=minimal
   [junit4]   2> 920654 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema [awhollynewcollection_0_shard1_replica1] Schema name=minimal
   [junit4]   2> 920662 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 920663 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 920663 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard1_replica1' using configuration from collection awhollynewcollection_0, trusted=true
   [junit4]   2> 920663 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard2_replica1' using configuration from collection awhollynewcollection_0, trusted=true
   [junit4]   2> 920663 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 920663 INFO  (parallelCoreAdminExecutor-3002-thread-1-processing-n:127.0.0.1:34087_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709227401 CREATE) [n:127.0.0.1:34087_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard2_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/awhollynewcollection_0_shard2_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node3/./awhollynewcollection_0_shard2_replica1/data/]
   [junit4]   2> 920663 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 920664 INFO  (parallelCoreAdminExecutor-3001-thread-1-processing-n:127.0.0.1:37751_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709083027 CREATE) [n:127.0.0.1:37751_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica1] o.a.s.c.SolrCore [[awhollynewcollection_0_shard1_replica1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node1/awhollynewcollection_0_shard1_replica1], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node1/./awhollynewcollection_0_shard1_replica1/data/]
   [junit4]   2> 920667 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica2] o.a.s.s.IndexSchema [awhollynewcollection_0_shard1_replica2] Schema name=minimal
   [junit4]   2> 920667 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE) [n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica2] o.a.s.s.IndexSchema [awhollynewcollection_0_shard2_replica2] Schema name=minimal
   [junit4]   2> 920669 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 920669 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica2] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard1_replica2' using configuration from collection awhollynewcollection_0, trusted=true
   [junit4]   2> 920670 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 920670 INFO  (parallelCoreAdminExecutor-3007-thread-1-processing-n:127.0.0.1:34669_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448710859517 CREATE) [n:127.0.0.1:34669_solr c:awhollynewcollection_0 s:shard1  x:awhollynewcollection_0_shard1_replica2] o.a.s.c.SolrCore [[awhollynewcollection_0_shard1_replica2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/awhollynewcollection_0_shard1_replica2], dataDir=[/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_E7BF4C35D486CF13-001/tempDir-001/node4/./awhollynewcollection_0_shard1_replica2/data/]
   [junit4]   2> 920671 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE) [n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 920671 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 CREATE) [n:127.0.0.1:34415_solr c:awhollynewcollection_0 s:shard2  x:awhollynewcollection_0_shard2_replica2] o.a.s.c.CoreContainer Creating SolrCore 'awhollynewcollection_0_shard2_replica2' using configuration from collection awhollynewcollection_0, trusted=true
   [junit4]   2> 920671 INFO  (parallelCoreAdminExecutor-3005-thread-1-processing-n:127.0.0.1:34415_solr 1fa45880-6acf-40ba-a04a-ceeca16774674173448709179106 C

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

ertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1201277 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E7BF4C35D486CF13]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testMaxDocs -Dtests.seed=E7BF4C35D486CF13 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=uk -Dtests.timezone=VST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.24s J1 | AutoCommitTest.testMaxDocs <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E7BF4C35D486CF13:5E3E9AEAF86CCB99]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:895)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testMaxDocs(AutoCommitTest.java:225)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:14&qt=standard&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:888)
   [junit4]    > 	... 40 more
   [junit4]   2> 1201278 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1201278 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13141843
   [junit4]   2> 1201278 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
   [junit4]   2> 1201279 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1a39405: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 1201279 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jvm
   [junit4]   2> 1201279 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@397a4b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 1201279 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.jetty
   [junit4]   2> 1201279 INFO  (SUITE-AutoCommitTest-seed#[E7BF4C35D486CF13]-worker) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1070d19: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 1201279 INFO  (coreCloseExecutor-4417-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@97806c
   [junit4]   2> 1201280 INFO  (coreCloseExecutor-4417-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1201281 INFO  (commitScheduler-4416-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@635b95[collection1] main]
   [junit4]   2> 1201282 ERROR (commitScheduler-4416-thread-1) [    x:collection1] o.a.s.u.CommitTracker auto commit error...:org.apache.solr.common.SolrException: Error opening new searcher
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2069)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:2189)
   [junit4]   2> 	at org.apache.solr.update.DirectUpdateHandler2.commit(DirectUpdateHandler2.java:667)
   [junit4]   2> 	at org.apache.solr.update.CommitTracker.run(CommitTracker.java:217)
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
   [junit4]   2> 	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: openNewSearcher called on closed core
   [junit4]   2> 	at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:2056)
   [junit4]   2> 	... 10 more
   [junit4]   2> 
   [junit4]   2> 1201282 INFO  (coreCloseExecutor-4417-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@1a2d9b4
   [junit4]   2> 1201294 INFO  (coreCloseExecutor-4417-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J1/temp/solr.update.AutoCommitTest_E7BF4C35D486CF13-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=uk, timezone=VST
   [junit4]   2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=134232984,total=277082112
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollectionAPIs, TestInitParams, CollectionStateFormat2Test, TestSQLHandlerNonCloud, SampleTest, HdfsCollectionsAPIDistributedZkTest, SpellCheckCollatorWithCollapseTest, DistributedTermsComponentTest, TestRandomRequestDistribution, TestUpdate, TestInPlaceUpdatesStandalone, TestConfigSetsAPIExclusivity, MoveReplicaTest, EchoParamsTest, MoreLikeThisHandlerTest, ConnectionManagerTest, TestJsonFacetRefinement, TestTestInjection, MultiTermTest, TestSolrFieldCacheMBean, RestartWhileUpdatingTest, CoreAdminRequestStatusTest, TestConfigSets, TestCursorMarkWithoutUniqueKey, SolrJmxReporterCloudTest, TestDeleteCollectionOnDownNodes, ZkCLITest, DistanceFunctionTest, TestRequestForwarding, TestSchemaManager, SolrIndexConfigTest, TestSubQueryTransformerDistrib, CoreSorterTest, TestDistribIDF, SpellingQueryConverterTest, TestDistributedStatsComponentCardinality, SolrInfoMBeanTest, ConnectionReuseTest, LeaderInitiatedRecoveryOnShardRestartTest, ZkStateReaderTest, SliceStateTest, TestPerFieldSimilarityWithDefaultOverride, TestLRUStatsCache, TestCoreContainer, OpenCloseCoreStressTest, WordBreakSolrSpellCheckerTest, DistributedQueryComponentOptimizationTest, URLClassifyProcessorTest, TestFieldCollectionResource, TestSolrQueryParserDefaultOperatorResource, IndexSchemaRuntimeFieldTest, TestShardHandlerFactory, TestNoOpRegenerator, CheckHdfsIndexTest, SortByFunctionTest, TestSuggestSpellingConverter, TestQuerySenderListener, SimplePostToolTest, IndexSchemaTest, DirectSolrConnectionTest, AssignTest, ParsingFieldUpdateProcessorsTest, TestTrackingShardHandlerFactory, TestElisionMultitermQuery, IndexBasedSpellCheckerTest, TestSchemaSimilarityResource, TestFuzzyAnalyzedSuggestions, TestExceedMaxTermLength, TestCloudManagedSchema, TestLockTree, TestStressVersions, DocumentBuilderTest, TestUseDocValuesAsStored2, SoftAutoCommitTest, RemoteQueryErrorTest, TestNumericTerms64, SpatialHeatmapFacetsTest, CloneFieldUpdateProcessorFactoryTest, DistributedFacetPivotSmallTest, UpdateRequestProcessorFactoryTest, HighlighterTest, TestPartialUpdateDeduplication, TermsComponentTest, OverseerTaskQueueTest, TestTrieFacet, CopyFieldTest, SpatialFilterTest, CleanupOldIndexTest, ShardRoutingTest, DistributedDebugComponentTest, TestLuceneMatchVersion, DeleteReplicaTest, TestBM25SimilarityFactory, TestSurroundQueryParser, HdfsWriteToMultipleCollectionsTest, TestWordDelimiterFilterFactory, TermVectorComponentTest, DocValuesMissingTest, DistributedQueueTest, TestFieldTypeResource, SaslZkACLProviderTest, TestEmbeddedSolrServerConstructors, TestFastOutputStream, CollectionsAPIDistributedZkTest, SolrIndexSplitterTest, HdfsThreadLeakTest, CSVRequestHandlerTest, TestSimpleTrackingShardHandler, TestIntervalFaceting, AnalysisErrorHandlingTest, SegmentsInfoRequestHandlerTest, ChaosMonkeySafeLeaderTest, SharedFSAutoReplicaFailoverUtilsTest, SystemInfoHandlerTest, DistributedIntervalFacetingTest, SolrMetricsIntegrationTest, SpellCheckCollatorTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler, ShardRoutingCustomTest, AutoCommitTest]
   [junit4] Completed [366/713 (2!)] on J1 in 13.31s, 3 tests, 1 error <<< FAILURES!

[...truncated 40620 lines...]

[JENKINS] Lucene-Solr-6.6-Linux (64bit/jdk-9) - Build # 173 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.6-Linux/173/
Java: 64bit/jdk-9 -XX:-UseCompressedOops -XX:+UseG1GC --illegal-access=deny

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestHdfsCloudBackupRestore

Error Message:
Timed out waiting for Mini HDFS Cluster to start

Stack Trace:
java.io.IOException: Timed out waiting for Mini HDFS Cluster to start
	at __randomizedtesting.SeedInfo.seed([51C79D8A387796F4]:0)
	at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1207)
	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:840)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:746)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:616)
	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:104)
	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:63)
	at org.apache.solr.cloud.TestHdfsCloudBackupRestore.setupClass(TestHdfsCloudBackupRestore.java:100)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsRecoverLeaseTest

Error Message:
Timed out waiting for Mini HDFS Cluster to start

Stack Trace:
java.io.IOException: Timed out waiting for Mini HDFS Cluster to start
	at __randomizedtesting.SeedInfo.seed([51C79D8A387796F4]:0)
	at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1207)
	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:840)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:746)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:616)
	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:104)
	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:67)
	at org.apache.solr.cloud.hdfs.HdfsRecoverLeaseTest.beforeClass(HdfsRecoverLeaseTest.java:50)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.TestHdfsBackupRestoreCore

Error Message:
Timed out waiting for Mini HDFS Cluster to start

Stack Trace:
java.io.IOException: Timed out waiting for Mini HDFS Cluster to start
	at __randomizedtesting.SeedInfo.seed([51C79D8A387796F4]:0)
	at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1207)
	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:840)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:746)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:616)
	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:104)
	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:63)
	at org.apache.solr.handler.TestHdfsBackupRestoreCore.setupClass(TestHdfsBackupRestoreCore.java:108)
	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:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
	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 12729 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestHdfsCloudBackupRestore
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/init-core-data-001
   [junit4]   2> 1724792 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 1724792 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1724793 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) 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> 1725253 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1725739 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1725845 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
   [junit4]   2> 1725862 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1726040 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1726063 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_43863_hdfs____.a8khsg/webapp
   [junit4]   2> 1726191 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:43863
   [junit4]   2> 1726740 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1726744 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1726748 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_41967_datanode____2w35vo/webapp
   [junit4]   2> 1726823 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:41967
   [junit4]   2> 1726843 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] i.n.u.i.PlatformDependent Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.
   [junit4]   2> 1727036 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1727038 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1727043 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_46579_datanode____.f22r9g/webapp
   [junit4]   2> 1727164 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46579
   [junit4]   2> 1727350 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:38425) [    ] o.a.h.h.s.d.DataNode Unexpected exception in block pool Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:38425
   [junit4]   2> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: .BP-1760225018-2a01:4f8:10b:2ab:0:0:0:2-1508277062951.crc
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:205)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:171)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:93)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:90)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:488)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:508)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.mkdirsWithExistsAndPermissionCheck(DiskChecker.java:140)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.checkDir(DiskChecker.java:156)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.makeBlockPoolDataDir(DataStorage.java:598)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.loadBlockPoolSliceStorage(DataStorage.java:465)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.addStorageLocations(DataStorage.java:397)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:573)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1386)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1351)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:313)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:216)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:637)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.URISyntaxException: Relative path in absolute URI: .BP-1760225018-2a01:4f8:10b:2ab:0:0:0:2-1508277062951.crc
   [junit4]   2> 	at java.base/java.net.URI.checkPath(URI.java:1939)
   [junit4]   2> 	at java.base/java.net.URI.<init>(URI.java:755)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:202)
   [junit4]   2> 	... 17 more
   [junit4]   2> 1727351 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:38425) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:38425
   [junit4]   2> 1727377 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:38425) [    ] o.a.h.h.s.d.DataNode Unexpected exception in block pool Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:38425
   [junit4]   2> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: .BP-1760225018-2a01:4f8:10b:2ab:0:0:0:2-1508277062951.crc
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:205)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:171)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:93)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:90)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:488)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:508)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.mkdirsWithExistsAndPermissionCheck(DiskChecker.java:140)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.checkDir(DiskChecker.java:156)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.makeBlockPoolDataDir(DataStorage.java:598)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.loadBlockPoolSliceStorage(DataStorage.java:465)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.addStorageLocations(DataStorage.java:397)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:573)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1386)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1351)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:313)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:216)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:637)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.URISyntaxException: Relative path in absolute URI: .BP-1760225018-2a01:4f8:10b:2ab:0:0:0:2-1508277062951.crc
   [junit4]   2> 	at java.base/java.net.URI.checkPath(URI.java:1939)
   [junit4]   2> 	at java.base/java.net.URI.<init>(URI.java:755)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:202)
   [junit4]   2> 	... 17 more
   [junit4]   2> 1727377 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestHdfsCloudBackupRestore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:38425) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:38425
   [junit4]   2> 1727620 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster BPOfferService in datanode DataNode{data=null, localName='127.0.0.1:42083', datanodeUuid='null', xmitsInProgress=0} failed to connect to namenode at localhost.localdomain/127.0.0.1:38425
   [junit4]   2> 1727724 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1728724 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1729725 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1730725 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1731725 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1732725 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1733725 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1734726 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1735726 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1736726 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1737726 WARN  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1738726 ERROR (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Timed out waiting for Mini HDFS Cluster to start
   [junit4]   2> 1738734 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1738750 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1738868 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 1738886 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1738887 INFO  (SUITE-TestHdfsCloudBackupRestore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Oct 17, 2017 9:51:16 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 64 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1737, maxMBSortInHeap=7.3766467642609825, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=fr-YT, timezone=US/Aleutian
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=2,free=292644528,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, TestSolrCLIRunExample, TestHighlightDedupGrouping, TestSQLHandler, LeaderInitiatedRecoveryOnCommitTest, DateRangeFieldTest, TestJmxIntegration, TestSchemaResource, TestSolrConfigHandlerConcurrent, TestSerializedLuceneMatchVersion, DistributedQueryElevationComponentTest, TestSizeLimitedDistributedMap, SuggestComponentTest, ClusterStateTest, TestRandomFlRTGCloud, TestCryptoKeys, AnalyticsQueryTest, TestFieldCacheSanityChecker, TestRandomFaceting, TestMacros, TestSolrDeletionPolicy2, TestStressLucene, TestFunctionQuery, TestBinaryResponseWriter, ExitableDirectoryReaderTest, TestMinMaxOnMultiValuedField, ExternalFileFieldSortTest, ConfigureRecoveryStrategyTest, TestSSLRandomization, RecoveryAfterSoftCommitTest, BaseCdcrDistributedZkTest, TestValueSourceCache, TestPathTrie, DistributedQueryComponentCustomSortTest, TestPivotHelperCode, TestInitQParser, SecurityConfHandlerTest, TestFastLRUCache, TestReplicationHandlerBackup, TestConfigSetsAPI, IgnoreCommitOptimizeUpdateProcessorFactoryTest, RegexBoostProcessorTest, DistribJoinFromCollectionTest, OverseerStatusTest, OutputWriterTest, StandardRequestHandlerTest, ClassificationUpdateProcessorTest, TestOmitPositions, TestJettySolrRunner, TestCustomStream, XsltUpdateRequestHandlerTest, TestNestedDocsSort, BufferStoreTest, HighlighterConfigTest, TestAtomicUpdateErrorCases, SolrCoreTest, TestGeoJSONResponseWriter, TestBlobHandler, PeerSyncTest, FacetPivotSmallTest, BasicZkTest, TestCrossCoreJoin, TestDownShardTolerantSearch, DocValuesNotIndexedTest, MissingSegmentRecoveryTest, AtomicUpdatesTest, TestSubQueryTransformerCrossCore, PolyFieldTest, DisMaxRequestHandlerTest, TestPayloadCheckQParserPlugin, BadCopyFieldTest, SolrGraphiteReporterTest, TestReplicaProperties, DeleteStatusTest, TestComplexPhraseQParserPlugin, TestClassicSimilarityFactory, TestXmlQParserPlugin, RequiredFieldsTest, TestDocBasedVersionConstraints, TlogReplayBufferedWhileIndexingTest, TestUniqueKeyFieldResource, TestBlendedInfixSuggestions, SolrCLIZkUtilsTest, FastVectorHighlighterTest, DistributedSpellCheckComponentTest, CurrencyFieldOpenExchangeTest, LeaderElectionContextKeyTest, QueryElevationComponentTest, TolerantUpdateProcessorTest, TestBinaryResponseWriter, BigEndianAscendingWordDeserializerTest, TestBulkSchemaConcurrent, TestStressRecovery, TestDynamicFieldResource, TestCloudRecovery, TestSolrCoreProperties, BJQParserTest, ConjunctionSolrSpellCheckerTest, TestClassNameShortening, HighlighterMaxOffsetTest, VersionInfoTest, TestJsonRequest, ChaosMonkeyNothingIsSafeTest, TestStressUserVersions, DistributedFacetExistsSmallTest, AliasIntegrationTest, CdcrReplicationHandlerTest, TestConfigSetProperties, TestRemoteStreaming, TestMultiWordSynonyms, SynonymTokenizerTest, BlobRepositoryCloudTest, TestInPlaceUpdatesDistrib, TestCoreAdminApis, SolrMetricReporterTest, UniqFieldsUpdateProcessorFactoryTest, AddBlockUpdateTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, TestFaceting, TestRecovery, ZkControllerTest, TestJoin, TestSolr4Spatial, SpellCheckComponentTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, TestIndexSearcher, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, JSONWriterTest, QueryParsingTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestSolrIndexConfig, SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DOMUtilTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, CdcrBootstrapTest, DeleteNodeTest, DeleteReplicaTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, TestAuthenticationFramework, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestHdfsCloudBackupRestore -Dtests.seed=51C79D8A387796F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-YT -Dtests.timezone=US/Aleutian -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestHdfsCloudBackupRestore (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Timed out waiting for Mini HDFS Cluster to start
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([51C79D8A387796F4]:0)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1207)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:840)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:746)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:616)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:104)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:63)
   [junit4]    > 	at org.apache.solr.cloud.TestHdfsCloudBackupRestore.setupClass(TestHdfsCloudBackupRestore.java:100)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [543/713 (1!)] on J0 in 17.18s, 0 tests, 1 error <<< FAILURES!

[...truncated 123 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsRecoverLeaseTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/init-core-data-001
   [junit4]   2> 1817912 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 1817912 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1817913 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-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]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1818031 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1828043 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1828045 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1828048 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_43757_hdfs____.pt1nn0/webapp
   [junit4]   2> 1828117 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:43757
   [junit4]   2> 1828900 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1828901 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1828904 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44109_datanode____vnp74x/webapp
   [junit4]   2> 1828995 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44109
   [junit4]   2> 1829022 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1829023 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1829025 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_44387_datanode____oc7m55/webapp
   [junit4]   2> 1829062 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:43901) [    ] o.a.h.h.s.d.DataNode Unexpected exception in block pool Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:43901
   [junit4]   2> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: .BP-2069018493-2a01:4f8:10b:2ab:0:0:0:2-1508277155467.crc
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:205)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:171)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:93)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:90)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:488)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:508)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.mkdirsWithExistsAndPermissionCheck(DiskChecker.java:140)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.checkDir(DiskChecker.java:156)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.makeBlockPoolDataDir(DataStorage.java:598)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.loadBlockPoolSliceStorage(DataStorage.java:465)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.addStorageLocations(DataStorage.java:397)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:573)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1386)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1351)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:313)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:216)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:637)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.URISyntaxException: Relative path in absolute URI: .BP-2069018493-2a01:4f8:10b:2ab:0:0:0:2-1508277155467.crc
   [junit4]   2> 	at java.base/java.net.URI.checkPath(URI.java:1939)
   [junit4]   2> 	at java.base/java.net.URI.<init>(URI.java:755)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:202)
   [junit4]   2> 	... 17 more
   [junit4]   2> 1829063 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:43901) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:43901
   [junit4]   2> 1829094 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:44387
   [junit4]   2> 1829145 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster BPOfferService in datanode DataNode{data=null, localName='127.0.0.1:34171', datanodeUuid='null', xmitsInProgress=0} failed to connect to namenode at localhost.localdomain/127.0.0.1:43901
   [junit4]   2> 1829145 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1829196 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:43901) [    ] o.a.h.h.s.d.DataNode Unexpected exception in block pool Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:43901
   [junit4]   2> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: .BP-2069018493-2a01:4f8:10b:2ab:0:0:0:2-1508277155467.crc
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:205)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:171)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:93)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:90)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:488)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:508)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.mkdirsWithExistsAndPermissionCheck(DiskChecker.java:140)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.checkDir(DiskChecker.java:156)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.makeBlockPoolDataDir(DataStorage.java:598)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.loadBlockPoolSliceStorage(DataStorage.java:465)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.addStorageLocations(DataStorage.java:397)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:573)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1386)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1351)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:313)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:216)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:637)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.URISyntaxException: Relative path in absolute URI: .BP-2069018493-2a01:4f8:10b:2ab:0:0:0:2-1508277155467.crc
   [junit4]   2> 	at java.base/java.net.URI.checkPath(URI.java:1939)
   [junit4]   2> 	at java.base/java.net.URI.<init>(URI.java:755)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:202)
   [junit4]   2> 	... 17 more
   [junit4]   2> 1829197 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.hdfs.HdfsRecoverLeaseTest_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:43901) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:43901
   [junit4]   2> 1830145 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1831145 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1832146 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1833146 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1834146 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1835146 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1836148 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1837148 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1838148 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1839148 WARN  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1840149 ERROR (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Timed out waiting for Mini HDFS Cluster to start
   [junit4]   2> 1840152 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1840255 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1840372 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 1840478 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1840478 INFO  (SUITE-HdfsRecoverLeaseTest-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Oct 17, 2017 9:52:58 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 64 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1449, maxMBSortInHeap=7.498801602270456, sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=ml, timezone=Libya
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=245794280,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, TestSolrCLIRunExample, TestHighlightDedupGrouping, TestSQLHandler, LeaderInitiatedRecoveryOnCommitTest, DateRangeFieldTest, TestJmxIntegration, TestSchemaResource, TestSolrConfigHandlerConcurrent, TestSerializedLuceneMatchVersion, DistributedQueryElevationComponentTest, TestSizeLimitedDistributedMap, SuggestComponentTest, ClusterStateTest, TestRandomFlRTGCloud, TestCryptoKeys, AnalyticsQueryTest, TestFieldCacheSanityChecker, TestRandomFaceting, TestMacros, TestSolrDeletionPolicy2, TestStressLucene, TestFunctionQuery, TestBinaryResponseWriter, ExitableDirectoryReaderTest, TestMinMaxOnMultiValuedField, ExternalFileFieldSortTest, ConfigureRecoveryStrategyTest, TestSSLRandomization, RecoveryAfterSoftCommitTest, BaseCdcrDistributedZkTest, TestValueSourceCache, TestPathTrie, DistributedQueryComponentCustomSortTest, TestPivotHelperCode, TestInitQParser, SecurityConfHandlerTest, TestFastLRUCache, TestReplicationHandlerBackup, TestConfigSetsAPI, IgnoreCommitOptimizeUpdateProcessorFactoryTest, RegexBoostProcessorTest, DistribJoinFromCollectionTest, OverseerStatusTest, OutputWriterTest, StandardRequestHandlerTest, ClassificationUpdateProcessorTest, TestOmitPositions, TestJettySolrRunner, TestCustomStream, XsltUpdateRequestHandlerTest, TestNestedDocsSort, BufferStoreTest, HighlighterConfigTest, TestAtomicUpdateErrorCases, SolrCoreTest, TestGeoJSONResponseWriter, TestBlobHandler, PeerSyncTest, FacetPivotSmallTest, BasicZkTest, TestCrossCoreJoin, TestDownShardTolerantSearch, DocValuesNotIndexedTest, MissingSegmentRecoveryTest, AtomicUpdatesTest, TestSubQueryTransformerCrossCore, PolyFieldTest, DisMaxRequestHandlerTest, TestPayloadCheckQParserPlugin, BadCopyFieldTest, SolrGraphiteReporterTest, TestReplicaProperties, DeleteStatusTest, TestComplexPhraseQParserPlugin, TestClassicSimilarityFactory, TestXmlQParserPlugin, RequiredFieldsTest, TestDocBasedVersionConstraints, TlogReplayBufferedWhileIndexingTest, TestUniqueKeyFieldResource, TestBlendedInfixSuggestions, SolrCLIZkUtilsTest, FastVectorHighlighterTest, DistributedSpellCheckComponentTest, CurrencyFieldOpenExchangeTest, LeaderElectionContextKeyTest, QueryElevationComponentTest, TolerantUpdateProcessorTest, TestBinaryResponseWriter, BigEndianAscendingWordDeserializerTest, TestBulkSchemaConcurrent, TestStressRecovery, TestDynamicFieldResource, TestCloudRecovery, TestSolrCoreProperties, BJQParserTest, ConjunctionSolrSpellCheckerTest, TestClassNameShortening, HighlighterMaxOffsetTest, VersionInfoTest, TestJsonRequest, ChaosMonkeyNothingIsSafeTest, TestStressUserVersions, DistributedFacetExistsSmallTest, AliasIntegrationTest, CdcrReplicationHandlerTest, TestConfigSetProperties, TestRemoteStreaming, TestMultiWordSynonyms, SynonymTokenizerTest, BlobRepositoryCloudTest, TestInPlaceUpdatesDistrib, TestCoreAdminApis, SolrMetricReporterTest, UniqFieldsUpdateProcessorFactoryTest, AddBlockUpdateTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, TestFaceting, TestRecovery, ZkControllerTest, TestJoin, TestSolr4Spatial, SpellCheckComponentTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, TestIndexSearcher, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, JSONWriterTest, QueryParsingTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestSolrIndexConfig, SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DOMUtilTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, CdcrBootstrapTest, DeleteNodeTest, DeleteReplicaTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, TestAuthenticationFramework, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsRecoverLeaseTest -Dtests.seed=51C79D8A387796F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ml -Dtests.timezone=Libya -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | HdfsRecoverLeaseTest (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Timed out waiting for Mini HDFS Cluster to start
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([51C79D8A387796F4]:0)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1207)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:840)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:746)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:616)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:104)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:67)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsRecoverLeaseTest.beforeClass(HdfsRecoverLeaseTest.java:50)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [567/713 (2!)] on J0 in 25.38s, 0 tests, 1 error <<< FAILURES!

[...truncated 49 lines...]
   [junit4] Suite: org.apache.solr.handler.TestHdfsBackupRestoreCore
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/init-core-data-001
   [junit4]   2> 1865007 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 1865007 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 1865008 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 1865064 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.m.i.MetricsConfig Cannot locate configuration: tried hadoop-metrics2-namenode.properties,hadoop-metrics2.properties
   [junit4]   2> 1865070 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1865073 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1865116 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/hdfs to ./temp/Jetty_localhost_localdomain_44069_hdfs____.kqmrar/webapp
   [junit4]   2> 1865195 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:44069
   [junit4]   2> 1865261 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1865262 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1865266 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_46585_datanode____.40c1yh/webapp
   [junit4]   2> 1865367 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:46585
   [junit4]   2> 1865397 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 1865398 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log jetty-6.1.x
   [junit4]   2> 1865403 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Extract jar:file:/home/jenkins/.ivy2/cache/org.apache.hadoop/hadoop-hdfs/tests/hadoop-hdfs-2.7.4-tests.jar!/webapps/datanode to ./temp/Jetty_localhost_40025_datanode____.rue0pu/webapp
   [junit4]   2> 1865429 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:44373) [    ] o.a.h.h.s.d.DataNode Unexpected exception in block pool Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:44373
   [junit4]   2> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: .BP-1371752424-2a01:4f8:10b:2ab:0:0:0:2-1508277202565.crc
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:205)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:171)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:93)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:90)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:488)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:508)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.mkdirsWithExistsAndPermissionCheck(DiskChecker.java:140)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.checkDir(DiskChecker.java:156)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.makeBlockPoolDataDir(DataStorage.java:598)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.loadBlockPoolSliceStorage(DataStorage.java:465)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.addStorageLocations(DataStorage.java:397)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:573)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1386)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1351)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:313)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:216)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:637)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.URISyntaxException: Relative path in absolute URI: .BP-1371752424-2a01:4f8:10b:2ab:0:0:0:2-1508277202565.crc
   [junit4]   2> 	at java.base/java.net.URI.checkPath(URI.java:1939)
   [junit4]   2> 	at java.base/java.net.URI.<init>(URI.java:755)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:202)
   [junit4]   2> 	... 17 more
   [junit4]   2> 1865430 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data1/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data2/]]  heartbeating to localhost.localdomain/127.0.0.1:44373) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:44373
   [junit4]   2> 1865486 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Started HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:40025
   [junit4]   2> 1865503 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster BPOfferService in datanode DataNode{data=null, localName='127.0.0.1:45819', datanodeUuid='null', xmitsInProgress=0} failed to connect to namenode at localhost.localdomain/127.0.0.1:44373
   [junit4]   2> 1865504 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1865547 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:44373) [    ] o.a.h.h.s.d.DataNode Unexpected exception in block pool Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:44373
   [junit4]   2> java.lang.IllegalArgumentException: java.net.URISyntaxException: Relative path in absolute URI: .BP-1371752424-2a01:4f8:10b:2ab:0:0:0:2-1508277202565.crc
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:205)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:171)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.<init>(Path.java:93)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.getChecksumFile(ChecksumFileSystem.java:90)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem$FsOperation.run(ChecksumFileSystem.java:488)
   [junit4]   2> 	at org.apache.hadoop.fs.ChecksumFileSystem.setPermission(ChecksumFileSystem.java:508)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.mkdirsWithExistsAndPermissionCheck(DiskChecker.java:140)
   [junit4]   2> 	at org.apache.hadoop.util.DiskChecker.checkDir(DiskChecker.java:156)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.makeBlockPoolDataDir(DataStorage.java:598)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.loadBlockPoolSliceStorage(DataStorage.java:465)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.addStorageLocations(DataStorage.java:397)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:573)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1386)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1351)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:313)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:216)
   [junit4]   2> 	at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:637)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> Caused by: java.net.URISyntaxException: Relative path in absolute URI: .BP-1371752424-2a01:4f8:10b:2ab:0:0:0:2-1508277202565.crc
   [junit4]   2> 	at java.base/java.net.URI.checkPath(URI.java:1939)
   [junit4]   2> 	at java.base/java.net.URI.<init>(URI.java:755)
   [junit4]   2> 	at org.apache.hadoop.fs.Path.initialize(Path.java:202)
   [junit4]   2> 	... 17 more
   [junit4]   2> 1865548 WARN  (DataNode: [[[DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data3/, [DISK]file:/home/jenkins/workspace/Lucene-Solr-6.6-Linux/solr/build/solr-core/test/J0/temp/solr.handler.TestHdfsBackupRestoreCore_51C79D8A387796F4-001/tempDir-001/hdfsBaseDir/data/data4/]]  heartbeating to localhost.localdomain/127.0.0.1:44373) [    ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool <registering> (Datanode Uuid unassigned) service to localhost.localdomain/127.0.0.1:44373
   [junit4]   2> 1866504 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1867504 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1868504 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1869505 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1870506 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1871506 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1872507 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1873507 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1874507 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1875507 WARN  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Waiting for the Mini HDFS Cluster to start...
   [junit4]   2> 1876507 ERROR (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.h.h.MiniDFSCluster Timed out waiting for Mini HDFS Cluster to start
   [junit4]   2> 1876513 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1876624 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost:0
   [junit4]   2> 1876731 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.m.log Stopped HttpServer2$SelectChannelConnectorWithSafeStartup@localhost.localdomain:0
   [junit4]   2> 1876840 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1876840 INFO  (SUITE-TestHdfsBackupRestoreCore-seed#[51C79D8A387796F4]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Oct 17, 2017 9:53:34 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 64 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=1745, maxMBSortInHeap=7.887386582218071, sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=ln-CD, timezone=Australia/ACT
   [junit4]   2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation 9 (64-bit)/cpus=8,threads=1,free=280716096,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [InfoHandlerTest, TestSolrCLIRunExample, TestHighlightDedupGrouping, TestSQLHandler, LeaderInitiatedRecoveryOnCommitTest, DateRangeFieldTest, TestJmxIntegration, TestSchemaResource, TestSolrConfigHandlerConcurrent, TestSerializedLuceneMatchVersion, DistributedQueryElevationComponentTest, TestSizeLimitedDistributedMap, SuggestComponentTest, ClusterStateTest, TestRandomFlRTGCloud, TestCryptoKeys, AnalyticsQueryTest, TestFieldCacheSanityChecker, TestRandomFaceting, TestMacros, TestSolrDeletionPolicy2, TestStressLucene, TestFunctionQuery, TestBinaryResponseWriter, ExitableDirectoryReaderTest, TestMinMaxOnMultiValuedField, ExternalFileFieldSortTest, ConfigureRecoveryStrategyTest, TestSSLRandomization, RecoveryAfterSoftCommitTest, BaseCdcrDistributedZkTest, TestValueSourceCache, TestPathTrie, DistributedQueryComponentCustomSortTest, TestPivotHelperCode, TestInitQParser, SecurityConfHandlerTest, TestFastLRUCache, TestReplicationHandlerBackup, TestConfigSetsAPI, IgnoreCommitOptimizeUpdateProcessorFactoryTest, RegexBoostProcessorTest, DistribJoinFromCollectionTest, OverseerStatusTest, OutputWriterTest, StandardRequestHandlerTest, ClassificationUpdateProcessorTest, TestOmitPositions, TestJettySolrRunner, TestCustomStream, XsltUpdateRequestHandlerTest, TestNestedDocsSort, BufferStoreTest, HighlighterConfigTest, TestAtomicUpdateErrorCases, SolrCoreTest, TestGeoJSONResponseWriter, TestBlobHandler, PeerSyncTest, FacetPivotSmallTest, BasicZkTest, TestCrossCoreJoin, TestDownShardTolerantSearch, DocValuesNotIndexedTest, MissingSegmentRecoveryTest, AtomicUpdatesTest, TestSubQueryTransformerCrossCore, PolyFieldTest, DisMaxRequestHandlerTest, TestPayloadCheckQParserPlugin, BadCopyFieldTest, SolrGraphiteReporterTest, TestReplicaProperties, DeleteStatusTest, TestComplexPhraseQParserPlugin, TestClassicSimilarityFactory, TestXmlQParserPlugin, RequiredFieldsTest, TestDocBasedVersionConstraints, TlogReplayBufferedWhileIndexingTest, TestUniqueKeyFieldResource, TestBlendedInfixSuggestions, SolrCLIZkUtilsTest, FastVectorHighlighterTest, DistributedSpellCheckComponentTest, CurrencyFieldOpenExchangeTest, LeaderElectionContextKeyTest, QueryElevationComponentTest, TolerantUpdateProcessorTest, TestBinaryResponseWriter, BigEndianAscendingWordDeserializerTest, TestBulkSchemaConcurrent, TestStressRecovery, TestDynamicFieldResource, TestCloudRecovery, TestSolrCoreProperties, BJQParserTest, ConjunctionSolrSpellCheckerTest, TestClassNameShortening, HighlighterMaxOffsetTest, VersionInfoTest, TestJsonRequest, ChaosMonkeyNothingIsSafeTest, TestStressUserVersions, DistributedFacetExistsSmallTest, AliasIntegrationTest, CdcrReplicationHandlerTest, TestConfigSetProperties, TestRemoteStreaming, TestMultiWordSynonyms, SynonymTokenizerTest, BlobRepositoryCloudTest, TestInPlaceUpdatesDistrib, TestCoreAdminApis, SolrMetricReporterTest, UniqFieldsUpdateProcessorFactoryTest, AddBlockUpdateTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, ClusterStateUpdateTest, TestZkChroot, TestRandomDVFaceting, TestFaceting, TestRecovery, ZkControllerTest, TestJoin, TestSolr4Spatial, SpellCheckComponentTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, TestIndexSearcher, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, LukeRequestHandlerTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, DocumentBuilderTest, TestIndexingPerformance, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, JSONWriterTest, QueryParsingTest, TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, TestSolrIndexConfig, SolrIndexConfigTest, MultiTermTest, SampleTest, TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, TestPostingsSolrHighlighter, NotRequiredUniqueKeyTest, TestPhraseSuggestions, TestXIncludeConfig, EchoParamsTest, TestSweetSpotSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, ScriptEngineTest, PluginInfoTest, PreAnalyzedFieldTest, TestSuggestSpellingConverter, DOMUtilTest, TestUtils, ZkNodePropsTest, SystemInfoHandlerTest, UUIDFieldTest, CursorPagingTest, CdcrBootstrapTest, DeleteNodeTest, DeleteReplicaTest, LeaderFailureAfterFreshStartTest, MigrateRouteKeyTest, NodeMutatorTest, OverriddenZkACLAndCredentialsProvidersTest, TestAuthenticationFramework, TestExclusionRuleCollectionAccess, TestHdfsCloudBackupRestore, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsCollectionsAPIDistributedZkTest, HdfsRecoverLeaseTest, CachingDirectoryFactoryTest, DirectoryFactoryTest, QueryResultKeyTest, TestBackupRepositoryFactory, TestConfigSets, TestImplicitCoreProperties, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestReloadAndDeleteDocs, TestShardHandlerFactory, TestSimpleTextCodec, TestSolrConfigHandler, RequestLoggingTest, TestHdfsBackupRestoreCore]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestHdfsBackupRestoreCore -Dtests.seed=51C79D8A387796F4 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ln-CD -Dtests.timezone=Australia/ACT -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | TestHdfsBackupRestoreCore (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Timed out waiting for Mini HDFS Cluster to start
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([51C79D8A387796F4]:0)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.waitClusterUp(MiniDFSCluster.java:1207)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.initMiniDFSCluster(MiniDFSCluster.java:840)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:746)
   [junit4]    > 	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:616)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:104)
   [junit4]    > 	at org.apache.solr.cloud.hdfs.HdfsTestUtil.setupClass(HdfsTestUtil.java:63)
   [junit4]    > 	at org.apache.solr.handler.TestHdfsBackupRestoreCore.setupClass(TestHdfsBackupRestoreCore.java:108)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] Completed [584/713 (3!)] on J0 in 14.65s, 0 tests, 1 error <<< FAILURES!

[...truncated 36765 lines...]