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 2018/04/04 15:48:42 UTC

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1782 - Unstable!

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

4 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:55276 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:55276 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([6EF1D29694E21B6B]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:120)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:115)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:102)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForAllNodes(MiniSolrCloudCluster.java:268)
	at org.apache.solr.cloud.MiniSolrCloudCluster.<init>(MiniSolrCloudCluster.java:262)
	at org.apache.solr.cloud.SolrCloudTestCase$Builder.configure(SolrCloudTestCase.java:190)
	at org.apache.solr.response.transform.TestSubQueryTransformerDistrib.setupCluster(TestSubQueryTransformerDistrib.java:63)
	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$6.evaluate(RandomizedRunner.java:874)
	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.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:55276 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:232)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:175)
	... 31 more


FAILED:  junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
ObjectTracker found 2 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient] org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)  at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:94)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:514)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:268)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:188)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:391)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient  at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)  at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)  at org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:211)  at org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:47)  at org.apache.solr.core.CoreContainer.load(CoreContainer.java:508)  at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:268)  at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:188)  at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)  at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)  at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)  at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)  at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)  at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)  at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)  at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)  at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)  at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)  at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)  at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:391)  at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)  at java.lang.Thread.run(Thread.java:748)  

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [InternalHttpClient, InternalHttpClient]
org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)
	at org.apache.solr.update.UpdateShardHandler.<init>(UpdateShardHandler.java:94)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:514)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:268)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:188)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:391)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)

org.apache.solr.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.http.impl.client.InternalHttpClient
	at org.apache.solr.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:42)
	at org.apache.solr.client.solrj.impl.HttpClientUtil.createClient(HttpClientUtil.java:289)
	at org.apache.solr.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:211)
	at org.apache.solr.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:47)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:508)
	at org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:268)
	at org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:188)
	at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
	at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:741)
	at org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1474)
	at org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1537)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1183)
	at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:1020)
	at org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:447)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:308)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:396)
	at org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:369)
	at org.apache.solr.cloud.MiniSolrCloudCluster.startJettySolrRunner(MiniSolrCloudCluster.java:391)
	at org.apache.solr.cloud.MiniSolrCloudCluster.lambda$new$0(MiniSolrCloudCluster.java:247)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)


	at __randomizedtesting.SeedInfo.seed([6EF1D29694E21B6B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNull(Assert.java:551)
	at org.apache.solr.SolrTestCaseJ4.teardownTestCases(SolrTestCaseJ4.java:303)
	at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
	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$7.evaluate(RandomizedRunner.java:897)
	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)


FAILED:  junit.framework.TestSuite.org.apache.solr.response.transform.TestSubQueryTransformerDistrib

Error Message:
53 threads leaked from SUITE scope at org.apache.solr.response.transform.TestSubQueryTransformerDistrib:     1) Thread[id=36358, name=qtp454821456-36358, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)    2) Thread[id=36412, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)    3) Thread[id=36343, name=ProcessThread(sid:0 cport:55276):, state=WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)    4) Thread[id=36391, name=Scheduler-275199896, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)    5) Thread[id=36413, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at java.lang.Thread.sleep(Native Method)         at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)         at java.lang.Thread.run(Thread.java:748)    6) Thread[id=36340, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)         at java.lang.Thread.run(Thread.java:748)    7) Thread[id=36367, name=qtp1638724955-36367, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)    8) Thread[id=36360, name=qtp1638724955-36360, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)    9) Thread[id=36390, name=qtp1008768068-36390, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   10) Thread[id=36400, name=qtp887168233-36400, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   11) Thread[id=36364, name=qtp1638724955-36364, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   12) Thread[id=36403, name=qtp887168233-36403, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   13) Thread[id=36353, name=qtp454821456-36353, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   14) Thread[id=36375, name=qtp1647195807-36375, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   15) Thread[id=36397, name=Scheduler-920190772, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   16) Thread[id=36355, name=qtp454821456-36355, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   17) Thread[id=36362, name=qtp1638724955-36362, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   18) Thread[id=36365, name=qtp1638724955-36365, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   19) Thread[id=36373, name=qtp1647195807-36373, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   20) Thread[id=36369, name=qtp1647195807-36369, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   21) Thread[id=36341, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at java.lang.Object.wait(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)   22) Thread[id=36387, name=qtp1008768068-36387, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   23) Thread[id=36385, name=qtp1008768068-36385, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   24) Thread[id=36382, name=qtp1008768068-36382, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   25) Thread[id=36407, name=Scheduler-280381118, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   26) Thread[id=36359, name=qtp454821456-36359, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   27) Thread[id=36354, name=qtp454821456-36354-acceptor-0@7702ae9d-ServerConnector@185e2acb{SSL,[ssl, http/1.1]}{127.0.0.1:56038}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   28) Thread[id=36356, name=qtp454821456-36356, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   29) Thread[id=36406, name=qtp887168233-36406-acceptor-0@486ba8d9-ServerConnector@1f5407f1{SSL,[ssl, http/1.1]}{127.0.0.1:35397}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   30) Thread[id=36396, name=qtp1647195807-36396, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   31) Thread[id=36399, name=qtp887168233-36399, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   32) Thread[id=36401, name=qtp887168233-36401, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   33) Thread[id=36368, name=Scheduler-2088221977, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   34) Thread[id=36377, name=Scheduler-2100773985, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   35) Thread[id=36370, name=qtp1647195807-36370-acceptor-0@45a80a02-ServerConnector@29b118e0{SSL,[ssl, http/1.1]}{127.0.0.1:40958}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   36) Thread[id=36363, name=qtp1638724955-36363-acceptor-0@5f5a1ef7-ServerConnector@66d90ffb{SSL,[ssl, http/1.1]}{127.0.0.1:42634}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   37) Thread[id=36384, name=qtp1008768068-36384-acceptor-0@598c895c-ServerConnector@4bb0fa5e{SSL,[ssl, http/1.1]}{127.0.0.1:55276}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)         at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)         at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)         at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   38) Thread[id=36374, name=qtp1647195807-36374, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   39) Thread[id=36398, name=Scheduler-1411377512, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)         at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)   40) Thread[id=36386, name=qtp1008768068-36386, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   41) Thread[id=36339, name=Thread-9402, state=WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1252)         at java.lang.Thread.join(Thread.java:1326)         at org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)         at org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)   42) Thread[id=36405, name=qtp887168233-36405, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   43) Thread[id=36361, name=qtp1638724955-36361, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   44) Thread[id=36404, name=qtp887168233-36404, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   45) Thread[id=36395, name=qtp1647195807-36395, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   46) Thread[id=36372, name=qtp1647195807-36372, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   47) Thread[id=36402, name=qtp887168233-36402, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   48) Thread[id=36357, name=qtp454821456-36357, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   49) Thread[id=36383, name=qtp1647195807-36383, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   50) Thread[id=36388, name=qtp1008768068-36388, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)         at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   51) Thread[id=36352, name=qtp454821456-36352, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]         at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)         at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)         at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)         at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)         at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)         at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)         at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)         at java.lang.Thread.run(Thread.java:748)   52) Thread[id=36366, name=qtp1638724955-36366, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)   53) Thread[id=36389, name=qtp1008768068-36389, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)         at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)         at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)         at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)         at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 53 threads leaked from SUITE scope at org.apache.solr.response.transform.TestSubQueryTransformerDistrib: 
   1) Thread[id=36358, name=qtp454821456-36358, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
   2) Thread[id=36412, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   3) Thread[id=36343, name=ProcessThread(sid:0 cport:55276):, state=WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   4) Thread[id=36391, name=Scheduler-275199896, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
   5) Thread[id=36413, name=Connection evictor, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
        at java.lang.Thread.run(Thread.java:748)
   6) Thread[id=36340, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
   7) Thread[id=36367, name=qtp1638724955-36367, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
   8) Thread[id=36360, name=qtp1638724955-36360, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
   9) Thread[id=36390, name=qtp1008768068-36390, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  10) Thread[id=36400, name=qtp887168233-36400, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  11) Thread[id=36364, name=qtp1638724955-36364, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  12) Thread[id=36403, name=qtp887168233-36403, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  13) Thread[id=36353, name=qtp454821456-36353, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  14) Thread[id=36375, name=qtp1647195807-36375, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  15) Thread[id=36397, name=Scheduler-920190772, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  16) Thread[id=36355, name=qtp454821456-36355, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  17) Thread[id=36362, name=qtp1638724955-36362, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  18) Thread[id=36365, name=qtp1638724955-36365, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  19) Thread[id=36373, name=qtp1647195807-36373, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  20) Thread[id=36369, name=qtp1647195807-36369, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  21) Thread[id=36341, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at java.lang.Object.wait(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
  22) Thread[id=36387, name=qtp1008768068-36387, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  23) Thread[id=36385, name=qtp1008768068-36385, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
        at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  24) Thread[id=36382, name=qtp1008768068-36382, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  25) Thread[id=36407, name=Scheduler-280381118, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  26) Thread[id=36359, name=qtp454821456-36359, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  27) Thread[id=36354, name=qtp454821456-36354-acceptor-0@7702ae9d-ServerConnector@185e2acb{SSL,[ssl, http/1.1]}{127.0.0.1:56038}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  28) Thread[id=36356, name=qtp454821456-36356, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  29) Thread[id=36406, name=qtp887168233-36406-acceptor-0@486ba8d9-ServerConnector@1f5407f1{SSL,[ssl, http/1.1]}{127.0.0.1:35397}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  30) Thread[id=36396, name=qtp1647195807-36396, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  31) Thread[id=36399, name=qtp887168233-36399, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.DevPollArrayWrapper.poll0(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.poll(DevPollArrayWrapper.java:223)
        at sun.nio.ch.DevPollSelectorImpl.doSelect(DevPollSelectorImpl.java:98)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:375)
        at org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:304)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:179)
        at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)
        at org.eclipse.jetty.io.ManagedSelector$$Lambda$228/470765263.run(Unknown Source)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  32) Thread[id=36401, name=qtp887168233-36401, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:392)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:600)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.access$800(QueuedThreadPool.java:49)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:663)
        at java.lang.Thread.run(Thread.java:748)
  33) Thread[id=36368, name=Scheduler-2088221977, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  34) Thread[id=36377, name=Scheduler-2100773985, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
        at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
  35) Thread[id=36370, name=qtp1647195807-36370-acceptor-0@45a80a02-ServerConnector@29b118e0{SSL,[ssl, http/1.1]}{127.0.0.1:40958}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  36) Thread[id=36363, name=qtp1638724955-36363-acceptor-0@5f5a1ef7-ServerConnector@66d90ffb{SSL,[ssl, http/1.1]}{127.0.0.1:42634}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  37) Thread[id=36384, name=qtp1008768068-36384-acceptor-0@598c895c-ServerConnector@4bb0fa5e{SSL,[ssl, http/1.1]}{127.0.0.1:55276}, state=RUNNABLE, group=TGRP-TestSubQueryTransformerDistrib]
        at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)
        at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)
        at org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:379)
        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:638)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
        at java.lang.Thread.run(Thread.java:748)
  38) Thread[id=36374, name=qtp1647195807-36374, state=TIMED_WAITING, group=TGRP-TestSubQueryTransformerDistrib]


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

 Note: Recompile with -Xlint:unchecked for details.
    [javac] Creating empty /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/classes/test/org/apache/solr/cloud/autoscaling/sim/package-info.class
     [copy] Copying 1 file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 1 minute 4 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestSubQueryTransformerDistrib" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=6EF1D29694E21B6B -Dtests.slow=true -Dtests.locale=ru-RU -Dtests.timezone=America/Antigua -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
