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/12/05 04:29:04 UTC

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

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/937/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseSerialGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth:     1) Thread[id=10904, name=jetty-launcher-796-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   1) Thread[id=10904, name=jetty-launcher-796-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
        at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
        at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
        at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
        at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
        at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
        at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
        at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
        at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
        at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
        at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
	at __randomizedtesting.SeedInfo.seed([5E6966172EC27F40]:0)


FAILED:  org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at https://127.0.0.1:45067/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:45067/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([5E6966172EC27F40:FD93C8B2A92A95E5]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:549)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1012)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:945)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:167)
	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:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:45067/solr/testcollection_shard1_replica_n2: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n2/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n2/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:526)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more


FAILED:  org.apache.solr.cloud.TestRandomRequestDistribution.test

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:41683/smjax/bn

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:41683/smjax/bn
	at __randomizedtesting.SeedInfo.seed([5E6966172EC27F40:D63D59CD803E12B8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1103)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:314)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:991)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
	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:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	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.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
	... 43 more




Build Log:
[...truncated 11594 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster
   [junit4]   2> 8411 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[5E6966172EC27F40]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/init-core-data-001
   [junit4]   2> 8411 WARN  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[5E6966172EC27F40]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 8411 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[5E6966172EC27F40]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 8413 INFO  (SUITE-TestCollectionsAPIViaSolrCloudCluster-seed#[5E6966172EC27F40]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 8419 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-001
   [junit4]   2> 8429 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 8430 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 8430 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 8515 ERROR (Thread-5) [    ] 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> 8530 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.ZkTestServer start zk server on port:38515
   [junit4]   2> 8830 INFO  (jetty-launcher-9-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 8832 INFO  (jetty-launcher-9-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 8832 INFO  (jetty-launcher-9-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 8832 INFO  (jetty-launcher-9-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 8830 INFO  (jetty-launcher-9-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 8925 INFO  (jetty-launcher-9-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1c4c575{/solr,null,AVAILABLE}
   [junit4]   2> 8983 INFO  (jetty-launcher-9-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c127fb{/solr,null,AVAILABLE}
   [junit4]   2> 9005 INFO  (jetty-launcher-9-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1388fa6{/solr,null,AVAILABLE}
   [junit4]   2> 9022 INFO  (jetty-launcher-9-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f83463{/solr,null,AVAILABLE}
   [junit4]   2> 9042 INFO  (jetty-launcher-9-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@178765f{SSL,[ssl, http/1.1]}{127.0.0.1:38027}
   [junit4]   2> 9050 INFO  (jetty-launcher-9-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ffd9f8{/solr,null,AVAILABLE}
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1342062{SSL,[ssl, http/1.1]}{127.0.0.1:43555}
   [junit4]   2> 9046 INFO  (jetty-launcher-9-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@82d78b{SSL,[ssl, http/1.1]}{127.0.0.1:41435}
   [junit4]   2> 9046 INFO  (jetty-launcher-9-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1f6e053{SSL,[ssl, http/1.1]}{127.0.0.1:32923}
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-4) [    ] o.e.j.s.Server Started @10438ms
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-1) [    ] o.e.j.s.Server Started @10438ms
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-2) [    ] o.e.j.s.Server Started @10438ms
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41435}
   [junit4]   2> 9053 INFO  (jetty-launcher-9-thread-5) [    ] o.e.j.s.Server Started @10439ms
   [junit4]   2> 9053 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38027}
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32923}
   [junit4]   2> 9052 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43555}
   [junit4]   2> 9074 INFO  (jetty-launcher-9-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1c3a442{SSL,[ssl, http/1.1]}{127.0.0.1:36545}
   [junit4]   2> 9074 INFO  (jetty-launcher-9-thread-3) [    ] o.e.j.s.Server Started @10460ms
   [junit4]   2> 9074 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36545}
   [junit4]   2> 9095 ERROR (jetty-launcher-9-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9095 ERROR (jetty-launcher-9-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9095 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 9097 ERROR (jetty-launcher-9-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9095 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9097 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9096 ERROR (jetty-launcher-9-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9098 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 9098 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9098 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9100 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:38.785Z
   [junit4]   2> 9101 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 9102 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:38.785Z
   [junit4]   2> 9102 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:38.785Z
   [junit4]   2> 9102 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:38.788Z
   [junit4]   2> 9118 ERROR (jetty-launcher-9-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9118 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 9118 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9118 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9118 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:38.804Z
   [junit4]   2> 9212 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9227 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9246 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9336 INFO  (jetty-launcher-9-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38515/solr
   [junit4]   2> 9370 INFO  (jetty-launcher-9-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38515/solr
   [junit4]   2> 9401 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9376 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9419 INFO  (jetty-launcher-9-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38515/solr
   [junit4]   2> 9518 INFO  (jetty-launcher-9-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38515/solr
   [junit4]   2> 9535 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 0x16024b260c90006, 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> 9566 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 0x16024b260c90008, 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> 9566 INFO  (jetty-launcher-9-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38515/solr
   [junit4]   2> 9567 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 0x16024b260c90007, 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> 10007 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 10008 INFO  (jetty-launcher-9-thread-4) [n:127.0.0.1:43555_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 10008 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 10009 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:36545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 10011 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:32923_solr
   [junit4]   2> 10014 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41435_solr
   [junit4]   2> 10022 INFO  (jetty-launcher-9-thread-5) [n:127.0.0.1:38027_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 10022 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:36545_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36545_solr
   [junit4]   2> 10023 INFO  (jetty-launcher-9-thread-4) [n:127.0.0.1:43555_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43555_solr
   [junit4]   2> 10023 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.c.Overseer Overseer (id=99119540348715020-127.0.0.1:32923_solr-n_0000000000) starting
   [junit4]   2> 10027 INFO  (jetty-launcher-9-thread-5) [n:127.0.0.1:38027_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38027_solr
   [junit4]   2> 10037 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 10037 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 10037 INFO  (zkCallback-29-thread-1-processing-n:127.0.0.1:36545_solr) [n:127.0.0.1:36545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 10037 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 10038 INFO  (zkCallback-28-thread-1-processing-n:127.0.0.1:43555_solr) [n:127.0.0.1:43555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 10140 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32923_solr
   [junit4]   2> 10146 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 10146 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 10146 INFO  (zkCallback-29-thread-1-processing-n:127.0.0.1:36545_solr) [n:127.0.0.1:36545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 10146 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 10146 INFO  (zkCallback-28-thread-1-processing-n:127.0.0.1:43555_solr) [n:127.0.0.1:43555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 10566 INFO  (jetty-launcher-9-thread-5) [n:127.0.0.1:38027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38027.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10567 INFO  (jetty-launcher-9-thread-5) [n:127.0.0.1:38027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38027.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10567 INFO  (jetty-launcher-9-thread-5) [n:127.0.0.1:38027_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38027.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10571 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10572 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10572 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41435.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10573 INFO  (jetty-launcher-9-thread-5) [n:127.0.0.1:38027_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-001/node5/.
   [junit4]   2> 10578 INFO  (jetty-launcher-9-thread-4) [n:127.0.0.1:43555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43555.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10583 INFO  (jetty-launcher-9-thread-4) [n:127.0.0.1:43555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43555.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10601 INFO  (jetty-launcher-9-thread-4) [n:127.0.0.1:43555_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43555.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10645 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32923.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10645 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32923.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10645 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32923.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10660 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:36545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36545.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10660 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:36545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36545.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10661 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:36545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36545.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 10603 INFO  (jetty-launcher-9-thread-4) [n:127.0.0.1:43555_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-001/node4/.
   [junit4]   2> 10615 INFO  (jetty-launcher-9-thread-1) [n:127.0.0.1:41435_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-001/node1/.
   [junit4]   2> 10657 INFO  (jetty-launcher-9-thread-2) [n:127.0.0.1:32923_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-001/node2/.
   [junit4]   2> 10662 INFO  (jetty-launcher-9-thread-3) [n:127.0.0.1:36545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-001/node3/.
   [junit4]   2> 11204 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 11205 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38515/solr ready
   [junit4]   2> 11207 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> 11598 INFO  (qtp13049095-71) [n:127.0.0.1:32923_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11615 INFO  (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.CreateCollectionCmd Create collection testSolrCloudCollectionWithoutCores
   [junit4]   2> 11625 WARN  (OverseerThreadFactory-72-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.CreateCollectionCmd It is unusual to create a collection (testSolrCloudCollectionWithoutCores) without cores.
   [junit4]   2> 11765 INFO  (qtp13049095-71) [n:127.0.0.1:32923_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> 11766 INFO  (qtp13049095-71) [n:127.0.0.1:32923_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testSolrCloudCollectionWithoutCores&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=EMPTY&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2} status=0 QTime=169
   [junit4]   2> 11809 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> no one is recoverying
   [junit4]   2> 11812 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: testSolrCloudCollectionWithoutCores
   [junit4]   2> 11815 INFO  (qtp13049095-79) [n:127.0.0.1:32923_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params name=testSolrCloudCollectionWithoutCores&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11818 INFO  (OverseerCollectionConfigSetProcessor-99119540348715020-127.0.0.1:32923_solr-n_0000000000) [n:127.0.0.1:32923_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> 11826 INFO  (OverseerThreadFactory-72-thread-2-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.OverseerCollectionMessageHandler Executing Collection Cmd : action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true
   [junit4]   2> 12530 INFO  (qtp13049095-79) [n:127.0.0.1:32923_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=testSolrCloudCollectionWithoutCores&action=DELETE&wt=javabin&version=2} status=0 QTime=715
   [junit4]   2> 12531 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for collection to disappear - collection: testSolrCloudCollectionWithoutCores failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   2> 12531 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.AbstractDistribZkTestBase Collection has disappeared - collection: testSolrCloudCollectionWithoutCores
   [junit4]   2> 12539 INFO  (jetty-closer-10-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1c3a442{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 12539 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=22376379
   [junit4]   2> 12543 INFO  (jetty-closer-10-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1342062{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 12543 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21424504
   [junit4]   2> 12543 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 12544 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6cab06: rootName = solr_36545, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@e6fcdb
   [junit4]   2> 12544 INFO  (jetty-closer-10-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f6e053{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 12544 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=13576216
   [junit4]   2> 12549 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 12549 INFO  (jetty-closer-10-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@178765f{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 12554 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@e6a2e8: rootName = solr_43555, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@ec4171
   [junit4]   2> 12555 INFO  (jetty-closer-10-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@82d78b{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 12555 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=12914246
   [junit4]   2> 12556 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 12558 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=26775932
   [junit4]   2> 12559 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@18f2fc2: rootName = solr_32923, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@11daecb
   [junit4]   2> 12559 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 12559 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@fe75ea: rootName = solr_38027, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@97c1e5
   [junit4]   2> 12560 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 12561 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b1c0b0: rootName = solr_41435, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@288ce0
   [junit4]   2> 12599 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 12599 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@13f2fb4: rootName = solr_36545, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@210df7
   [junit4]   2> 12604 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 12605 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@da28b5: rootName = solr_41435, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@210df7
   [junit4]   2> 12609 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 12611 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@123f539: rootName = solr_43555, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@210df7
   [junit4]   2> 12622 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 12622 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ad3dbb: rootName = solr_32923, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@210df7
   [junit4]   2> 12624 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 12624 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e00fa5: rootName = solr_38027, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@210df7
   [junit4]   2> 12627 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 12627 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1787ba8: rootName = solr_36545, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e97ab
   [junit4]   2> 12642 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:36545_solr
   [junit4]   2> 12644 INFO  (zkCallback-29-thread-1-processing-n:127.0.0.1:36545_solr) [n:127.0.0.1:36545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 12644 INFO  (zkCallback-28-thread-1-processing-n:127.0.0.1:43555_solr) [n:127.0.0.1:43555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 12644 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 12645 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 12645 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 12645 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 12645 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1b3cdaa: rootName = solr_41435, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e97ab
   [junit4]   2> 12654 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 12655 INFO  (jetty-closer-10-thread-5) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12658 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:41435_solr
   [junit4]   2> 12659 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 12659 INFO  (jetty-closer-10-thread-4) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12659 INFO  (zkCallback-28-thread-1-processing-n:127.0.0.1:43555_solr) [n:127.0.0.1:43555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 12659 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 12660 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@d934a1: rootName = solr_43555, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e97ab
   [junit4]   2> 12660 INFO  (zkCallback-35-thread-1-processing-n:127.0.0.1:41435_solr) [n:127.0.0.1:41435_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 12660 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 12662 INFO  (jetty-closer-10-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ffd9f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 12668 INFO  (jetty-closer-10-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@f83463{/solr,null,UNAVAILABLE}
   [junit4]   2> 12669 INFO  (zkCallback-36-thread-2-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 12669 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 12669 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19b9ef0: rootName = solr_38027, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e97ab
   [junit4]   2> 12669 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 12670 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@19487c6: rootName = solr_32923, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@1e97ab
   [junit4]   2> 12674 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43555_solr
   [junit4]   2> 12675 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 12675 INFO  (jetty-closer-10-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12675 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 12675 INFO  (zkCallback-28-thread-1-processing-n:127.0.0.1:43555_solr) [n:127.0.0.1:43555_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 12676 INFO  (zkCallback-36-thread-1-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 12682 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:32923_solr
   [junit4]   2> 12690 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38027_solr
   [junit4]   2> 12691 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 12691 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 12691 INFO  (zkCallback-34-thread-1-processing-n:127.0.0.1:32923_solr) [n:127.0.0.1:32923_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 12692 INFO  (zkCallback-36-thread-4-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 12691 INFO  (jetty-closer-10-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12691 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 12693 INFO  (jetty-closer-10-thread-3) [    ] o.a.s.c.Overseer Overseer (id=99119540348715020-127.0.0.1:32923_solr-n_0000000000) closing
   [junit4]   2> 12694 INFO  (OverseerStateUpdate-99119540348715020-127.0.0.1:32923_solr-n_0000000000) [n:127.0.0.1:32923_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:32923_solr
   [junit4]   2> 12697 WARN  (OverseerAutoScalingTriggerThread-99119540348715020-127.0.0.1:32923_solr-n_0000000000) [n:127.0.0.1:32923_solr    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 12700 INFO  (jetty-closer-10-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c127fb{/solr,null,UNAVAILABLE}
   [junit4]   2> 14183 WARN  (zkCallback-28-thread-1-processing-n:127.0.0.1:43555_solr) [n:127.0.0.1:43555_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:43555_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:43555_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1104)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1099)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [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 org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [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> 14183 INFO  (jetty-closer-10-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1c4c575{/solr,null,UNAVAILABLE}
   [junit4]   2> 14193 WARN  (zkCallback-36-thread-4-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:32923_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:32923_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1104)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1099)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [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 org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [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> 14193 WARN  (zkCallback-36-thread-4-processing-n:127.0.0.1:38027_solr) [n:127.0.0.1:38027_solr    ] o.a.s.c.ZkController Unable to register nodeLost path for 127.0.0.1:38027_solr
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /autoscaling/nodeLost/127.0.0.1:38027_solr
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.create(ZooKeeper.java:783)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.lambda$create$7(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.create(SolrZkClient.java:357)
   [junit4]   2> 	at org.apache.solr.cloud.ZkController.lambda$registerLiveNodesListener$2(ZkController.java:879)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.lambda$refreshLiveNodes$1(ZkStateReader.java:704)
   [junit4]   2> 	at java.util.concurrent.ConcurrentHashMap$KeySetView.forEach(ConcurrentHashMap.java:4649)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.refreshLiveNodes(ZkStateReader.java:703)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader.access$900(ZkStateReader.java:74)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.refreshAndWatch(ZkStateReader.java:1104)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkStateReader$LiveNodeWatcher.process(ZkStateReader.java:1099)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$0(SolrZkClient.java:262)
   [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 org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [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> 14194 INFO  (jetty-closer-10-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1388fa6{/solr,null,UNAVAILABLE}
   [junit4]   2> 14194 ERROR (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] 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> 14195 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38515 38515
   [junit4]   2> 14305 INFO  (Thread-5) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:38515 38515
   [junit4]   2> 14307 WARN  (Thread-5) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/aliases.json
   [junit4]   2> 	5	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/99119540348715020-127.0.0.1:32923_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/99119540348715019-127.0.0.1:43555_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	6	/solr/live_nodes
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 
   [junit4]   2> 14307 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateWithoutCoresThenDelete-seed#[5E6966172EC27F40]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollectionCreateWithoutCoresThenDelete
   [junit4]   2> 14311 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[5E6966172EC27F40]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 5 servers in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-002
   [junit4]   2> 14311 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[5E6966172EC27F40]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 14312 INFO  (Thread-56) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 14312 INFO  (Thread-56) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 14315 ERROR (Thread-56) [    ] 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> 14412 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[5E6966172EC27F40]) [    ] o.a.s.c.ZkTestServer start zk server on port:33475
   [junit4]   2> 14423 INFO  (jetty-launcher-47-thread-1) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 14423 INFO  (jetty-launcher-47-thread-5) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 14423 INFO  (jetty-launcher-47-thread-4) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 14426 INFO  (jetty-launcher-47-thread-2) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 14427 INFO  (jetty-launcher-47-thread-3) [    ] o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 14431 INFO  (jetty-launcher-47-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@83f8c2{/solr,null,AVAILABLE}
   [junit4]   2> 14432 INFO  (jetty-launcher-47-thread-5) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@e635df{/solr,null,AVAILABLE}
   [junit4]   2> 14432 INFO  (jetty-launcher-47-thread-5) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1af8521{SSL,[ssl, http/1.1]}{127.0.0.1:37191}
   [junit4]   2> 14432 INFO  (jetty-launcher-47-thread-5) [    ] o.e.j.s.Server Started @15818ms
   [junit4]   2> 14432 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37191}
   [junit4]   2> 14433 ERROR (jetty-launcher-47-thread-5) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14433 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 14433 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14433 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14433 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:44.119Z
   [junit4]   2> 14434 INFO  (jetty-launcher-47-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ac89ae{SSL,[ssl, http/1.1]}{127.0.0.1:39297}
   [junit4]   2> 14434 INFO  (jetty-launcher-47-thread-1) [    ] o.e.j.s.Server Started @15820ms
   [junit4]   2> 14434 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39297}
   [junit4]   2> 14435 ERROR (jetty-launcher-47-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14435 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 14435 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14435 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14435 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:44.121Z
   [junit4]   2> 14440 INFO  (jetty-launcher-47-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1aa48f{/solr,null,AVAILABLE}
   [junit4]   2> 14440 INFO  (jetty-launcher-47-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c976b9{/solr,null,AVAILABLE}
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3130a8{SSL,[ssl, http/1.1]}{127.0.0.1:45949}
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.e.j.s.Server Started @15829ms
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1684153{/solr,null,AVAILABLE}
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45949}
   [junit4]   2> 14443 ERROR (jetty-launcher-47-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:44.129Z
   [junit4]   2> 14443 INFO  (jetty-launcher-47-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@15a5591{SSL,[ssl, http/1.1]}{127.0.0.1:40579}
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-2) [    ] o.e.j.s.Server Started @15830ms
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40579}
   [junit4]   2> 14444 ERROR (jetty-launcher-47-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:44.130Z
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2e47ca{SSL,[ssl, http/1.1]}{127.0.0.1:33041}
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.e.j.s.Server Started @15830ms
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33041}
   [junit4]   2> 14444 ERROR (jetty-launcher-47-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 7.2.0
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 14444 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2017-12-05T03:22:44.130Z
   [junit4]   2> 14448 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 14451 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 14451 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 14451 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 14473 INFO  (jetty-launcher-47-thread-5) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33475/solr
   [junit4]   2> 14482 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 14486 INFO  (jetty-launcher-47-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33475/solr
   [junit4]   2> 14496 INFO  (jetty-launcher-47-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33475/solr
   [junit4]   2> 14498 INFO  (jetty-launcher-47-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33475/solr
   [junit4]   2> 14498 INFO  (jetty-launcher-47-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33475/solr
   [junit4]   2> 14575 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14578 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37191_solr
   [junit4]   2> 14579 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.c.Overseer Overseer (id=99119540731904011-127.0.0.1:37191_solr-n_0000000000) starting
   [junit4]   2> 14634 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37191_solr
   [junit4]   2> 14650 INFO  (zkCallback-70-thread-1-processing-n:127.0.0.1:37191_solr) [n:127.0.0.1:37191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14758 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 14770 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14782 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33041_solr
   [junit4]   2> 14806 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14818 INFO  (zkCallback-70-thread-1-processing-n:127.0.0.1:37191_solr) [n:127.0.0.1:37191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 14841 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37191.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 14845 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 14850 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37191.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 14851 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37191.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 14853 INFO  (jetty-launcher-47-thread-5) [n:127.0.0.1:37191_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-002/node5/.
   [junit4]   2> 14882 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14885 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45949_solr
   [junit4]   2> 14894 INFO  (zkCallback-70-thread-1-processing-n:127.0.0.1:37191_solr) [n:127.0.0.1:37191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 14894 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 14899 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 14900 INFO  (zkCallback-73-thread-1-processing-n:127.0.0.1:45949_solr) [n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 14904 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14906 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40579_solr
   [junit4]   2> 14914 INFO  (zkCallback-73-thread-1-processing-n:127.0.0.1:45949_solr) [n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 14914 INFO  (zkCallback-70-thread-1-processing-n:127.0.0.1:37191_solr) [n:127.0.0.1:37191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 14914 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 14918 INFO  (zkCallback-72-thread-1-processing-n:127.0.0.1:40579_solr) [n:127.0.0.1:40579_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 14923 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 14924 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 14926 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39297_solr
   [junit4]   2> 14927 INFO  (zkCallback-72-thread-1-processing-n:127.0.0.1:40579_solr) [n:127.0.0.1:40579_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 14927 INFO  (zkCallback-74-thread-1-processing-n:127.0.0.1:33041_solr) [n:127.0.0.1:33041_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 14927 INFO  (zkCallback-70-thread-1-processing-n:127.0.0.1:37191_solr) [n:127.0.0.1:37191_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 14927 INFO  (zkCallback-73-thread-1-processing-n:127.0.0.1:45949_solr) [n:127.0.0.1:45949_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 14938 INFO  (zkCallback-71-thread-1-processing-n:127.0.0.1:39297_solr) [n:127.0.0.1:39297_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 15145 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15151 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40579.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15156 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15157 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33041.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15165 INFO  (jetty-launcher-47-thread-3) [n:127.0.0.1:33041_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-002/node3/.
   [junit4]   2> 15174 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40579.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15174 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40579.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15178 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45949.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15185 INFO  (jetty-launcher-47-thread-2) [n:127.0.0.1:40579_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-002/node2/.
   [junit4]   2> 15190 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45949.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15190 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45949.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15193 INFO  (jetty-launcher-47-thread-4) [n:127.0.0.1:45949_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-002/node4/.
   [junit4]   2> 15330 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39297.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15338 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39297.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15339 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39297.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7da738
   [junit4]   2> 15356 INFO  (jetty-launcher-47-thread-1) [n:127.0.0.1:39297_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestCollectionsAPIViaSolrCloudCluster_5E6966172EC27F40-001/tempDir-002/node1/.
   [junit4]   2> 15518 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[5E6966172EC27F40]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 15519 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[5E6966172EC27F40]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33475/solr ready
   [junit4]   2> 15522 INFO  (TEST-TestCollectionsAPIViaSolrCloudCluster.testStopAllStartAll-seed#[5E6966172EC27F40]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStopAllStartAll
   [junit4]   2> 15577 INFO  (qtp16333877-226) [n:127.0.0.1:45949_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=solrCloudCollectionConfig&maxShardsPerNode=1&name=testStopAllStartAllCollection&nrtReplicas=2&action=CREATE&numShards=2&property.solr.directoryFactory=solr.StandardDirectoryFactory&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 15580 INFO  (OverseerThreadFactory-111-thread-1-processing-n:127.0.0.1:37191_solr) [n:127.0.0.1:37191_solr    ] o.a.s.c.CreateCollectionCmd Create collection testStopAllStartAllCollection
   [junit4]   2> 15691 INFO  (OverseerStateUpdate-99119540731904011-127.0.0.1:37191_solr-n_0000000000) [n:127.0.0.1:37191_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testStopAllStartAllCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testStopAllStartAllCollection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39297/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 15692 INFO  (OverseerStateUpdate-99119540731904011-127.0.0.1:37191_solr-n_0000000000) [n:127.0.0.1:37191_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testStopAllStartAllCollection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testStopAllStartAllCollection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:37191/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 15693 INFO  (OverseerStateUpdate-991195

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

s.json
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMKeyIdRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_1
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_3
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_2
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot/DK_4
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 	3	/solr/collections
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMMasterKeyRoot
   [junit4]   2> 	2	/solr/security/zkdtsm/ZKDTSMRoot/ZKDTSMTokensRoot
   [junit4]   2> 
   [junit4]   2> 1813663 INFO  (SUITE-TestImpersonationWithHadoopAuth-seed#[5E6966172EC27F40]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Dec 05, 2017 3:52:43 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Dec 05, 2017 3:53:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]   2>    1) Thread[id=10904, name=jetty-launcher-796-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2>         at sun.misc.Unsafe.park(Native Method)
   [junit4]   2>         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]   2>         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2>         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2>         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2>         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2>         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2>         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2>         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2>         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Dec 05, 2017 3:53:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=10904, name=jetty-launcher-796-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]   2> 1833756 ERROR (jetty-launcher-796-thread-1-EventThread) [n:127.0.0.1:42497_solr    ] o.a.c.f.i.CuratorFrameworkImpl Watcher exception
   [junit4]   2> java.lang.InterruptedException
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1039)
   [junit4]   2> 	at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]   2> 	at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]   2> 	at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]   2> 	at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]   2> 	at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]   2> 	at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]   2> 	at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]   2> Dec 05, 2017 3:53:03 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=true): {}, locale=el, timezone=Africa/Libreville
   [junit4]   2> NOTE: Linux 4.10.0-40-generic i386/Oracle Corporation 1.8.0_144 (32-bit)/cpus=8,threads=1,free=84784616,total=344317952
   [junit4]   2> NOTE: All tests run in this JVM: [ChangedSchemaMergeTest, ForceLeaderTest, FastVectorHighlighterTest, DistributedQueueTest, RAMDirectoryFactoryTest, TestBlobHandler, TestSchemaSimilarityResource, TestSolrCloudWithDelegationTokens, TestNestedDocsSort, TestRestoreCore, ActionThrottleTest, BasicDistributedZkTest, InfoHandlerTest, JavabinLoaderTest, TestDistribIDF, SearchHandlerTest, UUIDUpdateProcessorFallbackTest, TestSlowCompositeReaderWrapper, UpdateLogTest, CollectionStateFormat2Test, ExternalFileFieldSortTest, V2ApiIntegrationTest, SpellCheckCollatorWithCollapseTest, TestPerFieldSimilarityWithDefaultOverride, TestFieldTypeResource, TestManagedResourceStorage, TestStressUserVersions, TestNumericRangeQuery32, TestCrossCoreJoin, AssignBackwardCompatibilityTest, TestCryptoKeys, UpdateParamsTest, SolrCoreTest, TestHdfsBackupRestoreCore, TestLegacyFieldCache, TestCoreAdminApis, ClassificationUpdateProcessorIntegrationTest, MoveReplicaTest, HdfsChaosMonkeySafeLeaderTest, SubstringBytesRefFilterTest, DistributedFacetExistsSmallTest, RankQueryTest, TestLRUStatsCache, BlockCacheTest, SolrJmxReporterCloudTest, SimpleFacetsTest, BJQParserTest, TestPostingsSolrHighlighter, SaslZkACLProviderTest, TestComponentsName, HdfsDirectoryTest, DateMathParserTest, SecurityConfHandlerTest, TestLocalFSCloudBackupRestore, TestReloadAndDeleteDocs, TestApiFramework, CdcrReplicationHandlerTest, TestLegacyNumericUtils, FileUtilsTest, TestImpersonationWithHadoopAuth]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestImpersonationWithHadoopAuth -Dtests.seed=5E6966172EC27F40 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=Africa/Libreville -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J0 | TestImpersonationWithHadoopAuth (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.security.hadoop.TestImpersonationWithHadoopAuth: 
   [junit4]    >    1) Thread[id=10904, name=jetty-launcher-796-thread-1-EventThread, state=TIMED_WAITING, group=TGRP-TestImpersonationWithHadoopAuth]
   [junit4]    >         at sun.misc.Unsafe.park(Native Method)
   [junit4]    >         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
   [junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
   [junit4]    >         at java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
   [junit4]    >         at org.apache.curator.CuratorZookeeperClient.internalBlockUntilConnectedOrTimedOut(CuratorZookeeperClient.java:323)
   [junit4]    >         at org.apache.curator.RetryLoop.callWithRetry(RetryLoop.java:105)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.pathInForeground(GetDataBuilderImpl.java:288)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:279)
   [junit4]    >         at org.apache.curator.framework.imps.GetDataBuilderImpl.forPath(GetDataBuilderImpl.java:41)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.readValue(SharedValue.java:244)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue.access$100(SharedValue.java:44)
   [junit4]    >         at org.apache.curator.framework.recipes.shared.SharedValue$1.process(SharedValue.java:61)
   [junit4]    >         at org.apache.curator.framework.imps.NamespaceWatcher.process(NamespaceWatcher.java:67)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:530)
   [junit4]    >         at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:505)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5E6966172EC27F40]:0)
   [junit4] Completed [391/750 (3!)] on J0 in 43.71s, 10 tests, 1 error, 1 skipped <<< FAILURES!

[...truncated 44439 lines...]