Buildfile: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 15ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 6EF1D29694E21B6B
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says cześć! Master seed: 6EF1D29694E21B6B
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J0 PID(5640@serv1-vm3).
   [junit4] Started J1 PID(5641@serv1-vm3).
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4] OK      1.25s J1 | TestSubQueryTransformerDistrib.test
   [junit4] Completed [1/5] on J1 in 22.23s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4] OK      1.06s J0 | TestSubQueryTransformerDistrib.test
   [junit4] Completed [2/5] on J0 in 23.38s, 1 test
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.response.transform.TestSubQueryTransformerDistrib. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4] OK      0.55s J1 | TestSubQueryTransformerDistrib.test
   [junit4] Completed [3/5] on J1 in 12.80s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4] OK      0.63s J0 | TestSubQueryTransformerDistrib.test
   [junit4] Completed [4/5] on J0 in 12.86s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
   [junit4] OK      0.30s J1 | TestSubQueryTransformerDistrib.test
   [junit4] Completed [5/5] on J1 in 13.15s, 1 test
   [junit4] 
   [junit4] JVM J0:     0.69 ..    37.45 =    36.75s
   [junit4] JVM J1:     0.69 ..    50.01 =    49.31s
   [junit4] Execution time total: 50 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 555.23s | org.apache.solr.cloud.BasicDistributedZkTest
[junit4:tophints] 216.17s | org.apache.solr.update.TestInPlaceUpdatesDistrib
[junit4:tophints] 120.06s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 116.76s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints]  94.58s | org.apache.solr.cloud.TestTlogReplica

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 52 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.response.transform.TestSubQueryTransformerDistrib
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2639)
	at hudson.FilePath$34.invoke(FilePath.java:2518)
	at hudson.FilePath$34.invoke(FilePath.java:2508)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2879)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:998)
		at hudson.FilePath.act(FilePath.java:987)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1752)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2881)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1000)
	at hudson.FilePath.act(FilePath.java:987)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1752)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=ecc17f9023309ca2c46eaf65fd031e4af0ef5a25, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1781
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1786 - Still unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1786/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling

Error Message:
Both triggers should have fired by now

Stack Trace:
java.lang.AssertionError: Both triggers should have fired by now
	at __randomizedtesting.SeedInfo.seed([7241C8B3A510FD8E:8963609677BA1E1C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testTriggerThrottling(TriggerIntegrationTest.java:281)
	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)




Build Log:
[...truncated 14161 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/init-core-data-001
   [junit4]   2> 3011179 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 3011180 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 3011180 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3011180 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/tempDir-001
   [junit4]   2> 3011181 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3011181 INFO  (Thread-8957) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3011181 INFO  (Thread-8957) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3011182 ERROR (Thread-8957) [    ] 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> 3011281 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37708
   [junit4]   2> 3011284 INFO  (zkConnectionManagerCallback-7665-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011288 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3011288 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3011289 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3011289 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3011289 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3011289 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3011289 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3011289 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@c57c34e{/solr,null,AVAILABLE}
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@477e6f23{/solr,null,AVAILABLE}
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@27096de9{HTTP/1.1,[http/1.1]}{127.0.0.1:52326}
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.e.j.s.Server Started @3013098ms
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=52326}
   [junit4]   2> 3011290 ERROR (jetty-launcher-7662-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3011290 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-06T06:16:42.663Z
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@dff7ada{HTTP/1.1,[http/1.1]}{127.0.0.1:63530}
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.e.j.s.Server Started @3013108ms
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=63530}
   [junit4]   2> 3011300 ERROR (jetty-launcher-7662-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3011300 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-06T06:16:42.663Z
   [junit4]   2> 3011302 INFO  (zkConnectionManagerCallback-7667-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011302 INFO  (zkConnectionManagerCallback-7669-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011303 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3011303 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3011308 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007598bcc60002, likely client has closed socket
   [junit4]   2> 3011308 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007598bcc60001, likely client has closed socket
   [junit4]   2> 3011310 INFO  (jetty-launcher-7662-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37708/solr
   [junit4]   2> 3011310 INFO  (jetty-launcher-7662-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37708/solr
   [junit4]   2> 3011312 INFO  (zkConnectionManagerCallback-7675-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011312 INFO  (zkConnectionManagerCallback-7677-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011315 INFO  (zkConnectionManagerCallback-7681-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011315 INFO  (zkConnectionManagerCallback-7679-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011459 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3011459 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3011459 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:52326_solr
   [junit4]   2> 3011461 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.Overseer Overseer (id=72186892900499462-127.0.0.1:52326_solr-n_0000000000) starting
   [junit4]   2> 3011461 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:63530_solr
   [junit4]   2> 3011475 INFO  (zkCallback-7680-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3011481 INFO  (zkConnectionManagerCallback-7690-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011481 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3011482 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3011483 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37708/solr ready
   [junit4]   2> 3011484 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3011485 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 3011486 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 3011486 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 3011486 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3011486 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52326_solr
   [junit4]   2> 3011531 INFO  (zkCallback-7680-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3011531 INFO  (zkCallback-7689-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3011531 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3011588 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:63530_solr, 127.0.0.1:52326_solr]
   [junit4]   2> 3011605 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3011606 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 3011611 DEBUG (ScheduledTrigger-11518-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 3011753 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63530.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3011758 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63530.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3011758 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_63530.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3011758 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/tempDir-001/node2/.
   [junit4]   2> 3011763 INFO  (zkConnectionManagerCallback-7695-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3011765 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3011766 INFO  (jetty-launcher-7662-thread-2) [n:127.0.0.1:63530_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37708/solr ready
   [junit4]   2> 3012023 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3012027 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3012027 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_52326.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3012028 INFO  (jetty-launcher-7662-thread-1) [n:127.0.0.1:52326_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/tempDir-001/node1/.
   [junit4]   2> 3012043 INFO  (zkConnectionManagerCallback-7697-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3012048 INFO  (zkConnectionManagerCallback-7702-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3012050 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3012051 INFO  (SUITE-TriggerIntegrationTest-seed#[7241C8B3A510FD8E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37708/solr ready
   [junit4]   2> 3012059 INFO  (qtp248913688-30977) [n:127.0.0.1:63530_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3012060 INFO  (qtp209647435-30964) [n:127.0.0.1:52326_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3012060 DEBUG (qtp248913688-30972) [n:127.0.0.1:63530_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3012061 INFO  (qtp248913688-30972) [n:127.0.0.1:63530_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=4
   [junit4]   2> 3012064 DEBUG (zkCallback-7689-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 3012065 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 3012075 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3012077 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 3012082 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListeners
   [junit4]   2> 3012082 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.TriggerIntegrationTest Found 2 jetty instances running
   [junit4]   2> 3012084 INFO  (zkConnectionManagerCallback-7704-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3012086 INFO  (qtp248913688-30974) [n:127.0.0.1:63530_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3012093 INFO  (qtp248913688-30974) [n:127.0.0.1:63530_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=6
   [junit4]   2> 3012094 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 3012096 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 3
   [junit4]   2> 3012096 DEBUG (zkCallback-7689-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 3012096 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 3012096 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3012097 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3012097 DEBUG (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 3012097 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3012100 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@27096de9{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3012100 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=520504397
   [junit4]   2> 3012100 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3012100 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2cd26150: rootName = solr_52326, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@234c4077
   [junit4]   2> 3012105 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3012105 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3f1d3c68: rootName = solr_52326, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6497d8cf
   [junit4]   2> 3012107 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3012107 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@54ea711e: rootName = solr_52326, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2ebc67f9
   [junit4]   2> 3012112 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:52326_solr
   [junit4]   2> 3012113 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3012113 INFO  (zkCallback-7680-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3012114 INFO  (zkCallback-7689-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3012114 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.Overseer Overseer (id=72186892900499462-127.0.0.1:52326_solr-n_0000000000) closing
   [junit4]   2> 3012114 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3012114 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3012114 INFO  (OverseerStateUpdate-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:52326_solr
   [junit4]   2> 3012114 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 3012114 WARN  (OverseerAutoScalingTriggerThread-72186892900499462-127.0.0.1:52326_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3012114 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 3012114 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 3012114 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 3012115 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3012115 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 3012115 DEBUG (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3012116 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3012117 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@c57c34e{/solr,null,UNAVAILABLE}
   [junit4]   2> 3012117 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007598bcc60006, likely client has closed socket
   [junit4]   2> 3012118 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3012119 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:63530_solr
   [junit4]   2> 3012121 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72186892900499461-127.0.0.1:63530_solr-n_0000000001) starting
   [junit4]   2> 3012129 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3012130 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 3012130 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
   [junit4]   2> 3012130 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 3012138 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:63530_solr]
   [junit4]   2> 3012139 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3012139 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 3012140 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3013141 DEBUG (ScheduledTrigger-11527-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3014142 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3015143 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3016144 DEBUG (ScheduledTrigger-11527-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3017120 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3017121 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3017121 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3017121 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3017122 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@502b7cdf{/solr,null,AVAILABLE}
   [junit4]   2> 3017122 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5b754b9c{HTTP/1.1,[http/1.1]}{127.0.0.1:53189}
   [junit4]   2> 3017122 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server Started @3018931ms
   [junit4]   2> 3017122 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53189}
   [junit4]   2> 3017123 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3017123 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3017123 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3017123 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3017123 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3017123 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-06T06:16:48.486Z
   [junit4]   2> 3017125 INFO  (zkConnectionManagerCallback-7708-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017125 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3017135 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37708/solr
   [junit4]   2> 3017136 INFO  (zkConnectionManagerCallback-7712-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017139 INFO  (zkConnectionManagerCallback-7714-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017145 DEBUG (ScheduledTrigger-11527-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3017149 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 3017153 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3017155 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3017155 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53189_solr
   [junit4]   2> 3017157 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3017157 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3017158 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3017158 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3017159 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 3017330 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53189.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3017349 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53189.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3017349 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53189.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3017350 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/tempDir-001/node3/.
   [junit4]   2> 3017354 INFO  (zkConnectionManagerCallback-7721-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017356 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3017358 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:53189_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37708/solr ready
   [junit4]   2> 3017404 INFO  (qtp248913688-30974) [n:127.0.0.1:63530_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3017406 INFO  (qtp1308962928-31054) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3017406 DEBUG (qtp1308962928-31051) [n:127.0.0.1:53189_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3017413 INFO  (qtp1308962928-31051) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 3017414 DEBUG (zkCallback-7694-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 3017415 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 3017420 INFO  (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.TriggerIntegrationTest TestTriggerAction init
   [junit4]   2> 3017420 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL - Initial livenodes: [127.0.0.1:53189_solr, 127.0.0.1:63530_solr]
   [junit4]   2> 3017420 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL instantiated with properties: {event=nodeAdded, waitFor=2, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction}], enabled=true}
   [junit4]   2> 3017421 DEBUG (ScheduledTrigger-11527-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3017421 DEBUG (ScheduledTrigger-11527-thread-4) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 3017423 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 3017424 INFO  (qtp248913688-30977) [n:127.0.0.1:63530_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3017425 INFO  (qtp1308962928-31054) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3017425 DEBUG (qtp1308962928-31052) [n:127.0.0.1:53189_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3017426 INFO  (qtp1308962928-31052) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 3017426 DEBUG (zkCallback-7694-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 3017427 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 3017428 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 3017428 INFO  (qtp248913688-30974) [n:127.0.0.1:63530_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3017429 INFO  (qtp1308962928-31052) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core} status=0 QTime=0
   [junit4]   2> 3017429 DEBUG (qtp1308962928-31057) [n:127.0.0.1:53189_solr    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 3017430 INFO  (qtp1308962928-31057) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=3
   [junit4]   2> 3017430 DEBUG (zkCallback-7694-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 3017431 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3017431 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 3017432 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 3017432 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3017432 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3017432 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3017432 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@739379{/solr,null,AVAILABLE}
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@78bc679{HTTP/1.1,[http/1.1]}{127.0.0.1:48228}
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server Started @3019242ms
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=48228}
   [junit4]   2> 3017433 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3017433 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-06T06:16:48.796Z
   [junit4]   2> 3017435 INFO  (zkConnectionManagerCallback-7723-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017436 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3017446 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37708/solr
   [junit4]   2> 3017447 INFO  (zkConnectionManagerCallback-7727-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017451 INFO  (zkConnectionManagerCallback-7729-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3017463 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3017466 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3017469 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3017469 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:48228_solr
   [junit4]   2> 3017471 INFO  (zkCallback-7678-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3017471 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3017471 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3017471 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3017471 INFO  (zkCallback-7720-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3017471 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3017471 INFO  (zkCallback-7728-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 3018031 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48228.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3018037 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48228.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3018037 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_48228.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3018038 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/tempDir-001/node4/.
   [junit4]   2> 3018041 INFO  (zkConnectionManagerCallback-7736-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3018043 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3018045 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:48228_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37708/solr ready
   [junit4]   2> 3018146 DEBUG (ScheduledTrigger-11527-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3018431 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3018431 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 3018431 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:48228_solr at time 1972951321465687
   [junit4]   2> 3019147 DEBUG (ScheduledTrigger-11527-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3019433 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3019433 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 3020153 DEBUG (ScheduledTrigger-11527-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3
   [junit4]   2> 3020434 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3020434 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 3020434 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL firing registered processor for nodes: [127.0.0.1:48228_solr] added at times [1972951321465687], now=1972953324757468
   [junit4]   2> 3020434 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"7026386acd357T3x7jvt174q0kx1fkpkn0o83kq",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":1972951321465687,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1972951321465687],
   [junit4]   2>     "nodeNames":["127.0.0.1:48228_solr"]}}
   [junit4]   2> 3020434 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, .scheduled_maintenance, node_added_triggerL]
   [junit4]   2> 3020435 INFO  (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system does not exist, disabling logging.
   [junit4]   2> 3020436 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL - removing marker path: /autoscaling/nodeAdded/127.0.0.1:48228_solr
   [junit4]   2> 3020437 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"7026386acd357T3x7jvt174q0kx1fkpkn0o83kq",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":1972951321465687,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1972951321465687],
   [junit4]   2>     "_enqueue_time_":1972953325459561,
   [junit4]   2>     "nodeNames":["127.0.0.1:48228_solr"]}}
   [junit4]   2> 3020439 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 3020439 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 5000ms
   [junit4]   2> 3020439 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerL after 5000ms
   [junit4]   2> 3020439 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 2 ms for event id=7026386acd357T3x7jvt174q0kx1fkpkn0o83kq
   [junit4]   2> 3022439 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3022440 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3022440 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3022440 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a3c6d99{/solr,null,AVAILABLE}
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@638c1c7b{HTTP/1.1,[http/1.1]}{127.0.0.1:61364}
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server Started @3024251ms
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=61364}
   [junit4]   2> 3022441 ERROR (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3022441 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-06T06:16:53.804Z
   [junit4]   2> 3022443 INFO  (zkConnectionManagerCallback-7738-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3022444 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 3022450 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37708/solr
   [junit4]   2> 3022452 INFO  (zkConnectionManagerCallback-7742-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3022457 INFO  (zkConnectionManagerCallback-7744-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3022469 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 3022473 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 3022475 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3022475 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61364_solr
   [junit4]   2> 3022487 INFO  (zkCallback-7728-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022487 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022487 INFO  (zkCallback-7743-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022488 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022488 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022488 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022488 INFO  (zkCallback-7678-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022488 INFO  (zkCallback-7735-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3022488 INFO  (zkCallback-7720-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 3023121 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61364.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3023127 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61364.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3023127 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_61364.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@79c76f10
   [junit4]   2> 3023128 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.TriggerIntegrationTest_7241C8B3A510FD8E-001/tempDir-001/node5/.
   [junit4]   2> 3023132 INFO  (zkConnectionManagerCallback-7751-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3023134 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 3023136 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [n:127.0.0.1:61364_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37708/solr ready
   [junit4]   2> 3025439 DEBUG (ScheduledTrigger-11527-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3025439 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3025439 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 3025439 DEBUG (ScheduledTrigger-11527-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:61364_solr at time 1972958331345752
   [junit4]   2> 3026441 DEBUG (ScheduledTrigger-11527-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3026441 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3026441 DEBUG (ScheduledTrigger-11527-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 3027442 DEBUG (ScheduledTrigger-11527-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4
   [junit4]   2> 3027442 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_triggerL
   [junit4]   2> 3027442 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 3027442 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL firing registered processor for nodes: [127.0.0.1:61364_solr] added at times [1972958331345752], now=1972960334653549
   [junit4]   2> 3027442 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"70265287f1b58T3x7jvt174q0kx1fkpkn0o83ks",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":1972958331345752,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1972958331345752],
   [junit4]   2>     "nodeNames":["127.0.0.1:61364_solr"]}}
   [junit4]   2> 3027442 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, .scheduled_maintenance, node_added_triggerL]
   [junit4]   2> 3027443 DEBUG (ScheduledTrigger-11527-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_triggerL - removing marker path: /autoscaling/nodeAdded/127.0.0.1:61364_solr
   [junit4]   2> 3027443 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"70265287f1b58T3x7jvt174q0kx1fkpkn0o83ks",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":1972958331345752,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1972958331345752],
   [junit4]   2>     "_enqueue_time_":1972960334843528,
   [junit4]   2>     "nodeNames":["127.0.0.1:61364_solr"]}}
   [junit4]   2> 3027443 WARN  (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Exception executing actions
   [junit4]   2> java.lang.Exception: Error executing action: test1 for trigger event: {
   [junit4]   2>   "id":"70265287f1b58T3x7jvt174q0kx1fkpkn0o83ks",
   [junit4]   2>   "source":"node_added_triggerL",
   [junit4]   2>   "eventTime":1972958331345752,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[1972958331345752],
   [junit4]   2>     "_enqueue_time_":1972960334843528,
   [junit4]   2>     "nodeNames":["127.0.0.1:61364_solr"]}}
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:311) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_162]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_162]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_162]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_162]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
   [junit4]   2> Caused by: java.lang.RuntimeException: failure
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.TriggerIntegrationTest$TestDummyAction.process(TriggerIntegrationTest.java:526) ~[test/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:308) ~[java/:?]
   [junit4]   2> 	... 6 more
   [junit4]   2> 3027444 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 5000ms
   [junit4]   2> 3027444 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 5000ms
   [junit4]   2> 3027444 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_triggerL after 5000ms
   [junit4]   2> 3027444 DEBUG (AutoscalingActionExecutor-11528-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 0 ms for event id=70265287f1b58T3x7jvt174q0kx1fkpkn0o83ks
   [junit4]   2> 3029444 INFO  (TEST-TriggerIntegrationTest.testListeners-seed#[7241C8B3A510FD8E]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testListeners
   [junit4]   2> 3029498 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testContinueTriggersOnOverseerRestart
   [junit4]   2> 3029498 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.TriggerIntegrationTest Found 4 jetty instances running
   [junit4]   2> 3029498 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.TriggerIntegrationTest Shutdown extra jetty instance at port 61364
   [junit4]   2> 3029499 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@638c1c7b{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3029500 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=671464592
   [junit4]   2> 3029500 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3029500 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7c69d94c: rootName = solr_61364, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6165e916
   [junit4]   2> 3029505 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3029505 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@22f0b011: rootName = solr_61364, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6497d8cf
   [junit4]   2> 3029508 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3029508 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4912910f: rootName = solr_61364, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2ebc67f9
   [junit4]   2> 3029510 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:61364_solr
   [junit4]   2> 3029511 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3029512 INFO  (zkCallback-7720-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029512 INFO  (zkCallback-7678-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029512 INFO  (zkCallback-7728-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029512 INFO  (zkCallback-7735-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029512 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029512 INFO  (zkCallback-7743-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029512 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029513 WARN  (zkCallback-7750-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 3029513 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029514 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 3029514 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007598bcc60016, likely client has closed socket
   [junit4]   2> 3029514 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3a3c6d99{/solr,null,UNAVAILABLE}
   [junit4]   2> 3029514 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3029515 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.TriggerIntegrationTest Shutdown extra jetty instance at port 48228
   [junit4]   2> 3029517 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@78bc679{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3029517 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1864389056
   [junit4]   2> 3029518 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3029518 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@76d2a5e6: rootName = solr_48228, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@88cd6f
   [junit4]   2> 3029522 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3029522 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@59d454ea: rootName = solr_48228, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6497d8cf
   [junit4]   2> 3029525 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3029525 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@766899bf: rootName = solr_48228, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2ebc67f9
   [junit4]   2> 3029529 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:48228_solr
   [junit4]   2> 3029530 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3029531 INFO  (zkCallback-7735-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029531 INFO  (zkCallback-7678-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029532 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029532 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029532 INFO  (zkCallback-7728-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029532 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029533 INFO  (zkCallback-7720-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029533 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 3029534 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@739379{/solr,null,UNAVAILABLE}
   [junit4]   2> 3029534 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3029537 INFO  (zkConnectionManagerCallback-7753-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3029544 INFO  (qtp1308962928-31054) [n:127.0.0.1:53189_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :overseerstatus with params action=OVERSEERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 3029552 INFO  (qtp1308962928-31054) [n:127.0.0.1:53189_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=OVERSEERSTATUS&wt=javabin&version=2} status=0 QTime=7
   [junit4]   2> 3029552 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .auto_add_replicas
   [junit4]   2> 3029554 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: .scheduled_maintenance
   [junit4]   2> 3029556 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers -- removing trigger: node_added_triggerL
   [junit4]   2> 3029560 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.TriggerIntegrationTest /autoscaling.json reset, new znode version 8
   [junit4]   2> 3029560 DEBUG (zkCallback-7694-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 3029561 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 3029561 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 3029566 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread   -- deleted /autoscaling/nodeLost/127.0.0.1:61364_solr
   [junit4]   2> 3029570 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread   -- deleted /autoscaling/nodeLost/127.0.0.1:48228_solr
   [junit4]   2> 3029570 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3029570 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 3029570 DEBUG (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 3029573 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@dff7ada{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3029574 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=567006502
   [junit4]   2> 3029574 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 3029574 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7b662866: rootName = solr_63530, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@7648d8e2
   [junit4]   2> 3029582 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3029582 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7dbbc77e: rootName = solr_63530, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@6497d8cf
   [junit4]   2> 3029587 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3029587 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@383be805: rootName = solr_63530, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2ebc67f9
   [junit4]   2> 3029589 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:63530_solr
   [junit4]   2> 3029590 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3029590 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 3029591 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.Overseer Overseer (id=72186892900499461-127.0.0.1:63530_solr-n_0000000001) closing
   [junit4]   2> 3029591 INFO  (OverseerStateUpdate-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:63530_solr
   [junit4]   2> 3029591 INFO  (zkCallback-7678-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029591 INFO  (zkCallback-7694-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029592 INFO  (zkCallback-7720-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029592 INFO  (zkCallback-7701-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029592 INFO  (zkCallback-7701-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029592 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029592 WARN  (OverseerAutoScalingTriggerThread-72186892900499461-127.0.0.1:63530_solr-n_0000000001) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3029591 INFO  (zkCallback-7701-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 3029591 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 3029592 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 3029593 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 3029593 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 3029593 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 3029593 DEBUG (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 3029597 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@477e6f23{/solr,null,UNAVAILABLE}
   [junit4]   2> 3029599 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 3029601 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53189_solr
   [junit4]   2> 3029604 INFO  (zkCallback-7713-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72186892900499470-127.0.0.1:53189_solr-n_0000000002) starting
   [junit4]   2> 3029618 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 3029620 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 3029621 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion -1
   [junit4]   2> 3029621 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 3029629 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:53189_solr]
   [junit4]   2> 3029630 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 3029630 DEBUG (OverseerAutoScalingTriggerThread-72186892900499470-127.0.0.1:53189_solr-n_0000000002) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 3029631 DEBUG (ScheduledTrigger-11552-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3030635 DEBUG (ScheduledTrigger-11552-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3031636 DEBUG (ScheduledTrigger-11552-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3032636 DEBUG (ScheduledTrigger-11552-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3033637 DEBUG (ScheduledTrigger-11552-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1
   [junit4]   2> 3034606 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 3034607 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3034607 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3034607 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 3034607 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@69413bcf{/solr,null,AVAILABLE}
   [junit4]   2> 3034608 INFO  (TEST-TriggerIntegrationTest.testContinueTriggersOnOverseerRestart-seed#[7241C8B3A510FD8E]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@667e9e38{HTTP/1.1,[http/1.1]}{127.0.0.1:43273}
   [junit4]   2> 3034608 IN

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

4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 76ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 7241C8B3A510FD8E
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says kaixo! Master seed: 7241C8B3A510FD8E
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J0 PID(26275@serv1-vm3).
   [junit4] Started J1 PID(26276@serv1-vm3).
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4] OK      18.5s J1 | TriggerIntegrationTest.testListeners
   [junit4] OK      19.8s J1 | TriggerIntegrationTest.testContinueTriggersOnOverseerRestart
   [junit4] OK      12.8s J1 | TriggerIntegrationTest.testEventQueue
   [junit4] OK      18.0s J1 | TriggerIntegrationTest.testTriggerThrottling
   [junit4] Completed [1/5] on J1 in 83.70s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4] OK      19.4s J0 | TriggerIntegrationTest.testListeners
   [junit4] OK      22.1s J0 | TriggerIntegrationTest.testContinueTriggersOnOverseerRestart
   [junit4] OK      13.3s J0 | TriggerIntegrationTest.testEventQueue
   [junit4] OK      18.5s J0 | TriggerIntegrationTest.testTriggerThrottling
   [junit4] Completed [2/5] on J0 in 87.57s, 4 tests
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4] OK      18.5s J1 | TriggerIntegrationTest.testListeners
   [junit4] OK      20.3s J1 | TriggerIntegrationTest.testContinueTriggersOnOverseerRestart
   [junit4] OK      13.5s J1 | TriggerIntegrationTest.testEventQueue
   [junit4] OK      17.9s J1 | TriggerIntegrationTest.testTriggerThrottling
   [junit4] Completed [3/5] on J1 in 73.67s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4] OK      17.7s J0 | TriggerIntegrationTest.testListeners
   [junit4] OK      19.6s J0 | TriggerIntegrationTest.testContinueTriggersOnOverseerRestart
   [junit4] OK      13.9s J0 | TriggerIntegrationTest.testEventQueue
   [junit4] OK      18.4s J0 | TriggerIntegrationTest.testTriggerThrottling
   [junit4] Completed [4/5] on J0 in 74.79s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
   [junit4] OK      17.9s J1 | TriggerIntegrationTest.testListeners
   [junit4] OK      20.5s J1 | TriggerIntegrationTest.testContinueTriggersOnOverseerRestart
   [junit4] OK      12.9s J1 | TriggerIntegrationTest.testEventQueue
   [junit4] OK      18.3s J1 | TriggerIntegrationTest.testTriggerThrottling
   [junit4] Completed [5/5] on J1 in 73.68s, 4 tests
   [junit4] 
   [junit4] JVM J0:     1.17 ..   164.63 =   163.46s
   [junit4] JVM J1:     1.21 ..   233.89 =   232.68s
   [junit4] Execution time total: 3 minutes 53 seconds
   [junit4] Tests summary: 5 suites, 20 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 120.74s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints] 116.84s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints]  99.66s | org.apache.solr.index.hdfs.CheckHdfsIndexTest
[junit4:tophints]  97.71s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints]  95.70s | org.apache.solr.search.TestRecoveryHdfs

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 4 minutes 1 second
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2639)
	at hudson.FilePath$34.invoke(FilePath.java:2518)
	at hudson.FilePath$34.invoke(FilePath.java:2508)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2879)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:998)
		at hudson.FilePath.act(FilePath.java:987)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1752)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2881)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1000)
	at hudson.FilePath.act(FilePath.java:987)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1752)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=73d74107dcb2d836c541654e4bf99dc2e306cf75, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1784
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

Re: [JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1785 - Failure!

Posted by Karl Wright <da...@gmail.com>.
Fix committed for the dangling Ignore import.
Karl

On Thu, Apr 5, 2018 at 6:09 PM, Policeman Jenkins Server <
jenkins@thetaphi.de> wrote:

> Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1785/
> Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC
>
> All tests passed
>
> Build Log:
> [...truncated 52745 lines...]
> -ecj-javadoc-lint-tests:
>     [mkdir] Created dir: /var/tmp/ecj362896325
>  [ecj-lint] Compiling 20 source files to /var/tmp/ecj362896325
>  [ecj-lint] ----------
>  [ecj-lint] 1. ERROR in /export/home/jenkins/workspace/Lucene-Solr-master-
> Solaris/lucene/spatial3d/src/test/org/apache/lucene/
> spatial3d/geom/GeoPolygonTest.java (at line 24)
>  [ecj-lint]     import org.junit.Ignore;
>  [ecj-lint]            ^^^^^^^^^^^^^^^^
>  [ecj-lint] The import org.junit.Ignore is never used
>  [ecj-lint] ----------
>  [ecj-lint] 1 problem (1 error)
>
> BUILD FAILED
> /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:633:
> The following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:101:
> The following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build.xml:208:
> The following error occurred while executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-master-
> Solaris/lucene/common-build.xml:2264: The following error occurred while
> executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-master-
> Solaris/lucene/common-build.xml:2095: The following error occurred while
> executing this line:
> /export/home/jenkins/workspace/Lucene-Solr-master-
> Solaris/lucene/common-build.xml:2128: Compile failed; see the compiler
> error output for details.
>
> Total time: 94 minutes 10 seconds
> Build step 'Invoke Ant' marked build as failure
> Archiving artifacts
> Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.
> Ant_AntInstallation/ANT_1.8.2
> [WARNINGS] Skipping publisher since build result is FAILURE
> Recording test results
> Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.
> Ant_AntInstallation/ANT_1.8.2
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.
> Ant_AntInstallation/ANT_1.8.2
> Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.
> Ant_AntInstallation/ANT_1.8.2
> Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.
> Ant_AntInstallation/ANT_1.8.2
> Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.
> Ant_AntInstallation/ANT_1.8.2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1785 - Failure!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1785/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseG1GC

All tests passed

Build Log:
[...truncated 52745 lines...]
-ecj-javadoc-lint-tests:
    [mkdir] Created dir: /var/tmp/ecj362896325
 [ecj-lint] Compiling 20 source files to /var/tmp/ecj362896325
 [ecj-lint] ----------
 [ecj-lint] 1. ERROR in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/spatial3d/src/test/org/apache/lucene/spatial3d/geom/GeoPolygonTest.java (at line 24)
 [ecj-lint] 	import org.junit.Ignore;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.junit.Ignore is never used
 [ecj-lint] ----------
 [ecj-lint] 1 problem (1 error)

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:633: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/build.xml:101: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build.xml:208: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2264: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2095: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:2128: Compile failed; see the compiler error output for details.

Total time: 94 minutes 10 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1784 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1784/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState

Error Message:
Did not expect the processor to fire on first run! event={   "id":"6c5d84cbdc086T58ienfpzk6p9u6xzjwyczfbkv",   "source":"node_added_trigger",   "eventTime":1906382651375750,   "eventType":"NODEADDED",   "properties":{     "eventTimes":[1906382651375750],     "nodeNames":["127.0.0.1:61760_solr"]}}

Stack Trace:
java.lang.AssertionError: Did not expect the processor to fire on first run! event={
  "id":"6c5d84cbdc086T58ienfpzk6p9u6xzjwyczfbkv",
  "source":"node_added_trigger",
  "eventTime":1906382651375750,
  "eventType":"NODEADDED",
  "properties":{
    "eventTimes":[1906382651375750],
    "nodeNames":["127.0.0.1:61760_solr"]}}
	at __randomizedtesting.SeedInfo.seed([8897D079725BD6A6:463974EA8A62AEB0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.lambda$new$0(NodeAddedTriggerTest.java:49)
	at org.apache.solr.cloud.autoscaling.NodeAddedTrigger.run(NodeAddedTrigger.java:161)
	at org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState(NodeAddedTriggerTest.java:257)
	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)


FAILED:  org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState

Error Message:
Did not expect the processor to fire on first run! event={   "id":"6c3fc057edc2cT58ienfpzk6p9u6xzjwyczfkfy",   "source":"node_added_trigger",   "eventTime":1904337051638828,   "eventType":"NODEADDED",   "properties":{     "eventTimes":[1904337051638828],     "nodeNames":["127.0.0.1:59987_solr"]}}

Stack Trace:
java.lang.AssertionError: Did not expect the processor to fire on first run! event={
  "id":"6c3fc057edc2cT58ienfpzk6p9u6xzjwyczfkfy",
  "source":"node_added_trigger",
  "eventTime":1904337051638828,
  "eventType":"NODEADDED",
  "properties":{
    "eventTimes":[1904337051638828],
    "nodeNames":["127.0.0.1:59987_solr"]}}
	at __randomizedtesting.SeedInfo.seed([8897D079725BD6A6:463974EA8A62AEB0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.lambda$new$0(NodeAddedTriggerTest.java:49)
	at org.apache.solr.cloud.autoscaling.NodeAddedTrigger.run(NodeAddedTrigger.java:161)
	at org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState(NodeAddedTriggerTest.java:257)
	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)




Build Log:
[...truncated 14056 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/init-core-data-001
   [junit4]   2> 2787542 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001
   [junit4]   2> 2787543 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2787544 INFO  (Thread-8866) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2787544 INFO  (Thread-8866) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2787545 ERROR (Thread-8866) [    ] 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> 2787683 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:64080
   [junit4]   2> 2787693 INFO  (zkConnectionManagerCallback-9077-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2787704 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2787705 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2787705 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2787705 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2787706 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5e78ecbd{/solr,null,AVAILABLE}
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5ea365c1{HTTP/1.1,[http/1.1]}{127.0.0.1:59987}
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.e.j.s.Server Started @2789521ms
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=59987}
   [junit4]   2> 2787707 ERROR (jetty-launcher-9074-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2787707 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T11:13:56.402Z
   [junit4]   2> 2787712 INFO  (zkConnectionManagerCallback-9079-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2787713 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2787735 INFO  (jetty-launcher-9074-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64080/solr
   [junit4]   2> 2787740 INFO  (zkConnectionManagerCallback-9083-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2787749 INFO  (zkConnectionManagerCallback-9085-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788098 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2788099 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:59987_solr
   [junit4]   2> 2788101 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.c.Overseer Overseer (id=72182396587868163-127.0.0.1:59987_solr-n_0000000000) starting
   [junit4]   2> 2788124 INFO  (zkConnectionManagerCallback-9092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788127 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> 2788131 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59987_solr
   [junit4]   2> 2788134 INFO  (OverseerStateUpdate-72182396587868163-127.0.0.1:59987_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2788136 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2788683 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59987.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2788691 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59987.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2788691 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_59987.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2788692 INFO  (jetty-launcher-9074-thread-1) [n:127.0.0.1:59987_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001/node1/.
   [junit4]   2> 2788730 INFO  (zkConnectionManagerCallback-9094-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788736 INFO  (zkConnectionManagerCallback-9099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788740 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2788743 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> 2788813 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2788814 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2788814 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2788814 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2788815 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@321b432a{/solr,null,AVAILABLE}
   [junit4]   2> 2788815 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@550c3956{HTTP/1.1,[http/1.1]}{127.0.0.1:43088}
   [junit4]   2> 2788815 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server Started @2790630ms
   [junit4]   2> 2788815 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43088}
   [junit4]   2> 2788816 ERROR (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2788816 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2788816 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2788816 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2788816 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2788816 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T11:13:57.511Z
   [junit4]   2> 2788822 INFO  (zkConnectionManagerCallback-9101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788823 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2788834 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64080/solr
   [junit4]   2> 2788838 INFO  (zkConnectionManagerCallback-9105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788848 INFO  (zkConnectionManagerCallback-9107-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2788865 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2788868 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2788870 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2788870 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43088_solr
   [junit4]   2> 2788875 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2788875 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2788875 INFO  (zkCallback-9098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2788876 INFO  (zkCallback-9084-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2789807 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43088.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2789818 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43088.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2789818 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43088.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2789820 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001/node2/.
   [junit4]   2> 2789836 INFO  (zkConnectionManagerCallback-9114-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2789839 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2789841 INFO  (TEST-NodeAddedTriggerTest.testRestoreState-seed#[8897D079725BD6A6]) [n:127.0.0.1:43088_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=NodeAddedTriggerTest -Dtests.method=testRestoreState -Dtests.seed=8897D079725BD6A6 -Dtests.slow=true -Dtests.locale=sv-SE -Dtests.timezone=Europe/Stockholm -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 1.08s J0 | NodeAddedTriggerTest.testRestoreState <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Did not expect the processor to fire on first run! event={
   [junit4]    >   "id":"6c3fc057edc2cT58ienfpzk6p9u6xzjwyczfkfy",
   [junit4]    >   "source":"node_added_trigger",
   [junit4]    >   "eventTime":1904337051638828,
   [junit4]    >   "eventType":"NODEADDED",
   [junit4]    >   "properties":{
   [junit4]    >     "eventTimes":[1904337051638828],
   [junit4]    >     "nodeNames":["127.0.0.1:59987_solr"]}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([8897D079725BD6A6:463974EA8A62AEB0]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.lambda$new$0(NodeAddedTriggerTest.java:49)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.NodeAddedTrigger.run(NodeAddedTrigger.java:161)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState(NodeAddedTriggerTest.java:257)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 2789929 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2789932 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2789932 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2789932 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2789973 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@51bcf546{/solr,null,AVAILABLE}
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@36866010{HTTP/1.1,[http/1.1]}{127.0.0.1:45026}
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server Started @2791788ms
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45026}
   [junit4]   2> 2789974 ERROR (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2789974 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T11:13:58.669Z
   [junit4]   2> 2789978 INFO  (zkConnectionManagerCallback-9116-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2789979 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2789996 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64080/solr
   [junit4]   2> 2790033 INFO  (zkConnectionManagerCallback-9120-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2790041 INFO  (zkConnectionManagerCallback-9122-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2790085 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2790088 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2790091 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2790091 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45026_solr
   [junit4]   2> 2790102 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2790102 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2790102 INFO  (zkCallback-9113-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2790103 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2790103 INFO  (zkCallback-9098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2790103 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2792744 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45026.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2792755 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45026.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2792755 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45026.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2792756 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001/node3/.
   [junit4]   2> 2792788 INFO  (zkConnectionManagerCallback-9129-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2792841 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2792843 INFO  (TEST-NodeAddedTriggerTest.testListenerAcceptance-seed#[8897D079725BD6A6]) [n:127.0.0.1:45026_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> 2793023 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2793024 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2793024 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2793024 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 2793024 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@366a5f95{/solr,null,AVAILABLE}
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@56b5104{HTTP/1.1,[http/1.1]}{127.0.0.1:56082}
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server Started @2794840ms
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=56082}
   [junit4]   2> 2793025 ERROR (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2793025 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T11:14:01.720Z
   [junit4]   2> 2793029 INFO  (zkConnectionManagerCallback-9131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2793030 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2793039 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64080/solr
   [junit4]   2> 2793042 INFO  (zkConnectionManagerCallback-9135-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2793051 INFO  (zkConnectionManagerCallback-9137-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2793087 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2793092 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2793096 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2793097 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56082_solr
   [junit4]   2> 2793099 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793099 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793100 INFO  (zkCallback-9113-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793100 INFO  (zkCallback-9098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793100 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793101 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793101 INFO  (zkCallback-9128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2793102 INFO  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2794245 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56082.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2794256 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56082.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2794256 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_56082.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2794258 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001/node4/.
   [junit4]   2> 2794273 INFO  (zkConnectionManagerCallback-9144-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2794276 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2794278 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:56082_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> 2794362 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2794363 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2794363 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2794363 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2794364 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5c782984{/solr,null,AVAILABLE}
   [junit4]   2> 2794364 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@48c2fd9f{HTTP/1.1,[http/1.1]}{127.0.0.1:42242}
   [junit4]   2> 2794364 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server Started @2796180ms
   [junit4]   2> 2794364 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42242}
   [junit4]   2> 2794364 ERROR (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2794364 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2794364 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2794365 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2794365 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2794365 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T11:14:03.060Z
   [junit4]   2> 2794375 INFO  (zkConnectionManagerCallback-9146-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2794376 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2794385 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64080/solr
   [junit4]   2> 2794387 INFO  (zkConnectionManagerCallback-9150-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2794391 INFO  (zkConnectionManagerCallback-9152-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2794405 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2794410 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2794415 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2794415 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42242_solr
   [junit4]   2> 2794417 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794417 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794418 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794418 INFO  (zkCallback-9098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794418 INFO  (zkCallback-9113-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794418 INFO  (zkCallback-9128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794418 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794419 INFO  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794524 INFO  (zkCallback-9151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2794524 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 2795600 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42242.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2795617 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42242.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2795618 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42242.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2795619 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001/node5/.
   [junit4]   2> 2795632 INFO  (zkConnectionManagerCallback-9159-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2795634 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2795637 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42242_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> 2800736 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T08:27:37+11:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 2800737 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2800737 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2800737 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 2800737 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ff723d8{/solr,null,AVAILABLE}
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1bb243b5{HTTP/1.1,[http/1.1]}{127.0.0.1:42170}
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.Server Started @2802555ms
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42170}
   [junit4]   2> 2800738 ERROR (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2800738 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T11:14:09.433Z
   [junit4]   2> 2800757 INFO  (zkConnectionManagerCallback-9161-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800765 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2800771 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007181dba80017, likely client has closed socket
   [junit4]   2> 2800782 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:64080/solr
   [junit4]   2> 2800794 INFO  (zkConnectionManagerCallback-9165-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800798 INFO  (zkConnectionManagerCallback-9167-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2800848 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 2800852 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2800862 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2800862 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42170_solr
   [junit4]   2> 2800865 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800865 INFO  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800866 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800866 INFO  (zkCallback-9113-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800866 INFO  (zkCallback-9166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800867 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800868 INFO  (zkCallback-9128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800870 INFO  (zkCallback-9098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800870 INFO  (zkCallback-9151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800870 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800871 INFO  (zkCallback-9158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2800872 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 2803462 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42170.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2803474 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42170.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2803474 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42170.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1411a85
   [junit4]   2> 2803476 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001/tempDir-001/node6/.
   [junit4]   2> 2803480 INFO  (zkConnectionManagerCallback-9174-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2803483 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2803485 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [n:127.0.0.1:42170_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:64080/solr ready
   [junit4]   2> 2803530 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1bb243b5{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2803530 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1303036133
   [junit4]   2> 2803530 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2803530 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e7deed9: rootName = solr_42170, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@70941889
   [junit4]   2> 2803536 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2803536 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@24360adf: rootName = solr_42170, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c28ac60
   [junit4]   2> 2803540 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2803540 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@46be85f4: rootName = solr_42170, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5da9256e
   [junit4]   2> 2803550 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42170_solr
   [junit4]   2> 2803552 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803553 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2803554 INFO  (zkCallback-9166-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (zkCallback-9128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (zkCallback-9113-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (zkCallback-9098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803554 INFO  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803555 INFO  (zkCallback-9173-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803555 INFO  (zkCallback-9151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803555 INFO  (zkCallback-9158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803555 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (5)
   [junit4]   2> 2803557 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1007181dba8001a, likely client has closed socket
   [junit4]   2> 2803568 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ff723d8{/solr,null,UNAVAILABLE}
   [junit4]   2> 2803568 INFO  (TEST-NodeAddedTriggerTest.testTrigger-seed#[8897D079725BD6A6]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2808592 INFO  (jetty-closer-9075-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@550c3956{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2808592 INFO  (jetty-closer-9075-thread-5) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@48c2fd9f{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2808592 INFO  (jetty-closer-9075-thread-3) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@36866010{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2808592 INFO  (jetty-closer-9075-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@5ea365c1{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2808593 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1679763755
   [junit4]   2> 2808593 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=348913126
   [junit4]   2> 2808594 INFO  (jetty-closer-9075-thread-4) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@56b5104{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2808594 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=698278808
   [junit4]   2> 2808594 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2808594 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@422dd69f: rootName = solr_43088, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@45539201
   [junit4]   2> 2808594 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@12d485fd: rootName = solr_42242, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@61d66460
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@70834328: rootName = solr_45026, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@20dd70b
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2038532142
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=660501510
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2528a65: rootName = solr_59987, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@198c070d
   [junit4]   2> 2808595 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2808596 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@79b82b68: rootName = solr_56082, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@225ff13a
   [junit4]   2> 2808701 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2808701 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@29af9be6: rootName = solr_43088, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c28ac60
   [junit4]   2> 2808705 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2808705 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@485bcca6: rootName = solr_45026, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c28ac60
   [junit4]   2> 2808706 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2808706 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@32bf3955: rootName = solr_42242, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c28ac60
   [junit4]   2> 2808708 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2808708 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6f328a62: rootName = solr_59987, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c28ac60
   [junit4]   2> 2808708 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2808708 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4e1d2edf: rootName = solr_56082, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1c28ac60
   [junit4]   2> 2808766 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2808766 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@58aaa968: rootName = solr_43088, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5da9256e
   [junit4]   2> 2808767 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43088_solr
   [junit4]   2> 2808769 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808769 INFO  (zkCallback-9158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808769 INFO  (zkCallback-9113-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808769 INFO  (zkCallback-9128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808769 INFO  (zkCallback-9151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808769 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808769 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808770 INFO  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808770 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808770 INFO  (jetty-closer-9075-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2808771 INFO  (zkCallback-9106-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (4)
   [junit4]   2> 2808776 INFO  (jetty-closer-9075-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@321b432a{/solr,null,UNAVAILABLE}
   [junit4]   2> 2808776 INFO  (jetty-closer-9075-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2808778 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2808778 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3bca0eb5: rootName = solr_45026, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5da9256e
   [junit4]   2> 2808779 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2808779 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2fcb922e: rootName = solr_59987, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5da9256e
   [junit4]   2> 2808779 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2808779 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4ff7b5bf: rootName = solr_56082, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5da9256e
   [junit4]   2> 2808780 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2808780 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2a064f0d: rootName = solr_42242, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@5da9256e
   [junit4]   2> 2808781 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45026_solr
   [junit4]   2> 2808781 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:56082_solr
   [junit4]   2> 2808781 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:59987_solr
   [junit4]   2> 2808782 INFO  (zkCallback-9084-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 2808783 INFO  (zkCallback-9151-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 2808783 INFO  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 2808783 INFO  (jetty-closer-9075-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2808783 INFO  (zkCallback-9121-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 2808783 INFO  (zkCallback-9084-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2808784 INFO  (zkCallback-9151-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2808784 INFO  (jetty-closer-9075-thread-3) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2808784 INFO  (zkCallback-9158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 2808784 INFO  (zkCallback-9143-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 2808784 INFO  (zkCallback-9121-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2808785 INFO  (zkCallback-9128-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 2808785 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 2808785 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2808785 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2808786 INFO  (jetty-closer-9075-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72182396587868163-127.0.0.1:59987_solr-n_0000000000) closing
   [junit4]   2> 2808786 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42242_solr
   [junit4]   2> 2808787 INFO  (OverseerStateUpdate-72182396587868163-127.0.0.1:59987_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:59987_solr
   [junit4]   2> 2808787 WARN  (OverseerAutoScalingTriggerThread-72182396587868163-127.0.0.1:59987_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2808792 INFO  (zkCallback-9084-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2808792 INFO  (zkCallback-9091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2808793 INFO  (zkCallback-9151-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2808793 INFO  (zkCallback-9158-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2808793 INFO  (zkCallback-9121-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 2808793 INFO  (jetty-closer-9075-thread-5) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2808794 WARN  (zkCallback-9136-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 2808798 INFO  (jetty-closer-9075-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@366a5f95{/solr,null,UNAVAILABLE}
   [junit4]   2> 2808798 INFO  (jetty-closer-9075-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5e78ecbd{/solr,null,UNAVAILABLE}
   [junit4]   2> 2808800 INFO  (jetty-closer-9075-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2808802 INFO  (zkCallback-9151-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42242_solr
   [junit4]   2> 2808802 INFO  (jetty-closer-9075-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2808803 INFO  (jetty-closer-9075-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@51bcf546{/solr,null,UNAVAILABLE}
   [junit4]   2> 2808805 INFO  (jetty-closer-9075-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2810306 INFO  (jetty-closer-9075-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5c782984{/solr,null,UNAVAILABLE}
   [junit4]   2> 2810306 INFO  (jetty-closer-9075-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 2810308 ERROR (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2810308 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64080 64080
   [junit4]   2> 2810442 INFO  (Thread-8866) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:64080 64080
   [junit4]   2> 2810443 WARN  (Thread-8866) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72182396587868163-127.0.0.1:59987_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72182396587868173-127.0.0.1:45026_solr-n_0000000002
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-001
   [junit4]   2> Apr 05, 2018 11:14:19 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=103, maxMBSortInHeap=5.404571266205796, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@60c92e89), locale=sv-SE, timezone=Europe/Stockholm
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=141580128,total=517996544
   [junit4]   2> NOTE: All tests run in this JVM: [TestPolicyCloud, StatsComponentTest, CollectionPropsTest, TestLRUStatsCache, CleanupOldIndexTest, ShardRoutingCustomTest, SolrXmlInZkTest, DirectSolrConnectionTest, TestSolrDeletionPolicy1, UnloadDistributedZkTest, SolrIndexMetricsTest, CdcrRequestHandlerTest, TemplateUpdateProcessorTest, FacetPivotSmallTest, TestCloudInspectUtil, UUIDUpdateProcessorFallbackTest, TestTlogReplica, TestHighlightDedupGrouping, AnalysisAfterCoreReloadTest, TestFiltering, SortSpecParsingTest, TestCloudNestedDocsSort, BlockJoinFacetDistribTest, TestCursorMarkWithoutUniqueKey, CdcrReplicationDistributedZkTest, NodeAddedTriggerIntegrationTest, DistributedQueryElevationComponentTest, UtilsToolTest, HdfsChaosMonkeySafeLeaderTest, CloneFieldUpdateProcessorFactoryTest, SolrSlf4jReporterTest, V2StandaloneTest, MBeansHandlerTest, TestMacroExpander, DirectoryFactoryTest, HdfsRecoverLeaseTest, ConcurrentDeleteAndCreateCollectionTest, TestBinaryResponseWriter, TestSchemaNameResource, TestMiniSolrCloudClusterSSL, OpenCloseCoreStressTest, DateFieldTest, TestSolr4Spatial2, HighlighterTest, TestCryptoKeys, RecoveryAfterSoftCommitTest, ZkShardTermsTest, TestSizeLimitedDistributedMap, DistributedVersionInfoTest, ConvertedLegacyTest, QueryEqualityTest, TestTrie, SolrIndexSplitterTest, NumberUtilsTest, TestStressUserVersions, TestZkChroot, TestBM25SimilarityFactory, CoreAdminCreateDiscoverTest, ConfigSetsAPITest, SolrIndexConfigTest, TestManagedResourceStorage, TestMergePolicyConfig, TestTriggerIntegration, TestBinaryField, TestSolrJ, LukeRequestHandlerTest, FullHLLTest, TestSweetSpotSimilarityFactory, SolrCLIZkUtilsTest, TriggerIntegrationTest, TestShardHandlerFactory, TestIndexSearcher, TestCloudRecovery, DistributedFacetPivotSmallAdvancedTest, CollectionsAPIAsyncDistributedZkTest, BinaryUpdateRequestHandlerTest, TestSubQueryTransformer, DistributedFacetPivotLargeTest, ReplaceNodeNoTargetTest, TestSolrCloudWithDelegationTokens, TestReloadDeadlock, ScheduledTriggerTest, LeaderElectionContextKeyTest, TestBackupRepositoryFactory, QueryElevationComponentTest, FileUtilsTest, TestSolrConfigHandlerCloud, TestPayloadScoreQParserPlugin, AnalyticsQueryTest, TestLuceneIndexBackCompat, TestExactSharedStatsCache, HdfsAutoAddReplicasIntegrationTest, BasicZkTest, BitVectorTest, TestFieldTypeCollectionResource, TestPartialUpdateDeduplication, TestApiFramework, DeleteInactiveReplicaTest, DirectSolrSpellCheckerTest, PolyFieldTest, TestRecovery, TestPerFieldSimilarityWithDefaultOverride, TestMinMaxOnMultiValuedField, TestDownShardTolerantSearch, TestReRankQParserPlugin, SolrCoreTest, StressHdfsTest, TestJettySolrRunner, TestManagedStopFilterFactory, TestRemoteStreaming, BlockJoinFacetSimpleTest, StatelessScriptUpdateProcessorFactoryTest, TestPostingsSolrHighlighter, InfoHandlerTest, SchemaApiFailureTest, LeaderElectionIntegrationTest, DeleteNodeTest, PingRequestHandlerTest, JvmMetricsTest, TestGenericDistributedQueue, SampleTest, TestNumericTokenStream, TestInPlaceUpdatesDistrib, TestDelegationWithHadoopAuth, TestHighFrequencyDictionaryFactory, HLLUtilTest, TestLegacyTerms, TestConfigSetsAPIExclusivity, SOLR749Test, SpatialRPTFieldTypeTest, TestSolrFieldCacheBean, TestQueryTypes, SuggesterFSTTest, SpatialFilterTest, TestLFUCache, RecoveryZkTest, TestPullReplicaErrorHandling, SearchHandlerTest, TestDistribDocBasedVersion, SolrShardReporterTest, TestClusterProperties, AnalysisErrorHandlingTest, XmlUpdateRequestHandlerTest, LeaderElectionTest, TestDistribStateManager, PluginInfoTest, TimeRoutedAliasUpdateProcessorTest, SegmentsInfoRequestHandlerTest, TestElisionMultitermQuery, DistributedFacetSimpleRefinementLongTailTest, TestLeaderElectionWithEmptyReplica, TestEmbeddedSolrServerConstructors, TestExceedMaxTermLength, TestAnalyzeInfixSuggestions, TestSchemaManager, CopyFieldTest, TestReqParamsAPI, AtomicUpdatesTest, SolrCoreMetricManagerTest, TestCustomStream, TestTolerantUpdateProcessorRandomCloud, TestRawTransformer, TestSegmentSorting, SpellingQueryConverterTest, WordBreakSolrSpellCheckerTest, TestJmxIntegration, TestNodeAddedTrigger, TestCollationField, SchemaVersionSpecificBehaviorTest, BlockDirectoryTest, TestNRTOpen, TestDefaultStatsCache, DirectUpdateHandlerOptimizeTest, TestPseudoReturnFields, BooleanFieldTest, DeleteShardTest, TestGraphMLResponseWriter, JSONWriterTest, TestDynamicLoading, UninvertDocValuesMergePolicyTest, TestAuthorizationFramework, TestRequestStatusCollectionAPI, SolrMetricReporterTest, MetricTriggerIntegrationTest, TestCSVResponseWriter, ConjunctionSolrSpellCheckerTest, CursorPagingTest, ChaosMonkeySafeLeaderWithPullReplicasTest, CheckHdfsIndexTest, TestCollectionsAPIViaSolrCloudCluster, TestGraphTermsQParserPlugin, RequestLoggingTest, TestJsonFacets, JavabinLoaderTest, AlternateDirectoryTest, TestManagedSchema, TestReplicationHandler, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, ZkControllerTest, TermsComponentTest, MoreLikeThisHandlerTest, FastVectorHighlighterTest, LoggingHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest, SearchHandlerTest, TestCodecSupport, TestLMDirichletSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, TestFastOutputStream, OpenExchangeRatesOrgProviderTest, DateMathParserTest, TestSuggestSpellingConverter, RAMDirectoryFactoryTest, TestUtils, SystemInfoHandlerTest, CircularListTest, DistributedMLTComponentTest, TestSimpleTrackingShardHandler, ActionThrottleTest, AssignBackwardCompatibilityTest, AsyncCallRequestStatusResponseTest, ConcurrentCreateRoutedAliasTest, ConnectionManagerTest, CreateCollectionCleanupTest, DeleteStatusTest, DistribCursorPagingTest, DistribJoinFromCollectionTest, DistributedQueueTest, ForceLeaderTest, LIROnShardRestartTest, LeaderFailureAfterFreshStartTest, MoveReplicaHDFSTest, MultiThreadedOCPTest, NodeMutatorTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, ReplicationFactorTest, RollingRestartTest, TestCloudConsistency, TestCloudJSONFacetJoinDomain, TestCloudPivotFacet, TestConfigSetsAPIZkFailure, TestDeleteCollectionOnDownNodes, TestDistributedMap, TestExclusionRuleCollectionAccess, TestLeaderInitiatedRecoveryThread, TestPrepRecovery, TestRandomFlRTGCloud, TestRandomRequestDistribution, TestShortCircuitedRequests, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, TestUtilizeNode, TlogReplayBufferedWhileIndexingTest, TriLevelCompositeIdRoutingTest, ZkFailoverTest, CustomCollectionTest, HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest, TestCollectionAPI, TestLocalFSCloudBackupRestore, HttpTriggerListenerTest, NodeAddedTriggerTest]
   [junit4] Completed [587/795 (1!)] on J0 in 23.45s, 4 tests, 1 failure <<< FAILURES!

[...truncated 49925 lines...]
[asciidoctor:convert] asciidoctor: ERROR: about-this-guide.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
[asciidoctor:convert] asciidoctor: ERROR: solr-glossary.adoc: line 1: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
     [java] Processed 2188 links (1744 relative) to 3004 anchors in 243 files
     [echo] Validated Links & Anchors via: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-ref-guide/bare-bones-html/

-documentation-lint:
    [jtidy] Checking for broken html (such as invalid tags)...
   [delete] Deleting directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/build/jtidy_tmp
     [echo] Checking for broken links...
     [exec] 
     [exec] Crawl/parse...
     [exec] 
     [exec] Verify...
     [echo] Checking for malformed docs...

jar-checksums:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.


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

Overseer Loop exiting : 127.0.0.1:61760_solr
   [junit4]   2> 42454 INFO  (zkCallback-134-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
   [junit4]   2> 42455 INFO  (jetty-closer-103-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 42456 INFO  (jetty-closer-103-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3bab3327{/solr,null,UNAVAILABLE}
   [junit4]   2> 42458 INFO  (zkCallback-141-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 42458 INFO  (zkCallback-112-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 42459 INFO  (zkCallback-171-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 42459 INFO  (jetty-closer-103-thread-3) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 42464 INFO  (zkCallback-179-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 42466 INFO  (jetty-closer-103-thread-5) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5b19728d{/solr,null,UNAVAILABLE}
   [junit4]   2> 42467 INFO  (jetty-closer-103-thread-5) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 42467 INFO  (zkCallback-164-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 42472 INFO  (jetty-closer-103-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 42472 INFO  (jetty-closer-103-thread-4) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5870e67: rootName = solr_55367, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@28c59d1c
   [junit4]   2> 42478 INFO  (jetty-closer-103-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@438c2b5{/solr,null,UNAVAILABLE}
   [junit4]   2> 42478 INFO  (jetty-closer-103-thread-2) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 42483 INFO  (jetty-closer-103-thread-4) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:55367_solr
   [junit4]   2> 42486 INFO  (zkCallback-171-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 42486 INFO  (zkCallback-112-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 42486 INFO  (jetty-closer-103-thread-4) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 42488 INFO  (zkCallback-164-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 42501 INFO  (jetty-closer-103-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28255e53{/solr,null,UNAVAILABLE}
   [junit4]   2> 42501 INFO  (jetty-closer-103-thread-4) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 43961 WARN  (zkCallback-119-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 43965 INFO  (jetty-closer-103-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@654b759a{/solr,null,UNAVAILABLE}
   [junit4]   2> 43966 INFO  (jetty-closer-103-thread-1) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 43968 ERROR (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 43970 INFO  (SUITE-NodeAddedTriggerTest-seed#[8897D079725BD6A6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57254 57254
   [junit4]   2> 44013 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.CancelledKeyException: null
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.ensureValid(SelectionKeyImpl.java:73) ~[?:1.8.0_162]
   [junit4]   2> 	at sun.nio.ch.SelectionKeyImpl.readyOps(SelectionKeyImpl.java:87) ~[?:1.8.0_162]
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:205) [zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_162]
   [junit4]   2> 44019 INFO  (Thread-61) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:57254 57254
   [junit4]   2> 44021 WARN  (Thread-61) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/aliases.json
   [junit4]   2> 	13	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72182530638020611-127.0.0.1:61760_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72182530638020617-127.0.0.1:39397_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	13	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.NodeAddedTriggerTest_8897D079725BD6A6-002
   [junit4]   2> Apr 05, 2018 11:48:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=103, maxMBSortInHeap=5.404571266205796, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@737f30b4), locale=sv-SE, timezone=Europe/Stockholm
   [junit4]   2> NOTE: SunOS 5.11 amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=3,threads=1,free=107524480,total=213909504
   [junit4]   2> NOTE: All tests run in this JVM: [NodeAddedTriggerTest, NodeAddedTriggerTest]
   [junit4] Completed [3/5 (2!)] on J0 in 17.76s, 4 tests, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest
   [junit4] OK      0.01s J1 | NodeAddedTriggerTest.testActionLifecycle
   [junit4] OK      2.70s J1 | NodeAddedTriggerTest.testRestoreState
   [junit4] OK      2.03s J1 | NodeAddedTriggerTest.testListenerAcceptance
   [junit4] OK      12.5s J1 | NodeAddedTriggerTest.testTrigger
   [junit4] Completed [4/5 (2!)] on J1 in 20.45s, 4 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest
   [junit4] OK      0.01s J0 | NodeAddedTriggerTest.testActionLifecycle
   [junit4] OK      2.49s J0 | NodeAddedTriggerTest.testRestoreState
   [junit4] OK      0.48s J0 | NodeAddedTriggerTest.testListenerAcceptance
   [junit4] OK      12.1s J0 | NodeAddedTriggerTest.testTrigger
   [junit4] Completed [5/5 (2!)] on J0 in 17.87s, 4 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 8897D079725BD6A6]:
   [junit4]   - org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState
   [junit4]   - org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest.testRestoreState
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.79 ..    63.49 =    62.69s
   [junit4] JVM J1:     0.80 ..    51.05 =    50.26s
   [junit4] Execution time total: 1 minute 3 seconds
   [junit4] Tests summary: 5 suites, 20 tests, 2 failures

BUILD FAILED
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1568: The following error occurred while executing this line:
/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/common-build.xml:1092: There were test failures: 5 suites, 20 tests, 2 failures [seed: 8897D079725BD6A6]

Total time: 1 minute 5 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   2/5 failed: org.apache.solr.cloud.autoscaling.NodeAddedTriggerTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=60ae7be40786d6f8a5c5c8393875bf986d2b8877, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1783
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Solaris (64bit/jdk1.8.0) - Build # 1783 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Solaris/1783/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState

Error Message:
expected:<27> but was:<28>

Stack Trace:
java.lang.AssertionError: expected:<27> but was:<28>
	at __randomizedtesting.SeedInfo.seed([3D887904F615433A:63F5DBFA52080AC7]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread.testPublishDownState(TestLeaderInitiatedRecoveryThread.java:116)
	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 org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
	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)




Build Log:
[...truncated 12179 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/init-core-data-001
   [junit4]   2> 150572 WARN  (SUITE-TestLeaderInitiatedRecoveryThread-seed#[3D887904F615433A]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
   [junit4]   2> 150572 INFO  (SUITE-TestLeaderInitiatedRecoveryThread-seed#[3D887904F615433A]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 150574 INFO  (SUITE-TestLeaderInitiatedRecoveryThread-seed#[3D887904F615433A]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 150574 INFO  (SUITE-TestLeaderInitiatedRecoveryThread-seed#[3D887904F615433A]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 150574 INFO  (SUITE-TestLeaderInitiatedRecoveryThread-seed#[3D887904F615433A]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 150576 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 150577 INFO  (Thread-258) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 150577 INFO  (Thread-258) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 150581 ERROR (Thread-258) [    ] 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> 150706 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ZkTestServer start zk server on port:39772
   [junit4]   2> 150715 INFO  (zkConnectionManagerCallback-390-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150727 INFO  (zkConnectionManagerCallback-392-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 150781 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 150788 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 150789 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 150791 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 150793 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 150795 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 150796 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 150798 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 150800 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 150802 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 150804 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractZkTestCase put /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 150834 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 151283 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 151284 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 151284 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 151284 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 151285 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17fba0fe{/,null,AVAILABLE}
   [junit4]   2> 151304 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@744fc120{HTTP/1.1,[http/1.1]}{127.0.0.1:60672}
   [junit4]   2> 151304 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.Server Started @151620ms
   [junit4]   2> 151304 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/tempDir-001/control/data, hostContext=/, hostPort=60672, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/control-001/cores}
   [junit4]   2> 151305 ERROR (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 151305 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 151305 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 151305 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 151305 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 151305 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T01:31:37.986Z
   [junit4]   2> 151311 INFO  (zkConnectionManagerCallback-394-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 151313 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 151313 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/control-001/solr.xml
   [junit4]   2> 151325 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 151330 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 151369 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 151373 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39772/solr
   [junit4]   2> 151376 INFO  (zkConnectionManagerCallback-398-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 151380 INFO  (zkConnectionManagerCallback-400-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152028 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 152029 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:60672_
   [junit4]   2> 152031 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.c.Overseer Overseer (id=72180105422176260-127.0.0.1:60672_-n_0000000000) starting
   [junit4]   2> 152062 INFO  (zkConnectionManagerCallback-407-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 152070 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39772/solr ready
   [junit4]   2> 152113 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:60672_
   [junit4]   2> 152160 INFO  (OverseerStateUpdate-72180105422176260-127.0.0.1:60672_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 152177 INFO  (zkCallback-406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 153875 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 153889 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 153889 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 153919 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:60672_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/control-001/cores
   [junit4]   2> 154032 INFO  (zkConnectionManagerCallback-412-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 154035 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 154051 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39772/solr ready
   [junit4]   2> 154054 INFO  (qtp1824301712-1343) [n:127.0.0.1:60672_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60672_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 154058 INFO  (OverseerThreadFactory-706-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 154198 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 154199 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 154314 INFO  (zkCallback-399-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 155248 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 155261 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 155383 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 155445 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 155445 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.control_collection.shard1.replica_n1' (registry 'solr.core.control_collection.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 155445 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 155445 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 155449 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=76.52734375, floorSegmentMB=1.41015625, forceMergeDeletesPctAllowed=19.098857109151133, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 155460 WARN  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 155573 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 155573 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 155574 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 155574 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 155576 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=44.5234375, floorSegmentMB=1.4326171875, forceMergeDeletesPctAllowed=14.018028556681232, segmentsPerTier=27.0, maxCFSSegmentSizeMB=0.5498046875, noCFSRatio=0.0
   [junit4]   2> 155576 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@33a79e03[control_collection_shard1_replica_n1] main]
   [junit4]   2> 155578 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 155578 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 155579 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 155581 INFO  (searcherExecutor-709-thread-1-processing-n:127.0.0.1:60672_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore [control_collection_shard1_replica_n1] Registered new searcher Searcher@33a79e03[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 155581 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1596867899306278912
   [junit4]   2> 155588 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 155593 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 155593 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 155593 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:60672/control_collection_shard1_replica_n1/
   [junit4]   2> 155593 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 155593 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy http://127.0.0.1:60672/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 155593 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 155609 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:60672/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 155719 INFO  (zkCallback-399-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 155771 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 155774 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1576
   [junit4]   2> 155808 INFO  (qtp1824301712-1343) [n:127.0.0.1:60672_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 155926 INFO  (zkCallback-399-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/control_collection/state.json] for collection [control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 156098 INFO  (OverseerCollectionConfigSetProcessor-72180105422176260-127.0.0.1:60672_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 156812 INFO  (qtp1824301712-1343) [n:127.0.0.1:60672_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:60672_&wt=javabin&version=2} status=0 QTime=2759
   [junit4]   2> 156819 INFO  (zkConnectionManagerCallback-417-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 156821 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 156822 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39772/solr ready
   [junit4]   2> 156822 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 156841 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 156843 INFO  (OverseerThreadFactory-706-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 156849 WARN  (OverseerThreadFactory-706-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 157107 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 157116 INFO  (qtp1824301712-1347) [n:127.0.0.1:60672_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2} status=0 QTime=274
   [junit4]   2> 157418 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-1-001 of type NRT
   [junit4]   2> 157419 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 157441 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 157441 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 157441 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 157442 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2a3f8e13{/,null,AVAILABLE}
   [junit4]   2> 157442 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5f1252a4{HTTP/1.1,[http/1.1]}{127.0.0.1:34219}
   [junit4]   2> 157442 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.Server Started @157759ms
   [junit4]   2> 157443 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=34219, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-1-001/cores}
   [junit4]   2> 157443 ERROR (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 157443 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 157443 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 157443 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 157443 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 157443 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T01:31:44.124Z
   [junit4]   2> 157465 INFO  (zkConnectionManagerCallback-419-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157467 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 157467 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-1-001/solr.xml
   [junit4]   2> 157527 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 157527 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 157528 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 157532 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39772/solr
   [junit4]   2> 157536 INFO  (zkConnectionManagerCallback-423-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157546 INFO  (zkConnectionManagerCallback-425-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 157583 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 157609 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 157616 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 157616 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34219_
   [junit4]   2> 157624 INFO  (zkCallback-406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 157624 INFO  (zkCallback-399-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 157744 INFO  (zkCallback-416-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 157745 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 158865 INFO  (OverseerCollectionConfigSetProcessor-72180105422176260-127.0.0.1:60672_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 159997 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 160031 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 160031 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 160033 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-1-001/cores
   [junit4]   2> 160058 INFO  (zkConnectionManagerCallback-432-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 160090 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 160096 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:34219_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39772/solr ready
   [junit4]   2> 160171 INFO  (qtp1773909461-1400) [n:127.0.0.1:34219_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:34219_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 160235 INFO  (OverseerThreadFactory-706-thread-3) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:34219_ for creating new replica
   [junit4]   2> 160243 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 160338 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 160376 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema [collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 160509 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 160558 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n21' using configuration from collection collection1, trusted=true
   [junit4]   2> 160559 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n21' (registry 'solr.core.collection1.shard1.replica_n21') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 160559 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 160559 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [[collection1_shard1_replica_n21] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-1-001/cores/collection1_shard1_replica_n21], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 160562 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=76.52734375, floorSegmentMB=1.41015625, forceMergeDeletesPctAllowed=19.098857109151133, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 160572 WARN  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 160680 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 160680 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 160681 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 160681 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 160682 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=44.5234375, floorSegmentMB=1.4326171875, forceMergeDeletesPctAllowed=14.018028556681232, segmentsPerTier=27.0, maxCFSSegmentSizeMB=0.5498046875, noCFSRatio=0.0
   [junit4]   2> 160683 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.SolrIndexSearcher Opening [Searcher@3d1bce4b[collection1_shard1_replica_n21] main]
   [junit4]   2> 160685 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 160686 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 160686 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 160687 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1596867904660307968
   [junit4]   2> 160688 INFO  (searcherExecutor-720-thread-1-processing-n:127.0.0.1:34219_ x:collection1_shard1_replica_n21 c:collection1 s:shard1) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore [collection1_shard1_replica_n21] Registered new searcher Searcher@3d1bce4b[collection1_shard1_replica_n21] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 160700 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node22=0}, version=0}
   [junit4]   2> 160714 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 160714 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 160715 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34219/collection1_shard1_replica_n21/
   [junit4]   2> 160715 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 160715 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy http://127.0.0.1:34219/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 160715 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 160724 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34219/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 160829 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 160889 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 160892 INFO  (qtp1773909461-1399) [n:127.0.0.1:34219_ c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=649
   [junit4]   2> 160896 INFO  (qtp1773909461-1400) [n:127.0.0.1:34219_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:34219_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=724
   [junit4]   2> 161006 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 161109 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-2-001 of type NRT
   [junit4]   2> 161110 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-22T00:27:37+03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 161112 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 161112 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 161112 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 161113 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@420a4e39{/,null,AVAILABLE}
   [junit4]   2> 161114 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.AbstractConnector Started ServerConnector@30561968{HTTP/1.1,[http/1.1]}{127.0.0.1:61692}
   [junit4]   2> 161114 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.Server Started @161432ms
   [junit4]   2> 161114 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/tempDir-001/jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=61692, coreRootDirectory=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-2-001/cores}
   [junit4]   2> 161114 ERROR (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 161115 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 161115 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 161115 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 161115 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 161115 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-04-05T01:31:47.796Z
   [junit4]   2> 161118 INFO  (zkConnectionManagerCallback-434-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 161120 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 161120 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-2-001/solr.xml
   [junit4]   2> 161124 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 161124 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 161125 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 161129 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39772/solr
   [junit4]   2> 161132 INFO  (zkConnectionManagerCallback-438-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 161137 INFO  (zkConnectionManagerCallback-440-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 161147 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 161151 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 161190 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 161190 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61692_
   [junit4]   2> 161203 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 161203 INFO  (zkCallback-416-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 161205 INFO  (zkCallback-431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 161206 INFO  (zkCallback-399-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 161206 INFO  (zkCallback-406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 161296 INFO  (zkCallback-439-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 162190 INFO  (OverseerCollectionConfigSetProcessor-72180105422176260-127.0.0.1:60672_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 162437 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 162468 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 162468 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 162470 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-2-001/cores
   [junit4]   2> 162476 INFO  (zkConnectionManagerCallback-447-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 162478 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 162480 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [n:127.0.0.1:61692_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39772/solr ready
   [junit4]   2> 162510 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params node=127.0.0.1:61692_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 162516 INFO  (OverseerThreadFactory-706-thread-4) [    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:61692_ for creating new replica
   [junit4]   2> 162522 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_    ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 162632 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 162633 INFO  (zkCallback-439-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 163549 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 163564 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema [collection1_shard1_replica_n23] Schema name=test
   [junit4]   2> 163724 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 163753 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n23' using configuration from collection collection1, trusted=true
   [junit4]   2> 163754 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1.shard1.replica_n23' (registry 'solr.core.collection1.shard1.replica_n23') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2c3c0597
   [junit4]   2> 163754 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 163754 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [[collection1_shard1_replica_n23] ] Opening new SolrCore at [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-2-001/cores/collection1_shard1_replica_n23], dataDir=[/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/../../../../../../../../../../export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.TestLeaderInitiatedRecoveryThread_3D887904F615433A-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
   [junit4]   2> 163757 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=17, maxMergedSegmentMB=76.52734375, floorSegmentMB=1.41015625, forceMergeDeletesPctAllowed=19.098857109151133, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 163761 WARN  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 163883 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 163883 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 163891 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 163891 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 163893 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=50, maxMergedSegmentMB=44.5234375, floorSegmentMB=1.4326171875, forceMergeDeletesPctAllowed=14.018028556681232, segmentsPerTier=27.0, maxCFSSegmentSizeMB=0.5498046875, noCFSRatio=0.0
   [junit4]   2> 163893 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.SolrIndexSearcher Opening [Searcher@27da53e3[collection1_shard1_replica_n23] main]
   [junit4]   2> 163898 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 163901 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 163902 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 163905 INFO  (searcherExecutor-731-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23] Registered new searcher Searcher@27da53e3[collection1_shard1_replica_n23] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 163906 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1596867908035674112
   [junit4]   2> 163926 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24=0, core_node22=0}, version=1}
   [junit4]   2> 163958 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 163959 INFO  (updateExecutor-435-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 163962 INFO  (qtp1411681815-1430) [n:127.0.0.1:61692_ c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1439
   [junit4]   2> 163962 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 163963 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
   [junit4]   2> 163973 INFO  (qtp1773909461-1396) [n:127.0.0.1:34219_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 163973 INFO  (qtp1773909461-1396) [n:127.0.0.1:34219_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 163976 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={node=127.0.0.1:61692_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=1466
   [junit4]   2> 163978 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 163978 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 163978 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of core [collection1_shard1_replica_n23] as recovering, leader is [http://127.0.0.1:34219/collection1_shard1_replica_n21/] and I am [http://127.0.0.1:61692/collection1_shard1_replica_n23/]
   [junit4]   2> 163991 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0}, version=2}
   [junit4]   2> 163998 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:34219]; [WaitForState: action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:61692_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 164000 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 164002 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testPublishDownState
   [junit4]   2> 164002 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node22 rstate:active live:true
   [junit4]   1> replica:core_node24 rstate:down live:true
   [junit4]   2> 164009 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=active, nodeName=127.0.0.1:61692_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:61692","node_name":"127.0.0.1:61692_","state":"down","type":"NRT"}
   [junit4]   2> 164111 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 164112 INFO  (zkCallback-439-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 164529 INFO  (OverseerCollectionConfigSetProcessor-72180105422176260-127.0.0.1:60672_-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   1> -
   [junit4]   2> 165012 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1_shard1_replica_n21, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:61692_, coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:61692","node_name":"127.0.0.1:61692_","state":"recovering","type":"NRT"}
   [junit4]   2> 165012 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 165012 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:61692_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=1011
   [junit4]   1> replica:core_node22 rstate:active live:true
   [junit4]   1> replica:core_node24 rstate:recovering live:true
   [junit4]   2> 165515 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:34219/collection1_shard1_replica_n21/] - recoveringAfterStartup=[true]
   [junit4]   2> 165515 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n23 url=http://127.0.0.1:61692 START replicas=[http://127.0.0.1:34219/collection1_shard1_replica_n21/] nUpdates=100
   [junit4]   2> 165521 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.u.IndexFingerprint IndexFingerprint millis:1.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 165521 INFO  (qtp1773909461-1398) [n:127.0.0.1:34219_ c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/get params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 165527 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint millis:4.0 result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 165527 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync 
   [junit4]   2> 165527 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 165527 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 165528 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 165528 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
   [junit4]   2> 165528 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
   [junit4]   2> 165528 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 165528 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as Active after recovery.
   [junit4]   2> 165530 INFO  (recoveryExecutor-436-thread-1-processing-n:127.0.0.1:61692_ x:collection1_shard1_replica_n23 c:collection1 s:shard1 r:core_node24) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of terms at /collections/collection1/terms/shard1 to Terms{values={core_node22=0, core_node24=0}, version=3}
   [junit4]   2> 165648 INFO  (zkCallback-439-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   2> 165649 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [3])
   [junit4]   1> -
   [junit4]   1> replica:core_node22 rstate:active live:true
   [junit4]   1> replica:core_node24 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 166018 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
   [junit4]   2> 166027 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 61692
   [junit4]   2> 166027 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=303375117
   [junit4]   2> 166027 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 166027 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1adf7e65: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@3cbf8709
   [junit4]   2> 166057 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 166057 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71a7a28f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5f0692b4
   [junit4]   2> 166067 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 166068 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@472b7ef6: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2ed09b81
   [junit4]   2> 166073 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:61692_
   [junit4]   2> 166078 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 166080 INFO  (zkCallback-439-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166081 INFO  (zkCallback-406-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166082 INFO  (coreCloseExecutor-736-thread-1) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore [collection1_shard1_replica_n23]  CLOSING SolrCore org.apache.solr.core.SolrCore@40224107
   [junit4]   2> 166082 INFO  (coreCloseExecutor-736-thread-1) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n23, tag=40224107
   [junit4]   2> 166083 INFO  (coreCloseExecutor-736-thread-1) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1694bc28: rootName = null, domain = solr.core.collection1.shard1.replica_n23, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n23 / com.codahale.metrics.MetricRegistry@1d44853
   [junit4]   2> 166090 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166094 INFO  (zkCallback-446-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166096 INFO  (zkCallback-431-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166096 INFO  (zkCallback-416-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166097 INFO  (zkCallback-399-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 166113 INFO  (coreCloseExecutor-736-thread-1) [n:127.0.0.1:61692_ c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=40224107
   [junit4]   2> 166170 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@30561968{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 166170 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@420a4e39{/,null,UNAVAILABLE}
   [junit4]   2> 166170 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.e.j.s.session Stopped scavenging
   [junit4]   2> 166178 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.LeaderInitiatedRecoveryThread Node 127.0.0.1:61692_ is not live, so skipping leader-initiated recovery for replica: core=collection1_shard1_replica_n23 coreNodeName=core_node24
   [junit4]   2> 166182 INFO  (zkCallback-424-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 166186 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPublishDownState
   [junit4]   2> 166188 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 60672
   [junit4]   2> 166188 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1492133106
   [junit4]   2> 166192 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 166192 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@312b13db: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@359784bf
   [junit4]   2> 166193 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 166193 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@235db79f: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@5f0692b4
   [junit4]   2> 166194 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 166194 INFO  (TEST-TestLeaderInitiatedRecoveryThread.testPublishDownState-seed#[3D887904F615433A]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@718ff663: rootName = null, domain = solr.jetty, service url = null, agent id = null] for re

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

for details.
    [javac] Creating empty /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/classes/test/org/apache/solr/cloud/autoscaling/sim/package-info.class
     [copy] Copying 1 file to /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/classes/test

common-solr.compile-test:

compile-test:

BUILD SUCCESSFUL
Total time: 1 minute 23 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestLeaderInitiatedRecoveryThread" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=3D887904F615433A -Dtests.slow=true -Dtests.locale=hr-HR -Dtests.timezone=Etc/GMT+1 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
Buildfile: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.15 in public
[ivy:cachepath] :: resolution report :: resolve 22ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 3D887904F615433A
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says ciao! Master seed: 3D887904F615433A
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J0 PID(11428@serv1-vm3).
   [junit4] Started J1 PID(11427@serv1-vm3).
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4] OK      28.0s J1 | TestLeaderInitiatedRecoveryThread.testPublishDownState
   [junit4] Completed [1/5] on J1 in 31.85s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4] OK      29.5s J0 | TestLeaderInitiatedRecoveryThread.testPublishDownState
   [junit4] Completed [2/5] on J0 in 33.68s, 1 test
   [junit4] 
   [junit4] Duplicate suite name used with XML reports: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread. This may confuse tools that process XML reports. Set 'ignoreDuplicateSuites' to true to skip this message.
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4] OK      18.6s J1 | TestLeaderInitiatedRecoveryThread.testPublishDownState
   [junit4] Completed [3/5] on J1 in 18.81s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4] OK      19.7s J0 | TestLeaderInitiatedRecoveryThread.testPublishDownState
   [junit4] Completed [4/5] on J0 in 20.15s, 1 test
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
   [junit4] OK      17.7s J1 | TestLeaderInitiatedRecoveryThread.testPublishDownState
   [junit4] Completed [5/5] on J1 in 17.90s, 1 test
   [junit4] 
   [junit4] JVM J0:     1.06 ..    55.96 =    54.91s
   [junit4] JVM J1:     1.06 ..    71.42 =    70.36s
   [junit4] Execution time total: 1 minute 11 seconds
   [junit4] Tests summary: 5 suites, 5 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-master-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 116.62s | org.apache.solr.update.SoftAutoCommitTest
[junit4:tophints] 109.91s | org.apache.solr.cloud.ZkFailoverTest
[junit4:tophints]  98.83s | org.apache.solr.cloud.TestTlogReplica
[junit4:tophints]  92.00s | org.apache.solr.search.TestRecoveryHdfs
[junit4:tophints]  86.55s | org.apache.solr.cloud.TestPullReplicaErrorHandling

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 1 minute 16 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.TestLeaderInitiatedRecoveryThread
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$34.hasMatch(FilePath.java:2639)
	at hudson.FilePath$34.invoke(FilePath.java:2518)
	at hudson.FilePath$34.invoke(FilePath.java:2508)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2879)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:998)
		at hudson.FilePath.act(FilePath.java:987)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1752)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2881)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1000)
	at hudson.FilePath.act(FilePath.java:987)
	at hudson.FilePath.validateAntFileMask(FilePath.java:2508)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
	at hudson.model.Build$BuildExecution.post2(Build.java:186)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
	at hudson.model.Run.execute(Run.java:1752)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=60ae7be40786d6f8a5c5c8393875bf986d2b8877, workspace=/export/home/jenkins/workspace/Lucene-Solr-master-Solaris
[WARNINGS] Computing warning deltas based on reference build #1782
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2